# Introduction

Hey there, welcome to the Finove API! This guide will help you navigate integrating with our API.

Finove enables merchants to offer financing options to their customers while still getting paid up front. It may be helpful to think of Finove as a method of payment that your customers can use to complete a purchase.

**CRM/ERP Integrations (Salesforce, SAP, Oracle, etc.)**

Our endpoints and webhooks can be used to connect your systems with the payments you receive from Finove. Through our integrations, you can set up your systems so that your teams can fully interact with Finove (generate payment requests, view payments, etc.) without ever leaving your platform.

**E-commerce integrations**

Below is a general overview of an e-commerce integration with Finove. The client application and checkout process can be embedded into your checkout page though an Iframe, or you can redirect the user to complete the process in a new window. If you would like more details about integrating using the Iframe, see the [Iframe integration](https://developers.finove.com.br/iframe) page.

![Overview of the integration process](https://57403990-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MGPpMlzMG0tJ0N3j9DL%2Fuploads%2FM2UIM1EN68p6b3ARq2eB%2FScreen%20Shot%202022-07-05%20at%207.29.16%20PM.png?alt=media\&token=c364e3e0-8bec-4875-bfa3-950fc2c19e86)

## FAQ

**How do I generate a payment request to send to customers?** 👉 [Payment Request](https://developers.finove.com.br/embed-in-website/payment-request)

**What do I need to do once a customer finances a payment?** 👉 [Upload Invoices](https://developers.finove.com.br/embed-in-website/payments/upload-invoices#upload-invoices)

**How do I embed Finove in my ecommerce platform?** 👉 [Iframe Integration](https://developers.finove.com.br/iframe)

**How do I get notifications when events happen in the app?** 👉 [Webhooks](https://developers.finove.com.br/webhooks/overview)

**Have another question?** 👉 [Email us and we'll help you out](<mailto:dev@finove.com.br >)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://developers.finove.com.br/master.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
