#keiron-customer
1 messages ยท Page 1 of 1 (latest)
Hi there!
By "customer" you mean the customer object: https://stripe.com/docs/api/customers/object ?
If so, yes you can have many customers with the same email
yep
thank you
that's what I thought, just wanted to double check!
If I do an API call to $stripe->customers->all([ 'email' => $this->email, ]); - will this only return active customers?
what do you mean by "active" customer? it will return all customers that are not deleted.
that's what I meant
thank you ๐
Regarding ordering, what is the default ordering of the data returned by $stripe->customers->all([ 'email' => $this->email, ]); ?
๐ taking over for @slim drum, I'm not sure, but I could take a look for you