#ygd
1 messages · Page 1 of 1 (latest)
Hi
What type of connected Account are you using ?
First you need to check if paypal is supported or not:
https://stripe.com/docs/payments/paypal#connect
so they are Standard accounts
and they made the payment on their own
I imagine, you didn't make a direct charge for them ?
"The Paypal payment method does not support Connect charges created on behalf of connected accounts, including Direct Charges and charges created with on_behalf_of."
"type": "invalid_request_error"
yes that's expected, because Paypal isn't available for connect on_behlaf_of
but this request was created by yout platform account I imagine and not their account.
yes
So you need to not allow that as a Platform account.
exactly, we already deactiveted for example SEPA payments
but I do not see any setting for paypal
all other payment methods I can see in the settings
/settings/payment_methods/connected_accounts
Can you share the ID (req_xxx) of the failing API request?
https://support.stripe.com/questions/finding-the-id-for-an-api-request
You need to check your payment methods settings and not conencted account:
https://dashboard.stripe.com/settings/payment_methods
You must see a paypal option
pi_3NafAZCUCMzCh9zw0PjdoHtC
here I have paypal item https://dashboard.stripe.com/settings/payment_methods
but it says
Contact Support
PayPal is only available for Connect Marketplaces
but I guess I have to have a look here to block it for connected accounts: https://dashboard.stripe.com/settings/payment_methods/connected_accounts
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
yes correct
CHecking this PaymentIntent
Ok the issue here, is that the connected Account is a standard one, and it looks like that account has paypal activated. You can't managed that for them because they are standard account.
You have two options, ask them to disable paypal or explicitly pass payment_methods_types:
https://stripe.com/docs/api/payment_intents/create#create_payment_intent-payment_method_types
okay thank you
do you know if paypal will be available for our setup as well?
so for platform accounts with connected accounts
this would be awesome
That's something I'm not aware of for now, you can double check that with Stripe Support and express your interest for it
okay, thank you, wish u a nice day