QR Code Estático

Criar um novo QR Code estático

post

Base URL: https://api.pix.aurixpay.ws

Este endpoint permite a geração de um QR Code estático para processar pagamentos PIX em tempo real.

scope: pix.cashin

Header parameters
Content-TypestringOptionalExample: application/json
X-API-KeystringRequiredExample: {{API_KEY}}
Body
amountintegerRequired

Valor em centavos (ex: 1000 = R$10,00)

bank_account_idstringRequired
descriptionstringOptional
currencystringRequired
virtual_account_idstringOptional
Responses
201

Sucesso

application/json
post
POST /banking/v1/cashin/pix/qrcode/static HTTP/1.1
Host: api.aurixpay.ws
X-API-Key: text
Content-Type: application/json
Accept: */*
Content-Length: 168

{
  "amount": 10,
  "bank_account_id": "0198c2e7-7b9e-703a-ac98-870740b0cd5a",
  "description": "testes",
  "currency": "BRL",
  "options": {
    "show_qrcode_image": true,
    "skip_webhook": false
  }
}
{
  "txid": "f13733b4-673b-4411-ba9d-e3029a94d1d6",
  "qrcode": "data:image/png;base64,iVBORw0/ACA+z/Wg/8OA...",
  "brcode": "00020126860014br.gov.bcb.pix2564pix.ecomovi.com.br/qr/v3/at/f3daf9b4-86fe-4a63-9fc3-59f604818cf95204000053039865802BR5925DGDS_FERNANDES_COMERCIO_L6009SAO_PAULO62070503***6304C732",
  "expires_at": "2025-06-13T06:21:28.000000Z"
}