{
"idBase":"Myandev",
"numSubscriber":"3055394",
"numContract":"1",
"accountRef":"",
"offerCode":"RACCT23|RACCT23",
"durationCode":"1",
"tokenId":"005ab39fc194a689ed65f594e039e4f9cd47451732"
}
curl --location --request POST 'https://newrecharge-api.getmya.io/recharge/api/transaction/canal/verify/renewal' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"idBase":"Myandev",
"numSubscriber":"3055394",
"numContract":"1",
"accountRef":"",
"offerCode":"RACCT23|RACCT23",
"durationCode":"1",
"tokenId":"005ab39fc194a689ed65f594e039e4f9cd47451732"
}'
{
"code": "SUCCESS",
"success": true,
"message": "SUCCESS",
"data": {
"returnCode": 0,
"errorCode": "",
"errorLabel": "",
"idBase": "Myandev",
"numSubscriber": "8706703",
"numContract": "1",
"accountRef": "",
"mainOffer": {
"code": "RMBOTT25",
"label": "Renew Mobile+",
"durations": null,
"options": null
},
"duration": {
"code": "1",
"label": "01 Months",
"price": null
},
"options": [],
"amount": 6000.0,
"currency": "KYAT",
"endDate": "22/08/2025",
"tokenId": "84cbbd5b4106aa28c7d0245963e2e88efb7f54ac47"
}
}