Skip to main content
POST
Cancel transactions
This endpoint is deprecated. Use Cancel payments instead.

Overview

This endpoint initiates a cancellation request (camt.056) message to the beneficiary system for outbound SEPA CT/Instant payments.

How It Works

  • Payment not yet sent to clearing (Created, To sign, Signed): Changes the payment status directly to Cancelled
  • Payment already sent (Sent to clear, Accepted, Completed): Sends a camt.056 cancellation request message to the beneficiary’s system

Migrate to v1

POST /v1/transactions:cancel performs the same cancellation and returns a more detailed response.

Body

application/json
transaction_ids
integer<int64>[]
required

Array of transaction IDs

Minimum array length: 1
additional_comment
string

Used in conjunction with 'reason' or 'reason_additional'.
Only allowed when:

  • 'CUST' is used as a Recall reason code; or
  • 'FRAD', 'AM09' or 'AC03' are used as a Recall reason Proprietary.
Required string length: 1 - 105
reason
enum<string> | null

Cancellation reason.
One of the values must be present 'reason' or 'reason_additional'

Available options:
DUPL,
CUST
reason_additional
enum<string>

Additional cancellation reason.
One of the values must be present 'reason' or 'reason_additional'.

Available options:
FRAD,
TECH,
AC03,
AM09

Response

Payment scheduled for cancellation

result
object
required

Result of cancel transactions

Last modified on August 28, 2026