#vilesa-applepaysubscriptions
1 messages · Page 1 of 1 (latest)
you should use payment_behavior="default_incomplete" instead
then you can access subscription.latest_invoice.payment_intent.client_secret and pass that to the frontend to process the payment using our frontend components like PaymentSheet or STPApplePayContext
it's overall the flow from https://stripe.com/docs/billing/subscriptions/build-subscriptions?ui=elements but we don't have specific examples for mobile apps unfortunately