#JeremyFlight
1 messages · Page 1 of 1 (latest)
If I were to use a paymentElement instead, would this include fields for the cardholder's name and postcode, as well as the usual card number, exp date and CV2 number?
Yes, you can use Stripe Element for this. You can check the preview:
https://stripe.com/docs/payments/quickstart
So I would do something like this?
var paymentElement = elements.create('payment');
not just that, you need to follow that quickstart step by step.