#tonidigital_api
1 messages ยท Page 1 of 1 (latest)
๐ Welcome to your new thread!
โฒ๏ธ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
โฑ๏ธ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
๐ This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1342431765016608770
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- tonidigital_api, 18 hours ago, 11 messages
- tonidigital_api, 1 day ago, 10 messages
๐
There is no restriction on having two customers with the same emails
on Stripe Side
ok, and why stripe returns only one customer with forwarder email adress event there I can see two?
Stripe returns the oldest one, customer created at Jan 22
Can you share more details here ?
There are two customers with same email adress when I'm doing filtering on Stripe dashboard
when I execute " await customerService.ListAsync(new CustomerListOptions { Email = request.Email });" it returns only one customer object
Please share both Customer IDs
cus_RoUQ9OS27FG4hn
cus_RdF3UpEC9uJOq0
I see one of the Customer objects have a Test clock attached. To list those Customers, you need to provide the Test clock ID in the request: https://docs.stripe.com/api/customers/list#list_customers-test_clock