#mithradates27
1 messages · Page 1 of 1 (latest)
Hello! What's your question
I am a PHP developer, and I am confused as to how to validate payments made with a payment link especially with the customer's email or billing name.
What specifically are you trying to validate?
To see if a customer has payed using a payment link.
Are you already listening for payment_intent.succeeded or checkout_session.completed webhook events?
The general idea is that you would listen for those events to know when payment is completed
checkout_session.completed would be the one.
Would the webhook events be able to confer the name and addresses fo those paying.
Yup you should see all this in customer_details on the Checkout Session