Stablecoin Payouts
Stablecoin payouts enable businesses to send funds directly to blockchain wallets using supported stablecoins such as USDT, USDC, and cNGN. Stablecoin transfers follow the same basic format: make a POST request to our Payout API
How Stablecoin Payouts Work
The payout process generally follows these steps:
- Generate Quote (Optional): Required when converting from fiat or another currency to a stablecoin.
- Initiate Payout: Send the payout request with a wallet address and blockchain network.
- Processing & Settlement: The system validates the payout, performs any required conversion, and settles the funds on the selected blockchain network.
Supported Stablecoins
| Stablecoin | Description |
|---|---|
| USDT | Tether stablecoin |
| USDC | USD Coin |
| cNGN | Naira-backed stablecoin |
Supported Blockchain Networks
| Stablecoin | Supported Networks |
|---|---|
| USDT | TRC20, ERC20, Solana, BEP20 |
| USDC | ERC20, Solana |
| cNGN |
Each payout must specify a payment scheme corresponding to the desired network.
Example:
usdt_trc20usdt_erc20usdt_solanausdt_bep20usdc_erc20usdc_solana
Wallet Beneficiaries
Unlike bank payouts, stablecoin payouts require a wallet address instead of bank account details.
Example beneficiary payload:
{
"walletAddress": "TWMjBKD61DLXXQr6AvVnDMcVs5p46QSFzT",
"destinationTag": "test-memo"
}
| Field | Description |
|---|---|
walletAddress | Destination crypto wallet address |
destinationTag | Optional memo/tag required by some wallet providers |
Updated about 5 hours ago
