#mark-kalnitski_webhooks
1 messages ยท Page 1 of 1 (latest)
๐ Welcome to your new thread!
โฒ๏ธ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
โฑ๏ธ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
๐ This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1286325760927203359
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- mark-kalnitski_webhooks, 2 hours ago, 11 messages
Hello
Hi
Yes Payment Links do create Checkout Sessions
and 1, and 3?
Yes you can use certain URL parameters with Payment Links, see: https://docs.stripe.com/payment-links/url-parameters
3/ No -- when your customer visits your Payment Link that will trigger the necessary calls. You don't have to do anything here.
I need to return parameters, sending them to stripe doesn't helo
help
I want to pass the affiliate ID over a payment link and get it back after checkout completed
Sure then you want to use the client_reference_id most likely
that's not possible without checkouts?
See the above doc
I read the doc link 12 times haha
https://docs.stripe.com/payment-links/url-parameters#streamline-reconciliation-with-a-url-parameter discusses how you pass client_reference_id as a URL parameter
sorry, don't get it. For me, the doc says client_reference_id can only be used with checkout.sesssion.completed
And that will come through your Webhook endpoint via the checkout.session.completed Event
Yes that is how you receive that data
You create a Webhook endpoint and listen for checkout.session.completed
See: https://docs.stripe.com/webhooks for info on Webhooks
yeah... but then I can't just use payment links, right?
as you said, payment link doesn't create a checkout
sorry, english is not my mother tongue. to be ABSOLUTELY sure, kindly reply this once again: can I ONLY return UTM parameters by using checkout sessions?
Payment Links do create Checkout Sessions
When a customer clicks on your Payment Link that creates a Checkout Session
I'd recommend testing it out!
It takes 2 minutes to test in test mode!
my fault, didn't read carefully.
All good
actually I tested it, and my webhook didn't receive anything, that's why I came here ๐
I'll test again
thank oyu bud