#keiron-customer

1 messages ยท Page 1 of 1 (latest)

slim drum
#

Hi there!

#

If so, yes you can have many customers with the same email

nocturne shard
#

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?

slim drum
#

what do you mean by "active" customer? it will return all customers that are not deleted.

nocturne shard
#

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, ]); ?

rare flume
#

๐Ÿ‘‹ taking over for @slim drum, I'm not sure, but I could take a look for you