Authorization: Bearer ********************
{
"reference": "order_12345",
"currency": "USD",
"coin": "USDT",
"chain": "tron",
"amount": 100.5,
"is_fee_paid_by_user": false,
"expires_in_seconds": 900,
"metadata": {}
}
curl --location --request POST 'https://devapi.collect.africa/payments/crypto/initialize' \
--header 'Content-Type: application/json' \
--data-raw '{
"reference": "order_12345",
"currency": "USD",
"coin": "USDT",
"chain": "tron",
"amount": 100.5,
"is_fee_paid_by_user": false,
"expires_in_seconds": 900,
"metadata": {}
}'
{
"message": "string",
"data": {
"status": "string",
"reference": "string",
"address": "string",
"chain": "string",
"expires_at": "string",
"amount": 0
}
}