API
This is the API to create the disbursement requests.
Sequence Diagram
API:
Path: /v2/dib/disbursementRequests
Method: POST
Request: Content-Type: application/json
Request Parameter
requestId
String
Y
UUID is generated by merchant. (Unique)
Exp:“90e7340b-5cbe-4ce7-886f-55181040af4f”
transactions
Array
[TransactionItem]
List of disbursement transactions
amount
Number
The disbursement amount in VND (integer)
bankSwiftCode
Swift Code of the receiving bank.
bankAccountNumber
The bank account number of the receiver.
bankAccountName
The bank account name of the receiver.
description
The description of disbursement ([a-zA-Z0-9 _-])
bankBranchName
N
The branch name of the receiving bank.
requestTransId
The Unique ID of disbursement transaction is provided by the merchant (when submitting the request).
srcAmount
The amount - foreign currency (different from VND). Which will be deducted from pre-fund account
srcCurrency
The prefund account currency.
fxRate
The exchange rate between the srcCurrency against the VND
Response Data
code
System’s error code refer to table of error codes
message
Error description
data
Object
Data response, refer to DisbursementRequestRespData
Was this helpful?