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?
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.
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.
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.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With