PayPal payment implementation in .NET MAUI android app
Good evening everyone, I have got a question, I am working on payment service implementation in my android app and I have faced a problem. I have really no idea how to do all PayPal thing with PayPal client authorization → confirmation and capturing an order. From my backend I am getting an order_id which I want to use to pay for a specific order. I was looking on the internet to find maybe some kind of library that allows to add a "pay with PayPal" button, which will either open a PayPal app or a browser opening a confirmation page. But personally I haven't found anything, just nothing. I really have no idea how can I make that thing work, so if someone has done it already, I am begging you please help me with it.
5 Replies
i've not worked with paypal specifically, but the terms you want to google are probably 'sdk' and 'oauth'
GitHub
GitHub - paypal/PayPal-Dotnet-Server-SDK
Contribute to paypal/PayPal-Dotnet-Server-SDK development by creating an account on GitHub.
this seems ancient but might be useful: https://learn.microsoft.com/en-us/aspnet/web-forms/overview/getting-started/getting-started-with-aspnet-45-web-forms/checkout-and-payment-with-paypal
Checkout and Payment with PayPal
This tutorial series teaches the basics of building an ASP.NET Web Forms application using ASP.NET 4.5 and Microsoft Visual Studio Express 2013 for We...
Thanks for your help ❤️