Nijipe DevelopersREST API SPECIFICATION
Access Merchant Hub
GitHub Organization

GitHub

Open source developer tools, SDKs, examples, and documentation for Nijipe.

Nijipe maintains a public developer ecosystem on GitHub. Explore SDKs, CLI tools, documentation, and example applications designed to help developers integrate Bitcoin and Lightning payments faster.

View GitHub Organization

Developer Ecosystem

Documentation

nijipe-docs

Official documentation for Nijipe APIs, checkout, webhooks, invoices, Lightning payments, XPUB integration, and sandbox testing.

Node.js SDK

sdk-node

Official Node.js and TypeScript SDK for the Nijipe API.

npm install @nijipe/sdk

CLI

cli

Command-line tools for local development, webhook testing, project setup, and sandbox workflows.

npx @nijipe/cli init

Next.js Example

example-nextjs

Production-ready example showing how to integrate Bitcoin and Lightning payments into a Next.js application.

Express Example

example-express

Simple Express.js integration example with invoice creation, checkout redirects, and webhook handling.

Built in the Open

Nijipe believes payment infrastructure should be transparent, developer-friendly, and easy to integrate.

The public GitHub organization contains SDKs, CLI tools, documentation, and example applications designed to help developers get from first API call to first successful payment as quickly as possible.

Unlike traditional payment processors, Nijipe focuses on merchant-controlled settlement and non-custodial payment infrastructure.

Developer
GitHub
Documentation
SDKs & CLI
Production Integration

Quick Start

The official SDK provides an intuitive, type-safe interface for the Nijipe API. Install it to create invoices and manage your payment infrastructure seamlessly.

Installation
npm install @nijipe/sdk
index.ts
import { Nijipe } from "@nijipe/sdk";const nijipe = new Nijipe({apiKey: process.env.NIJIPE_API_KEY!,});const invoice = await nijipe.invoices.create({amount: 1500,currency: "USD",});

Contributing

Developers are encouraged to contribute examples, documentation improvements, bug reports, and feature suggestions.

Explore the Nijipe Developer Ecosystem

Documentation, SDKs, CLI tools, examples, and developer resources for building Bitcoin and Lightning payment experiences.

Financial Rails for the Internet Economy.Non-custodial Bitcoin and Lightning payment infrastructure for developers and merchants.Merchant-controlled settlement. No custody. No withdrawals.