Paypal For Marketplaces

Any idea how to get the token mentioned by PalPal?

https://developer.paypal.com/docs/marketplaces/register-marketplaces/#register-your-marketplace-with-paypal

Cs-cart team do you have instructions on how to integrate PayPal for marketplaces?

Did you check this article?

https://docs.cs-cart.com/4.8.x/user_guide/payment_methods/paypal_for_marketplaces.html

Yes I did, set up on PayPal end that I don't understand.

They are suggesting to open a Sandbox account then get an access token..

3. Get an access token

After your account has been registered, you'll need to get an access token to use in the Marketplaces API. Log into the PayPal Developer Dashboard to get your client ID and secret credentials.

See Get Started for more on REST API and to understand how PayPal uses OAuth 2.0.

The get access token endpoint is /v1/oauth2/token.

To get an access token, you pass your OAuth credentials in a get access token call. To make this call, you can use either cURL on the command line or the Postman app.

In response, the PayPal authorization server issues an access token.

Re-use the access token until it expires. See our rate limiting guidelines. When it expires, you can get a new token.

cURL example

anyone got any options for marketplace payments? we cant get approval for paypal marketplaces and need some other ways to manage marketplace payments.

anyone got any options for marketplace payments? we cant get approval for paypal marketplaces and need some other ways to manage marketplace payments.

Use stripe..

Does anyone know what is Partner Integration Code and how can I get it for PayPal for Marketplace? I have all the other information, just Partner Integration Code is missing.

Thank you in advance!

Use stripe..

Does the Stripe payment gateway connector use OAuth2?

@roguis did you ever find out where to find the partner integration code ?