Lodol Docs

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

ParameterTypeRequiredDescription
payment_idstringNoZelle payment ID.
reasonstringNoOptional cancellation reason.

Response

{}

Get Zelle payment status

Look up the current status of 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, for example USD.
notestringNoOptional request note.

Response

{}

Send a Zelle payment

Send money to someone through Zelle.

Parameters

ParameterTypeRequiredDescription
recipientstringNoRecipient email or phone.
amountnumberNoPayment amount.
currencystringNoCurrency code, for example USD.
notestringNoOptional payment memo.

Response

{}

On this page