Withdraw Inquiry
The available versions for this api are v1.0 and v2.0.
POST
https://tokoapisnap-stg.netzme.com/api/
{version}
/emoney/bank-account-inquiry
custIdMerchant
String
User ID
partnerReferenceNo
String
API request identifier from the user's system, unique for each request
{
"custIdMerchant": "M_TB1NMLig"
"partnerReferenceNo": "2020102900000000000001"
}
responseCode
String
(HTTP status code + service code + case code)
responseMessage
String
Description of responseCode
partnerReferenceNo
String
API request identifier from the user's system
referenceNo
String
API request identifier from the provider's system
beneficiaryAccountName
Int
Account name
beneficiaryAccountNumber
String
Account number
beneficiaryBankName
String
Bank name
beneficiaryBankCode
String
Bank code
amount
Object
value
String
Value of Amount
currency
String
Currency of amount
additionalInfo
Object
amountAllowed
Boolean
Is the user's balance allowed to be withdrawn?
minimumWithdrawalAmount
Object
The minimum amount that can be withdrawn
value
String
Value of minimumWithdrawalAmount
currency
String
Currency of minimumWithdrawalAmount
Response Body
{
"responseCode": "2004200",
"responseMessage": "Successful",
"partnerReferenceNo": "14566793313542356099013590867539",
"referenceNo": "14566793313542356099013590867539",
"beneficiaryAccountName": "Mariya Wise",
"beneficiaryAccountNumber": "2288996060",
"beneficiaryBankName": "BTPN SYARIAH",
"beneficiaryBankCode": "547",
"amount": {
"value": "605368.00",
"currency": "IDR"
},
"additionalInfo": {
"amountAllowed": true,
"minimumWithdrawalAmount": {
"value": "0.00",
"currency": "IDR"
}
}
}
curl --location --request POST 'https://tokoapisnap-stg.netzme.com/api/v1.0/emoney/bank-account-inquiry' \
--header 'X-TIMESTAMP: 2022-11-10T00:00:00+07:00' \
--header 'X-SIGNATURE: 7c21bc2e65f5e650e67b88867fd79ba7eeb127d9294a6ad248a6f8e040c8866466af0170704890aaa09f40a05d1ca8e3fbadf306daa5dd9209d2be69e2f76e07' \
--header 'Content-Type: application/json' \
--header 'X-PARTNER-ID: TokoNetmeClientId' \
--header 'X-EXTERNAL-ID: 62928216904740894160142987421205' \
--header 'CHANNEL-ID: 31411' \
--header 'X-CLIENT-SECRET: e4a63488152d4150935c88d1e0412925' \
--header 'Authorization: Bearer eyJhbGciOiJIUzUxMiIsInR5cCI6IkpXVCJ9.eyJleHAiOjE2NzE3NTAwNzcsImlhdCI6MTY3MTY5NjA3NywiaXNzIjoiYmFua3N1bXBhaCJ9.gZgfZtYMOJVV9N7SjF13Lc07D3BDl9yg7yNlXwr9zpkXqiUBNJi8wlE3mkcrZ-fhzeAy_lM1mJyyJjGuXJSaNg' \
--data-raw '{
"partnerReferenceNo": "14566793313542356099013590867539",
"custIdMerchant": "M_TB1NMLig"
}'
Last updated