#karon_11404

1 messages · Page 1 of 1 (latest)

keen graniteBOT
torpid pollen
#

👋 No, this isn't possible. How are you integrating with Stripe? Are you using Payment Links or Checkout, or something custom with Elements?

vestal pecan
#

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?

torpid pollen
vestal pecan
#

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?

torpid pollen
# vestal pecan Okay I've heard of the successpage. Is there a general link that I can use that ...

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

torpid pollen
vestal pecan
#

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?

torpid pollen
#

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

vestal pecan
#

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

torpid pollen
#

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

vestal pecan
#

I see, okay thank you!

#

This is an awesome resource.

#

Appreciate the time.