I have a customer that has purchased a subscription in the sandbox, and when I call the V1 get subscriber endpoint, it does not return this subscription entitlement:
{
"request_date": "2023-12-15T19:43:21Z",
"request_date_ms": 1702669401141,
"subscriber": {
"entitlements": {},
"first_seen": "2023-12-15T19:32:20Z",
"last_seen": "2023-12-15T19:32:20Z",
"management_url": null,
"non_subscriptions": {},
"original_app_user_id": "823d3d4b-1760-f789-709a-48e47cf96b4e",
"original_application_version": "1.0",
"original_purchase_date": "2023-12-15T19:32:46Z",
"other_purchases": {},
"subscriber_attributes": {
"$attConsentStatus": {
"updated_at_ms": 1702668767953,
"value": "notDetermined"
}
},
"subscriptions": {}
}
}
I’m assuming that this is returning the non-sandbox data. This was working as expected before and seems to have started failing recently.