C#C
C#13mo ago
Beluga XD

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.
Was this page helpful?