#Rich900K

1 messages · Page 1 of 1 (latest)

errant patrolBOT
wispy valley
#

Not really, sorry, but what is your question?

plucky onyx
#

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

wispy valley
#

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

plucky onyx
#

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 ?

wispy valley
#

Sorry you are not very specific and I am afraid I don't follow. Do you use Stripe API?

plucky onyx
#

extention

#

for firebase

wispy valley
#

Yes, I see, but it will use Stripe API indirectly. In which call/method you need help with?

plucky onyx
#

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 ?

wispy valley
#

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

plucky onyx
#

okthanks