When using the Recurly API in PHP
$transaction = Recurly_Transaction::get($uuid);
the $transaction variable doesn't contain the HOST CODE that you can find on the transaction details page under "Parameters" at
https://{mydomain}.recurly.com/transactions/{transactionid}
How does someone get the HOST CODE via the API?
Github issue opened: https://github.com/recurly/recurly-client-php/issues/244