Efí Pay (Gerencianet) · Arazzo Workflow
Efí Account Onboarding
Version 1.0.0
Open a simplified Efí account, issue its certificate, and fetch its API credentials.
View Spec
View on GitHub
PaymentsPixBoletoSubscriptionsRecurring BillingMarketplaceSplit PaymentsOpen FinanceBanking as a ServiceAccount OpeningBill PaymentCNABBrazilFintechArazzoWorkflows
Provider
Workflows
account-onboarding
Open a simplified account, generate its certificate, and fetch credentials.
Authenticates as the partner, creates a conta-simplificada for the customer, generates the account certificate, and reads back the account's API credentials.
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
openAccount
createAccount
Open a conta-simplificada for the customer. The server returns the account identificador used to issue the certificate and credentials.
3
generateCertificate
getAccountCertificate
Generate the P12 certificate the new account will use for mutual TLS when calling the Efí APIs.
4
getCredentials
getAccountCredentials
Retrieve the client_id and client_secret pair the new account uses to call the other Efí APIs.