#saahil_code
1 messages ¡ Page 1 of 1 (latest)
đ Welcome to your new thread!
â˛ď¸ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
âąď¸ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
đ This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1425976890262556733
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hi there,
just to clarify, your goal is to only have the zip/postal code collected?
Yes
That's correct
I'd like to support more payment methods namely apple and google pay but I don't want to expand the amount of data that gets persisted to stipe
Let me talk to a colleague real quick about this
Cool thanks
@green hazel looks like you're in the wrong place, this thread is for someone else's question.
- If you have your own thread please chat there.
- If you have a question or a followup to a closed thread use one of the buttons in https://discord.com/channels/841573134531821608/842637025524842496 to get help (we don't reopen closed threads).
Note that posting inappropriate messages in other people's threads is against the rules. No worries if this was just an honest mistake, but anyone who violates the rules multiple times will be removed from this server.
Sorry for the delay. My colleague and I wanted to make sure we get the right information. And indeed there is unfortunately no way to do this. The billingDetailsCollectionConfiguration.address only allows three different values automatic, full, and never.
The only option I see is to collect the billing details in your own integration and then only send the data you want to provide.
Cool that makes sense.
When you say your own intergration do you mean something like https://docs.stripe.com/payments/accept-a-payment?platform=ios&ui=payment-sheet#ios-flowcontroller
Or something a bit more like collecting a zip code outside of the payment sheet and then persisting it to the customers billing details before the payment?
I mean the second option. Collecting the zipcode separate from the paymentsheet
Are there any benefits to using the flowcontroller instead?
well technically it's both the same. With the flow controller you can create and implement your own UI components to the Paymentsheet