Cancel Return Intent
Cancel a return intent before it has been confirmed. The transaction reverts to completed status and all return details are cleared.
Cancel a return intent
If you have created a return intent but decide not to proceed, use this API to cancel it before confirmation. The transaction reverts to completed status and all return details are cleared.
This API will respond with a transaction_id
The transaction status reverts from intent_created back to completed.
Preconditions
- The transaction must be in
intent_created(RETURN-INTENT-CREATED) status
Authorization
AuthorizationRequiredBearer <token>Enter your token in the format: Bearer {token}
In: header
Path Parameters
transactionIDRequiredstringResponse Body
Success response
transaction_idRequiredstringUpdate FX Transaction PUT
Use this API to confirm and execute a transaction intent that was created for an FX Transaction (the POST Create FX Transaction endpoint).
Confirm Return PUT
Confirm a return intent and trigger the SWIFT Pacs008 return message. The transaction must be in intent_created status. Use the GET Transaction endpoint to verify the final return status.