MLyons10
MLyons10

Reputation: 1

PayPal Developer Account for Software Product

I am working on a software product that will support credit card processing via PayPal. The issue I am running into when setting up the PayPal Developer Account, is it appears to be structured to be set up only by the person processing payments. How should I set this account up? Do I set it up as if I were processing the payments directly and then just swap out the credentials for each user?

Thanks for the help.

Upvotes: 0

Views: 31

Answers (1)

Drew Angell
Drew Angell

Reputation: 26056

So you're trying to make calls on behalf of 3rd party account holders? If that's right then yes, you could have them enter their own API credentials into your app settings and then swap them out accordingly, or you could use the Permissions API.

Upvotes: 1

Related Questions