curl --location --request POST 'https://api.paybeta.ng/v2/gaming/purchase' \
--header 'Accept;' \
--header 'P-API-KEY: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"service": "nairabet",
"customerId": "201***96",
"amount": 1000,
"customerName": "gen***07",
"reference": "{{$timestamp}}"
}'
{
"status": "successful",
"message": "Transaction successful",
"data": {
"reference": "1757128779",
"amount": 100,
"chargedAmount": 99.8,
"commission": 0.2,
"biller": "Nairabet",
"customerId": "201***96",
"token": "0",
"unit": "0",
"bonusToken": "0",
"voucher": "0",
"transactionId": "API-1757128780181651073",
"transactionDate": "2025-09-06 04:19:40"
}
}