#ajay-terminal
1 messages · Page 1 of 1 (latest)
hello there, reading...
if you want to do that you'd have to log directly into this Standard account directly, like when you create the account and sign up, use a real email address and password, and log into that account in a new browser window so you can access the settings pages and turn this on.
But you shouldn't need to do that at all, if you're using Connect you make all the API calls, AFAIK the connected account doesn't need to manually enable anything.
but now I cant enable terminal for some connect account
acct_1KMrUzJsKZMV65xt
this is my connect id
why are you trying exactly? What are you doing overall?
created connect standard account from api
and trying register WisePOS E and M2
getting this
I would say then you should register through the API, it's easier!
also it's what you will actually be doing in production, since you wouldn't log into your user's accounts to do that through the dashboard for them, you'd call the API on their behalf
https://stripe.com/docs/terminal/features/connect#direct-locations
i.e. you do https://stripe.com/docs/terminal/payments/connect-reader?terminal-sdk-platform=js&reader-type=smart#register-using-the-api and use the Stripe-Account header on all the API calls (https://stripe.com/docs/connect/authentication)
I am using
$account = $this->stripe->accounts->create([
and
$onboardLink = $this->stripe->accountLinks->create([