Efí Pay (Gerencianet) · Arazzo Workflow
Efí Pix Immediate Charge to QR Code
Version 1.0.0
Create an immediate Pix charge, confirm it, and render its payable QR Code.
View Spec
View on GitHub
PaymentsPixBoletoSubscriptionsRecurring BillingMarketplaceSplit PaymentsOpen FinanceBanking as a ServiceAccount OpeningBill PaymentCNABBrazilFintechArazzoWorkflows
Provider
Workflows
pix-charge-qrcode
Create an immediate Pix charge and produce its scannable QR Code.
Authenticates against the Pix API, creates an immediate charge for the given payer and amount, confirms the charge is active, and renders the QR Code for the location bound to the charge.
1
authenticate
pixAuthorize
Exchange the client_id and client_secret for an OAuth2 access token using the client_credentials grant required by the Pix API.
2
createCharge
pixCreateImmediateCharge
Create an immediate Pix charge (cob) for the payer and amount, crediting the supplied Pix key. The server assigns a txid and a location id.
3
confirmCharge
pixDetailCharge
Read the charge back by txid to confirm it was registered and is in the ATIVA status before exposing its QR Code to a payer.
4
generateQrCode
pixGenerateQRCode
Generate the QR Code image payload for the location bound to the charge so the payer can scan it to pay.