AI resources

Test the integration

The integration test of Mercado Pago Point to your system is based on simulating different transaction statuses using our API. This way, you can ensure the correct functioning of your integration before going to production, through different test scenarios. It is not possible to process real payments on the physical terminal using test accounts; to perform real transactions on the Point device, you must use a production account with real payment methods.

In these tests, you must use test credentialsKeys from the application created in Mercado Pago. You can access them through Your integrations > Application details > Tests > Test credentials.Access test credentials. Although the simulation allows you to validate the integration without interaction with the terminal in each test transaction, it is essential that the terminal is previously linked to your test credentials. For more information on how to perform this association, access Configure terminal.

The status change may take up to 10 seconds to be processed and, during this process, the order will automatically change to the at_terminal status before reaching the requested final status, except in the case of the refunded status, which transitions directly. For more information about possible statuses, see the Order and transaction status documentation.

Before starting the tests, make sure that Webhook notifications are configured. This configuration is necessary to validate the correct functioning of notifications in each test scenario.

Simulate test scenarios

Below, select and execute the desired scenarios to validate your integration. To simulate the different test scenarios below, you must use the test Access TokenPrivate key of the application created in Mercado Pago, used in the backend. You can access it through Your integrations > Application details > Tests > Test credentials.Access test credentials.

After testing all scenarios and verifying the correct functioning of your integration with Mercado Pago Point, you can Go to production.