#jmthegreat-page
1 messages · Page 1 of 1 (latest)
@twin granite I've never seen this UI before. Can you provide more context/details?
hi @prisma notch I also encounter this
I need a way to remove this step
is there a way the we can skip this page after clicking a button then just directly proceed to our checkout page?
I don't understand, you gave me the same screenshot unfortunately
Can you provide a lot more details and context about this?
Like what URL are you on? How are you paying? Card or something else? What device, is it a mobile phone? a mobile app or webview?
I'm sorry I'm just not following where you see this and would need more details
cc @spiral wren and @twin granite
You seem to have hardcoded a Checkout Session URL straight in your HTML which would never work
Sessions can only be paid once and expire after 24 hours and that one is a few days old
that's what I see, a hardcoded URL in your code to a Checkout Session that is 5 days old
I've never heard of groovefunnel but whatever is configuring this button is not working or broken and that's what you need to fix
this was made via stripe, that's why
i just embed the strip payment link to our website
I know but you are unfortunately mixing all the concepts together
that URL will never work
It's the URL to Checkout, it's for one customer to pay once and only once and it expires after 24 hours and will never work again
you are unfortunately confusing multiple products and behaviour together
What you want is to create a Payment Link https://stripe.com/payments/payment-links and use that Payment Link's URL instead which is not the https://checkout.stripe.com/pay/xxxxxx URL
You want a URL that looks like this: https://buy.stripe.com/xxxxxxxx instead, that's the long living URL you'd put in your website