#lennartzellmer-payment-sheet-billing
1 messages · Page 1 of 1 (latest)
Hey! Don't believe there's support for billing address capture with the Payment Sheet - but let me confirm
Sorry for the delay there. Just been poking around the SDK references as not hugely familiar with them.
Here's something relevant for iOS: https://stripe.dev/stripe-ios/docs/Classes/PaymentSheet/BillingDetails.html
Android: https://stripe.dev/stripe-android/paymentsheet/com.stripe.android.paymentsheet/-payment-sheet/-billing-details/index.html
Yes the object is there, but we don't know how to convince the sheet to display it 😄
It's not documented anywhere.
There is that:
PaymentSheet Configuration
var billingAddressCollectionLevel: BillingAddressCollectionLevel = .automatic
But is isnt a public API
var configuration = PaymentSheet.Configuration()
paymentSheet = PaymentSheet(setupIntentClientSecret: secret, configuration: configuration)
paymentSheet?.present(from: viewController, completion: { result in
switch result {
case .completed: