|
|
Question : How to test 2CheckOut.com
|
|
I have set up 2CO to process my subscriptions. I have set a demo, and use my own creditcard and information to try it out. 2CO said that vendors cannot purchase a subscription on their own account. Since either way, demo or real I wouldn't be able to test the set up with my credit card and personal info - how else am I suppose to test the card processing? Furthermore, I am sure that credit card transaction set ups have to be tested before put up on the site for real folks to come and subscribe. How does everyone else do this? there are probably thousand of interned business using 2CO to process their credit card transactions. Can you please help? My site is finished except for this last detail. Thank you
|
Answer : How to test 2CheckOut.com
|
|
To put your account in demo mode to make a test purchase, you would need to pass in the demo parameter with a value of Y. So, as long as this parameter and value are being passed in, any transactions attempted will be made in demo mode.
If you are using Plug-N-Play cart, it would be as simple as adding a line to the code used to create your buy buttons.
Example for Plug-N-Play:
Otherwise, simply set your cart to pass this in as an additional parameter in the POST action of your cart to our payment routine.
Example for 3rd Party Carts:
|
|
|
|
|