#pitxardo_api
1 messages ยท Page 1 of 1 (latest)
Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- pitxardo_code, 17 hours ago, 19 messages
๐ 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/1245301078086385735
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
๐ happy to help
RAK are secret keys where you can choose which access to give them instead of having full access to your account as the secret keys do have now
no I don't think they will, at least not that I know of
and do you know if this API call can be used with RAK?
https://connect.stripe.com/oauth/token?grant_type=authorization_code&code={AUTH_CODE}&client_secret={RAK}
I tried that, but it didn't work (it works fine when using secret key)
not sure if RAK can be or not used with that endpoint
or if I should use RAK in a different way for that case
what access did you give your RAK?
I give WRITE to Charges, Customers, PaymentIntents, PaymentMethods, SetupIntents, Tokens, Webhook ednpoints and everything under the "All Connect resources"
I'm asking a colleague and it seems that OAuth isn't supported by RAK for now
and you should still be using your secret key
nice