#karon_11404
1 messages · Page 1 of 1 (latest)
👋 No, this isn't possible. How are you integrating with Stripe? Are you using Payment Links or Checkout, or something custom with Elements?
Ah okay. We're integrating via checkout yes. Our website is custom build on a react based web app. Do you have any suggestions regarding this for tracking analytics/ sales?
Gotcha. We have a recommended flow here, but this assumes you're using Google Analytics: https://stripe.com/docs/payments/checkout/analyze-conversion-funnel
You'd essentially make use of the success page that you redirect users to after a successful Checkout payment (and would have to create this page yourself)
Okay I've heard of the successpage. Is there a general link that I can use that they wouyld only access if they paid?
Like how can I see that link without paying?
If I go into test mode people can't buyy for that time right?
Not exactly. I mean, you can create some page at yourdomain.com/success but customers might land there without having gone through a successful payment. We have some recommendations for how to customize the success URL here: https://stripe.com/docs/payments/checkout/custom-success-page
You shouldn't rely on client-side actions only to determine whether a payment was successful. We recommend using webhooks and listening for checkout.session.completed events, too: https://stripe.com/docs/payments/checkout/fulfill-orders
Not quite sure I follow this question
Okay, that'll have to be on our dev side then... I'm not a developer unfortunately so I'm not keen on how to implement this.
But I appreciate the feedback and will speak our dev about this.
Is there any kind of work aroud that doesn't require code?
Got it. Yes, I recommend working with your developer on this if you want to track this in real time. The alternative is to log in to your Dashboard and review successful payments for the day, or to update your communication preferences to receive an email for every successful payment, then reconcile this manually with your analytics tracking
Unfortunate. Okay! Thanks again for the help!
One more questions actually!
Sory.
sorry*
About how long do you think this implementation via code would take to implement for a skilled developer?
He's very skilled.
But his time is spread thin
That's hard to say. It ultimately depends on how complex your webhook handler code may be, how you plan on integrating with your current analytics tracking system