#benjamin_error

1 messages ¡ Page 1 of 1 (latest)

worthy daggerBOT
#

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

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

delicate ivy
#

Can you share the request id generating that error?

quiet yacht
#

is it in the error response ?

#

i only have access to the logs in my browser

#

oh, wait i think i saw something suscipcious in the headers of my request

#

"key "pk_test_51RZ7hVBXlS1Nu3sspSIsIL2G3UMbfB8sqSBhrM4dbSeMtB5O8s5ye5LugN5svQphPiGjlQpQp5nvCQ6yrePq6p4F00GhvM2DOx""

#

looks like a public key from the sandbox environement

delicate ivy
#

Ah yeah you'd need to use the live key

quiet yacht
#

I've got a question regarding the permissions i need to give to the restricted API key i created. I need to create checkout session and forward to billing page. Which rights should i grant the keys ?

#

on this page

#

i gave "write" permissions to everything out of despair. But it's probably not needed

delicate ivy
#

There should be a checkout resource

#

You can try granting that write perms and disable everything else

#

And see if that works

quiet yacht
#

ok, thanks

#

Also, what's the difference betewen the "Authorization" column and the "Authorization Connect" column ?

#

it says that it's used to access "connected accounts", but i don't understand what that means

delicate ivy
#

Requests made on your account vs requests made on connect accounts

quiet yacht
#

oh, ok