ReTokenize
POST/Token/ReTokenize
ReTokenize is used to share tokens between separate TokenEx ID's.
warning
Both the source and destination API keys must have the ReTokenize permission. Contact Technical Support via the Client Portal to enable this permission.
Request
Header Parameters
tx-token-scheme stringrequired
The name or the numerical value of the TokenEx token scheme to be used to tokenize the data.
Default value:
ASCII
tx-tokenex-id stringrequired
Your TokenEx token vault identifier or vaultless tokenization profile.
Default value:
9829959239157803
tx-apikey stringrequired
Provides access to one or more functions in the TokenEx API.
Default value:
cg2gOPDzVE9i0QYrMOKGUPYapoTnmxYtoYxllN3r
tx-destination-tokenex-id string
Your TokenEx destination token vault identifier or vaultless tokenization profile.
Default value:
8149339711073860
tx-destination-apikey string
Provides access to one or more functions in the TokenEx API.
Default value:
9nRH8CsmeV0hxjV4EFqlyzycGMuRjJsqksTY9BEv
tx-destination-token-scheme string
The name or the numerical value of the TokenEx token scheme to be used to tokenize the data.
Default value:
PCI
- application/json
Body
token stringrequired
The data to be tokenized
Default value:
123456789
Responses
- 200
200
- application/json
- Schema
- Example (from schema)
- Result
Schema
token string
Example:
411111245ShO1111
referenceNumber string
Example:
21042212110512863701
success boolean
Default value:
true
Example:
true
error string
Example:
message string
Example:
ReTokenize Successful!
{
"token": "411111245ShO1111",
"referenceNumber": "21042212110512863701",
"success": true,
"error": "",
"message": "ReTokenize Successful!"
}
{
"token": "411111245ShO1111",
"referenceNumber": "21042212110512863701",
"success": true,
"error": "",
"message": "ReTokenize Successful!"
}
Loading...