#adam-shoaib-k_api
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/1215560207531376721
📝 Have more to share? Add more details, code, screenshots, videos, etc. below.
hello! Can you share a Checkout Session id for which you've tried doing so? The id will have the prefix of cs_test_
cs_test_a1GitO4xOhPjjE2fLDDtV2O1u0kA8JcSOfEjPTNYd8DYrF5Sw9gt4702EY
Ours looks like this now
I want to have something like this on the left side i.e product information that the customer is buying. (This screenshot is generated from https://checkout.stripe.dev/preview).
Preview some of the features available in our prebuilt, hosted payment page.
hmmmm, give me a while to look into this
Can you share another Checkout Session which we can still access the url? The one that you've shared has already expired
anyway, if you want to collect tax, you can refer to https://docs.stripe.com/payments/checkout/taxes for how to go about it
No it’s not about the tax collection . It’s like I want information about the product that the customer is buying on the checkout page
It should give the product cost , tax , any discounts applied and total amount due
I will create new checkout id and send it in sometime
Hey! Taking over for my colleague.
yes please.
you can add in a description for the Product, that'll show up in the Checkout page : https://docs.stripe.com/api/products/object#product_object-description
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
okay got it , thank you
For taxes, can we create dummy tax registration for testing ?
like giving fake address
Yes you can use dummy addresses
Thank You so much for the help.