#saahil_code

1 messages ¡ Page 1 of 1 (latest)

white sedgeBOT
#

👋 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.

maiden hamlet
#

Hi there,
just to clarify, your goal is to only have the zip/postal code collected?

rich moth
#

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

maiden hamlet
#

Let me talk to a colleague real quick about this

rich moth
#

Cool thanks

white sedgeBOT
#

@green hazel looks like you're in the wrong place, this thread is for someone else's question.

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.

maiden hamlet
#

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.

rich moth
#

Cool that makes sense.

#

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?

maiden hamlet
#

I mean the second option. Collecting the zipcode separate from the paymentsheet

rich moth
#

Are there any benefits to using the flowcontroller instead?

maiden hamlet
#

well technically it's both the same. With the flow controller you can create and implement your own UI components to the Paymentsheet

rich moth
#

Okay great this makes sense.

#

Thanks!