#yogesh_docs

1 messages ¡ Page 1 of 1 (latest)

gloomy coyoteBOT
#

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

twilit snow
#

hi there!

faint crane
#

Is there any way we can add dynamic statement descriptor with checkout sessions for subscriptions?

twilit snow
#

hum... in this case you would need to create new Products objects.

faint crane
#

we can't create new products as the product IDs are mapped with some external tools for analytics purposes.

twilit snow
#

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

faint crane
#

Ohh man, well we just moved from Payment Elements to checkout sessions for better UX.

twilit snow
#

yeah in general we recommend using Checkout Session, but it does have less flexibility than Payment Element

faint crane
#

We are also exploring integrating custom checkout sessions, Is it possible with custom checkout sessions?

twilit snow
#

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.

faint crane
#

Got it. Thanks for clarifying