#marekka-checkout session

1 messages ยท Page 1 of 1 (latest)

magic vine
#

๐Ÿ‘‹ happy to help

#

this is not something you inject, it's Stripe that injects this for you

#

so you need to keep it as is in the success url string

#

so we could replace it for you

harsh hemlock
#

I seeeeee

magic vine
#

and you will get the actual checkout session id upon success

#

let me know if you need any more help

harsh hemlock
#

Can I pass the email address to this screen?

magic vine
#

do you mean to prefill the email?

harsh hemlock
#

yes

magic vine
harsh hemlock
#

Thanks,will check now

magic vine
#

let me know if you need any more help

harsh hemlock
#

Thanks, it works....

#

One more

#

๐Ÿ™‚

#

not too sure what is the real difference between
checkout.session.completed
and
invoice.paid

magic vine
#

invoice.paid is used for subscriptions

#

this will be the recurring event when invoices gets paid

#

in your case it's better to focus on that only

harsh hemlock
#

OK< thanks

#

Last one, when using tril, the main amount will be blocked on customers credit card, correctt?

magic vine
#

no there won't be any charge

harsh hemlock
#

I see