#syarifah-WEbhook
1 messages · Page 1 of 1 (latest)
Hi there, is the question about what webhook events will you receive when your customer completes a transaction through payment link?
yes
how I can get notified when customer complete the transaction, can I get notfied by email
You can listen to checkout.session.completed webhook event and get notified when CheckoutSession generated by the PaymentLink is completed https://stripe.com/docs/api/events/types#event_types-checkout.session.completed
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.