Products may be used before fraud is discovered
Fraudsters may use stolen accounts to pay, while codes, airtime or digital vouchers can be redeemed within minutes.
For branded gift cards, mobile airtime, data packages, membership codes and digital vouchers.
Customers choose a brand or top-up product and amount, then the order moves into code delivery or recharge after confirmation.
Confirm payment, then send the code or complete the top-up through your existing system.
Customers choose a brand or top-up product and amount, then the order moves into code delivery or recharge after confirmation.
Confirm the brand, region, top-up type, denomination or corresponding mobile number.
Choose a supported asset and network in JangoPay Checkout to complete payment.
After the payment status updates, the system validates the order and delivers the code or direct top-up automatically.
Card and PayPal payments can still be reversed after delivery.
Fraudsters may use stolen accounts to pay, while codes, airtime or digital vouchers can be redeemed within minutes.
Cards and third-party payment platforms include chargeback and dispute mechanisms that may return the funds.
Once vouchers and similar products have been redeemed, they cannot be recovered and become a direct business loss.
Use stablecoins and on-chain confirmation to reduce chargeback uncertainty.
Stablecoin payments are confirmed on-chain and are not automatically refunded, preventing funds from being reversed afterward.
Use confirmed payment results as the basis for code delivery or top-up, reducing later payment disputes.
Record brand, denomination, region and product ID so every payment maps to a specific product.
Retain the amount, asset, network and on-chain transaction record for order lookup, support and exception handling.
Use Payment Links for fixed vouchers, or the API for larger catalogues and top-up platforms.
// Create a payment order
const payment = await jangopay.payments.create({
order_id: "JP-GIFT-VOUCHER-001",
amount: 128.00,
currency: "USDT",
notify_url: "https://your-site.com/webhook"
});Use JangoPay to reduce transaction uncertainty caused by traditional chargeback mechanisms.