#rushikeshRL

1 messages · Page 1 of 1 (latest)

swift summitBOT
zealous basin
#

Can you share which doc are you following for the integration or where you see "Custom payments"?

timber bronze
#

this is the payment form if I make custom payment from stripe dashboard. I would like to use the same card form elements

sage otter
#

Stripe Dashboard is a closed source version. But you can use Payment Element to build your own form

timber bronze
#

I dont want to make some feild mandatory or remove few feild from mandatory, how to do it using payment element?

#

@sage otter

sage otter
#

It depends on which filed, but yes PaymentElement does let you have some level of configuration

timber bronze
#

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

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

timber bronze
#

what about the cvv? strip dashboard form does not show error if left unfilled.

sage otter
#

CVV is required for collecting from customer