#crenon
1 messages · Page 1 of 1 (latest)
Yes, you won't be able to access the payment methods that do not belong to your account
If you have this stored in a database, you'd need to track these on your own
yes, but i'm trying to determine if a payment method is owned by a connected account or the platform account so that we can determine whether to do a direct charge or a destination charge (in the short term, until we hammer out a longer term solution)
so it sounds like we should determine that from the errors, potentiall
potentially
You can list all of your Payment Methods: https://stripe.com/docs/api/payment_methods/list. Fist, without the Stripe Account header and the second call with the Stripe Account header.
This will list all of the Payment Methods on each of the accounts
Does that help answer your question?
yes, that's great, thanks!
Sure!