Inquiry Withdraw Deposit
The available versions for this api are v1.0 and v2.0.
POST
https://tokoapisnap-stg.netzme.com/api/
{version}
/emoney/bank-account-inquiry/deposit
responseCode
String
(HTTP status code + service code + case code)
responseMessage
String
Description of responseCode
partnerReferenceNo
String
GUID
referenceNo
String
API request identifier from the provider's system
beneficiaryAccountName
String
Account holder name
beneficiaryAccountNumber
String
Account number
beneficiaryBankName
String
Bank name
beneficiaryBankCode
String
Bank code
amount
Object
Withdraw amount
value
String
value of amount
currency
String
currency of amount
additionalInfo
Object
amountAllowed
Boolean
Is amount allowed for withdraw
minimumWithdrawalAmount
Object
Mininum withdraw amount
value
String
Value of minimumWithdrawalAmount
currency
String
Currency of minimumWithdrawalAmount
Response Body
{
"responseCode": "2004200",
"responseMessage": "Successful",
"partnerReferenceNo": "92356582869016958349066676416709",
"referenceNo": "1c33bef4-7a92-4a35-b74c-db5cd837dbbf",
"beneficiaryAccountName": "Mariya Wise",
"beneficiaryAccountNumber": "2288996060",
"beneficiaryBankName": "BTPN SYARIAH",
"beneficiaryBankCode": "547",
"amount": {
"value": "6003380.00",
"currency": "IDR"
},
"additionalInfo": {
"amountAllowed": true,
"minimumWithdrawalAmount": {
"value": "50000.00",
"currency": "IDR"
}
}
}
curl --location --request POST 'https://tokoapisnap-stg.netzme.com/api/v1.0/emoney/bank-account-inquiry/deposit' \
--header 'X-TIMESTAMP: 2022-11-10T00:00:00+07:00' \
--header 'X-SIGNATURE: b2f776f8bf457ca63820068361ef25b34e2ce6673c99bb606af31c0f554e07b50f4f22db228a0ae30260f1ef321d94eb521b2a7a2b23ede88b9a18a6fdee500e' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer eyJhbGciOiJIUzUxMiIsInR5cCI6IkpXVCJ9.eyJleHAiOjE2NzE3NTAwNzcsImlhdCI6MTY3MTY5NjA3NywiaXNzIjoiYmFua3N1bXBhaCJ9.gZgfZtYMOJVV9N7SjF13Lc07D3BDl9yg7yNlXwr9zpkXqiUBNJi8wlE3mkcrZ-fhzeAy_lM1mJyyJjGuXJSaNg' \
--header 'X-PARTNER-ID: TokoNetmeClientId' \
--header 'X-EXTERNAL-ID: 92356582869016958349066676416709' \
--header 'CHANNEL-ID: 95221' \
--data-raw '{
"partnerReferenceNo": "92356582869016958349066676416709",
"custIdMerchant": "M_TB1NMLig"
}'
Last updated