#artursir_api

1 messages ยท Page 1 of 1 (latest)

valid sluiceBOT
#

๐Ÿ‘‹ 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/1494308129406713988

๐Ÿ“ Have more to share? Add more details, code, screenshots, videos, etc. below.

young vault
#

hi there!

hasty sky
#

hi ๐Ÿ™‚

young vault
#

the moto parameter is not a publicly available feature. so one of your Stripe account has that feature enbaled, but not the other.

hasty sky
#

ahh. how to enable it on sandbox?

#

I have created sandbox on the account with moto enabled

young vault
#

you would need to reach out to Stripe support, and explain that you have that feature enabled on your main account, but you want to also enabled it on your sandbox account. and make sure to share the request IDs acount relevant account IDs.

hasty sky
#

sure , will do and another error I have on sandbox is checkot session doesn;t contain payment intent

#

will give the request id

#

this is from sandbox

#

and the same request on test mode

young vault
#

can you clarify what is the issue with the request you shared?

hasty sky
#

I do same requests, one on sandbox and another one is on test mode

#

the first one doesn;t contain payment intent

young vault
#

well it's a very simialr issue that before. by default we don't create a PaymentIntent when the Checkout Session is created (it's created later). but one of your account has access to a private feature to get access to the PaymentIntent immediately.

hasty sky
#

so what should i do with that to have the sandbox configured identially as live?

young vault
#

how did you create your sandbox? did you select the "copy account" option?

hasty sky
#

no, another option I chose

#

both issues should be solved with "Copy your account"?

young vault
#

I think so yes

hasty sky
#

all right thanks!

#

will try