Efí Pay (Gerencianet) · Arazzo Workflow
Efí Pix Charge Status and Refund
Version 1.0.0
Detail a Pix charge, branch on its status, and refund the received Pix when paid.
View Spec
View on GitHub
PaymentsPixBoletoSubscriptionsRecurring BillingMarketplaceSplit PaymentsOpen FinanceBanking as a ServiceAccount OpeningBill PaymentCNABBrazilFintechArazzoWorkflows
Provider
Workflows
pix-charge-status-refund
Check a Pix charge status and refund it via devolution when it is paid.
Authenticates, details the charge by txid, and only when the charge is CONCLUIDA resolves the received Pix e2eId and issues a devolution for the requested refund amount.
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
detailCharge
pixDetailCharge
Read the immediate Pix charge by txid and capture its status plus the first received-Pix end-to-end id so a refund can be targeted.
3
refundReceivedPix
pixDevolution
Issue a devolution (refund) against the received Pix identified by its end-to-end id for the requested refund amount.