This is the API to get the list of disbursement transactions
Sequence Diagram
API:
Path: /v2/dib/disbursementTransactions
Method: GET
Request: Content-Type: application/json
Request Parameter
requestId
String
Y
The ID of disbursement request.
requestTransId
N
The ID of disbursement transaction is provided by the merchant (when submitting the request).
Response Data
code
Number
System’s error code. Refer to table of error.
message
Error description
data
Object
Data response, refer to DisbursementTransactionsRespData.
Was this helpful?