#minela-help
1 messages · Page 1 of 1 (latest)
Hi!
Ask your question in this thread!
You said I am implementing stripe checkout. I want to customize the charge description displayed in the stripe checkout popup box But I didn't find any means to do it
The product name is what will display as the description.
Are you creating your products inline when you create your Session? Or are you creating them ahead of time?
Here is the screenshot
No that is not the case
ahead of time
Hi 👋 I'm stepping in for @young sandal . Can you share the request ID you used to generate this checkout session?
Here's how you can find a request ID: https://support.stripe.com/questions/finding-the-id-for-an-api-request
req_uc8hUJBNsClquJ
Thanks, taking a look
Okay but when I go to that link I do see the product name and description.
The iss
The issue is we can't change the text "Description produit, Qty 161, €0.10 each"
The quantity and price text is automatically injected. The Description produit is coming from your product discription
We would like to update by "Thank you for your purchase!" for example
Ok, is it possible to hide the info: quantity and price?
That is not something you can set directly on the Checkout page itself. That sort of message is something you would display to your user upon redirection to your success_url
You can read about all the available customization options here: https://stripe.com/docs/payments/checkout/customization
When customers click the ‘Buy Now’ button for a product, they are presented with the Stripe credit card checkout popup box. By default, the quantity and price of the product is shown at the top of the stripe checkout box (below the product name). This is referred to as the “Charge Description”. This plugin allows […]
This isn't code we directly maintain so I cannot offer any guidance for it
I understand
Also, when I see screenshots in the checkout documentation
there is not this kind of information
We would like to hide this info
Is it possible to do it?
I do not think this is an option presently.
The screenshots you see have a quantity of 1, so we don't present a breakdown of the price by the number of units.
Happy to shed what 💡 I can