Mazdi
Mazdi

Reputation: 23

Obtaining PayPal Partner ID for Onboarding API

I'm using paypal commerce platform to onboard sellers. Sellers are onboarded successfully and a merchant-id is generated after process is completed.

but when I'm trying to fetch their information from the following api (as provided by paypal docs),

https://api.sandbox.paypal.com/v1/customer/partners/{partner-id}/merchant-integrations/{merchant-id}

I'm confused what is the merchant-id and what is partner-id, I only get merchantId after seller is onboarded. there is no partner-id

And Wow, look at their docs. please see the doc image here

Partner id is refernenced as merchant account id.

what the heck is this. If any body could help me. please it would be much appriciated. Please ignore the typos.

Upvotes: 2

Views: 1397

Answers (1)

Preston PHX
Preston PHX

Reputation: 30467

When calling partner APIs, you are the partner. Obtain your account's ID from the place explained in the doc image you linked, under Profile and settings.

For sandbox mode you'll need to log into the sandbox API calling partner account via the https://www.sandbox.paypal.com account interface -- using its credentials from the Developer Dashboard.

Upvotes: 3

Related Questions