# MD for: https://www.mercadopago.com.mx/developers/pt/docs/checkout-api-orders/integration-test/other-payment-methods.md \# Perform a test purchase with other payment methods Integration tests for offline payment methods such as \*\*OXXO, Paycash, Banamex and BBVA Bancomer\*\*, only allow you to verify the correct creation of the payment flow, but not obtaining a final status, as this depends on the actual completion of the payment. To do this, follow the steps below. :::AccordionComponent{title="Perform test purchase"} To test your integration with these payment methods, access the store that has integrated your checkout, select a product or service, and start the purchase process. Then, fill in the payer data required at checkout randomly, but making sure to include the \*\*email address test @testuser.com\*\* in the email field, which is the only one allowed for testing. This way, your system will understand that it is a purchase made by test buyer user. Once you have completed all the fields, click the button to process the payment and wait for the result. ::: :::AccordionComponent{title="Verify test purchase"} To verify that the test purchase was carried out correctly, send a \*\*GET\*\* request to the :TagComponent{tag="API" text="/v1/orders/{id}" href="/developers/en/reference/online-payments/checkout-api/get-order/get"} endpoint, replacing \`id\` with the order identification received in the response to its creation. The response to this request should bring the detailed information of the test transaction, along with the \`action\_required\` status, which indicates that payment is pending. Ready! Once these steps are completed, the integration of other payment methods is complete and you can either continue testing your other configurations or \[go to production\](https://www.mercadopago.com.mx/developers/en/docs/checkout-api-orders/go-to-production). :::