#nickname_webhooks

1 messages ยท Page 1 of 1 (latest)

frail lagoonBOT
#

๐Ÿ‘‹ 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/1353730240823689280

๐Ÿ“ Have more to share? Add more details, code, screenshots, videos, etc. below.

fathom ember
#

If they do not come back to your chackout page, you can leave them as is, or you can manually cancel them, sure.

frail lagoonBOT
slim temple
#

Okay so just store it for later and it'll be active indefinitely, with cancellation only making sense if we don't want the user to pay anymore.

#

If I could an another unrelated question in the thread, is there an API to query what bank accounts are added for payouts here https://u.numerlor.me/Tpk7mQ ? I couldn't find anything but want to make sure

sturdy marten
#

Hi there ๐Ÿ‘‹ jumping in as my teammate needed to step away. Are you trying to query that for your Connected Accounts?

slim temple
#

Hi, no it's the bank accounts for our accounts and payouts

#

I'd like to sync what internal ledgers we have available with what's on stripe as we're integrating with other stripe users

sturdy marten
#

Can you help me understand what you're hoping to accomplish then? Since your account can only have one bank account per settlement currency, so I'm not readily understanding the value in being able to query that.

That's why our endpoint for listing External Accounts requires you pass the ID of a Connected Account to it, so you can list the External Accounts for the Connected Account.
https://docs.stripe.com/api/external_account_cards/list?lang=cli

slim temple
#

We have internal ledgers that we generate reports from for our users, which should account for every transaction, incoming from stripe and outgoing to merchants with physical cards, and link them to the correct bank account.

I'd want to query the settlement bank accounts to get what currencies our clients (that hold their own stripe accounts) have accounts for, and which will go to the default currency bank account, so we can attribute the payments to the correct accounts in the accounting

sturdy marten
#

That's not supported.

You can only list the External Accounts for your Connected Accounts, not for your own Stripe account. Additionally, if it were, the returned External Account object would not show the full bank account number.

slim temple
#

Yeah, I'd only be interested in what currencies any account exists for, but if it's not there it's fine

#

Thanks