#pilu.com.ar
1 messages · Page 1 of 1 (latest)
You mean you want to know which payment methods the account has enabled?
yes! we're currently allowing only credit card and/or ACH transfers, so we need to know which payment methods they are using
Hmm, that information is not exposed via the API right now. We only return the capabilities of the account, which isn't necessarily indicative of them being enabled: 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 do you currently accept payments for connected accounts?
we generate payment links using the payment method that they've chosed (credit card or ACH)
then the amount is instantly transfered to the connected account