#imkjell
1 messages · Page 1 of 1 (latest)
https://dashboard.stripe.com/settings/payment_methods/connected_accounts you can visit this page to set the payment methods are switched on in you connected accounts by default.
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 all of those are enabled but yet connected accounts whenever they onboard need to turn on certain payment methods in order for them to work. Example:
What's the connected account's ID?
acct_1OOExHGDEsM6oi3M
Which payment methods do thy need to turn on?
Preferably all that are available without additional verification. We'd like to do this with the API somehow.
Wait, are you talking about those payment methods require additional verification? i.e., Alipay and wechat pay?
No they don't that's my point. I literally just clicked on 'Turn on' for Klarna and ideal and they instantly turn on. We want to do this through the api for the connected accounts immediately after onboarding.
Simply put: We want to enable all the payment methods for a connected account that don't require additional verification.
OK, then I think you are looking for this API https://stripe.com/docs/api/payment_method_configurations
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.