Efí Pay (Gerencianet) · Arazzo Workflow
Efí Boleto Charge Issue
Version 1.0.0
Create a Cobranças charge, set the boleto payment method, and read its status.
View Spec
View on GitHub
PaymentsPixBoletoSubscriptionsRecurring BillingMarketplaceSplit PaymentsOpen FinanceBanking as a ServiceAccount OpeningBill PaymentCNABBrazilFintechArazzoWorkflows
Provider
Workflows
boleto-charge-issue
Create a charge, apply the boleto payment method, and confirm issuance.
Authenticates, creates a Cobranças charge for the supplied items, sets the banking_billet payment method with the customer and expiry, and reads the charge back to capture the boleto link and barcode.
1
authenticate
authorize
Exchange the client_id and client_secret for an OAuth2 access token using the client_credentials grant required by the Cobranças API.
2
createCharge
createCharge
Create a Cobranças charge for the supplied line item. The server returns a charge_id used to apply a payment method.
3
defineBoleto
definePayMethod
Define the banking_billet (boleto) payment method on the charge with the paying customer and the boleto expiry date.
4
confirmCharge
detailCharge
Read the charge back by id to confirm it moved into a waiting state and to capture its current status after the boleto was issued.