#vmehtawhq_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/1316981401937248370
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
@oblique stone
Hi there, I don't recommend you performing test in production. You should do it in test mode instead.
Once you created an external account in test mode, you can use this API to update it https://docs.stripe.com/api/external_account_bank_accounts/update , and that would trigger a account.external_account.updated event
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
We have done stripe login but its payment is showing in non_INR .So we want to make payment in INR .So tell us how to do it .
What kind of integration are you using? Checkout, Payment Link or Payment Element?
payment element
I didn't want to test in production but the management wants to see a running demo in prod
is there a way to create an event there?
no
this is our link
@spark dock could create your own ticket, that would help us both
i can't understand. what you say?
@spark dock looks like you're in the wrong place, this thread is for someone else's question.
- If you have your own thread please chat there.
- If you have a question or a followup to a closed thread use one of the buttons in https://discord.com/channels/841573134531821608/842637025524842496 to get help (we don't reopen closed threads).
Note that posting inappropriate messages in other people's threads is against the rules. No worries if this was just an honest mistake, but anyone who violates the rules multiple times will be removed from this server.
@hybrid falcon I'd recommend you push back and only perform test in test mode.
Can stripe payment be done in INR? This is the question.
@spark dock please use the button on #help to create your own thread so that I can answer your queston there.
Because we did stripe login. But it shows non_INR
Hi
@open oar looks like you're in the wrong place, this thread is for someone else's question.
- If you have your own thread please chat there.
- If you have a question or a followup to a closed thread use one of the buttons in https://discord.com/channels/841573134531821608/842637025524842496 to get help (we don't reopen closed threads).
Note that posting inappropriate messages in other people's threads is against the rules. No worries if this was just an honest mistake, but anyone who violates the rules multiple times will be removed from this server.
One question @oblique stone will updating metadata for account trigger account.external_account.updated?
Yes it would
Could you check if webhook is configured correctly https://dashboard.stripe.com/workbench/webhooks/we_1PhmTnHFzwE4pTge2rQrvWML because I don't see any event generated for that event?
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
What's the external account ID?
I will share give me a moment
I don't have any particular external account id but I got word from support team that payout accounts were updated last month, so, I check event list but didn't see any. I can share platform account id though
There's only one external account for this Stripe account and its last update was July 31 this year.
So your webhook endpoitn should have received an account.external_account.updated event at that time, but the event is no longer searchable in your Dashboard because it's already outside the retention period.
To clarify external account refers to connected accounts?
No, external accounts are bank accounts.
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Okay... so, that would mean out of many connected accounts, only one connected account has bank account attached and rest are probably using cards?
No I'm not talking about connected accounts at all. I'm talking about the external account (aka bank acount) where your Stripe account transfers payouts to.
Looks like you may mistake account.external_account.updated for some other events. You'll want to refer to this page https://docs.stripe.com/api/events/types and make sure you are listening to the correct events.
Okay, please help me here to understand, I tried updating bank account for payouts in test mode for one of the connected accounts (here ) was this the correct thing which relates to bank accounts?
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
Yes this is the correct setup.
https://dashboard.stripe.com/test/webhooks/we_1PnH02HFzwE4pTgex3FofGgd If you open it in your Dashboard, you'll see some account.external_account.updated events
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.