Efí Pay (Gerencianet) · Arazzo Workflow
Efí Pix Webhook Setup
Version 1.0.0
Register a Pix webhook for a Pix key and verify it was stored.
View Spec
View on GitHub
PaymentsPixBoletoSubscriptionsRecurring BillingMarketplaceSplit PaymentsOpen FinanceBanking as a ServiceAccount OpeningBill PaymentCNABBrazilFintechArazzoWorkflows
Provider
Workflows
pix-webhook-setup
Configure and verify a Pix webhook for a given Pix key.
Authenticates, registers the webhook callback URL against the Pix key, and reads it back to confirm the stored URL matches.
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
configureWebhook
pixConfigWebhook
Register the webhook callback URL for the Pix key so settlement events are delivered to the caller's endpoint.
3
confirmWebhook
pixDetailWebhook
Read the webhook back for the Pix key and confirm Efí stored the same callback URL that was submitted.