#srd_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/1402058185904230511
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
hello! before we jump into the error, i just want to double check - it looks like this is a live mode request, are you still developing your integration?
if so i would strongly recommend creating a sandbox account and developing using your sandbox API keys
https://docs.stripe.com/keys#test-live-modes
it's against our terms of service to collect test payments in live mode, so by using sandbox keys you can test your whole integration end to end
it for live not test
Insert your merchant account access details. This way you trigger your payment processor to charge your client's credit card into the account you mention here.
Publishable key *
Live restricted API key *
how are you setting up your integration? are you a developer?
what provider are you using? is this some kind of third party service?
stripe
are you writing the code that is making this request to stripe?
i getting it from tripe to restaurantlogin
i don't think i understand what you mean. can you share the code where you are making the request to create this payment intent?
it sounds to me like you're either:
- using some kind of third party app, in which case you should reach out to them for support or
- you're still developing your app, in which case you should create a sandbox and use your sandbox API keys as i suggested above
it also sounds like if you're doing #1, they may have asked you to provide them with your API keys, and you should never share your API keys with a third party