#K.Danz
1 messages · Page 1 of 1 (latest)
Hello! We'll be with you shortly. Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- K.Danz-subscription-trial, 3 hours ago, 15 messages
- K.Danz, 7 hours ago, 36 messages
Hello
If you want to collect name then you really want to do that in your own form and set name: never
Then you can pass the name to billingDetails when you confirm
but to use two separate fields i have to use split, which is only available in Address Element. I cannot use both the Address ELement and Payment Element.
You can use both Address and Payment if you wanted but really that is more complicated than you need. Just don't use Elements here. Just create your own inputs
i previously did with Card Element but then Payment Methods aren't available, they are only available with Payment Elements. I confirmed this earlier with another Stripe Dev