Account Inquiry
Account Inquiry
post
/snap/v1.1/emoney/bank-account-inquiry
Header parameters
X-EXTERNAL-IDstringRequiredExample:
Numeric String. Reference number that should be unique in the same day (Request Id)
41807553358950093184162180797837
X-PARTNER-IDstringRequiredExample:
Client Id for merchant that generated by DOKU
BRN-0240-1657686175289
X-SIGNATUREstringRequiredExample:
Symmetric Signature with Get Token (Default)HMAC_SHA512 (clientSecret, stringToSign) dengan formula stringToSign = HTTPMethod +”:“+ EndpointUrl +":"+ AccessToken +":“+ Lowercase(HexEncode(SHA-256(minify(RequestBody))))+ ":“ + TimeStamp
ieNOENDdN4MnectGytx5UvmOfASZ2oGWMCJ8gVqkw3tB98ofgY9cbxSeY4IYoYeoKs+0QP4h8BTBhemlfeXp1w==
X-TIMESTAMPstringRequiredExample:
Client's current local time with format YYYY-MM-DDTHH:mm:ssZD
2020-12-21T14:56:11+07:00
CHANNEL-IDstringRequiredExample:
refers to a unique identifier for the channel or method used to initiate a payment transaction
H2H
Body
partnerReferenceNostringOptionalExample:
Transaction identifier on service consumer system, generated by Doku partner
hsjkans284b2he54
customerNumberstringRequiredExample:
Customer phone number with 62 or 0 prefix
628115678890
beneficiaryAccountNumberstring · max: 32RequiredExample:
Destination account number
8377388292
Responses
200
Transfer bank processed
application/json
400
Bad Request
application/json
post
/snap/v1.1/emoney/bank-account-inquiryPOST /snap/v1.1/emoney/bank-account-inquiry HTTP/1.1
Host: api-sandbox.doku.com
X-EXTERNAL-ID: text
X-PARTNER-ID: text
X-SIGNATURE: text
X-TIMESTAMP: text
CHANNEL-ID: text
Content-Type: application/json
Accept: */*
Content-Length: 276
{
"partnerReferenceNo": "hsjkans284b2he54",
"customerNumber": "628115678890",
"amount": {
"value": "200000.00",
"currency": "IDR"
},
"beneficiaryAccountNumber": "8377388292",
"additionalInfo": {
"beneficiaryBankCode": "014",
"beneficiaryAccountName": "FHILEA HERMANUS",
"senderCountryCode": "ID"
}
}
{
"responseCode": 2004200,
"responseMessage": "Successful",
"referenceNo": "I0438729855304540",
"partnerReferenceNo": "hsjkans284b2he54",
"beneficiaryAccountNumber": "8377388292",
"beneficiaryAccountName": "SUHUT",
"beneficiaryBankCode": "014",
"beneficiaryBankShortName": "Bank Central Asia BCA",
"beneficiaryBankName": "Bank Central Asia BCA",
"amount": {
"value": "200000.00",
"currency": "IDR"
},
"sessionId": "I0438729855304540",
"additionalInfo": {
"senderCountryCode": "ID",
"forexRate": "1.00",
"forexOriginCurrency": "IDR",
"feeAmount": "4500.00",
"feeCurrency": "IDR",
"beneficiaryAmount": "200000.00",
"referenceNumber": "c5fe5465-0843-4ac7-9c93-57cb2c5ef6b2"
}
}
Last updated
Was this helpful?