#carsonliu
1 messages · Page 1 of 1 (latest)
Hi there, is this a payment mode checkout session?
yes. it is a payment mode
OK. The PaymentIntent will be created later when your customer attempts the payment through checkout session.
how can i double check/verified the uniqueness between payment and notification?
I guess my developer would like to ask, when the payment come back, how can it tell which order is payment successful.
You can listen to the checkout.session.completed event and check the checkout session's payment_intent for payment result
would you give the same answer if my question is "
When the payment is called back, tell the server which order payment is successful"
Yes. and you can also send this doc to your developer https://stripe.com/docs/payments/checkout/fulfill-orders#fulfill