#vitali-error
1 messages · Page 1 of 1 (latest)
Hi! Can you share the request ID (req_xxx)? Here's how you can find it: https://support.stripe.com/questions/finding-the-id-for-an-api-request
req_iPT5alJ3nhq8vN
this is the original post, i dont see a log for the update
i suspect it happens when i send bad data for an 'individual' business_type along with the business_type itself, one of the fields in this case ssn_last4 fails validation but returns an error saying the problem is with the business_type
Thanks! Give me a few minutes to look into this.
where exactly do you see the error you mentioned earlier?
I just found the error on the connected account.
i just get it from the stripe->update
Yes found it, currently investigating.
Here's the request ID: req_wPfOu2c0VQvkHG
Note that you can only see it on the connected account (and not on your platform account)
Okay, I think I found the issue with the help of a colleague.
You are using an old API version (2017-02-14), but you need to use at least version 2019-02-19 that added the business_type parameter.
More info here: https://stripe.com/docs/upgrades#2019-02-19
You have two options:
- Change your version in the Stripe dashboard. Note that this will change the version of all your requests. https://dashboard.stripe.com/developers
- Or pass the version in you API call as shown on the right of this page https://stripe.com/docs/api/versioning
we used stripe for basically charges up until now, will the upgrade hurt us? anything we should be aware of?
It's difficult to tell. I would recommend reading https://stripe.com/docs/upgrades and doing some tests by passing a newer API version in the API calls in test mode.
because the request is on the connected account, not your platform, so it's on the dashboard of the connected account.
ah, ok i got it thx
@visual lance can you elborate?
We went to https://dashboard.stripe.com/connect/accounts/acct_1KVDnX2HPhGffOR9/activity
On the bottom we have logs.
We see only the successful log.
What does it mean "connected account dashboard"? We are using "custom connect", so he has no dashboard.
yeah it's complicated
correct, Custom accounts do not have a dashboard
but you can do that ^^ and you will open a view that lets you see a kind of dashboard for them, and from there go to Developers > Logs (like normal on your own platform account) to see their logs.
We went to https://dashboard.stripe.com/connect/accounts/acct_1KVDnX2HPhGffOR9/activity
On the bottom we have logs.
unfortunately those are actually different logs, it's complicated as mentioned. sorry