Efí Pay (Gerencianet) · Arazzo Workflow
Efí Pix Charge Revise
Version 1.0.0
Create a Pix charge under a fixed txid, check its status, and revise it while still active.
View Spec
View on GitHub
PaymentsPixBoletoSubscriptionsRecurring BillingMarketplaceSplit PaymentsOpen FinanceBanking as a ServiceAccount OpeningBill PaymentCNABBrazilFintechArazzoWorkflows
Provider
Workflows
pix-charge-revise
Create a Pix charge by txid and revise its amount only while it is active.
Authenticates, creates an immediate Pix charge under the supplied txid, details it, and patches a revised amount only when the charge is still ATIVA.
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
pixCreateCharge
Create an immediate Pix charge under the supplied txid crediting the given Pix key for the original amount.
3
detailCharge
pixDetailCharge
Read the charge back by txid and branch on its status so only an active charge is revised.
4
reviseCharge
pixUpdateCharge
Patch the active charge to the revised amount, leaving the rest of the charge intact.