Zelle
API actions for the Zelle integration.
Zelle
Send, request, and track person-to-person payments through Zelle-enabled banks.
Cancel a Zelle payment
Cancel a pending Zelle payment before it completes.
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
payment_id | string | No | Zelle payment ID. |
reason | string | No | Optional cancellation reason. |
Response
{}Get Zelle payment status
Look up the current status of a Zelle payment.
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
payment_id | string | No | Zelle payment ID. |
Response
{}Request a Zelle payment
Send a payment request to a contact via Zelle.
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
requester | string | No | Requester's email or phone. |
recipient | string | No | Recipient email or phone. |
amount | number | No | Requested amount. |
currency | string | No | Currency code, for example USD. |
note | string | No | Optional request note. |
Response
{}Send a Zelle payment
Send money to someone through Zelle.
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
recipient | string | No | Recipient email or phone. |
amount | number | No | Payment amount. |
currency | string | No | Currency code, for example USD. |
note | string | No | Optional payment memo. |
Response
{}