Hi,
When dealing with a user who contacts us claiming to not have received the IAP benefits they purchased in the app, how do we confirm that the user did in fact purchase the thing they claim to have purchased, on the account they claim to have purchased it on?
The user appears to have access to the following two pieces of information in their email from apple and their purchase history in the store:
Order ID (a 10-digit alphanumeric value)
Document No. (a 12 digit numeric value)
On the back-end as an application developer, we have access only (?) to the transaction ID for the purchase, which is a 15-digit numeric value that appears to have no correlation to the above values.
As an example scenario, suppose a user contacts us saying they can't access their subscription in-app, and shows us their receipt as proof of purchase. We have no record of the user's account making any purchase at the time specified. Maybe this is due to a bug in our IAP handling, or maybe they actually made the purchase on another app account, or maybe they're making the whole thing up, etc. How do we take the information the user can give us and locate the purchase on our end so we can resolve their issue?
In particular we're interested in subscriptions here, but I believe the same information is available for both those and traditional IAP.
Thanks.