#naitik_code
1 messages ยท Page 1 of 1 (latest)
๐ Welcome to your new thread!
โฒ๏ธ We'll be here soon! We typically respond in a few minutes, but in some cases we might need a bit more time (e.g., server's busy, you've got a complex question, etc.).
โฑ๏ธ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can 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/1255833263977664584
๐ Have more to share? Add details, code, screenshots, videos, etc. below.
hi! what type of customisation? What code have you tried?
Hi Team,
I want to customize stripe payment checkout page or embeded checkout page
I know, you said that 6 times ๐
I have integrated stripe subsription features in my website
But client's want to change above text changes
you can't change that specific text but if you set a description on the Product you're using (https://docs.stripe.com/api/products/update#update_product-description) then that text appears underneath that one.
Is there any other way to change?
Like creating a custom page that I can host on my domain and use
sure, you can do that and not use the Checkout hosted page : https://docs.stripe.com/billing/subscriptions/build-subscriptions?ui=elements
it's a lot more work, so I'd suggest exploring the workaround I mentioned above
I can see in the url you sent that the custom floo design is slightly different
yes, it's a totally different product(you'd be using Elements and building your own UI, not Checkout, that's why I said "it's a lot more work"). But you did ask about using "a custom page" so that's what it is.
Oh okay Thank you