#wotom_code
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/1445914409225556058
📝 Have more to share? Add more details, code, screenshots, videos, etc. below.
Hi there! What's the acount id associated with the Stripe App?
Hey, so the account id is acct_1RlA4lBIDMgHTKij . The Stripe App is hosted in acct_1MwRImF2MCQECb2m
Great, I found the failing requests. Having a look
I'm reaching out to our product team to see if I can get a quick response
do you have your app's publicId or app id available? For some reason it isn't exposed in the request that's failing
Yeah, it's com.xero.stripeapp-external-staging
awesome. And what version of the app is being used?
I'm testing it locally, so far the call made is still in my local changes.
but you have connected_account_read in your app manifest, right?
Yes, when I console log my permissions I'm getting
[
"customer_read",
"customer_write",
"event_read",
"balance_transaction_source_read",
"payout_read",
"payout_write",
"charge_read",
"charge_write",
"invoice_read",
"invoice_write",
"product_read",
"product_write",
"connected_account_read",
"balance_read",
"secret_write",
"plan_read",
"tax_rate_read",
"v2_account_read",
"financial_account_read",
"adjustment_read",
"inbound_transfer_read",
"outbound_transfer_read",
"received_credit_read",
"received_debit_read",
"outbound_payment_read",
"transaction_read"
]
The connected_account_read is there
Hi! Stepping in for my colleague. Give me a moment to catch up!
I’m looking at this request ID: https://dashboard.stripe.com/acct_1RlA4lBIDMgHTKij/test/logs/req_dx9Betok8XgY4k. I see you are attempting to retrieve the external accounts for acct_1RlA4lBIDMgHTKij using that account’s secret key. Could you explain your main goal here as this will help us with the investigation?
Sure! We're trying to find a way to get the list of bank accounts that Stripe uses for payouts on both the balance side of things as well as financial accounts.
Got it! But any reason you are trying to get this for your own account instead of other accounts?
Hi, I'm @sacred elm co-worker. We're just locally previewing an app we're developing. We need to get a list of the bank accounts that our app users have on their account so they can map them to corresponding bank accounts in a third party system.
We've also tried a different scenario where we're running the app in preview mode in a sandbox on account A, and the app is hosted on account B. The app is installed in the sandbox, and we're preview mode-ing over top of it. We're using account B's sandbox key to access the endpoint mentioned on account A.
Then we got this error here https://dashboard.stripe.com/acct_1RxXVdPVhK5l0UQh/test/workbench/logs/req_xYyYNlig9psL5w
Still looking into this! Thanks!
Thanks for waiting! I might have an idea about this. Just need a short while to type it out below.