Zelle
Introduction
This document provides the specifications for implementing Zelle payment methods through the Luka API.
The URL is specified in Environments.
Authentication is done via a token (JWT) returned by the login method using the credentials provided by Lukapay. See documentation.
Zelle Payment Validation
Allows the registration and validation of a payment made through Zelle. If the payment exists in the account, it is automatically approved; otherwise, it remains under review.
Request
POST {URL}/api/v1/Transaccion/zelle.registrar.token
Headers
Authorization: Bearer {token}
userIp: {client's IP address}
Request Body
Field Name | Description | Type | Required |
---|---|---|---|
codigoAutorizacion | Zelle authorization code | String | Yes |
monto | Operation amount | Number | Yes |
Customer's email address | String | Yes | |
nombrePagador | Name of the Zelle account holder | String | Yes |
referencia | Optional value for identifying something related to the payment | String | No |
trazaId | Unique traceability identifier in the merchant's database | String | Yes |