The GET /disputes call allows your platform to look up a collection of disputes. Be sure to subscribe to the disputes.created Notification event topic in order to programmatically integrate any new Disputes that a merchant receives. Learn more about Disputes in Manage Payment Operations and in the Disputes Deep Dive resource.
| previous required  | string or null An opaque path for the previous page of results. Perform an HTTP GET to obtain the previous page.  | 
| next required  | string or null An opaque path for the next page of results. Perform an HTTP GET to obtain the next page.  | 
required  | Array of objects  unique  An array of dispute objects.  | 
| api_version | string  | 
INVALID_PARAMS
NOT_AUTHORIZED
UNEXPECTED_ERROR
{- "next": "/disputes?page=QVFQNUFBRVhTODFydGc1V1FMMTZwU28rZXJ5L1Q4S3ZqU0JnSDliUklPdm1adEpITUtsanFMMU84aWtjMnl6RDhxakkrZ2xGNzQ2YVFvanEvaXExbUtXUmFVeEtqelF5TTQ0L04vS0NPa3dmS01BWnBvWjI0b0IvQ0I5NzM2OS9icExZSENOTmhhTmhyS1R4RVF2Sk1ucHNyNFErOXdOYXE1R1hPL3BSUXhEY21xb01VT3FDeGxyVnpPclg5S1RIci9PdDF4WXE5RUFndHJ1alN2ODhNSGc0",
 - "previous": null,
 - "api_version": "3.0",
 - "results": [
- {
- "amount": 2200,
 - "create_time": 1519348426,
 - "currency": "USD",
 - "custom_data": null,
 - "documentation": {
- "documents": [ ],
 - "explanation": ""
 
}, - "fee": 0,
 - "id": "0645172c-c054-11e7-abc4-cec278b6b50a",
 - "owner": {
- "id": "0ccb661e-c054-11e7-abc4-cec278b6b50a",
 - "path": "/accounts/0ccb661e-c054-11e7-abc4-cec278b6b50a",
 - "resource": "accounts"
 
}, - "path": "/disputes/0645172c-c054-11e7-abc4-cec278b6b50a",
 - "payment": {
- "id": "14f45de6-c054-11e7-abc4-cec278b6b50a",
 - "path": "/payments/14f45de6-c054-11e7-abc4-cec278b6b50a",
 - "resource": "payments"
 
}, - "card_brand": "visa",
 - "reason": {
- "reason_code": "RECOGNITION",
 - "reason_message": "The payer did not recognize the transaction",
 - "details": [
- {
- "detail_code": "11.2",
 - "detail_message": "Declined Authorization"
 
} 
] 
}, - "resolution": null,
 - "resource": "disputes",
 - "status": "awaiting_merchant_response",
 - "txnr_chargeback_app_fees": null,
 - "txnr_chargeback_merchant": {
- "id": "1ce52e72-c054-11e7-abc4-cec278b6b50a",
 - "path": "/transaction_records/1ce52e72-c054-11e7-abc4-cec278b6b50a",
 - "resource": "transaction_records"
 
}, - "txnr_chargeback_reversal_app_fee": null,
 - "txnr_chargeback_reversal_merchant": null,
 - "txnr_merchant_chargeback_fee": {
- "id": "f2e5c7a7-c054-11e7-abc4-6b50acec278b",
 - "path": "/transaction_records/f2e5c7a7-c054-11e7-abc4-6b50acec278b",
 - "resource": "transaction_records"
 
}, - "type": "chargeback",
 - "api_version": "3.0"
 
} 
] 
}