#carsonliu

1 messages · Page 1 of 1 (latest)

inner trenchBOT
sly lark
#

Hi there, is this a payment mode checkout session?

trim pawn
#

yes. it is a payment mode

sly lark
#

OK. The PaymentIntent will be created later when your customer attempts the payment through checkout session.

trim pawn
#

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.

sly lark
#

You can listen to the checkout.session.completed event and check the checkout session's payment_intent for payment result

trim pawn
sly lark