xamarin.ios - Stripe Xamarin. in app, Sign up and pay subscriptions plan, Can it be done? -
i been working on app common user can subscribe different plans, give different perks.
i been trying using stripe's payment component xamarin component store
but me, seems component give option request payment, not subscript plan.
this leave me think, way can make happen, make whole "payment , subscriptions plan" code on native ios , android, after bind against pcl
so conclude i'm looking more simple way create functionality,
thanks time,
so xamarin extension should used collect credit card details , "tokenize" card. actual handling of charge done backend server (as described in documentation extension under "sending token server"). once pass otken backend, can it-- including attach customer record setting source
-attribute when calling create customer api endpoint. once you've created customer record, can create subscription using plans.
Comments
Post a Comment