#tristan_api
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/1441235419890057356
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hi there, Can you tell me what Stripe payment interface are you using? Is it PaymentElement or Checkout Sessions? Also do you see any errors from your frontent or backend integration
I clicked the "Upgrade" button on your website and nothing happened. can I suggest you work with your enginer to fix this problem first?
Hey Jack! Wow, thanks for the quick response, was not expecting that.
It's a payment element I believe.
re: your screenshot, believe it or not that's intentional. you're at the part of onboarding where your trial hasnt event started yet, so we dont allow people to subscribe (though really we should hide that upgrade button... well noted!)
if you click through that skip button on that page, add 3 books, and hit next, you'll be onboarded and able to hit the upgrade page!
most notably, that button has always been disabled, but we've only seen the big drop in the past few days.
I was redirected to this page after clicking the skip button
๐ฑ๐ฑ๐ฑ๐ฑ
Now that is not normal
Does a refresh resolve it?
I, of course, don't get this, and went through this exact flow like 10 minutes before reaching out to you.
Just went through that page again and don't see that. You don't have an adblocker or something?
No, I don't see ad blocker
let me refresh
Ok, I'm able to reach the subscription page
Ok sorry back to this question:
Hi there, Can you tell me what Stripe payment interface are you using? Is it PaymentElement or Checkout Sessions? Also do you see any errors from your frontent or backend integration
We're actually using the Stripe Card Element (the older integration pattern).. this page was built quite a few years ago
no errors in the frontend console, backend everything is perfect
Yes I saw the card element
I believe your Stripe integration is in place, but it's really quite hard find the subscription button based on my personal experience
Also the first page loading wasn't successful, perhpas you want to work with your hosting provider to ensure that all resources are accessible?
you hit the upgrade page and it didnt load properly?
this is what it's supposed to look like. usually actually converts very very well, which is why we havent touched this page in so many years ๐
The upgrade page loaded successfully, so far the "quck" page wasn't loaded in the first time and I needed to freshe it
Ah ok yes, thanks. Will definitely be looking into that, have not heard of it before.
No problem!
I assume you guys use a vpn when trying products like this? Wonder if that was the cause.
Also just wondering if you have any other guidance on the stripe stuff?
I know we're on the unversioned v3 stripe js script, which is evergreen and might have changes pushed to it at any time. I'm wondering if a new version came out that caused an issue with our integration, especially given how old it is
No I'm not using VPN,
What do you mean by "unversioned v3 stripe js script" ?
We will continue to support Stripe.js v3 https://docs.stripe.com/sdks/stripejs-versioning#support-for-stripe.js-v3
ah ok
I know you support it, I just mean by nature of it being "evergreen" you guys can push up change at any time right?
compared to eg the acacia versioned builds and such
Yes, Stripe can update Stripe.js from time to time.
btw have you checked you analytics and see at which step your customers stop proceeding?
Unfortunately we don't have more telemetry than "user hits upgrade page" -> "user subscribed"
... would definitely be useful to track like what buttons they hit, if they entered information into the stripe form, etc
Yes. I'll strongly suggest you to add more metrics tracking on your page to help you understand what stops them from subscribing.
on it