Tokenize PAN API

Last changes: 12-19-2022

This API enables you to receive a token of the PAN (Primary Account Number) provided.

API Parameters

Field Mandatory Description Type Length
card_number Yes Clear card number (PAN) String 19

Example

Request

Path:

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

Header:

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

{

    "card_number": "5200000000000015"

}

Response

{

    "temp_token": "ZPJBYAEHQEHZPGQYQE"

}

Document version 1.0 - 2022-12-19