Get disbursement transaction API

  • 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

ParameterData Type RequiredDescription

requestId

String

Y

The ID of disbursement request.

requestTransId

String

N

The ID of disbursement transaction is provided by the merchant (when submitting the request).

  • Response Data

ParameterData Type Description

code

Number

System’s error code. Refer to table of error.

message

String

Error description

data

Object

Data response, refer to DisbursementTransactionsRespData.

Last updated