Marketplace Integration

Fede_Wisboo
Contributor
Contributor

Hi,
I'm trying to implement the onboarding flow for my customers using the steps in this documentation https://developer.paypal.com/docs/platforms/seller-onboarding/before-payment/.
When I try to implement the first to generate the onboarding link and I make the request to https://api-m.sandbox.paypal.com/v2/customer/partner-referrals. It fails with the following response.

{
"name": "NOT_AUTHORIZED",
"message": "Authorization failed due to insufficient permissions.",
"details": [{
"issue": "MISSING_SCOPES",
"description": "User doesn't have this API in their scope"
}}
]

I already have an integration running in production, but I'm trying to implement this flow so I can charge a platform fee. I enrolled last week in PayPal's partner program and I was approved, but I still can use the endpoint.
Thanks in advance

Login to Me Too
0 REPLIES 0

Haven't Found your Answer?

It happens. Hit the "Login to Ask the community" button to create a question for the PayPal community.