#marekka-checkout session
1 messages ยท Page 1 of 1 (latest)
๐ 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
I seeeeee
and you will get the actual checkout session id upon success
let me know if you need any more help
Can I pass the email address to this screen?
do you mean to prefill the email?
yes
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Thanks,will check now
let me know if you need any more help
Thanks, it works....
One more
๐
not too sure what is the real difference between
checkout.session.completed
and
invoice.paid
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
OK< thanks
Last one, when using tril, the main amount will be blocked on customers credit card, correctt?
no there won't be any charge
I see