#Jamie-element

1 messages · Page 1 of 1 (latest)

bold violet
cold moon
#

What does it mean by postalCode
'never' | 'auto'?

#

That means by default its auto and we can change it to never?

#

and can we use the stripe elements ui to prestore card details for faster payments in the future?

bold violet
#

There are two possible values: auto (Element will decide to display it or not based on the payment method selected), never (Element will never display that field)/

#

and can we use the stripe elements ui to prestore card details for faster payments in the future?
What do you mean? With Stripe you can save payment method for future usage. However you cannot pre-fill the Element with an existing payment method.

cold moon
#

Yes, I mean we could store a card for quick checkout. Rather than asking them to input time and time again.

bold violet
#

Yes you could save the card, and use that for payments. However Element itself can't be prefilled, so you would need a custom UI to show and select the saved cards.