Skip to main content
POST
Link physical card to user

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
encryptedPan
string
required

Encrypted Primary Account Number

Example:

"encrypted_pan_value"

encryptedKey
string
required

Encrypted key used for decryption

Example:

"encrypted_key_value"

iv
string
required

Initialization vector for decryption

Example:

"iv_value"

Response

Successfully verified and associated the card

cardId
string
required

The unique identifier of the verified card

Example:

"clp3j1f9a0000a1cdh6ezx2qv"