Lodol Docs

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

ParameterTypeRequiredDescription
payment_idstringNoZelle payment ID.
reasonstringNoOptional cancellation reason.

Response

{}

Get Zelle payment status

Retrieve the current status for a Zelle payment.

Parameters

ParameterTypeRequiredDescription
payment_idstringNoZelle payment ID.

Response

{}

Request a Zelle payment

Send a payment request to a contact via Zelle.

Parameters

ParameterTypeRequiredDescription
requesterstringNoRequester's email or phone.
recipientstringNoRecipient email or phone.
amountnumberNoRequested amount.
currencystringNoCurrency code.
notestringNoOptional request note.

Response

{}

Send a Zelle payment

Initiate a money transfer to a Zelle recipient.

Parameters

ParameterTypeRequiredDescription
recipientstringNoRecipient email or phone.
amountnumberNoPayment amount.
currencystringNoCurrency code.
notestringNoOptional payment memo.

Response

{}

On this page