Hi,
I have site which sell items. Site has shopping cart developed by me in ASP.NET 2.0 which is working fine with PayPal and all the payments are verified with IPN (Instant payment notification) now.
I want to use 2checkout as well. But problem is there is very less documentation (example or tutorials) that help me integrate 2checkout. Now what I want is
Once items added to cart and user submit checkout button the Order number is generated. Now I want to send customer to 2checkout site with that order number and description of whole so that when customer reach the 2checout he should know his order number, total amount and little description he is paying for.
Is there any document or anything that show me how to send info to 2checkout once order is submitted on our site?
Onemore thing, Is there any notification system generated by 2checkout once payment successful which is posted back to site where he shopped from to save in database like IPN in paypal?
Thanks I am waiting for the reply
2 Comments »
+0
-0
Hey Pirzada,
”Is there any document or anything that show me how to send info to 2checkout once order is submitted on our site?”
Yes actually, you can find the required information at the links below. Keep in mind that the parameters can be sent with either the standard HTTP get or post method.
http://www.2checkout.com/community/?p=204
http://www.2checkout.com/community/?p=236
”Onemore thing, Is there any notification system generated by 2checkout once payment successful which is posted back to site where he shopped from to save in database like IPN in paypal?”
Once the order is complete the customer will be sent back to a custom return URL along with all of the parameters about the sale. You can use this information verify that the sale was completed and then execute anything inside of your software. The parameters that are sent back can be found at the links I provided above. Keep in mind that if you are going to be using a script to receive information it is suggested that you use our direct return feature, which below is a link that describes how this process works.
http://www.2checkout.com/community/?p=318
- Chase
+0
-0
We now are offering a feature that you requested. We are pleased to announce our Instant Notification Service. More information on this can be found here.