Request disbursement API
API
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]
Y
List of disbursement transactions
amount
Number
Y
The disbursement amount in VND (integer)
bankSwiftCode
String
Y
Swift Code of the receiving bank.
bankAccountNumber
String
Y
The bank account number of the receiver.
bankAccountName
String
Y
The bank account name of the receiver.
description
String
Y
The description of disbursement ([a-zA-Z0-9 _-])
bankBranchName
String
N
The branch name of the receiving bank.
requestTransId
String
Y
The Unique ID of disbursement transaction is provided by the merchant (when submitting the request).
srcAmount
Number
N
The amount - foreign currency (different from VND). Which will be deducted from pre-fund account
srcCurrency
String
N
The prefund account currency.
fxRate
Number
N
The exchange rate between the srcCurrency against the VND
Response Data
message
String
Error description