#rahbir
1 messages · Page 1 of 1 (latest)
hello! unfortunately not, there isn't a way to collect from the payment sheet. Like the guide mentions, you'd want to use the address element to collect address info : https://stripe.com/docs/payments/accept-a-payment?platform=ios&ui=payment-sheet#collect-users-addresses
Got it, thanks!
Is there a swiftui implementation by any chance for stripe elements?
is this what you're looking for? https://stripe.com/docs/elements/address-element/collect-addresses?platform=ios
I saw this, but the implementation is all in UIKit. Are there any implementations of the elements in SwiftUI?
hrm, we don't have a guide for it (nor an implementation in SwiftUI). you can probably implement it yourself. I was looking at this as reference https://github.com/stripe/stripe-ios/issues/2101