#Asad

1 messages · Page 1 of 1 (latest)

inland pewterBOT
glossy crane
snow shuttle
#

can i use multiple mode in a checkout session?

glossy crane
#

No you cannot. Why do you need multiple modes?

snow shuttle
#

actually i have a scenario

#

if a user had remaining trial days and he goes to checkout ,i don't want to charge at that moment.For that i just want to secure his card info and deduct the charges when his trial will end.

glossy crane
#

Sure, then you'd use mode: 'setup' to collect the payment details to apply when trial ends

snow shuttle
#

would it be done auto matically?

#

and how i can see in the stripe dashboard?

glossy crane
#

No, you'd likely need to update the subscription to apply the new Payment Method from Checkout as the default

snow shuttle
#

and how i can do that?

glossy crane
snow shuttle
#

Hey

#

can i pass end_trial date in checkout session?

glossy crane
snow shuttle
#

yes it worked, but it showing free trial as i've passed it the trial_end variable

glossy crane
#

Ok, that's expected. What are you trying to achieve?

snow shuttle
#

got a new issue

glossy crane
#

Sure, what's up?

snow shuttle
#

when i try to add 14 days trial it shows me 13 days of free trial,but when i try to fix it by giving 15 days then it turns to 15 days of trial

#

how is that going?

glossy crane
#

Is this in Checkout?

snow shuttle
#

yes

glossy crane
#

Can you share an example ID (cs_xxx)

snow shuttle
#

yeah

snow shuttle
#

hey can we use customize templates?

#

for sending email?

#

through stripe

glossy crane
#

You cannot no, you'd need to manage that yourself if necessary

snow shuttle
#

that's bad

#

Hey

#

can we send emails on cancellation,or downgrade from stripe?

glossy crane
#

I don't believe we send them automatically. You'd need to build your own, utilising webhook/events

snow shuttle
#

Hey can we send emails through stripe in testing?

snow shuttle
#

here is not any reference is given for test mode

glossy crane
#

Not sure I understand?

#

What email(s) are you expecting?

snow shuttle
#

i am looking for a reference, that stripe doesn't allow sending email in test mode.

glossy crane
#

I just shared the URL