v1

latestOpenAPI 3.0.02026-07-2640301.0 MB
Zelle Endpoints

zelle/withdraw

Initiate a Zelle B2C payment to a recipient identified by email address or mobile phone number.

post/zelle/withdraw

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

Unique identifier for the created Zelle transaction

Example response

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