#harshitbhargava.
1 messages · Page 1 of 1 (latest)
Hello harshitbhargava., 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.
• https://discord.com/channels/841573134531821608/1163418901380612096, 2 days ago, 49 messages
• https://discord.com/channels/841573134531821608/1162386221809549342, 5 days ago, 13 messages
This is the error
acct_1O2UQjlWRCbTKoev
This business statement descriptor is part of settings.payment.statemet_descriptor of account API
?
This account ID doesn't exist. Looks like you made a mistake when copying it?
okay now it works, give me a few minutes.
Indeed it looks like you need to provide settings.payments.statement_descriptor, which you can update here: https://stripe.com/docs/api/accounts/update?lang=node#update_account-settings-payments-statement_descriptor
I am already sending that
But why it is not taking i dont know
This the combination of params which i am sending in accounts api
Hum... having a look.
Ok
Hello harshitbhargava., 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.
• https://discord.com/channels/841573134531821608/1163418901380612096, 2 days ago, 49 messages
• https://discord.com/channels/841573134531821608/1162386221809549342, 5 days ago, 13 messages
The above query is different one
if you retrieve the account from the API and look at the requirements.error.code you'll wee what the problem is.
https://stripe.com/docs/api/accounts/object#account_object-requirements-errors-code
https://stripe.com/docs/connect/identity-verification-api#determining-if-identity-or-business-verification-is-needed
Right now it's showing
invalid_statement_descriptor_business_mismatch
which is
The statement descriptor must be similar to your business name, legal entity name, or URL.
Then what value can i send in statement decariptor for testing purpose?
here for example you're calling the company "Custom-03" and with an amplifyapp URL, but using "TestingPurpose" as the descriptor, which is not similiar enough.
You need to use more robust values
well for example try passing "Custom" since you passed company.name as "Custom-03". Or make up a name for your company like "umbrella inc" or "orange llc" and use that name in the descriptor as well.
Ok thanks i will try and update you
also please check the docs above so you know how to self-serve this problem in future, there's lots of information in the API telling you as the developer exactly what the problem is