Efí Pay (Gerencianet) · Arazzo Workflow
Efí Account Webhook Setup
Version 1.0.0
Register an account-level webhook and verify it was stored.
View Spec
View on GitHub
PaymentsPixBoletoSubscriptionsRecurring BillingMarketplaceSplit PaymentsOpen FinanceBanking as a ServiceAccount OpeningBill PaymentCNABBrazilFintechArazzoWorkflows
Provider
Workflows
account-webhook-setup
Configure and verify an account-level webhook for the partner.
Authenticates as the partner, registers the account webhook callback URL, and reads it back by identifier to confirm the stored URL matches.
1
authenticate
contasAuthorize
Exchange the partner client_id and client_secret for an OAuth2 access token using the client_credentials grant required by the Contas API.
2
configureWebhook
accountConfigWebhook
Register the account webhook callback URL. The server returns the webhook identifier used to read it back.
3
confirmWebhook
accountDetailWebhook
Read the webhook back by its identifier and confirm Efí stored the same callback URL that was submitted.