v1
latestOpenAPI 3.1.0Copyright Pismo2026-07-247702,7523.1 MBDisputes
List disputes
Get disputes with paging and filter options.
get/v1/disputes
Query parameters
beginDatestring
Example:2020-01-31
Beginning date filter, format= yyyy-mm-dd
endDatestring
Example:2020-02-15
End date filter, format= yyyy-mm-dd.
pageinteger
Example:2
Page to return.
perPageinteger
Example:20
Number of items per page
accountIdinteger
Example:123
Account ID filter
isNetworkboolean
Example:true
Return only network disputes? Default is false.
isDisputeMigratedboolean
Example:true
Return only migrated disputes? Default is false.
isDisputeInvalidTransactionboolean
Example:true
Return only disputes with invalid transaction? Default is false.
group'OPEN' | 'APPROVED' | 'DENIED' | 'CARDNETWORK_CHARGEBACK' | 'ANALYSING' | 'CARDNETWORK_SECOND_PRESENTMENT' | 'FAILED' | 'CARDNETWORK_PREARBITRATION' | 'RESEND' | 'LOSS' | 'WON' | 'REJECTED' | 'FAILED_PROCESSED'
Example:CARDNETWORK_CHARGEBACK
Status group filter, i.e., OPEN.
status'OPENED' | 'PENDING' | 'CANCELED' | 'FAILED' | 'CHARGEBACK_REJECTED' | 'CHARGEBACK_CREATED' | 'CHARGEBACK_ACCEPTED' | 'CHARGEBACK_CLOSED' | 'SECOND_PRESENTMENT' | 'PRE_ARBITRATION_OPENED' | 'PRE_ARBITRATION_ACCEPTED' | 'PRE_ARBITRATION_DECLINED' | 'PRE_ARBITRATION_RECALL' | 'PRE_ARB_ALLOCATION_OPENED' | 'FAILED_PRE_ARBITRATION' | 'PRE_ARB_ALLOCATION_ACCEPTED' | 'PRE_ARB_ALLOCATION_DECLINED' | 'PRE_ARB_ALLOCATION_RECALLED' | 'FAILED_DECLINE_PRE_ARB' | 'FAILED_ACCEPT_PRE_ARB' | 'FAILED_ON_CLOSE' | 'EXPIRED' | 'ISSUER_LOSS' | 'MIGRATION' | 'FAILED_MIGRATION'
Example:OPENED
Status filter
Headers
Authorizationstring required
Example:Bearer eyJhbGci...IUzUx
Account token - an access token encoded with a Pismo account ID. Tokens can expire quickly, which can result in a <b>401 Unauthorized</b> message.
Response
OK
Example response
[
{
"id": 48670,
"org_id": "TN-cc8f8b89-233a-4582-9f36-63ee85278d6d",
"account_id": 6912345,
"authorization_id": 4352243,
"disputed_amount": 10,
"comment": "Custom comment",
"airport_tax_amount": 25,
"dispute_reason": 4853,
"modality": 4855,
"dispute_status": "PENDING",
"dispute_group_status": "OPEN",
"timeline": "{ \"data\": \"test\"}",
"protocol": "20251128111532456",
"metadata": "{ \"key\": \"value\"}",
"created_at": "2024-09-12T16:46:16.43663522",
"updated_at": "2021-02-22",
"created_at_utc": "2021-02-21T22:51:43.000000000Z",
"updated_at_utc": "2022-10-13T19:56:010000000Z",
"is_network": true,
"reversal_id": 10042,
"network_return_reason_code": "2833",
"network_brand_type": "Visa",
"transaction_date": "2021-02-02",
"stop_automated_installment": true,
"card_hash": "XYZddue74kd8",
"authorization_code": "F0JR9H",
"transaction_amount": 86753.09
}
]