Introduction

Learn how BixyPayments' custodial crypto payment gateway lets you create invoices, redirect customers, and receive automatic settlements via webhook.

BixyPayments is a custodial crypto payment gateway. You create an invoice via the API, redirect your customer to the hosted payment page, and receive a webhook when the payment lands. Settlements are automatic.

How it works

1
Create an invoice

Call POST /api/invoices with the amount and your customer's details. You receive a payment_url pointing to the hosted payment page.

2
Redirect the customer

Send the customer to pay.bixypayments.io/pay/{invoice_id}. They see a QR code and wallet address to send USDT to.

3
Receive a webhook

When payment is detected on-chain your endpoint receives an invoice.paid webhook with the transaction hash and net settlement amount.

4
Settlement

Settlement is automatic. When a payment confirms on-chain, funds are split automatically — your share goes directly to your payout wallet.

Supported currency

CurrencyNetworkcurrency valuenetwork value
USDT (TRC-20)TRONUSDT_TRC20tron

Base URL

All API requests go to:

https://api.bixypayments.io

API versioning

The current API has no version prefix. Breaking changes will be announced with a migration period before they take effect.