#snows02

1 messages · Page 1 of 1 (latest)

celest pagodaBOT
pine helm
#

When i say information i mean to name and email

buoyant atlas
#

What kind of information are you looking to retrieve?

#

Ah, got it

pine helm
#

Yes the users have a customerId in stripe

celest pagodaBOT
pine helm
#

👀

warm dagger
#

Hello! I'm taking over and catching up...

pine helm
#

@warm dagger ty man, but one more question How I can filter by specific product ?

warm dagger
#

Can you provide more details? Not sure I understand.

pine helm
#

I want to obtain the information of the users (Name and email) who have purchased a specific product (this product exists in stripe)

warm dagger
#

That's not something we provide out of the box as far as I know. You would need to write code to list all Checkout Sessions using the API, obtain the relevant info, put it into a database or data store of some kind, then query what you want from there.