Getting Started
Welcome to the Getting Started section of the documentation! Here you'll find the necessary guidance to start using our API and integrate our solutions into your system with ease.
Our API is designed to be intuitive and efficient, allowing you to connect your systems to
Step 1: Choose the desired functionality
- Web Conciliation Platform: A web platform that offers a visual and intuitive experience to manage your transactions.
- Conciliation API: Ideal for integrating payment analysis and conciliation features.
- Payment Gateway API: Use to process credit and debit card transactions quickly and securely.
Each API has specific documentation, which you can access in the sidebar menu.
Step 2: Perform authentication
To access the web conciliation platform, visit https://ib.sopague.com.br/.
To consume any of our functionalities via API, follow the steps below:
- Obtain the userName and password by providing the necessary data to our team (CNPJ, company name, technical contact, and server IP).
- Log in with POST /api/auth/token, sending userName and password.
- Receive the authentication token in the accessToken field.
- Include the token in the Authorization header to use other endpoints.
- Renew the token before it expires.
For more details, see the Authentication section.
Step 3: Start using
Now that you've chosen the API and configured your authentication, it's time to integrate the functionalities into your system:
- Check the available endpoints in the specific documentation for the chosen API.
- Perform test calls using tools like Postman or cURL.
- Integrate the endpoints into your system, following the practical examples and best practices indicated.
That's it! With these steps, you can now start using the
If you need help, our team is available. Explore the documentation for more information and happy integrating!