2% FEE FOR ALL CRYPTO!
| Symbol | Name |
|---|---|
| BTC | Bitcoin |
| ETH | Ethereum |
| LTC | Litecoin |
| BCH | Bitcoin Cash |
| DOGE | Dogecoin |
| BNB | Binance Coin |
| TRX | Tron |
| ERC20/USDT | Tether (USDT on Ethereum) |
| SOL/SOL | Solana |
curl --location --request GET 'https://api.zelling.io/v1/payments/blik' \
--header 'Content-Type: application/json' \
--data-raw '{
"amount": 250.00,
"payout_crypto_coin": "LTC",
"payout_address": "ltc1qxy2kgdygjrsqtzq2n0yrf2493p83kkfjhx0wlh",
"webhook_url": "https://example.com/webhook",
"meta": {
"orderId": "ORD-001",
"customerId": "12345",
"notes": "Urgent payment"
}
}'{
"message": "Payment created successfully, waiting for BLIK code",
"data": {
"bid": "BID-2222222",
"amount": 250.00,
"payoutCryptoCoin": "LTC",
"payoutAddress": "ltc1qxy2kgdygjrsqtzq2n0yrf2493p83kkfjhx0wlh",
"webhookUrl": "https://example.com/webhook",
"hostedUrl": "https://pay.zelling.io/BID-2222222",
"status": "PENDING",
"meta": {
"orderId": "ORD-001",
"customerId": "12345",
"notes": "Urgent payment"
}
}
}