v1
latestOpenAPI 3.1.0Copyright Pismo2026-07-247702,7523.1 MBDisputes
Network chargeback reversal
Cancel a chargeback.
You can use this endpoint to cancel a chargeback if you realize it is in error.
Note: You can reverse a chargeback after the Global Clearing Management System has processed it.
post/v1/disputes/network-reversal
Headers
x-tenantstring
Organization/tenant ID
x-cidstring
The Correlation IDentifier field links related API requests and events. The x-cid can help the Pismo engineering team track everything related to a call. If not passed, this field is automatically generated.
Request body
Example request
{
"dispute_id": 48670,
"installment_id": 686994,
"reversal_reason": "Chargeback not valid because customer now recognizes it"
}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
}