Cartalyst\Stripe\Api\Sources::all PHP Method

all() public method

Lists all sources from the given customer.
public all ( string $customerId, array $parameters = [] ) : array
$customerId string
$parameters array
return array
    public function all($customerId, array $parameters = [])
    {
        return $this->_get("customers/{$customerId}/sources", $parameters);
    }