Finove
  • Introduction
  • Getting started
  • Authentication
    • Fetch Access Token
  • Iframe integration
  • Key terms
  • Merchant API
    • Payment Requests
      • Create Payment Request
      • List Payment Requests
      • Get Payment Request
    • Payments
      • List Payments
      • Get Payment
      • Upload invoices
        • Upload Invoices
        • Submit Invoices
    • Customers
      • List Customers
    • Simulation
      • Run simulation
      • Get Financing Terms
    • Send invites by email
  • Webhooks
    • Overview
    • Webhook events
    • Setting ups with webhooks
    • Securing your webhooks
Powered by GitBook
On this page
  • Environments
  • Sandbox (testing)
  • Live (production)
  • Request format

Was this helpful?

Getting started

Environments

Sandbox (testing)

You can use our sandbox environment for testing your integrations. Speak with our team to set up a merchant account in our sandbox environment.

Platform: https://sandbox.finove.com.br
API: https://api.sandbox.finove.com.br/api

Live (production)

Platform: https://app.finove.com.br
API: https://api.finove.com.br/api

Request format

All requests must be made over https.

The API only accepts requests in JSON, so all requests must include the header Content-Type: application/json.

PreviousIntroductionNextAuthentication

Last updated 2 years ago

Was this helpful?