Efí Pay (Gerencianet) · Arazzo Workflow
Efí Card Charge Refund
Version 1.0.0
Detail a Cobranças card charge, branch on its status, and refund it when paid.
View Spec
View on GitHub
PaymentsPixBoletoSubscriptionsRecurring BillingMarketplaceSplit PaymentsOpen FinanceBanking as a ServiceAccount OpeningBill PaymentCNABBrazilFintechArazzoWorkflows
Provider
Workflows
card-charge-refund
Check a card charge status and refund the card when the charge is paid.
Authenticates, details the charge by id, and only when its status is paid issues a card refund for the requested amount.
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
detailCharge
detailCharge
Read the charge by id and capture its status so the refund branch can be gated on whether the card charge was paid.
3
refundCard
refundCard
Issue a refund against the card for the requested amount on the paid charge.