Saltar al contenido principal
GET
/
v1
/
brcode
/
static
/
{brcode_id}
Obtener un Código QR Estático
curl --request GET \
  --url https://plugin-pix-indirect.api.lerian.net/v1/brcode/static/{brcode_id} \
  --header 'Authorization: Bearer <token>'
{ "id": "550e8400-e29b-41d4-a716-4466554400bb", "emv": "00020126580014br.gov.bcb.pix...", "base64": "<string>", "receiverKey": "+5511999999999", "amount": "100.00", "description": "Pago por pedido #12345", "createdAt": "2024-01-15T10:30:00Z" }

Autorizaciones

Authorization
string
header
requerido

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Parámetros de ruta

brcode_id
string
requerido

Identificador del BR Code estático.

Respuesta

Detalles del Código QR Estático obtenidos exitosamente.

id
string

Identificador único del Código QR.

Ejemplo:

"550e8400-e29b-41d4-a716-4466554400bb"

emv
string

Payload EMV del Código QR.

Ejemplo:

"00020126580014br.gov.bcb.pix..."

base64
string

Imagen del Código QR codificada en Base64 (si se solicita).

receiverKey
string

Clave Pix.

Ejemplo:

"+5511999999999"

amount
string

Monto fijo (si está establecido).

Ejemplo:

"100.00"

description
string

Descripción.

Ejemplo:

"Pago por pedido #12345"

createdAt
string<date-time>
Ejemplo:

"2024-01-15T10:30:00Z"