#jaymuk-paymentlinks-successurl
1 messages · Page 1 of 1 (latest)
hello, you should be able to set up url params on a PaymentLink: https://stripe.com/docs/api/payment_links/payment_links/create#create_payment_link-after_completion-redirect-url
you can also set it up so that the CheckoutSession ID is sent as a url param
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
ah thanks, we had created the payment links with the dashboard - didn't consider creating one through the API. Thanks! I think I have what I need!