Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

PayPal in ASP.NET Core

Tags:

How do I integrate with the PayPal API in an ASP.NET Core app? I have tried various libraries but none of them are compatible with ASP.NET Core... how do I do it?

like image 640
Serj Sagan Avatar asked Oct 25 '16 07:10

Serj Sagan


People also ask

What is PayPal module?

This module allows your buyers to pay with their PayPal account. If you wish to accept cards and other payments methods along with PayPal, we recommend the PrestaShop Checkout module, built with PayPal.

How do I integrate PayPal with rails?

Step 1: Create a plan using the PayPal API. Step 2: Update the last product in the database paypal_plan_name with the returned plan.id . Step 3: Add routes for PayPal subscription. Step 4: Handle create and execution in the PayPal service.


1 Answers

In case somebody finds this question I'll post an update.

As of now, there is no official release of a .net core sdk for Paypal but looking on github there has been a lot of progress since this question was asked.

The developper have currently released an official beta version of the sdk that is available for fork or download here : https://github.com/paypal/PayPal-NET-SDK/tree/2.0-beta

They even have a migration guide if you were previously using the first version of their sdk.

like image 173
Louis-Roch Tessier Avatar answered Oct 13 '22 00:10

Louis-Roch Tessier