Can I change the plan of an active subscription without refunds and without extra changes?
I'm going to move existing customers with an active subscription to a new plan which costs less
tousti has quit
que_ joined the channel
GuusH joined the channel
GuusH has quit
que_ is now known as kobo
ioxtrem joined the channel
circ-user-aCVdu has quit
kobo has quit
sdfg joined the channel
sdfg has quit
Stripe joined the channel
Stripe has quit
mdrollette joined the channel
kes joined the channel
michael14e joined the channel
michael14e
In nodejs, when creating a new subscription I am getting the error "Invalid timestamp: can be no more than five years in the future". For the billing_cycle_anchor I used "Date.now();"
progz joined the channel
progz_ joined the channel
progz has quit
progz_ has quit
progz joined the channel
progz
Hello, I'm trying to implement stripe on my website but I'm wondering if what I want is possible. So what I want is: On the main page a simple form with 2 input text (one for the email and one for firstname) and the stripe submit button, so when they click on the stripe button, the stripe popup appears and they can type your credit card information and hit pay to send the request to my backend. On my backend, I want to
get all the value of stripe transaction and the 2 value of the input text located on the main page. Is this possible ? Can't make this work... If you have some link or example, feel free to send me, thanks.