#Constant
1 messages · Page 1 of 1 (latest)
Sure, you'd just use this endpoint: https://stripe.com/docs/api/customers/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.
And pass the Stripe-Account header: https://stripe.com/docs/api/connected_accounts
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Awesome! Thank you!