v1
latestOpenAPI 3.1.0Copyright Pismo2026-07-247702,7523.1 MBInstallments payments
Cancel installments payment
Cancel an existing installments payment.
This endpoint generates the Authorization created event.
post/payments/v1/payments/installments/cancel
Headers
x-tenantstring required
Example:TN-c0e4c660-9059-404c-ab22-761aa431766c
Unique Org ID.
x-account-idstring
Optional account ID.
x-skip-timelinestring
Example:true
If set to true, this will prevent the generation of timeline events in the customer timeline.
Request body
Example request
{
"tracking_id": "be68db6e-8da0-4761-8632-6a51857bd123",
"original_tracking_id": "be68db6e-8da0-4761-8632-6a51857bd123",
"original_authorization_id": 15301234,
"account_id": 101,
"amount": 12.13,
"metadata": "{ \"key\": \"value\"}"
}Response
Created
Example response
{
"authorization_id": 15301234,
"event_date": "2020-01-02T15:14:00.218Z",
"tracking_id": "82766158-514c-42f0-87e2-1bb3250c6dee"
}