Attempt to cancel an outgoing instant payment that is currently in “created” or “under_review” status.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
ID of the instant payment object you want to cancel.
^instant_payment_\w+$Updated canceled instant payment object.
The unique identifier of the instant payment object.
^instant_payment_\w+$"instant_payment_xyz123"
The ID of the Account object.
^account_\w+$"account_xyz123"
The ID of the Lead Bank Account Number object.
^account_number_\w+$"account_number_xyz123"
Who is initiating the transaction.
outgoing: You are sending a transaction to a counterparty. incoming: You are receiving a transaction from a counterparty.
outgoing, incoming "outgoing"
The current status of the instant payment object. If outgoing: created, under_review, canceled, rejected, posted. If incoming: under_review, rejected, posted.
created, under_review, canceled, rejected, posted "posted"
The amount of the instant payment in cents.
x >= 05000
A three-letter currency code as defined in ISO 4217.
USD "USD"
The details of the debtor (payer) sending the funds.
The details of the financial institution where the debtor (payer) holds their account.
The details of the financial institution where the creditor (payee) holds their account.
The details of the creditor (payee) receiving the funds.
The instant payment's identifiers.
If this instant payment is a return, this object contains details on the return.
If this instant payment was rejected, this object contains details on the rejection.
This instant payment's related instant payments or other objects.
The return requests that reference this instant payment.
The ISO 8601 format timestamp that represents when the instant payment object was created.
"2022-06-27T11:22:33Z"
The ISO 8601 format timestamp that represents when the instant payment object was last updated.
"2022-06-27T11:22:40Z"
The current status of the instant payment from the counterparty's perspective. If outgoing: posted, under_review, or rejected. If incoming: posted or null.
posted, under_review, rejected "posted"
Free-form information on the reason for the payment.
"Payment for invoice 12345"