Validates a credit or incentive transfer request between eLoad accounts.
Validates a credit or incentive transfer request between eLoad accounts.
curl -i -X POST \
https://enterprise-iot-portal.u.com.my/_mock/eload/validateeloadprofile/api/rest \
-H 'Content-Type: application/json' \
-d '{
"access_token": "string",
"method": "validateeLoadTransfer",
"version": "1.0",
"content": {
"msgId": "046202504231230450001",
"channel": "UMB",
"fromMsisdn": "601112345678",
"fromOrgCode": "ORG001",
"toMsisdn": "601112345679",
"toOrgCode": "ORG002",
"toEloadNbr": "10000001",
"walletType": "Main Wallet",
"userCode": "user123",
"password": "<RSA_ENCRYPTED_PASSWORD>",
"pin": "<RSA_ENCRYPTED_PIN>",
"amount": "50.00"
}
}'
{ "res_code": "00000", "res_message": "operation success", "result": { "resultCode": "DBEP0000", "resultMsg": "Success" } }