BluePay/BluePay-Sample-Code

PHP - Transaction Report by Rebill ID

Closed this issue · 1 comments

I would like to get the transaction history for a particular Rebill ID. Is this possible? Via getSettledTransactionReport

Something like this:
$this->rebid = $params['rebillID'];

@nickjohnson There isn't currently a way to add search parameters to the bpdailyreport2. While this enhancement is on our TODO list, there isn't an estimated completion date yet.

Your best bet is to use the STQ api to search month by month for transactions matching the rebill ID.