Does Apple/Itunes/Itunes Connect provides detailed information of receipt generated at any instance(apart from at the time of in-app purchase callback) ?
Apparently, we can send curl requests to Apple Server if you have record of the receipt ID. However, for some reasons, if receipt ID is not recorded at the time of callback from in-app purchase then it seems we can never track back detailed payment information details especially if you want to store it as a log.
Unlike Paypal and Authorize, Apple does not seem to provide a report that has details (transaction_id,subscription_id,etc) of each transaction(perhaps for privacy reasons).
Hence, is there any way to track back missed receipt ID of each payment made to Apple via in-app purchase?