Closed (won't fix)
Project:
Stripe Webform Payment
Version:
1.0.0-rc1
Component:
User interface
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
11 Jul 2023 at 05:32 UTC
Updated:
13 Jul 2023 at 16:54 UTC
Jump to comment: Most recent
Comments
Comment #2
hodba commentedActually, the fields of the billing and shipping address element are defined by Stripe and determined by the requirements of the payment methods. Unfortunately, we cannot control for most elements what fields to show or hide. I would advise you not to enable the address field of Stripe, and use the webform address element to collect it, then include it as a token in the Stripe paymentIntent configuration in the module.
You can learn about customizing the paymentIntent element in this blog post