v1
latestOpenAPI 3.0.02026-07-2640301.0 MBZelle Endpoints
zelle/withdraw/transaction
Retrieve details of a specific Zelle withdrawal transaction.
get/zelle/withdraw/transaction
Query parameters
AccountIDstring required
Your account ID
Keystring required
API key for the account
Signaturestring required
Hashed signature for the request
TransactionIDstring required
The ID of the Zelle transaction to retrieve
Response
Example response
{
"Success": true,
"TransactionID": "123456",
"TransactionDate": "2024-01-15 10:30:00",
"TransactionStatus": "in progress",
"Amount": "100.00",
"RecipientName": "John Smith",
"RecipientEmail": "john.smith@example.com",
"RecipientPhone": "+12065551234",
"PriorityType": "STANDARD",
"Notes": "Invoice payment",
"ClientReferenceNumber": "REF-001",
"LastModified": "2024-01-15 10:35:00"
}