#xyz123
1 messages · Page 1 of 1 (latest)
Looking in to #1 will get back to you with what I can find
Unfortunately 2 isn't possible with the payment element as far as I am aware. In cases like this, we typically recommend hiding the field and displaying your own elsewhere on the page
Thank you!
For country code we would typically recommend setting it to never display and then just pass in "US" though the billing_details hash when confirming your payment https://stripe.com/docs/js/payment_intents/confirm_payment#confirm_payment_intent-options-confirmParams-payment_method_data-billing_details
For #1 I am not seeing a way to define width of a specific field with our appearance API unfortunately.
https://stripe.com/docs/elements/appearance-api?platform=web#commonly-used-variables
https://stripe.com/docs/elements/appearance-api#supported-css-properties
Ok all sounds good. Thank you!!