Retrieve list of disputes
GET {{baseUrl}}/v1/disputes?starting_after=<string>&ending_before=<string>&limit=100&status=REV&payment=<string>
Retrieve a detailed list of 'dispute' objects.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
starting_after | string | The ID of the dispute created before the first dispute you want to retrieve. String starting with dispute_. | |
ending_before | string | The ID of the dispute created after the last dispute you want to retrieve. String starting with dispute_. | |
limit | number | The maximum number of disputes to return. Range is 1-100. Default is 10. | |
status | string | Filters the list for disputes with the specified dispute status. | |
payment | string | The ID of the payment that is linked to the dispute. String starting with payment_. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"data":[{"id":"\u003cstring\u003e","token":"\u003cstring\u003e","status":"REV","amount":"\u003cnumber\u003e","currency":"\u003cstring\u003e","dispute_category":"\u003cstring\u003e","dispute_reason_description":"\u003cstring\u003e","original_transaction_currency":"ARS","original_transaction_amount":"\u003cnumber\u003e","original_dispute_amount":"\u003cnumber\u003e","original_dispute_currency":"PHP","original_transaction_id":"\u003cstring\u003e","ewallet_id":"\u003cstring\u003e","central_processing_date":"\u003cnumber\u003e","created_at":"\u003cnumber\u003e","updated_at":"\u003cnumber\u003e","due_date":"\u003cnumber\u003e","payment_method":"\u003cstring\u003e","payment_method_data":{},"rate":"\u003cnumber\u003e","evidence":"\u003cstring\u003e","evidence_reason_code":"\u003cstring\u003e","pre_dispute":"\u003cboolean\u003e","arn":"\u003cstring\u003e"},{"id":"\u003cstring\u003e","token":"\u003cstring\u003e","status":"ACT","amount":"\u003cnumber\u003e","currency":"\u003cstring\u003e","dispute_category":"\u003cstring\u003e","dispute_reason_description":"\u003cstring\u003e","original_transaction_currency":"KHR","original_transaction_amount":"\u003cnumber\u003e","original_dispute_amount":"\u003cnumber\u003e","original_dispute_currency":"XPF","original_transaction_id":"\u003cstring\u003e","ewallet_id":"\u003cstring\u003e","central_processing_date":"\u003cnumber\u003e","created_at":"\u003cnumber\u003e","updated_at":"\u003cnumber\u003e","due_date":"\u003cnumber\u003e","payment_method":"\u003cstring\u003e","payment_method_data":{},"rate":"\u003cnumber\u003e","evidence":"\u003cstring\u003e","evidence_reason_code":"\u003cstring\u003e","pre_dispute":"\u003cboolean\u003e","arn":"\u003cstring\u003e"}],"status":{"error_code":"\u003cstring\u003e","message":"\u003cstring\u003e","operation_id":"\u003cstring\u003e","response_code":"\u003cstring\u003e","status":"\u003cstring\u003e"}}