Cartalyst\Stripe\Api\Account::reject PHP Method

reject() public method

Rejects an existing account.
public reject ( string $accountId, string $reason ) : array
$accountId string
$reason string
return array
    public function reject($accountId, $reason)
    {
        return $this->_post("accounts/{$accountId}/reject", compact('reason'));
    }