Inquiry Disbursement to Bank Account
This service is used to customer Inquiry disbursement Destination Bank Account
Canonical Path
/b2b/customer/me/disbursement/inquiry
Method
GET
Authorization
Bearer <user_access_token>
Query Param
§ accountId
§ bankId
Content-Type
-
Content
-
Content-Type
application/json
Content
{
“accountNumber”: <String, not null>,
“name”: <String, not null>,
“id”: <String, not null>,
“feeAmount”: <Double>,
“bankCode”: <String, not null>,
“expiryTimestamp”: <Timestamp, not null>,
“status”: <String, not null>
}Description
Field
Description
accountNumber
Destination Account Number
feeAmount
Fee Amount
bankCode
Bank Code
expiryTimestamp
Expired Timestamp
name
Destination Account Name (Owner Name)
id
Inquiry ID
status
Status
Last updated