getCustomTokenPropertyByValue()
getCustomTokePropertyByValue() API gets an array of customTokenProperty for the specified plaintext value(s) and custom data.
Syntax
public String[] getCustomTokenPropertyByValue (String[] values, String[] customData, String tableName)
Request Parameters
Parameters | Data Types | Descriptions |
---|---|---|
values | string[] | Plaintext value(s) for which customTokenProperty(s) is required. |
customData | string[] | An array of customer specified data for which customTokenProperty(s) is required. |
tableName | string | The table from which the customTokenProperty(s) is required. |
Note
For My SQL, if the customData parameter is null or empty, then the getCustomTokenPropertyByValue() API returns results for all customData values in the token vault.
Returned Values
Returned string array of customTokenProperty(s).
Exception
Throws TokenException
if:
The parameters are missing or invalid.
There is a problem with connecting or using the Key Manager or the database.