#nixienormus
1 messages · Page 1 of 1 (latest)
Hello nixienormus, we'll be with you shortly! Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
• nixienormus, 0 days ago, 11 messages
Snufkin isn't available right now, but you can give the context here and I can start taking a look
Okay here is the full thread: #dev-help message
Essentially, I have a connect express user that it trying to sign into his dashboard, and instead of receiving a auth text code to his phone number, we are receving it on our primary account phone number
Hi we can't help with that sort of thing in here
You'll need to talk to our support team to get this resolved
We just help developers with api questions in here
Find help and support for Stripe. Our support site provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
I am a developer, and this is a question related to the API
Please read the thread
I am generating an account link
Please provide a better summary
From what it sounds like you need to talk to our support team
We just help folks integrate the api in here
Okay. So, from what you can tell, Im generating the link properly, but if the users account is not validating against the right credentials, thats a support topic?
I was unsure if there was an extra parameter I missed or something on link creation
@barren venture mentioned that If I shared a link generated from this, that they would be able to determine what happened. Would it help if I sent that?
No don't do that
ok
Most because login links are considered sensitive
You're creating it correctly. But if the verification text is being sent to the wrong phone number, I recommend asking support about that
Ok Got it
It's possible the wrong phone is on file with that connect account
Not really sure
But your code looks fine
Ok sounds good. Thank you
Another question I have is when I create the connect link for them to signup, a return_url param is required. Can I leave that empty, or is there a best practice for when I dont want to redirect them anywhere when I am inside of a popover webview? Ideally my flow would be the user clicks the button to sign up for connect, a popover webview covers most of the screen, and then when its done, I just close my popover and the user continues on the page they were at.
Ok
You could even just have javascript on that page that closes the window/popover
No prob
Okay my final question, I am looking to setup one of the Stripe webhooks to let my backend know when a connect user has setup payouts fully. I am looking on this page but cannot find this in the options. https://dashboard.stripe.com/webhooks/create Can you point me in the right direction of where I can set this up? Is it the Financial Connection webhook?
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
You just want to know when they add an external account? Should be https://stripe.com/docs/api/events/types#event_types-account.external_account.created
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Yes! Thats what I was looking for. Thanks! Have a great weekend