#xisheng2074
1 messages · Page 1 of 1 (latest)
Do you use Stripe Checkout or Payment Elements?
Previously, Stripe Checkout was used, but now the Checkout page needs to customize some content.
What would be better for customizing the content on the left now?
I don't think you can customize it. It's the prebuilt page by Stripe. You can customize the color, the brand or the icon, but not really the displayed text
Is it okay to create the entire page using Stripe.js and Stripe Elements, and then send the relevant data to Stripe Payment?
Yes that's how PaymentElement works. You only embed a part and design the rest
Okay, thank you very much for your answer!
There is another issue, I introduced Stripe.js in the code, but it seems to have no effect and keeps getting the error "Stripe is not defined".
<script src="https://js.stripe.com/v3/"></script>
Can you download the example here and try to run it first? https://stripe.com/docs/payments/quickstart