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

find() public method

Retrieves an existing customer.
public find ( string $customerId ) : array
$customerId string
return array
    public function find($customerId)
    {
        return $this->_get("customers/{$customerId}");
    }