#napolean_solo
1 messages · Page 1 of 1 (latest)
Hi, yes you'd need to track this on your end in your own database. Also, you can add metadata on the customer object, https://stripe.com/docs/api/customers/create#create_customer-metadata. You can then retrieve the customer, https://stripe.com/docs/api/customers/retrieve to see the metadata to distinguish your first-time customers.
alright thanks!