v1
latestOpenAPI 3.1.0Copyright Pismo2026-07-247702,7523.1 MBPayments (Pismo account ID)
Cancel payment (Pismo account ID)
Cancel an existing payment operation.
NOTE:
- This endpoint requires an account token - an access token encoded with a Pismo account ID. Tokens can expire quickly, which can result in a 401 Unauthorized message.
This endpoint generates the following events:
Refer to Data and reporting for more information on events and setting up event notifications.
post/cash-management/v2/payments/cancel
Request body
Example request
{
"original_tracking_id": "249fbd1c-cfcd-48aa-8bcb-1ffe3a5f7978",
"tracking_id": "3368328d-e4c6-4c75-99a9-9d59f3501d8c",
"cancellation_method": "INSTANT"
}Response
Created
Example response
{
"original_tracking_id": "249fbd1c-cfcd-48aa-8bcb-1ffe3a5f7978",
"tracking_id": "3368328d-e4c6-4c75-99a9-9d59f3501d8c",
"event_datetime": "2023-04-27T12:01:24Z"
}