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

find() public method

Retrieves an existing transfer.
public find ( string $transferId ) : array
$transferId string
return array
    public function find($transferId)
    {
        return $this->_get("transfers/{$transferId}");
    }