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

find() public method

Retrieves an existing source from the given customer.
public find ( string $customerId, string $sourceId ) : array
$customerId string
$sourceId string
return array
    public function find($customerId, $sourceId)
    {
        return $this->_get("customers/{$customerId}/sources/{$sourceId}");
    }