Card Holder Name

A card holder name associated with the credit card represented by a token

Methods

PUT

Update the card holder name for the credit card represented by the token

Request

Copied!
{
 "type": "string",
 "minLength": 1,
 "maxLength": 255
}

Responses

Examples

PUT
 Update a card holder name.
View
put
 Update a card holder name. 
PUThttps://try.access.worldpay.com/tokens/eyJrIjoxLCJkIjoiajlLeUdhOUp6SExsd3JYN2RmdmFMeVM5cUt2Q0sweXd4UVdaejhPdk9TYlVHb1NRTC9xdlNyNEFUSmtTMmlvT2NMcU9wcysxd25idGlSdkgvcWR0dlE9PSJ9
Copied!
{
  "Accept": "application/vnd.worldpay.tokens-v3.hal+json",
  "Content-Type": "application/vnd.worldpay.tokens-v3.hal+json"
}
Copied!
"new name"

204

Copied!
{
  "Content-Type": "application/vnd.worldpay.tokens-v3.hal+json"
}