#Ifran-Subscription

1 messages · Page 1 of 1 (latest)

civic dust
#

Hi there, is your main ask about offering subscription to your customer through mobile?

civic dust
#

I need to step away so I’m going to archive this thread. If you need help with anything else please ask in dev-help or contact Stripe Support: https://support.stripe.com/contact

dawn hawk
#

@small onyx 👋

#

Sure, all those UIs support all those features you require

#

Do you have developer resources? Are you looking to implement a custom payment flow, or use a pre-existing solution (like Checkout)?

small onyx
#

well, from the docs -it seems element doesn’t support promo codes and disscount

#

only checkout does

#

so i will probably go with checkout

#

but checkout doesn’t work well in native mobile application. that lady from stripe support also confirmed this

dawn hawk
#

well, from the docs -it seems element doesn’t support promo codes and disscount
True, tax too. My bad

#

but checkout doesn’t work well in native mobile application. that lady from stripe support also confirmed this
Yep you'd need to essentially use a native webview to redirect to the Checkout page

small onyx
#

got it.
we are also looking to integrate connect to support few off our product use cases so
If we use Stripe Connect for all payment management, and we want to throw up a web page / UX first for payment management then move it into our in app UX later, is there an easy path for that, and what's the typical LOE for an end user web UX MVP with some basic branding?

dawn hawk
#

It depends on the complexity of your business model, payment flow, etc. Connect certainly adds complexity

small onyx
#

yeah, but for the time being if we want to throw up a web page / UX first for let' say, customer/price etc creation and then move it into our in app UX later, is there an easy path for that? is it even supported?

dawn hawk
#

Sure, you can build our a payments UI using APIs and Stripe.js

small onyx
#

ok, let me have a look. thanks man.