v1
latestOpenAPI 3.1.0Copyright Pismo2026-07-247702,7523.1 MBMigration
Update dispute migration
Update dispute migration.
Only use this endpoint if the dispute's status is FAILED_MIGRATION and you need to update something that went wrong.
put/v1/migration/{disputeId}
Path parameters
disputeIdnumber required
Dispute ID
Request body
Example request
{
"claim_id": "474749409",
"chargeback_id": "88996",
"disputed_amount": 10,
"dispute_installment_id": 8675309,
"network_brand_type": "Visa",
"transaction_date": "2023-02-23"
}Response
OK
Example response
{
"id": 48670,
"org_id": "TN-cc8f8b89-233a-4582-9f36-63ee85278d6d",
"account_id": 6912345,
"authorization_id": 4352243,
"comment": "Custom comment",
"dispute_reason": 4853,
"modality": 4855,
"dispute_status": "PENDING",
"dispute_status_group": "OPEN",
"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",
"timeline": "{ \"data\": \"test\"}",
"protocol": "20251128111532456",
"metadata": "{ \"key\": \"value\"}",
"disputed_amount": 10,
"is_network": true,
"reversal_id": 123,
"network_return_reason_code": "4853",
"network_brand_type": "Visa",
"transaction_date": "2022-08-04 14:26:20",
"transaction_amount": 86753.09,
"currency_code": "986"
}