#henryd_docs
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/1299451421334175744
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
BillingDetailsCollectionConfiguration.AddressCollectionMode.Never is the right way to disable all address fields
What are you seeing exactly when you pass that?
This is what I'm seeing
Are there any negative consequences of doing this? For example, what happens when the address information is required by an issuer or when 3DS or any authentication flow is needed?
Yeah so zip isn't prompted, that's expected when you pass that
So when you don't prompt for it there you actually still need to pass it in defaultBillingDetails. See: https://stripe.dev/stripe-android/paymentsheet/com.stripe.android.paymentsheet/-payment-sheet/-billing-details-collection-configuration/-address-collection-mode/index.html
For most people it's better to just collect zip in the sheet
Yeah, that's what I saw in the code
If I don't pass the defaultBillingDetails then the card linking won't work, right?
correct