#Krishna_Awate
1 messages · Page 1 of 1 (latest)
Hi there, you can only manage/view payment methods in Dashboard.
const account = await stripe.accounts.retrieve(accountId);
above code is giving me information about method but not about wallets
What wallets are you talking about?
1/ These are capabilites, not payment methods
2/ Are you talking about the Manage your payment methods without code Dashboard?
I just want to know which paymet methods are enabled in dashboard
I have activated these one.
https://dashboard.stripe.com/test/settings/payment_methods/connected_accounts you can manage the payment methods on your connected account here.
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
So I want to know which are activated using api response
As I explained before, there's no API for payment method management.
Not that I know of. Maybe you want to reach out to Stripe support and see if they have other suggestions? https://support.stripe.com/contact/email
Find help and support for Stripe. Our support center provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
May I know what is capabilities