#bernhardt_g
1 messages · Page 1 of 1 (latest)
Hello 👋
I don't believe there's a direct API endpoint for this.
You can however, list all checkout sessions while filtering with payment_link param
https://stripe.com/docs/api/checkout/sessions/list
https://stripe.com/docs/api/checkout/sessions/list#list_checkout_sessions-payment_link
That should get you all the sessions that were created for that specific payment link
@royal mason Thank you, this looks like what I am looking for. Thanks for the prompt assistance.