#Matt-Novalab
1 messages · Page 1 of 1 (latest)
Sure, you'd want to look at leveraging a webhook with the associated events: https://stripe.com/docs/payments/handling-payment-events
- Customer completes payment.
- Associated event fires on your Stripe account (for a Payment Link,
checkout.session.completed). - You create and configure a webhook to listen for those events, and trigger the action you need (i.e. send shipping details via email).