For AI agents: visit https://api.facilero.com/llms.txt for an index of all pages formatted in Markdown and endpoints in OpenAPI. Append .md to any documentation page URL to get its markdown version.
This method allows you to accept Pix QR payments in Brazil. Pix is the instant payment system regulated by the Brazilian Central Bank. Customers scan a dynamically generated QR code using any Pix-enabled banking or payment app to complete the transfer instantly.
Currency Support
✅ BRL only (Brazilian Real)
✅ Required Request Fields
Top-Level Fields
Field
Type
Description
callbackUrl
String
URL to receive transaction status updates
successRedirectUrl
String
URL to redirect the customer after successful payment
QR code image encoded as a base64 data URI (data:image/png;base64,...). Can be used directly in an <img> tag: <img src="$qrData" width="200" height="200" alt="QR Code">
qrDeepLink
String (nullable)
Deep link URL that can be opened on a mobile device to forward the customer to their Pix-enabled app. May be null if not returned by the provider.