#yp_customer-volume

1 messages ¡ Page 1 of 1 (latest)

neat roostBOT
#

👋 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.

royal pulsar
#

@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

shut kelp
#

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

royal pulsar
shut kelp
#

I did, but there is not product info in the API response

royal pulsar
shut kelp
#

My best guess is that I inspect the line items inside the payment link, inspect the prices inside the line item and from the price get the associated product?

#

Ah, ok. Looks like my guess was correct