{
"productType":"EPACKAGE",
"supplierCode":"SKYNET",
"payload":{
"packageCode":"SKYNET/SUBSCRIPTION/PACKAGE",
"merchOrderNo":"Tst2024101666668880003",
"chipsetOrSmartCardId":"8120404521262040",
"voucherCode":"APYAE AWA-1MONTH",
"retailPrice": 19000
}
}
curl --location --request POST 'https://newrecharge-api.getmya.io/recharge/api/transaction/buy' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"productType":"EPACKAGE",
"supplierCode":"SKYNET",
"payload":{
"packageCode":"SKYNET/SUBSCRIPTION/PACKAGE",
"merchOrderNo":"Tst2024101666668880003",
"chipsetOrSmartCardId":"8120404521262040",
"voucherCode":"APYAE AWA-1MONTH",
"retailPrice": 19000
}
}'
{
"code": "SUCCESS",
"success": true,
"message": "SUCCESS",
"data": {
"orderNo": "E20250624041602557537353",
"invoiceNumber": "E20250624041602557537353",
"status": "success",
"message": "ok",
"extra": {
"operator": "Skynet",
"packageCode": "SKYNET/SUBSCRIPTION/PACKAGE",
"sellingPrice": "19000",
"phone": null,
"result": "{\"transactionId\":\"725300724135460864\",\"retailPrice\":19000,\"chipsetOrSmartCardId\":\"8120404521262040\",\"subscriptionNumber\":\"S00007101\",\"voucherCode\":\"APYAE AWA-1MONTH\",\"requestRetailPrice\":19000}"
}
}
}