The system generates a dynamic QR code designed for deposits in Reais (BRL) through the PIX banking system. The QR code is provided in two formats: text format, which allows for easy copy-and-paste into banking applications, and PNG format, displaying a scannable QR code image for convenience.When a deposit is successfully made using the generated QR code, our system automatically processes the transaction, converting the deposited amount into DePix. The converted DePix can then be sent to a default partner address or to a custom address specified as a parameter during the QR code generation.
Request
Authorization
Add the parameter
Authorization
to Headers,whose value is to concatenate the Token after the Bearer.
Example:
Authorization: Bearer ********************
Header Params
X-Nonce
string<uuid>
optional
A random uuid string to identify an CLIENT INTENTION as unique. In case of retrying the same request, always use the same nonce. For new operations, use a new one. By default, if this param is empty, a new nonce would be generated.
X-Async
string
write-onlyoptional
Can be true, false or auto. If not auto forces API async or sync behavior.
Default:
auto
Body Params application/json
DepositRequest
amountInCents
integer
Amount in cents
write-onlyrequired
Integer value in cents of reais. For R$ 1,00 for example: the number passed must be 100.
{"response":{"qrCopyPaste":"0002XPTO1226880014br.gov.bcb.pix2566qrcode-h.fitbank.com.br/QR/cob/44CFA7690F47CXPTO2BR5925PLEBANK SOLUCOES EM TECNO6007BAXPTO00062070503***6304345A","qrImageUrl":"https://response.eulen.app/api-response/nonce-qr.png","id":"ac34bd0a6f1d426fba001dca27b9d137"},"async":false}