PRN-178

As of the 13th May 2024, virtual cards will be set to an active status (status code 00) on creation by default. Previously, virtual cards would be created in an inactive state.

This change will also affect the behaviour of the activateNow field in the Create Card endpoint. When creating a virtual card with the activateNow field set to true, the field will be ignored. If the activateNow field is set to false, the card will be created with an inactive status.

{
  "cardType": "Virtual",
  "cardHolder": {
    "title": "Mr",
    "firstName": "John",
    "lastName": "Smith",
    "dateOfBirth": "1963-11-22"
  },
  "address": {
    "addressLine1": "38 New Dover Road",
    "addressLine2": "Lordship Lane",
    "city": "Wallisdown",
    "postCode": "BH12 0AL",
    "country": "GBR"
  },
  "virtualCardImageDetails": {
    "virtualCardImageId": "1213",
    "imageSize": 1
  },
  "cardProduct": 578,
  "activateNow": false
}
'