0
votes

We have multiple customers and many mobile app users. For mobile app users, we need to provide a way to pay to any customer. Please let me know how to achieve this using paypal (or any other global payment gateway)

Scenario:

We have CustomerA, CustomerB etc.,

We have User1, User2, User3 etc.,

Customers can raise invoices to any user. When user pays the invoice generated by customer - money should directly go to customer.

1

1 Answers

1
votes

It appears you are looking for PayPal Checkout for Marketplaces and Platforms, note the payee variable there. This front end is probably still the best demo code (add the payee variable to purchase_units)

On Mobile, PayPal Checkout must be rendered in a viewer that has an address bar, such as a Safari View Controller or Chrome Custom Tab. A WKWebView or similar cannot be used.