Hi, I’m actually coding for a new cart system. I need to know if a flat rate can be charged to a customer or if each charge using 2checkout has to be connected to a product in their 2checkout backend? This could be unwieldy if a customer has to enter all of their product in their cart AND in 2co’s system.
I need to know what the absolute minimum parameters are needed (I really am just interested in bypassing 2co’s plug n play cart) to charge something to a customer in 2co’s system. The reason I am asking is that I am getting a “parameter error” error message when I use only the the sid, total, and cart_order_id parameter. I also was passing in the demo parameter set to Y, but I took it out and it still failed. I’ve tried this with multiple purchase URLs as well.
1 Comment »
+0
-0
Suppliers using third party or custom carts aren’t required to create their products in their 2Checkout accounts in order to make sales.
If you will be designing your own cart, you will need to ensure that you are passing in the Required parameters, SID, total and cart_order_id, as well as the Product Creation parameters id_type, c_prod, c_name, c_description and c_price.
You may wish to review this article for more information on the product creation parameters.
Please contact us directly for assistance with the Parameter error as this may not be related to the parameters that you are passing in.