#joelalcedo
1 messages · Page 1 of 1 (latest)
Hi, yes you should be able to delete the customer object on your Dashboard. And on the connected account piece, you can reject it via the Dashboard.
so after a connected account is created, clicking "reject account" removes it for good?
what if there are pending payments/etc. to that connected account?
You can reject it via the Dashboard but will use the API to deleted it: https://stripe.com/docs/api/accounts/delete
All balances must be zero before being able to delete it
got it. that makes sense. another question...what is the API call to request balance transfer to bank account? for example, if a connected account has a balance that is ready to withdraw, how do they request withdrawal?
You can create a transfer, https://stripe.com/docs/api/transfers/create
thanks so much!!!!!