#felix m.
1 messages · Page 1 of 1 (latest)
hello! do you mean the payment methods that a customer has?
you can use this API to retrieve them : https://stripe.com/docs/api/payment_methods/customer_list
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
I mean an Account, not a customer
why would an Account have payment methods though?
an Account can only payout, it wouldn't be able to make payment
but, an account has activated some method payment for the customers to use one of them. I would retrieve that list
the list you can see here https://dashboard.stripe.com/test/settings/payment_methods
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
ah i see, sorry i misunderstood the question. Is this for your own account or for a connected account?
sorry, I do not know the differences
a connected account is e.g. an Express/Standard/Custom account you create by following the various guides at https://stripe.com/docs/connect/
ok, for the moment, help me how to do for a own account
for your own account? you want to know what payment methods your own account can use?
yes
It is not really my account, is the account of a customer which I not have access
usually you look at https://dashboard.stripe.com/test/settings/payment_methods for example
but, can I get that list using the API ?
I'm not sure you can, since usually you just look at your dashboard. You can try using https://stripe.com/docs/api/capabilities/list, but I'm not sure if that works if used on your own account directly.