#asif-standard-delete
1 messages ยท Page 1 of 1 (latest)
Hi ๐
You would reject the account like with this API:
https://stripe.com/docs/api/account/reject
Hi Thanks
I can see delete endpoint is also there
https://stripe.com/docs/api/accounts/delete
but what is this:
Standard accounts created using live-mode keys cannot be deleted.
Yes I haven't had any success with the Delete API. That is why I recommended the Reject approach
What will reject endpoint will do?
if i already have approved the account and then i want to delete
It will disconnect the Stripe Account from the platform
Ok
what is this mean:
Accounts created using live-mode keys may only be rejected once all balances are zero.
It means what it says. You cannot delete an Account if any balances on the account are not 0.