#ctodan
1 messages · Page 1 of 1 (latest)
Recommend reaching out through the link at the bottom there
I don't have a timeline, but if there is one that can be shared, they'll let you know
ok will do, do you know if the web customer portal is workable on mobile?
Customer portal is a web portal, so you can redirect your customer
It's not available in native mobile components if that's what you're asking though
more mean like can you fake it in mobile
like use a webview and redirect to that
like still technically within your app
Exactly
ok cool, are there any known drawback to that? Have other stripe customers done something similar?
Yeah other customers have used the customer portal in a webview previously. The only drawback I can currently think of is we don't currently support deep linking, so the customer won't be automatically redirected back into the app after finishing their session (they'll need to just close the webview).
Gotcha, that was the one thing i had in mind haha
Yeah so with that flow, you wouldn't pass return url when creating the session: https://stripe.com/docs/api/customer_portal/sessions/create
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
ah got it cool, thank you!