RetrieveTokenMetadata
POST/Pci/RetrieveTokenMetadata
RetrieveTokenMetadata is used to obtain metadata which has been associated to a token.
Request
Header Parameters
tx-tokenex-id stringrequired
Your TokenEx token vault identifier or vaultless tokenization profile.
Default value:
8149339711073860
tx-apikey stringrequired
Provides access to one or more functions in the TokenEx API.
Default value:
9nRH8CsmeV0hxjV4EFqlyzycGMuRjJsqksTY9BEv
- application/json
Body
token stringrequired
The token that corresponds to the data element to be returned.
Default value:
411111245ShO1111
Responses
- 200
200
- application/json
- Schema
- Example (from schema)
- Token w/ CVV & network token
Schema
associatedCVV boolean
Default value:
true
Example:
true
networkToken string
Example:
4895370111192252
par string
Example:
V0010113021015315044011117324
referenceNumber string
Example:
02212051138123454260
success boolean
Default value:
true
Example:
true
error string
Example:
message string
Example:
{
"associatedCVV": true,
"networkToken": "4895370111192252",
"par": "V0010113021015315044011117324",
"referenceNumber": "02212051138123454260",
"success": true,
"error": "",
"message": ""
}
{
"associatedCVV": true,
"networkToken": "4895370111192252",
"par": "V0010113021015315044011117324",
"referenceNumber": "02212051138123454260",
"success": true,
"error": "",
"message": ""
}
Loading...