Zelle
API actions for the Zelle integration.
Zelle
Send, request, and track peer-to-peer 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
Retrieve the current status for 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. |
note | string | No | Optional request note. |
Response
{}Send a Zelle payment
Initiate a money transfer to a Zelle recipient.
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
recipient | string | No | Recipient email or phone. |
amount | number | No | Payment amount. |
currency | string | No | Currency code. |
note | string | No | Optional payment memo. |
Response
{}