v1

latestOpenAPI 3.0.12026-07-2662118182.1 KB
Cards

Update a Card

patch/api/v1/cards/{publicToken}

Path parameters

publicTokenstring required

Request body

customerReferencestring nullable

An external customer reference provided in the request.

designIdstring nullable

Optional DesignId

parentCardstring nullable

Where card is a secondary card, public token of the primary card.

nameOnCardstring nullable

Optional data to update the card name.

freetext1string nullable

Fulfilment additional text field

freetext2string nullable

Fulfilment additional text field

language3dsstring nullable

[Obsolete] Replaced by Config3dSecure.Language3ds. <br /> Gets or sets the language3ds.

networkSharingOptOutboolean nullable

Optional field to update network automatic data sharing.

updatedBystring nullable

User who updated the card details.

oobAppUrlstring uri nullable

3DS OOBAppURL at card level.

urlstring nullable

QR Code / Delivery Id

Example request

{
  "customerReference": "ref 3345",
  "cardHolder": {
    "title": "Mrs",
    "firstName": "Joanne",
    "lastName": "Smith",
    "dateOfBirth": "1982-02-19",
    "mobile": "07712345678",
    "email": "joanne.smith@example.com"
  },
  "address": {
    "addressLine1": "101 Summer Lane",
    "addressLine2": "London Flats",
    "addressLine3": "London Flats",
    "city": "London",
    "county": "Greater London",
    "postCode": "NE12 3AB",
    "country": "GBR"
  },
  "fulfilment": {
    "addressLine1": "101 Summer Lane",
    "addressLine2": "London Flats",
    "addressLine3": "London Flats",
    "city": "London",
    "county": "Greater London",
    "postCode": "NE12 3AB",
    "country": "GBR"
  },
  "designId": "Silver",
  "parentCard": "987654321"
}

Response

No Content