Cancel a send
POST
/sends/{id}/cancel Cancels the send identified by id before it executes.
Only sends in SCHEDULED can be canceled with this operation. Canceling a scheduled send doesn't require Strong Customer Authentication.
Request
Available on
SandboxProduction
Path parameters
Request body
application/json
TransactionSingleCancelRequestTransactionSingleCancelRequest · object · 1 field
Responses
200OK
Success
Headers
Body
application/json
SendSend · object · 16 fields
Response example
{ "id": "123456789", "profileId": "10001", "tag": "customer-123", "source": { "id": "123456789", "type": "managed_accounts" }, "sourceFee": { "currency": "GBP", "amount": 1250 }, "destination": { "id": "123456789", "type": "managed_accounts" }, "destinationAmount": { "currency": "GBP", "amount": 1250 }, "destinationFee": { "currency": "GBP", "amount": 1250 }, "transactionAmount": { "currency": "GBP", "amount": 1250 }, "description": "Invoice 1042", "state": "INVALID", "challengeExemptionReason": "LOW_VALUE", "creationTimestamp": 1786118400000, "scheduledTimestamp": "1786118400000", "executionTimestamp": "1786118401250", "cancellationReason": "Payment no longer required"}