#sayori-connect-beta
1 messages · Page 1 of 1 (latest)
I'm trying to run a query similar to the first one you see from https://stripe.com/docs/connect/set-additional-verifications#upfront
However, I got this error: https://dashboard.stripe.com/acct_1M76b3RWnRQyFsB5/logs/req_1Moj11GMk3SxAZ?t=1670623653
This error doesn't exist when I try this on my test account, but ^in the link above I tried this on a prod account
Does something need to be enabled for my account? Am I missing something super obvious?
sayori-connect-beta
Hello @brave charm ! Sorry for the confusion, this feature is in beta and not accessible publicly unless you write in to be added to the beta. I don't know why the docs don't mention this, I'll flag internally.
But you should work with our support team to get access: https://support.stripe.com/contact
Wow, I didn't realize the entire additional_verifications system was beta
We actually are already working with additional_verifications, namely tax_id which I understand is beta, but with that existing feature we're using the Python API. Any reason why this might not work for curl?
yeah if you look https://stripe.com/docs/api/accounts/create doesn't have the parameter for example
curl and stripe-python have no differences. It's all an HTTP request
Looking at your account you seem to have access to the beta, but it was not configured properly
ah...
so it works on account create and it doesn't work on account update
got it
Thanks! We'll need this to work for account update so I will chat with our account manager
Tell your point of contact at Stripe "I need this feature enabled for me as a Connect platform. The engineer on Discord said it's mis-configured" and they should be able to figure it out