Tokenize CVV API

Last changes: 12-19-2022

This API enables you to receive a token of the CVV(Card Verification Value) provided.

API Parameters

Field Mandatory Description Type Length
CVV Yes Card Verification Value String 3-4

Example

Request

Path:

POST https://pci-proxy.cons.tokenization.jpmmps.com/public/v1/tokenization/cvv

Header:

Content-Type: application/json
Accept-Language: en-US

{

    "cvv": "123"

}

Response

{

    "temp_token": "QPJBBAEHQEHZPGQPWE"

}

Document version 1.0 - 2022-12-19