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
Call POST /api/invoices with the amount and your customer's details. You receive a payment_url pointing to the hosted payment page.
Send the customer to pay.bixypayments.io/pay/{invoice_id}. They see a QR code and wallet address to send USDT to.
When payment is detected on-chain your endpoint receives an invoice.paid webhook with the transaction hash and net settlement amount.
Settlement is automatic. When a payment confirms on-chain, funds are split automatically — your share goes directly to your payout wallet.
Supported currency
| Currency | Network | currency value | network value |
|---|---|---|---|
| USDT (TRC-20) | TRON | USDT_TRC20 | tron |
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.