{ "opencollection": "1.0.0", "info": { "name": "Stripe Accounts Account Reject API", "version": "2023-10-16" }, "items": [ { "info": { "name": "Reject", "type": "folder" }, "items": [ { "info": { "name": "Stripe Reject Account", "type": "http" }, "http": { "method": "POST", "url": "https://api.stripe.com/v1/accounts/:account/reject", "params": [ { "name": "account", "value": "", "type": "path" } ], "body": { "type": "form-urlencoded", "data": [] } }, "docs": "

With Connect, you may flag accounts as suspicious.

\n\n

Test-mode Custom and Express accounts can be rejected at any time. Accounts created using live-mode keys may only be rejected once all balances are zero.

" } ] } ], "bundled": true }