#holfy
1 messages ยท Page 1 of 1 (latest)
๐ Thanks for reaching out
You can use Stripe Card Elements, and collect the zip code using you own input in the same form
https://stripe.com/docs/payments/card-element
Ok so this is not possible using payment elements? Ideally I want to use Payment Elements and just ask for the post/zip elsewhere.
If I use Card Elements and I want to add mobile payments I need to add those individually etc?
Using PaymentElement you can specify the postalCode to never and collect it by your self
https://stripe.com/docs/js/elements_object/create_payment_element?type=card#payment_element_create-options-fields-billingDetails-address-postalCode
Thank you ๐