Skip to main content

CardActivationRequest

Contains the needed information for card activation.

lastFourDigitsstringrequired

The last four-digit of the PAN.

Possible values: >= 4 characters and <= 4 characters

Example: 1234
cvvstringrequired

CVV of the card.

Possible values: >= 3 characters and <= 3 characters

Example: 765
userAgentstringrequired

The User Agent used for the request. The field should follow the official specification - https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/User-Agent#syntax

Example: Mozilla/5.0 (Macintosh; Intel Mac OS X x.y; rv:42.0) Gecko/20100101 Firefox/42.0
CardActivationRequest
{
"lastFourDigits": "1234",
"cvv": "765",
"userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X x.y; rv:42.0) Gecko/20100101 Firefox/42.0"
}