#Adi
1 messages · Page 1 of 1 (latest)
Hi there!
The simplest option is to listen to the webhook event checkout.session.completed
And it will contain the customer ID
can I use payment_intent.succeeded ???
Yes that also works. But if you are using a Checkout Session it makes more sense to use checkout.session.completed.
ok got it. Thanks