v1
latestOpenAPI 3.1.0Copyright Pismo2026-07-247702,7523.1 MBMigration
Create dispute migration
Create a migration for a Full balance or Zero balance program.
After this, you can create a dispute migration for a specific installment using the dispute ID returned here.
This endpoint generates a Dispute installment created event. Once the dispute is migrated into the system, its status changes and a Dispute status changed event is generated.
post/v1/migration
Request body
Example request
{
"chargeback_id": "4965860",
"claim_id": "88993u748",
"disputed_amount": 215,
"network_brand_type": "Visa",
"authorization_id": 8475859059,
"account_id": 5894887,
"transaction_date": "2023-02-23",
"arn": "4096860",
"installment_disputed_amount": 678,
"installment_number": 1
}Response
OK
Example response
{
"id": 48670,
"authorization_id": 8475859059,
"comment": "Custom comment",
"reason": 4853,
"dispute_installment_id": 8675309
}