Post marked as solved
Post marked as solved with 3 replies, 260 views
Users are making what I believe to be fraud subscription purchases because they never show as sales, but according to the receipt validator log, Apple is saying all of the receipts. are valid.
Here's a response from the receipt validator:
{
		"receipt": {
				"receipt_type": "Production",
....
				"receipt_creation_date": "2020-06-20 08:52:18 Etc/GMT",
				"receipt_creation_date_ms": "1592643138000",
				"receipt_creation_date_pst": "2020-06-20 01:52:18 America/Los_Angeles",
				"request_date": "2020-06-20 13:41:02 Etc/GMT",
				"request_date_ms": "1592660462195",
				"request_date_pst": "2020-06-20 06:41:02 America/Los_Angeles",
				"original_purchase_date": "2020-06-20 08:52:18 Etc/GMT",
				"original_purchase_date_ms": "1592643138000",
				"original_purchase_date_pst": "2020-06-20 01:52:18 America/Los_Angeles",
				"original_application_version": "2.5",
				"in_app": []
		},
		"status": 0,
		"environment": "Production"
}
The "original purchase date" is 6/20, but it doesn't show as a sale in Apple Store Connect. Our analytics are also reporting a weird transaction id, so I'm pretty sure it's not a valid transaction.
Any idea how this is passing the validator if it's not real?
Thanks