Get paginated list of disputes
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Only display disputes with a creation date less than or equal to to_date
The unique identifier of a posted transaction
"7d943c51-e4ff-4e57-9558-08cab6b963c7"
Account ID
Specifies the payment rail type for the returned disputes.
ACH
, CARD
, EXTERNAL_CARD
Only display disputes with a creation time greater than or equal to start_time
The current status of the dispute.
CLOSED
, OPEN
Optional pagination token to be provided to retrieve subsequent pages, returned from previous get
"a8937a0d"
Only display disputes with a final decision time less than or equal to end_time
Only display disputes with a creation date greater than or equal to from_date
Decision | Description |
---|---|
LOST | Decision reached in favour of the network. |
NONE | No decision was reached. |
ONGOING | Dispute is ongoing and requires further action. |
RESOLVED | Resolved in favour of the account holder. |
WON | Decision reached in favour of the account holder. |
LOST
, NONE
, ONGOING
, RESOLVED
, WON
Maximum number of objects to return per page. If the limit is greater than 100, then it will be set to 100.
x >= 1
100
List of disputes
The response is of type object
.