#zee_docs
1 messages ยท Page 1 of 1 (latest)
๐ Welcome to your new thread!
โฒ๏ธ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
โฑ๏ธ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
๐ This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1309097164428939296
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
๐ happy to help
no you don't need to switch to PaymentIntents
Checkout Sessions is a Stripe hosted payment page that you can use easily
and it uses in the background PaymentIntents as a way to accept the payment
but you don't need to worry about that if you're using Checkout Sessions
Can you explain more about Payment Intents?
Currently I don't understand it well.
Another question If I would like to implement some process after payment success, Do I need to implement on webhook or callback from checkout process?
you would use webhooks
it depends on the process really. Backend actions like fulfilling the order/shipping something to the customer, you'd trigger from a webhook
Understood, Can you provide some document to implement stripe webhook with aws lamdba?
I'd start with https://docs.stripe.com/payments/handling-payment-events
Ah Okay I got it all