#Julien - Payment Links

1 messages ยท Page 1 of 1 (latest)

modest trout
#

HI ๐Ÿ‘‹

Payment Links are not customer specific when they are created. If your payment link collects the users email then you can use the webhook event to retrieve the newly created customer with the email address and send the receipt that way.

wide shore
#

Incredible. You're the greatest.

modest trout
#

But depending on what information you want you may wish to look at a few others. Honestly a good place to start with this would be to use the Stripe CLI to listen for all webhook events https://stripe.com/docs/cli/listen and then examine what data is in each event to find out what you need to send the right receipt email.