#Marek-payment-links
1 messages · Page 1 of 1 (latest)
Or just plain old GET requests really
Hi there 👋 you can put unique data on a payment link, but it's not going to be terribly beneficial if you allow multiple customers to use the same link.
I see, so we couldn't say, include our internal userID dynamically as a query param or something like that?
Not unless you create a unique payment link per customer, and if you're doing that I'd recommend you use Checkout Sessions instead.
I just tested this approach and confirmed that it works for the return url for payment links as well, so that may be an option to pass an ID back to your success page to pull info from:
https://stripe.com/docs/payments/checkout/custom-success-page
Ok I will check it out - Thanks!
Any time!