#93 style
1 messages · Page 1 of 1 (latest)
Hello!
👋 happy to help
Ok, so the thing is that I created a payment link within stripe, to send to my customers. Link - https://buy.stripe.com/00g4it6SQ4893ew000
Bringe deinem Hund in wenigen Wochen bei, beim Gassigehen nicht mehr andauernd an der Leine zu ziehen und lerne, wie du deinen Hund richtig erziehst. INFO: Der Gesamtpreis beläuft sich auf 3 × 149 € und wird monatlich abgerechnet!
What I dislike is, that this checkout that I created is very limited in terms of functionality and content which I can display.
Now I wonder if you at stripe have any tool, that lets me create fully customizable checkouts, with which I can add more font, include videos, and most importantly change the basecode.
we do yes, there are a few different options at https://stripe.com/docs/payments/accept-a-payment, depending on how many development resources you have, you can design an entirely custom page using Elements, or you can use Checkout and customise it in various ways.
I just want to create a custom checkout, a page doesn't matter. Where in the dashboard can I find the option for creating the custom checkout?
I need to go make a call now. Please don't close this channel. Will be back in 15 minutes, thanks for now!
no page, you need to write code.
I linked you to the docs landing page describing our integrations/APIs and with links to code/quickstarts etc, that's where you would start.
Ok, let's approach this differently. The main issue that I have with the checkout is that I can't add the contents of the product.
sure. what are the "contents" exactly? what would it look like, do you have an example?
yep. That information is called the product feature list, are they are only used as part of the Pricing Table component, not in the payment page itself. https://stripe.com/docs/payments/checkout/pricing-table#product-features
they're the stuff that appears here when using the Pricing Table :
And where to enter this? Do I have a link for that as well?
what does "enter this" mean?
I don't even know that I have such a site.
Where can I ENTER it
Where can I SEE it
are you using the PricingTable component that I described/linked to above?
I don't know. I am so confused by the stripe setup. I need to figure out some things first.
let's assume you're not.
so if you're not, that information from your screenshot earlier is called the product feature list, are they are only used as part of the Pricing Table component, not in the payment page itself, so you won't see it there.
the Pricing Table is something that you embed into your own website
in the same way that you embed the buy.stripe.com link into the HTML of your site, you can embed a snippet of code that will generate the Pricing Table.
Read all about it here : https://stripe.com/docs/no-code/pricing-table
Found it
Leet me try it, real quick
Another thing that I have an issue with is that my product costs 447€ and I want to charge people 3x149€ in a 3 months period. Now on the checkout, it displays 149€/month, which may confuse people.
Do I have the option to let them know that the package costs 3x149€?
Not really no, our Checkout product doesn't model or 'know' that you are going to cancel the subscription after 3 payments so it doesn't support a way to show things that way.