Efí Pay (Gerencianet) · Arazzo Workflow
Efí Bill Payment by Bar Code
Version 1.0.0
Decode a boleto bar code, pay it from the account, and reconcile the status.
View Spec
View on GitHub
PaymentsPixBoletoSubscriptionsRecurring BillingMarketplaceSplit PaymentsOpen FinanceBanking as a ServiceAccount OpeningBill PaymentCNABBrazilFintechArazzoWorkflows
Provider
Workflows
bill-payment
Decode a bar code, pay the bill, and reconcile the payment status.
Authenticates, decodes the supplied bar code, requests payment for it, and reads the payment back to confirm its settlement status.
1
authenticate
pagamentosAuthorize
Exchange the client_id and client_secret for an OAuth2 access token using the client_credentials grant required by the Pagamentos API.
2
decodeBarCode
payDetailBarCode
Decode the bar code to recover the bill amount and due date before committing to the payment.
3
requestPayment
payRequestBarCode
Submit the payment request for the decoded bar code with the desired debit date. The server returns a payment id.
4
reconcilePayment
payDetailPayment
Read the payment back by its id to reconcile the final settlement status.