PIX
Brazilian instant payment system. Used for pay-in and pay-out in Brazil.
Required fields
Field
Type
Description
Example
{
"type": "PIX",
"currency": "BRL",
"pix": {
"successUrl": "https://yourapp.com/success",
"failedUrl": "https://yourapp.com/failed",
"customer": {
"firstName": "João",
"lastName": "Silva",
"email": "[email protected]",
"documentNumber": "12345678901"
}
}
}Response fields
Field
Description
Schema
Attributes
PIX rail payload for Brazil pay-ins and payouts.
datastringRequired
The actual PIX code (EMV-compliant string) that represents the payment. This is what is known as the 'PIX' in Brazil and can be copied and pasted instead of scanning.
qrCodestringOptional
The rendered QR code string that can be scanned for PIX payments.
expiredAtstring · date-timeOptional
The expiration date and time of the QR code. UTC format.
instructionsstringOptional
Optional instructions displayed to the user for completing the PIX payment.
successUrlstringOptional
Redirect url in case of success
failedUrlstringOptional
Redirect url in case of failure
The pix object
Last updated

