v1

latestOpenAPI 3.0.02026-07-2640301.0 MB
Zelle Endpoints

zelle/withdraw/name-match

Approve or reject a Zelle payment that is pending name match verification. When the recipient's registered name does not match the name provided, the payment is held for manual review.

post/zelle/withdraw/name-match

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 transaction the decision was applied to

Decisionstring required

The decision that was submitted

Example response

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