v1
latestOpenAPI 3.0.02026-07-2640301.0 MBZelle Endpoints
zelle/recipients
List saved Zelle recipients for the account. Recipients are automatically saved when a Zelle payment is submitted.
get/zelle/recipients
Query parameters
AccountIDstring required
Your account ID
Keystring required
API key for the account
Signaturestring required
Hashed signature for the request
Response
Example response
{
"Success": true,
"Recipients": {
"0": {
"RecipientName": "John Smith",
"AliasType": "EMAIL",
"AliasValue": "john.smith@example.com"
}
}
}