#jm199seo-paymentElement
1 messages · Page 1 of 1 (latest)
Hi there, yes you can customize the billing detail field via this option https://stripe.com/docs/js/elements_object/create_payment_element#payment_element_create-options-fields-billingDetails
Yup, name is an optional field for card payment in PyamentElement.
Can I use the Payment Element for setup intents ? instead of a standard checkout?
Also, if I were to enforce rules for :address_zip_check: or addressline1, is the verification method reliable? I heard that the Address Verification Service was once deprecated because of some verification issues
yes, you can use PaymentElement for SteupIntent. see this doc for more https://stripe.com/docs/payments/save-and-reuse
Are you referring to the Radar post-authorization rule here? This is the additional rule that you can configure to pass/block a payment based on the condition.
Yes, I was referring to the radar post-authorization rule. Does adding an address line increase the success rate of future payments? I heard that adding a billing address would increase the success rate of cards saved for future payments
This rule will reduce the risk but also affect the conversion if the customers provide the wrong address.