Ammy
Ammy

Reputation: 13

Integrating Paypal with link in wpf application

I want to integrate Paypal with wpf apps. Actually, in my wpf application there is a link of buying a product. So, when we click on that link i need to purchase that product through Paypal Integration and sending a mail to the user. Though, i have successfully done this in web application but dont know how to do this in wpf. can you plese help me?

Upvotes: 0

Views: 569

Answers (1)

keipa
keipa

Reputation: 792

Check these following links up:

  1. integrating C# app with paypal

  2. PayPal-NET-SDK

  3. configuring Paypal-SDK

Upvotes: 1

Related Questions