Vivek Modi
06/21/2025, 7:57 PMVivek Modi
06/21/2025, 7:58 PM@objc class StripeController: NSObject {
// Stripe setup and present logic...
}
Vivek Modi
06/21/2025, 7:59 PMVivek Modi
06/21/2025, 7:59 PMimport iosApp.StripeController
private val stripeController = StripeController()
Vivek Modi
06/21/2025, 7:59 PMVivek Modi
06/21/2025, 8:00 PMVivek Modi
06/21/2025, 8:01 PMDaniel Dello
06/21/2025, 8:22 PMChrimaeon
06/21/2025, 8:50 PMVivek Modi
06/22/2025, 7:54 AMchrisjenx
08/07/2025, 5:03 PMclass IOSPaymentsLauncher : PaymentsLauncher {
// set by the ComposeView
var rootViewController: UIViewController? = nil
var paymentSheet: PaymentSheet? = nil
func showStripeBankAccountSheet(stripeSetupIntentResponse: ApiStripeSetupIntentResponse) async throws -> AddPaymentMethodResult {
/// etc
chrisjenx
08/07/2025, 5:03 PM