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

find() public method

Retrieves an existing account.
public find ( string $accountId ) : array
$accountId string
return array
    public function find($accountId)
    {
        return $this->_get("accounts/{$accountId}");
    }