android - How to integrate multiple service providers into Paypal app? -
I want to make an app in the future that uses the PayPal API. The app will allow different service providers to offer their services and pay customers through my app. I have seen SDK and I do not see anywhere to dynamically insert service provider email or merchant ID.
Is this possible? If so, can you direct me to an example?
You can do it with express checkout, and you do not have to mess with absolutely permissions That's why I would recommend.
Within the SetExpressCheckout request you can include a value for SELLERPAYPALACCOUNTID. This will be the merchant ID of the email address or user you want to take money on. If you have that value in the user's data, then you only need to include it as the value of the payment parameter, when you request payment and the money goes into that account.
Comments
Post a Comment