#.alirt
1 messages · Page 1 of 1 (latest)
Hi. How can I help?
i have some query related to customers.
i want to reteriece the list of customer ids agaianst an email. but i want all the customer whtehr it is created on my main account or other user standard platform account. is it possible ?
?
hello
You want to retrieve a list of Customer objects based on email?
yes , but from all the account
may be the customer is created on multiple standard account. so i want the list of every customer ibject which is created againt on the provided email.
You will need to make a separate call for each account: https://stripe.com/docs/connect/authentication
thats very cost effective process 😢
There's no way to do this otherwise, as all objects exist on different Stripe accounts.