#Majar
1 messages · Page 1 of 1 (latest)
https://stripe.com/docs/financial-connections/balances I would think!
@sleek flare I tried using account_holder.type='Account'. But I don't know which account id I should use for account_holder.account parameter
https://stripe.com/docs/api/financial_connections/sessions/create
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
not Account; customer with the ID cus_xxx of the Customer
Got it. Thank you