#thekents
1 messages · Page 1 of 1 (latest)
Does this happen when customer enters their email but quits/exits before payment?
hi! it can do yes. Ultimately Checkout can do various things internally while taking the payment but you can mostly ignore it all and only handle the checkout.session.completed webhook event.
Yeah, I am listening to that but yesterday got a notification that new customer was created and payment was incomplete so I was wondering why it is like that
Did the customer just not pay after entering their email
Or proceeded to payment but then didnt complete payment
I think we create the Customer in some cases where it's needed, like attempting an Invoice payment(i.e might be created when the customer hits Pay in a Session for creating a Subscription and then the payment might still fail)
Alright, that is all