#taylor-brooks-simple_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/1367216177751003250
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
From what I can tell, this API call does not require a financial account id:
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Hi there ๐ are you able to find and share the ID of the failed request? That will help me double check which of our endpoints your code is hitting and what parameters it's providing us when doing so.
https://support.stripe.com/questions/finding-the-id-for-an-api-request
I tried looking in the dev logs but couldn't find any API requests that had to do with issuing
I see API logs for acquiring
Hm, did you try filtering the requests to only failed ones?
Are you comfortable sharing your Stripe account ID here? (starts with a acct_ prefix)
Hm, yeah, that looks weird.
Here's an example of a similar request about a month ago to the same endpoint, with the same POST body structure, to the same Stripe API version.
req_TgHbaovKl3z5hm
Seems like a bug in Stripe or the documentation is incorrect.
Or my account is in some weird state
I'm not seeing that financial_account is a supported field for that endpoint, so I agree something looks off here (or there's some nuance that I'm not familiar with offhand)
Well, I'm getting complaints of multiple accounts not being able to issue cards. What's the unblock here?
I'm trying to figure that out now that I have a grasp of the problem.
Do you know if you're trying to use any sort of private preview (formerly referred to as betas) features in your flow?
I'm finding mentions of that error internally when using Issueing and Treasury together.
Gotcha, they're both products my team doesn't work with too often, so I'm not as familiar with them. Let me sift through our guides a bit and see if this is discussed anywhere.
Looking through our guide, it does look like you're expected to use a Financial Account if you're intertwining Treasury and Issuing:
https://docs.stripe.com/treasury/account-management/issuing-cards
Though I'm baffled by our API ref not showing financial_account as a supported field for that endpoint.
I don't have any financial accounts yet, so i'm not sure what value to set for that parameter.
You'd first create one is the impression I'm getting from the guide. That's what is shown in Step 1.
K, I'll reach out to my rep. This seems broken