#rushikeshRL
1 messages · Page 1 of 1 (latest)
Can you share which doc are you following for the integration or where you see "Custom payments"?
this is the payment form if I make custom payment from stripe dashboard. I would like to use the same card form elements
Stripe Dashboard is a closed source version. But you can use Payment Element to build your own form
I dont want to make some feild mandatory or remove few feild from mandatory, how to do it using payment element?
@sage otter
It depends on which filed, but yes PaymentElement does let you have some level of configuration
on the above stripe dashboard form cvv is not mandatory but zip code is mandatory. How to configure the same if using elements?
@sage otter
Zip code collection is automatic. Stripe will decide to collect or not based on the country the Customer is in (it's a kind of ML model) to maximize your conversion rate
My advice is leave zip code collection to the PaymentElement itself
what about the cvv? strip dashboard form does not show error if left unfilled.
CVV is required for collecting from customer