#estevanjantsk-invoice
1 messages · Page 1 of 1 (latest)
hi! our usual suggestion is to not set that yourself, and just let it default to have all compatible and activated methods be available.
If you are setting it, then there's no direct way to get a list, I think the only workable approach is to list the Capabilities of the account with https://stripe.com/docs/api/capabilities/list and see what payment method capabilities they have active. https://stripe.com/docs/connect/account-capabilities#payment-methods
Cool! I see, gonna check this solution