Skip to main content

How to integrate Rindegastos with my ERP?

Updated over 4 months ago

Here’s how Rindegastos can integrate with your company’s ERP system.

INTEGRATION METHODS

Rindegastos integrates smoothly with company accounting systems or ERPs. There are 4 methods available:

  • Rindegastos API: This is our recommended method if the client can connect to a third-party API. Our API allows you to extract all necessary information to be loaded into any accounting system. More information here.

  • Webservices (*): If the company’s accounting system has web services that Rindegastos can consume, this option is viable, and a connection can be developed.

  • FTP (*): If preferred, a communication between systems can be established by depositing files on an intermediate FTP. This way, the connection is not direct, and both parties can define the necessary data to be deposited in the FTP.

  • File Download/Upload (*): When none of the above options are feasible, a custom exporter for Rindegastos data can be created and then uploaded to the company’s accounting system. This method is not recommended if other options are available, as it involves a manual process that doesn’t guarantee data integrity.

(*): These methods involve development costs and are treated as a development project.

💡 Tip: For more information on possible integration methods with your ERP, contact our support team, and we’ll be glad to assist you.

RINDEGASTOS API

We use a RESTful API that allows you to access your company data on Rindegastos, including users, expenses, expense reports, and more. The Rindegastos API uses an authentication token that grants read and write permissions for the company data assigned to the token.

To get started, you need to request and activate your company's access token. You can do this by going to the Authentication section. Once you have your company's token, the easiest way to access the API is by using one of our SDKs. If not, you will need to develop the calls following the structure outlined in this documentation.

🧐 Note: The Rindegastos API is only available for Business accounts. Free personal accounts cannot use the Rindegastos API.

Did this answer your question?