Skip to main content
Question

Entitlements showing mapped in dashboard, but during purchase they are showing as empty

  • April 4, 2026
  • 0 replies
  • 8 views

Forum|alt.badge.img

my dashboard shows that product is linked to an entitlement
but when user goes to purchase a subscription in the API call Purchases.getCustomerInfo()
fetches no entitlements corresponding to that order (check below json)

"entitlements": {
"active": {},
"verification": "NOT_REQUESTED",
"all": {}
}

Can anyone help me out in this?