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

Was this helpful?

  1. Authentication

Fetch Access Token

Fetch your access token to use in requests

Fetch access token

POST https://api.finove.com.br/api/auth/authenticate

Use your Client Id and Client Secret to fetch an access token that can be used in API requests. The accessToken is valid for 2 minutes.

Request Body

Name
Type
Description

clientId

string

Client Id (found in API Keys page in dashboard)

clientSecret

string

Client Secret (available only when creating an API Key)

{
    accessToken: "eyJhbGciOiJSUz...}
PreviousAuthenticationNextIframe integration

Last updated 2 years ago

Was this helpful?