Mohan
Mohan

Reputation: 969

Paypal Implicit Payments without redirecting to Paypal in paypal api c# asp.net

I want to generate pay request in paypal using Paypal Api. I am using the following reference link https://www.x.com/developers/paypal/documentation-tools/api/pay-api-operation But they people have not explained how to use that code in c#. I want to give a button to user and he'll fill the oauth key and payment request will be sent to merchant account.

Please suggest

Upvotes: 1

Views: 1325

Answers (1)

Win
Win

Reputation: 62260

Sample codes are here

https://www.x.com/developers/paypal/documentation-tools/paypal-code-samples

PayPal provides Web Service API for the following methods -

1) Website Payments Pro

2) Payflow Gateway

3) PayPal Express Checkout

Updated - 9/11/2014

PayPal provides REST API now.

In addition, sample code is moved to GitHub

Upvotes: 2

Related Questions