#sirCobalt-upe-zip
1 messages · Page 1 of 1 (latest)
You might be able to prevent this with: https://stripe.com/docs/js/elements_object/create_payment_element#payment_element_create-options-fields-billingDetails-address-postalCode
sirCobalt-upe-zip
Then pass the ZIP you're collecting separately when confirming the order/PI, checking how you can do this
Hmm, don't think that's possible currently based on the types (https://github.com/stripe/stripe-js/blob/master/types/stripe-js/orders.d.ts) and docs (https://stripe.com/docs/js/orders/process_order#stripe_process_order-options-confirmParams)
Because you can do that with confirmPayment: https://stripe.com/docs/js/payment_intents/confirm_payment#confirm_payment_intent-options-confirmParams-payment_method_data
So I'll relay this to the Orders team it's valuable beta feedback!
If it can't be done it seems a real blocker in using stripe tax + orders API for now. We are already in production with the whole implementation and none of the stripe tax cards raised this issue before going live. Any help would be helpfull.
Well you can disable the ZIP field in the Payment Element as I shared
But the issue is you can't pass the ZIP you're capturing separately during order payment, which helps prevent fraud: https://stripe.com/docs/disputes/prevention/verification#avs-check
Can you share your account ID?
👋 taking over for my colleague. Let me know if there's any follow-up Qs I can answer!