i can see lots of "empty" transaction in my Transactions page for my channel, what could be the reason?
i.e there are no expiration date or amount just the transaction id.
here is the response from validate_transaction call from postman:
<result xmlns="http://api.roku.com/transaction" xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
<errorCode i:nil="true" xmlns=""/>
<errorDetails i:nil="true" xmlns=""/>
<errorMessage xmlns=""/>
<status xmlns="">Success</status>
<amount>0.0000</amount>
<cancelled>false</cancelled>
<channelId>4007</channelId>
<channelName>My TV</channelName>
<couponCode i:nil="true"/>
<currency>usd</currency>
<expirationDate i:nil="true"/>
<isEntitled>false</isEntitled>
<originalPurchaseDate>2018-10-01T00:01:08</originalPurchaseDate>
<partnerReferenceId i:nil="true"/>
<productId/>
<productName/>
<purchaseDate>2018-10-01T00:01:08</purchaseDate>
<quantity>1</quantity>
<rokuCustomerId>65sdfsdfsdfs645454545dfddfdf</rokuCustomerId>
<tax>0.0000</tax>
<total>0.0000</total>
<transactionId>55555555-55-555-444-WWWWWWWD4</transactionId>
</result>
Can anyone tell me what does this mean??