#echeyde-CLI-MCC
1 messages ยท Page 1 of 1 (latest)
i think i got i need to get acc_{ID} , right ?
Yep
i dont's seem to see the mcc though, double checking
It should be within the business_profile hash
not seeing the business profile... weird... any idea ?
That is strange. Can you dump the payload that you see?
there is sensitive info there... is this a private channel ?
i can get you the account ID which might be easier
how can i give you the account ID so you can check ?
The account ID isn't sensitive. You can put that here but really that probably won't help fully.
Let me test myself real quick
Also, can you provide the full CLI request you are making?
Mainly, are you passing --live
?
Since it sounds like you are trying to retrieve a live account
I just tested real quick for a testmode account and it does return MCC just fine
ok, i called as "stripe get acct_xxxxx" or is there a different call ?
Try stripe get acct_xxx --live
worked now... thanks very helpful, love it!
๐
Hello! I'm taking over and catching up...
Yep, you can update the MCC on a Custom connected account: https://stripe.com/docs/api/accounts/update#update_account-business_profile-mcc
tanks, it's a misclassified account, can i use the command line?
The command line as in generically? Yes. Or are you talking about Stripe CLI specifically?
stripe cli to update an mcc on a connected account
Yep, you can do that. Are you having issues?
no, was just looking for guidance on how to update a single field if you know top of mind
I think it would be stripe accounts update acct_123 -d "business_profile[mcc]"=456