fixed

Cannot update the state of a bulk enrolled Card Subscription

We have updated the PATCH /card-subscriptions/<id> endpoint to return a 422 Unprocessable Entity status response when trying to change the state of a bulk enrolled Card Subscription. It should only be possible to update the state of a single enrolled Card Subscription.

Changes

Fixed

  • PATCH /card-subscriptions/<id> now returns 422 Unprocessable Entity when trying to update a bulk enrolled Card Subscription.

You can read more about this here.