Open pierre opened 7 months ago
With https://github.com/killbill/killbill-platform/issues/162, the log entries will contain the accountRecordId and userToken.
accountRecordId
userToken
Add support for filtering the stream by userToken or accountId (e.g., via a query parameter). The plugin will need to call the RecordIdApi first to find the accountRecordId from the accountId.
accountId
RecordIdApi
With https://github.com/killbill/killbill-platform/issues/162, the log entries will contain the
accountRecordId
anduserToken
.Add support for filtering the stream by
userToken
oraccountId
(e.g., via a query parameter). The plugin will need to call theRecordIdApi
first to find theaccountRecordId
from theaccountId
.