#wotom_code

1 messages · Page 1 of 1 (latest)

hot lotusBOT
#

👋 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.

vernal jungle
#

Hi there! What's the acount id associated with the Stripe App?

sacred elm
#

Hey, so the account id is acct_1RlA4lBIDMgHTKij . The Stripe App is hosted in acct_1MwRImF2MCQECb2m

vernal jungle
#

Great, I found the failing requests. Having a look

vernal jungle
#

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

sacred elm
#

Yeah, it's com.xero.stripeapp-external-staging

vernal jungle
#

awesome. And what version of the app is being used?

sacred elm
#

I'm testing it locally, so far the call made is still in my local changes.

hot lotusBOT
vernal jungle
#

but you have connected_account_read in your app manifest, right?

sacred elm
#

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

lethal totem
#

Hi! Stepping in for my colleague. Give me a moment to catch up!

sacred elm
#

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.

lethal totem
#

Got it! But any reason you are trying to get this for your own account instead of other accounts?

left sedge
#

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.

sacred elm
lethal totem
#

Still looking into this! Thanks!

lethal totem
#

Thanks for waiting! I might have an idea about this. Just need a short while to type it out below.