#vitorleitao.

1 messages · Page 1 of 1 (latest)

tropic patioBOT
weak sparrow
#

Thanks for the info, checking in to this

wraith falcon
#

Perfect, thank you very much

weak sparrow
#

I am also not seeing where the negative balance is at the moment but am still looking. Can you try this again and send me the request ID from the request that got this error? https://stripe.com/docs/api/request_ids

wraith falcon
#

Sure, let me see if I can get it

#

req_XQDiEG2KTYdwSm

#

this would be another one that failed

weak sparrow
#

Having trouble looking up that request for some reason, still looking

#

Out of curiosity, are you just starting development for your express platform? Or is this a test account for an existing platform. The OAuth flow is considered legacy, for newer users we recommend using this onboarding flow https://stripe.com/docs/connect/express-accounts

wraith falcon
#

This is an existing platform, and we create the users by using the CustomerService.createAsync

#

for a bit of context, we have a user that has a stripe account, and wants to remove all references to my company, but we want to keep the information on our end, so effectively we want to break the link between us and the customer account

#

The support team said to use that Deauth method

#

is this incorrect?

weak sparrow
#

Gotcha, that makes sense in this context. Do you know when that req_XQDiEG2KTYdwSm request was made? I see an attempt to look at it from the dashboard today but am not seeing a log of when the request was actually made. Not sure if I am searching the wrong time period

wraith falcon
#

it was done literally 20seconds before I sent it to you

#

cound it be because its in test mode?

weak sparrow
#

Gotcha

#

Not test mode, it is because it is OAuth. OAuth requests from it are separate from how the rest of our API works and interacts with our systems. I will consult a colleague on how to look in to these requests

wraith falcon
#

Perfect, thank you very much

weak sparrow
#

So it looks like we stopped allowing deauthorizations like this last November. You can still delete express accounts, but deauthorization is no longer allowed

#

I will make sure we update our docs and error message to reflect this.

wraith falcon
#

Is there a way to simply break the link between the customer and our stripe, so we can still maintain the details on our end?

weak sparrow
wraith falcon
#

And would this still maintain the customer in our side? or would it delete it?

weak sparrow
#

As in look them up via the API? I can check

wraith falcon
#

via API or the UI, because the goal is simply for the customer to stop seeing my company in their login

Let me get a screenshot so its easier to see what I mean

tropic patioBOT
wraith falcon
#

What we are trying to do, is break the link between these, so that they no longer show up on the users

weak sparrow
#

From my testing, you cannot access the account anymore from the API after deletion. I am unsure about the UI of the Express dashboard but you can try deleting that test account and refreshing the page

wraith falcon
#

but while maintaining the data on our side, in case we need to go back

weak sparrow
#

Express accounts are always made by and exist for a singular platform account, so I'm not sure what the user is looking to do here.

wraith falcon
#

I see what you mean.

It might be the user is confusing an account created by Express with his own personal stripe account.

#

Is there a way to block or lock an account and stopping access to the dashboard for it?

weak sparrow
#

From what I can see, that would be deleting it if anything. This would remove the account from your API and dashboard though so you wouldn't have as much data as you would like

#

I think you'd still be able to look up payment intents and such on your platform related to the account though. Do you have specific pieces of data you are looking to still have access to?

wraith falcon
#

ok, if all payment related data is still available, then a delete might be enough for us

we will try on our test account just to confirm