#bjj-rx-steve-b_code

1 messages ¡ Page 1 of 1 (latest)

unique anvilBOT
#

👋 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/1221910886831358103

📝 Have more to share? Add more details, code, screenshots, videos, etc. below.

unkempt mauve
#

Hello, I'm looking in to how to address this error. Can you tell me more about what you are trying to do by exposing the secret key? Your secret key should stay on the server and never be sent client side

tulip cipher
#

thank you

#

I am using Click Funnel, which I have never used before.

I am trying to avoid writing any serverside code but still being able to embed and use Stripe Checkout

#

Is there anyway to do this without writing any abckend code?

#

I have a small task whereby the client currently has the Stripe Link in, which redirecvts them to Stripe, but they now want that embedded so that the client doesnt have to leave their site to pay

#

I thought it would be really easy but I am finding it very difficult

#

I appreciate your help Pompey, thank you

unkempt mauve
#

Stripe Checkout embed into a Click Funnel
I missed this part initially. How exactly are you trying to embed checkout here? We have this flow for embedding checkout in a page that uses a Stripe.js element for the embed. If you are creating a session and trying to embed it via a standard iframe and the Checkout Session URL, that is expected to not work
https://docs.stripe.com/payments/accept-a-payment?platform=web&ui=embedded-form

Securely accept payments online.

tulip cipher
#

So there is no way of doing this without using custom server code too?

#

I read those docs earlier. I thought if I just imported the SDK then I could do everything from the front-end

#

This is the current page with the Stripe Link, I need to replace that with this Checkout

unkempt mauve
#

As far as I know, no. Payment links do not support embedded checkout, only full page redirects.

#

So embedded checkout will require server side code

tulip cipher
#

OK thank you

#

thank you very much for your help ❤️