#yogesh_docs
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/1235870391570923611
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
hi there!
for Subscription, we use the statement descriptor set on the Product: https://docs.stripe.com/api/products/object#product_object-statement_descriptor
Is there any way we can add dynamic statement descriptor with checkout sessions for subscriptions?
hum... in this case you would need to create new Products objects.
we can't create new products as the product IDs are mapped with some external tools for analytics purposes.
got it, but setting the statemetn descriptor of the Product is the only way to change it when using Checkout Session.
if you want more control over this, you could use the Subscription endpoint with the Payment Element
Ohh man, well we just moved from Payment Elements to checkout sessions for better UX.
yeah in general we recommend using Checkout Session, but it does have less flexibility than Payment Element
We are also exploring integrating custom checkout sessions, Is it possible with custom checkout sessions?
this is a beta feature so here on Discord we don't know much about it. I recommend asking Stripe support directly: https://support.stripe.com/contact
but my guess is this won't help, because ultimately this is still a Checkout Session, so the statement descriptor still needs to come out of the Product.
Got it. Thanks for clarifying