{
"productType":"ELOAD",
"payload":{
"phoneNumber":"09787878788",
"merchOrderNo":"Tst2024101666668880001",
"amount":1000
}
}
curl --location --request POST 'https://newrecharge-api.getmya.io/recharge/api/transaction/buy' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"productType":"ELOAD",
"payload":{
"phoneNumber":"09787878788",
"merchOrderNo":"Tst2024101666668880001",
"amount":1000
}
}'
{
"code": "SUCCESS",
"success": true,
"message": "SUCCESS",
"data": {
"orderNo": "L1937364551492800512",
"invoiceNumber": "913309171",
"status": "success",
"message": "ok",
"extra": {
"amount": "1000",
"operator": "ATOM",
"phone": "09787878788",
"sellingPrice": "1000"
}
}
}