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
Example response
{
"Success": true,
"TransactionID": "123456",
"TransactionStatus": "cancelled"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.