Click here to Skip to main content
15,885,032 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,
I am trying to integrate paypal express checkout to my wbepage.

I have a paypal checkout button. And have created an OnClick event in code behind.

I am unsure where to put api details and where to put "SetExpressCheckout"

I am quite new this has really confused me.
Posted

Hello,

Express Checkout is the most flexible PayPal integration solution. The user is redirected to PayPal just for authentication and confirmation that he wants to pay for your services, and after that, everything is done on your website; you'll make calls to the PayPal API in the background.

I suggest you read this[^] intro to PayPal using C#

Cheers,
Edo
 
Share this answer
 
v2
Hello Friend,

These Links may help you:

Code Project : PayPal Express Checkout

PayPal Express Checkout

Thanks.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900