#__lemonadestand-best-practices
1 messages ยท Page 1 of 1 (latest)
- Typically Checkout is used for one off purchases.
- Which report are you running here?
Also if you are selling digital items, I would reach out to our support to see if we support your business case. https://support.stripe.com/?contact=true
Digital items often can be sold, there are just some cases that we don't support https://stripe.com/restricted-businesses
We're running the following reports :
- https://dashboard.stripe.com/test/payments > Exports
- Reports > https://dashboard.stripe.com/test/revenue-recognition > Income Statement
- Reports > https://dashboard.stripe.com/test/revenue-recognition > Balance Sheet
Started to review sigma, and seems like that might be a viable option. We're not live with this integration yet, but just reviewing how we'd answer the question : "How many of X product was purchase between A and B dates?"
-- Then revenue generated from that etc.
Thanks for the insights on product types. These were examples for this conversation (since it was posted publicly) -- our rep is reviewing our integration to ensure we're compliant ๐
Thank you for the clarification. Looking in to what we have build for this.
๐ Hello! I'm hopping in since @fleet pivot has to head out - just to confirm, are you planning on using Checkout for users to purchases your products?
I ask because there are a few different ways you can get this - but it does depends on your integration
Correct, either checkout or invoicing
I don't see an easy way to associate PaymentIntent to line items / products
Yeah so Payment Intents have no awareness of what line items/products were tied to the payment - that line item information is stored on the Checkout session or Invoice. I don't have a lot of visibility into what is stored in each report, but if you wanted this information available on the Payment Intent itself you could add it to the metadata yourself and reference it from there
got it, we are adding it to the metadata as well -- but my main concern was best practices & seeing if we can link products specifically (so we can hopefully report on it)
we'll try with the checkout session, seems to be the most aligned with our approach
Yea that sounds good -- this isn't supported directly on the payment intent today