Disputes
Acknowledge dispute
Mark a processed installment. This feature is only available for Mastercard.
post/v1/disputes/acknowledge
Request body
Example request
[
{
"dispute_id": 48670,
"network_brand_type": "Visa"
}
]Response
OK
Example response
[
{
"dispute_id": 48670,
"dispute_installment_id": 8675309
}
]Changes
No recorded changes to this endpoint across all 1 revision of this API.