getCustomTokenPropertyByValue()
getCustomTokenPropertyByValue() gets an array of customTokenProperty for the specified plaintext value(s) and custom data.
Syntax
public String[] getCustomTokenPropertyByValue(string[] values, string[] customData, string table)
Request Parameters
Parameters | Data Types | Descriptions |
---|---|---|
values | string[] | The plaintext value(s) associated with the customTokenProperty. |
customData | string | An array of customer specified data for which 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 token vault. |
table | string | This is the Token Vault name and it must be in CAPITAL LETTERS. |
Returned Values
A string array of customTokenProperty.