3DS Whitelist Management – Function Manage3DSWhitelist
Manage3DSWhitelist allows for manipulation of the Trusted Beneficiaries list for cardholders enrolled in 3DS. Merchants can be added or removed from the cardholder’s whitelist using this function.
The P2 parameter (merchant name) must be URL-encoded.
Inputs | Description | Required | Data Type |
---|---|---|---|
FunctionID | Manage3DSWhitelist | Y | |
P1 | PAN or ALT ID | Y | (16,19) numeric |
P2 | Merchant Name | Y | (1, 64) varchar |
P3 | Action (A=Add, R=Remove) | Y | ‘A’ or ‘R’ |
Outputs | Description | ||
P1 | Error Code | Y | |
P2 | Error Text | Y |
dassignedtome&FUNC=Manage3DSWhitelist&MSGID=00001403442201546&P1=PAN or ALT
ID&P2=EXAMPLEMERCHANTNAME&P3=A
dassignedtome&FUNC=Manage3DSWhitelist&MSGID=00001403442201546&P1=PAN or ALT
ID&P2=EXAMPLEMERCHANTNAME&P3=R
P1=000&P2=Successfully Removed Merchant from Whitelist.
P1=5999&P2=Attempted to remove a merchant not already on the list.
P1=5999&P2=Cardholder is not enrolled in 3DS