#jadson-utm-paymentlinks
1 messages ยท Page 1 of 1 (latest)
You're using Payment Links?
yes
Gotcha. No those params don't appear in any webhook event: https://stripe.com/docs/payment-links/url-parameters. They'll be passed to your return_url
so, i can got these on "return_url", right?
I was testing on test mode, capturing payment.intent.successful but I didnt got this on webhook
Correct
jadson-utm-paymentlinks
checkout.session.completed also...
i got [null]
Is it because it's in test mode?
As I said, you won't get it in any webhook event
When user is redirected to return url after purchase, they'll be passed there.
The doc I linked goes over it
oh, got it.
so how to track conversions?
only via GA4?
๐ hopping in here since codename_duchess has to head out
webhook send me some info of the source or track parameters to give me info?
hi karbi ๐
We don't know very much about GA4 here, but generally, we'd expect your analytics to be able to pull the query params that we provide from the return URL and track it through there
These will ONLY come through the redirect URL after your customer has completed payment and is redirected, this won't come through on the webhook