v1
latestOpenAPI 3.1.0Copyright Pismo2026-07-247702,7523.1 MBForce operations
Cancel forced operation
Cancel forced operation. Only works with forced operations and with the total amount.
This endpoint generates an Authorization cancelled event with authorization > type "FORCE".
post/payments/v1/payments/force/cancel
Headers
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
{
"authorization_id": 15301234,
"tracking_id": "1ff51e99-3a05-448a-bc19-7b5c05274174",
"original_tracking_id": "0d240226-d03e-47eb-ab3f-6d57c7d5feeb",
"descriptor": "Single credit adjustment",
"metadata": "{ \"key\": \"value\"}"
}Response
OK
Example response
{
"authorization_id": 15301234,
"event_date": "2020-01-02T15:14:00.218Z",
"tracking_id": "82766158-514c-42f0-87e2-1bb3250c6dee"
}