#b33fb0n3_unexpected
1 messages · Page 1 of 1 (latest)
👋 Welcome to your new thread!
⏲️ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
⏱️ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
🔗 This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1435586386886398103
📝 Have more to share? Add more details, code, screenshots, videos, etc. below.
Where do you not see PayPal? What is the account ID?
Inside the payment methods of the connected account the PayPal option is missing.
The account id is: „acct_1SQ4RRCoGjpsROh2“
Share the URL and a screenshot please
Sure. The url is: https://dashboard.stripe.com/acct_1RxjFUCoGjSX6P3H/test/connect/accounts/acct_1SQ4RRCoGjpsROh2/settings/payment_methods/pmc_1SQ4RyCoGjpsROh2pdOXTdl4
and the screenshot is attached
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
I think it's because PayPal is off on the platform's Connect PMC (pmc_1SQ4R7CoGjSX6P3HMhhU87tg)
you can configure that here: https://dashboard.stripe.com/settings/payment_methods/connected_accounts/pmc_1SQ4R7CoGjSX6P3HMhhU87tg
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
On the platform sandbox it’s enabled. However the config id ends with „tT2“ and not „7tG“ like you mentioned
Yes, because that's the PMC for your payments, not Connect payments. See: https://docs.stripe.com/connect/multiple-payment-method-configurations
Ah thanks for sharing. Why does my account need to enable PayPal, when the payments are only collected with the connected account? It should use their PayPal configuration and not mine from my account..
It's explained here: https://docs.stripe.com/connect/dynamic-payment-methods
Platform's mostly have control over what PMs are available for payments they create on behalf of connected accounts
Oh thanks. And after I enabled it for the Plattform, the connected accounts can use them as well and when I create a payment the payment will be created on behalf of the connected account?
Yes, PayPal should then be enabled for direct charges. Give it a try
Alright, sounds great! Oh I just saw PayPal only works for „v1“ accounts…
I just checked the payment methods and which are enabled and stripe tells me, that I need to enable PayPal per each connected account. That’s fine and that’s also expected, but when I enter the dashboard of the connected account, I can’t configure any payment methods. I already checked the checkbox, that connected accounts can overwrite the payment methods of the Plattform account…
The PayPal payment method for my Plattform account is already enabled
I think you might need to enable PayPal for Connect on the platform as detailed here
Ohh.. that page tells: „PayPal is not available for platforms that integrate other companies and enable them to accept payments directly.“
So I guess my customer need to create its completely own and independent account and the give me an RK_ API key, to handle checkout sessions, right?
Ah yeah, sorry. My bad I forgot about that completely 🤦
So I guess my customer need to create its completely own and independent account and the give me an RK_ API key, to handle checkout sessions, right?
That's not really a recommended flow today
What’s the recommended flow today?
Using direct charges as you are
I don’t understand rn..
If I understand that correctly, direct charges are only available for connected accounts. However, when connecting his account to my Plattform account, PayPal becomes unavailable, as PayPal as payment method does not exists for companies
I can't recommend you use restricted key for what you want to do, no. But they will work as the only way for you to support PayPal payments for accounts. However using RKs will make these payments completely outsiode the realm of Connect, so you can't do application fees, etc
Oh I don’t want to collect fees. I only want to have some kind of control about the account to create products, discount codes, checkout sessions, …
Ok, I assume using an RK_ API key is my only valid option 👍
I‘ll tell the customer, that he should create an account
As stated, it's not really recommended but will work