Integration test - Integration stages - Mercado Pago Developers

Integration test

The integration test of Mercado Pago Point with your system is based on performing a series of transactions and their corresponding validations using our API. This way, you can ensure everything works correctly before receiving real payments, thanks to different test scenarios.

In these transactions, you must use your production credentialsA set of unique access keys linked to your application that allow you to receive real payments. You can access them through Your integrations > Application details > Production > Production credentials. Use your production Public Key in the frontend, and your production Access Token in the backend., real cards and perform operations for minimum amounts. This is already considered and will not be a problem: the test flow itself guarantees that the money will be refunded to the card used for the payment.

If you haven't done so yet, set up Webhooks notifications before starting the tests so you can also validate their correct operation in each scenario.

Follow the detailed step-by-step for each test scenario to verify how your integration works.

Once you have tested all the scenarios and verified the correct operation of your integration with Mercado Pago Point, you can Go to production.