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

details() public method

Retrieves the details of the account, based on the API key that was used to make the request.
public details ( ) : array
return array
    public function details()
    {
        return $this->_get('account');
    }