#jry-account-disconnect

1 messages · Page 1 of 1 (latest)

acoustic thicket
#

@little sphinx what type of accounts are those? Custom, Express or Standard?

little sphinx
#

Express and Standard

#

Mostly Express

acoustic thicket
#

what programming language do you use?

little sphinx
#

Javascript via React Native

#

I'm only able to reject them from the dashboard

acoustic thicket
#

React Native is purely client-side. You must have some server-side code to create those accounts, the PaymentIntent, etc.

little sphinx
#

Node Js

acoustic thicket
#

Try stripe.oauth.deauthorize({ stripe_user_id: 'acct_123', }); server-side

little sphinx
#

ok

#

is there any command line tools that I can use?

acoustic thicket
#

You'll need to use curl in that case, the endpoint is https://connect.stripe.com/oauth/deauthorize