#artursir_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/1494308129406713988
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
hi there!
hi ๐
the moto parameter is not a publicly available feature. so one of your Stripe account has that feature enbaled, but not the other.
ahh. how to enable it on sandbox?
I have created sandbox on the account with moto enabled
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.
sure , will do and another error I have on sandbox is checkot session doesn;t contain payment intent
will give the request id
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
this is from sandbox
and the same request on test mode
can you clarify what is the issue with the request you shared?
I do same requests, one on sandbox and another one is on test mode
the first one doesn;t contain payment intent
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.
so what should i do with that to have the sandbox configured identially as live?
how did you create your sandbox? did you select the "copy account" option?
I think so yes