Excuse me. I’m a seller of 2checkout.com. Now I’m developing a website, and I want to send parameters to 2checkout.com to finish payment. I’ve made an order on my own website, I just want to send my bill amout to 2checkout.com, and then get back parameters that can tell us payment succeeds or fails. After I read help info on 2checkout.com, I used “x_login; x_amount; x_invoice_num” and “sid ;total;cart_order_id ” to program, but these tests failed, the page sent me message “Parameter error”. I couldn’t find the mistake, so I have to consultant u. Would you please give me an example samilar with my situation?
I copied my program code. please direct me which part is wrong, thank u very much
1 Comment »
+0
-0
By passing in the parameters specified in your post you are mixing 2 different parameter sets. Mixing parameter sets will cause problems during payment or may prevent the payment pages from working at all. Your shopping cart should either pass order in using 2Checkout’s own parameters or our Authorize.net parameter set. However, you may be receiving a parameter error because your account is currently marked inactive for sales. To check if this is the case you will need to login to our new vendor administration panel at the following url: https://www.2checkout.com/va/
On the account homepage their will be an Account Status section that will list your account as either status Y (Allowed to Sell, Allowed to Pay), S (Allowed to Sell, Not Allowed to Pay) or P (Not Allowed to Sell, Allowed to Pay). If your account is status P and your site is ready for review please click the help tab above and open a support ticket so that you site can be reviewed by our risk department.