#tephra_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/1272648505315299379
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
I am also looking to obtain the customer data as well which I don't appear to get in the list subscription pull
Hello, I am not familiar with that tab and am not seeing it on my own test account but yes listing your subscriptions would generally be the way to get the raw data that you could use to calculate stats on retention yourself.
What customer data are you looking for? You can expand the customer property when listing subscriptions which will give you the full info on the customer object
https://docs.stripe.com/api/expanding_objects
https://docs.stripe.com/api/customers
I would want email, state, and Zip if posisble. I will take a look at thos eresources thank you
I would really just need start date, end date, and the customer data
Yep, those should be on the customer object. Let me know if you have any more questions
Appreciate it!