#mkoenke_error
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/1327009023437963286
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
I am also curious about the difference in behavior when using the mode of 'payment' versus 'subscription'
HI there! Looking now.
oh boy I just found another error Stripe::PermissionError: The provided key 'sk_test_*********************************************************************************************MnqNJm' does not have access to account 'acct_1LT7sPRqwPaZcVsi' (or that account does not exist). Application access may have been revoked.
hmm that doesnt look like the correct key - maybe I am getting the stripe accounts api keys mixed up
acct_1Q2XRmRxasZGr5jV is a sandbox account, which doesn't have the same associations with your connected accounts.
Great! Please let me know if you have more questions.
what about the difference with payment and subscription modes?
Payment mode would be for creating one-off payments and subscription mode would be for creating Subscriptions, so recurring payments.
where do we pass the top level account id when we make requests? not the connected account id, the platform account
or its just the combination of the public and secret keys?
You wouldn't be passing the platform's account id at all; you would just be using its API keys - publishable on the frontend and secret on the backend. The API key determines what account is making the request