#aeropuertomc_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/1468227539519410291
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
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.
- aeropuertomc_best-practices, 13 hours ago, 16 messages
- aeropuertomc_best-practices, 16 hours ago, 11 messages
๐ Hi there! Let me take a look
Hi, hello. Let me know if you need more info to troubleshoot
Can you share the request ID where you get that error message?
Is this an example of an unexpected event? https://dashboard.stripe.com/acct_1H72yaG3Bht1LHJQ/events/evt_1SwUCbG3Bht1LHJQBV82ELq2
What would be an unexpected event?
No, it was a financial_connections.account.created event caused by the user adding an account via de FinancialConnections flow
An event where you're not seeing account information that you expect
Well, then yes
So the event is missing the data.account_numbers param
๐ Hey, taking over here, just taking a look
๐
Here, another event:
{
"object": {
"id": "fca_1SwUCZG3Bht1LHJQ9Cf2fNKG",
"object": "financial_connections.account",
"account_holder": {
"customer": "cus_SjCJ9xcrzCa0tr",
"type": "customer"
},
"account_numbers": null,
"balance": null,
"balance_refresh": null,
"category": "cash",
"created": 1770065911,
"display_name": "HOUSE CHECKING",
"institution_name": "The Halstead Bank",
"last4": "8433",
"livemode": true,
"ownership": null,
"ownership_refresh": null,
"permissions": [
"payment_method"
],
"status": "active",
"subcategory": "checking",
"subscriptions": [],
"supported_payment_method_types": [
"us_bank_account"
],
"transaction_refresh": null
},
"previous_attributes": null
}
Thanks. And just to confirm, if you request the object with a request like req_8J4Jm99nkC6Ctc above, it's still missing the account_numbers?
Yes, I see now that it seems we don't seem to have received the account numbers from the financial institution. I'm not sure why this would be though, so could I ask you to send us a support ticket so that this can be investigated?
Any idea on what the causes might be?
As far as I know, the Halstead bank is a supported institution
Not sure tbh. I haven't been able to find any similar issues with this institution, so we'll probably need to loop in the owning team to determine the cause
When you say you "haven't received the account numbers from the financial institution" does this mean a problem with the institution or Stripe, but not something on our side, right?
Or is there something that we should be doing different?
Yes, as far as I can see, there don't appear to be any issues with your requests