Hello, how do I integrate marketconnect to my sales platform, I'm developing it in PHP , and what I need most is how I do the tests, if you can advise me on that, thanks.
Hello, how do I integrate marketconnect to my sales platform, I'm developing it in PHP , and what I need most is how I do the tests, if you can advise me on that, thanks.
I recommend you read the official documentation:
How to Test Basically to try you have two options:
Sandbox
You can simulate a complete payment flow in our Sandbox environment, with the following advantages:
The payments are fictitious so that you can calm down all the tests you want. You do not need to use your real credit card to prove the flow of payments. You can test your complete development and even receive the Payment Notifications (IPN).
Users and test cards
In a more advanced way you can also test in the real environment, using test users. You can create these users and operate with them in your integration as if they were real users. More detail of creating users and test cards in the links:
I hope you have been useful!