JangoPay
API & WEBHOOKS

Connect stablecoin payments to your system

Create payments with the API and sync status with Webhooks, so the next workflow starts automatically.

create-payment.js
const payment = await jangopay.payments.create({
  order_id: "ORDER-10001",
  amount: 128.00,
  currency: "USDT",
  network: "TRC20"
});
payment.createdpayment.confirmedBusiness system
SDKNode.js / Go / Python / PHP support
Webhookevent notifications
IPaccess restrictions

Payment status should update automatically

When fulfillment is automated, payment state has to reach the existing product reliably.

01

The product does not know the customer paid

On-chain completion and order fulfillment remain disconnected.

02

One key controls everything

Overly broad permissions increase exposure and make integrations harder to govern.

03

Exceptions do not trigger action

Failed payments, expired orders and completed transfers need timely handling.

Purpose-built keys. Event-driven updates.

Expose only the permissions a system needs and automate the events that matter.

01

Granular API permissions

Control reading orders, creating orders, exchange and transfers separately.

02

Allowed IP restrictions

Limit server-side access to approved IP addresses.

03

Webhook notifications

Receive events for successful or failed payments, expirations and completed transfers.

JangoPay product interfaceJangoPay
JangoPay API key creation interface

A typical automated payment flow

The integration follows business action rather than returning only a wallet address.

01

Create an API key

Set permissions, expiry, allowed IP addresses and transfer limits.

02

Create a payment order

Send order reference, amount, assets and networks from your system.

03

The customer pays

The customer scans or connects a wallet on the JangoPay checkout.

04

Webhook updates the business

Fulfill the order, activate service or update account balance after confirmation.

JANGOPAY

Built for automated fulfillment

As orders grow, APIs and Webhooks remove manual work.

01

SaaS and AI services

Automatically add credits, top up balances or activate services after payment.

02

Digital goods and memberships

Automatically deliver accounts, licenses, redemption codes or digital content.

03

Online stores and platform businesses

Sync payment results to orders, account balances or other internal systems.

Start building your automated payment flowCreate a free account and connect with the API and Webhooks.