🇧🇷 Brazil OFPI

Number of APIs: 24

👋 Introduction

Belvo's Open Finance Payment Initiation (OFPI) API in Brazil allows you to collect payments from your customers while building an optimized payment experience.‌ Securely and frictionless.‌

Through our API, you can collect payments in:

  • 🇧🇷 Brazil (using the open finance framework)

Our Qodex Workspace will let you interact with all the main resources, test flows, and even create simple payments without spending hours of development time.

🤩 Documentation

Each of our payment method collections contain full documentation on how to use the resource.

👀 Watch and Fork us!

⚠️ Warning: Credential Use
Please make sure that you make use of Qodex's Environment Variables to store any sensitive parameters, most importantly your API keys or Cookie ID.

If you'd like to use our collection:

  1. Click Watch on the collection.
  2. Fork the collection.

You'll get a notification whenever we update the collection and you'll be able to pull in all the changes, making sure you're working with the most up-to-date copy every time.

  1. Payment Institutions - List payment institutions GET {{baseUrl}}/payments/br/institutions/?country=BRA&page=1&page_size=100

  2. Customers - Create a customer POST {{baseUrl}}/payments/br/customers/

  3. Customers - List all customers GET {{baseUrl}}/payments/br/customers/?page=1&page_size=100

  4. Customers - Get a customer's details GET {{baseUrl}}/payments/br/customers/:id/

  5. Bank Accounts - Register your organization bank account POST {{baseUrl}}/payments/br/bank-accounts/

  6. Bank Accounts - List all bank accounts GET {{baseUrl}}/payments/br/bank-accounts/?page=1&page_size=100

  7. Bank Accounts - Get a bank account's details GET {{baseUrl}}/payments/br/bank-accounts/:id/

  8. Payment Intents - Create a payment intent with customer and beneficiary account POST {{baseUrl}}/payments/br/payment-intents/

  9. Payment Intents - List all payment intents GET {{baseUrl}}/payments/br/payment-intents/

  10. Payment Intents - Complete a payment intents request PATCH {{baseUrl}}/payments/br/payment-intents/:id/