#mykola5123
1 messages ยท Page 1 of 1 (latest)
Hi there! I assume you're using direct charges with these Standard accounts? When you create your Checkout Session, are you passing any values for payment_method_types or is this parameter omitted altogether? https://stripe.com/docs/api/checkout/sessions/create#create_checkout_session-payment_method_types
Hi, thank you for response. I saw the docs. But in this case I need to set its manually on the server. I wish connected account can choose by himself wich payment methods are allowed.
For example if some connected account decide to use Klarma payment methods, it should be visible for the customer
As a platform, you can allow standard accounts to manage their payment methods via the Dashboard. You can toggle a setting for this in your own Dashboard, under Settings > Payment methods > Your connected accounts: https://dashboard.stripe.com/test/settings/payment_methods/connected_accounts
^ that's a test mode link but the same setting is available in live mode
Ok and then should it works with checkout session like I want? ๐
If you allow connected accounts to manage the payment methods themselves and are using direct charges, you can then omit payment_method_types when creating the Checkout Session. The Session will then pull any enabled payment methods for that given account.