#Rich900K
1 messages · Page 1 of 1 (latest)
Not really, sorry, but what is your question?
I have this issue where by default my app offers 7 days free trail and I want if the user subscribe to be charged agter his trail finish
Yes so if you create a Subscription with trial, it will start a trial period and have a pending_setup_intent. You can collect your customer payment method anytime within the trial, and it will charge on the first Invoice after
no
the issue is my demo is seperate from the sub
it is my natvie app demo
and i want the stripe sub
to acomadate my native demo
becasues at start i dont want to forcse the user to subscribe
it has to be optional
how else he can know the product ?
Sorry you are not very specific and I am afraid I don't follow. Do you use Stripe API?
Yes, I see, but it will use Stripe API indirectly. In which call/method you need help with?
i have this other thing can if the user has one type of a sub
can he update to another ?
anth if needed down grade ?
does the extention supports this ? at the moment ?
He should be able to. We have API to support that, but I don't know much details about firebase extension and you may want to read their code or create an issue in their repo
okthanks