curl --location --request POST 'https://api.paybeta.ng/v2/data-bundle/purchase' \
--header 'Accept;' \
--header 'P-API-KEY: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"service": "mtn_data",
"amount": 100,
"phoneNumber": "08138539550",
"code": "MT1",
"reference": "{{$timestamp}}"
}'
{
"status": "successful",
"message": "Transaction successful",
"data": {
"reference": "1715553597",
"amount": 100,
"chargedAmount": 97.5,
"commission": 2.5,
"biller": "MTN 100MB 1 Day",
"customerId": "08060000000",
"token": null,
"unit": null,
"bonusToken": null,
"transactionDate": "2024-05-12 23:39:58",
"transactionId": "17155535989070949852"
}
}