v1

latestOpenAPI 3.1.0© Modulr Finance2026-08-04207430590.4 KB
Channel Manager Card

Channel Manager Update card

Update a virtual card

post/channel-managers/cards/{cardId}

Path parameters

cardIdstring required

The card id.

Request body

limitnumber

Total card authorisation limit.

cancellationDatestring

ISO 8601 date with year, month & day components only. The supplied value must be in the future and at most 1 day before the expiry date.

Example request

{
  "cancellationDate": "2025-01-01",
  "holder": {
    "billingAddress": {
      "addressLine1": "Floor 10",
      "addressLine2": "80 George Street",
      "postTown": "EDINBURGH",
      "postCode": "EH2 3BU",
      "country": "GB"
    },
    "shippingAddress": {
      "addressLine1": "Floor 10",
      "addressLine2": "80 George Street",
      "postTown": "EDINBURGH",
      "postCode": "EH2 3BU",
      "country": "GB"
    },
    "dateOfBirth": "2001-01-01",
    "mobileNumber": "+447123456000",
    "email": "cardholder@example.com"
  },
  "authWindow": {
    "startDate": "2025-01-01",
    "endDate": "2025-01-01"
  }
}

Response

Virtual card updated successfully