#yp_customer-volume
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/1235660949701005342
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
@shut kelp unfortunately there is no API for this. You have to keep track of this yourself for example by caching all payments in your database and then summing them up by Product/Price
yp_customer-volume
Ah, thanks for the clarification
On a related note, how do I fetch payment links associated with a product? Right now I have to coordinate this myself using metadata
You would use the List PaymentLinks API https://docs.stripe.com/api/payment_links/payment_links/list and then look at what's inside
I did, but there is not product info in the API response
there is, it's inside line_items https://docs.stripe.com/api/payment_links/payment_links/object#payment_link_object-line_items but that property isn't returned by default so you have to expand it like documented here: https://docs.stripe.com/expand#includable-properties