#benjamin_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/1244926997868838962
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
First of all, limit can range between 1 and 100:
https://docs.stripe.com/api/balance_transactions/list#balance_transaction_list-limit
I understand that the error message isn't clear enough, but you are using a restricted API key that don't have permisison to access that endoint
You need to have payment intent read on that key
Because you are expanding data.source.payment_intent
Aaah
One week ago in those situations I received a response with stripe error type "invalid_request_error"
It seems that this changed?
Yes you should see
(and the response contained the info that this permission is missing)
invalid_request_error``
this is not expected to receive 500
I'll raise this internally to narrow this better and fix it
Here is another example I created this second
Great! Will I somehow be notified once there is an update? (I need to change my handling for now and I would like to revert it when I get the proper message again)
Threads are closed in discord in a while, in this case you should raise a Support case at Stripe Support https://support.stripe.com/contact to keep getting updates via email async (make sure to click on the developer option)
I will do so, thanks