Initiates a synchronous eLoad credit transfer using the ZSmart protocol over HTTPS.
Initiates a synchronous eLoad credit transfer using the ZSmart protocol over HTTPS.
curl -i -X POST \
https://enterprise-iot-portal.u.com.my/_mock/eload/performeloadtransfer/api/rest \
-H 'Content-Type: application/json' \
-d '{
"access_token": "string",
"method": "string",
"version": "string",
"content": {
"msgId": "UMR202503201230459999",
"channel": "string",
"fromMsisdn": "601112345678",
"fromOrgCode": "string",
"toMsisdn": "601112345678",
"toOrgCode": "string",
"toEloadNbr": "10000001",
"walletType": "Main Wallet",
"userCode": "string",
"password": "string",
"pin": "string",
"amount": "0.00"
}
}'
{ "res_code": "00000", "res_message": "Operation success", "result": { "resultCode": "DBEP0000", "resultMsg": "Success", "toOrgCode": "string", "toChannelType": "Mass Dealer", "txnNbr": "string", "txnType": "Credit Transfer", "amount": "0.00", "txnTime": "YYYY-MM-DD HH:MM:SS", "eloadBeforeAmount": "0.00", "eloadAfterAmount": "0.00", "txnStatus": "Success" } }