Change History

Upcoming Changes

  • We are proposing to return 409 http code for Create API when subscription is already created by the partner and is activated. We currently return ERROR_CODE_SUBSCRIPTION_IN_REQUESTED_STATE error code for this scenario.
    • ETA: End of Sep.

Sample new error message below:

{
  "error": {
    "code": 409,
    "message": "The user is already subscribedThe subscription is already in the requested state",
    ...
  }
}

Rollout Complete