Currently our system works in such a way that when a user buys an in-app subscription, the receipt data for the purchase is sent through to the server, and after validation we'll change the user's entitlements dependently.
Sometimes due to various reason we might have an issue where the user might not have been assigned the entitlements they were meant to, in which case they email us with the receipt they got from Apple, containing their Order ID and Document # etc.
I can't seem to find anything in the receipt data sent through with the in app purchase that matches anything in the document sent by apple, that'll allow me to figure out which order matches that order id.
Is there a way to get the Order ID etc from the in app purchase payload that'll help identify this?