PASAR API
Brazilian payment institution offering full PIX (immediate, scheduled, recurring, automatic), boleto, card and payment-split APIs; auth uses OAuth2 plus a mandatory PFX client certificate.
View docs ↗ More Payments APIs# Efí ~ PIX, boleto & card payments API needs OAuth credentials ~ get yours at: # https://dev.efipay.com.br/ curl 'https://pix.api.efipay.com.br/' \ -H 'Authorization: Bearer YOUR_TOKEN'
I'm integrating a Brazil API into my app. API: Efí ~ PIX, boleto & card payments API Provider: Efí Bank (formerly Gerencianet) Auth: requires OAuth credentials (sign up: https://dev.efipay.com.br/) Pricing: freemium Base URL: https://pix.api.efipay.com.br/ Important note: Brazilian payment institution offering full PIX (immediate, scheduled, recurring, automatic), boleto, card and payment-split APIs; auth uses OAuth2 plus a mandatory PFX client certificate. Source: Efí Bank (formerly Gerencianet) (https://dev.efipay.com.br/) Source type: Provider API or developer docs Endpoint type: Provider API base URL Integration difficulty: Regulated setup Last checked: 2026-07-05 Production caveat: Onboarding, approvals, sandbox/preprod, or compliance steps may be required before production. Help me set up the correct onboarding/authentication path and make the first valid request ~ explain exactly where credentials go and what must happen before production.