#zee_docs

1 messages ยท Page 1 of 1 (latest)

sudden oceanBOT
#

๐Ÿ‘‹ 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.

noble field
#

๐Ÿ‘‹ 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

dusty bear
#

Can you explain more about Payment Intents?
Currently I don't understand it well.

noble field
sudden oceanBOT
dusty bear
#

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?

teal pewter
#

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

dusty bear
#

Understood, Can you provide some document to implement stripe webhook with aws lamdba?

teal pewter
dusty bear
#

Ah Okay I got it all