#nickname_webhooks
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/1353730240823689280
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hi, no it is not. We document how it works here: https://docs.stripe.com/payments/paymentintents/lifecycle?intent=payment
You do not need to cancel them, rather, when the customer is back you can use the same PaymentIntent and attempt to confirm it with a different payment method.
If they do not come back to your chackout page, you can leave them as is, or you can manually cancel them, sure.
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
Hi there ๐ jumping in as my teammate needed to step away. Are you trying to query that for your Connected Accounts?
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
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
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
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.