#gunwant_dev
1 messages · Page 1 of 1 (latest)
Hi, do you mean to check if your connected account has payments enabled?
Do you mean how to check if your connected account has payment enabled?
Yes
Is there any API for checking connected accounts that enables payment methods?
Like ['card', 'sepa_debit', 'us_bank_account']
How about Retrieve Account Id?
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
But there is no property to identify the account's active payment methods.
How about looking at its capabilities? https://stripe.com/docs/api/accounts/object#account_object-capabilities
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
How can I use in create setupintent?
https://stripe.com/docs/api/setup_intents/create#create_setup_intent-payment_method_types
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Did you encounter an error says some Payment Method are not supported?
No
I think you would need to know the capabilities of the accounts first to pass in that SetupIntent