v1

latestOpenAPI 3.0.02026-07-2640301.0 MB
Zelle Endpoints

zelle/cancel

Cancel a pending Zelle withdrawal transaction. If the transaction has already been submitted to the processor, a cancellation request will be sent.

post/zelle/cancel

Response

Successboolean required

True if the request was successful, false if it failed

ErrorMessagestring required

Contains a description of the error if the request failed

TransactionIDstring required

ID of the cancelled transaction

TransactionStatusstring required

Updated status of the transaction

Example response

{
  "Success": true,
  "TransactionID": "123456",
  "TransactionStatus": "cancelled"
}