Clear Accumulator - Field Descriptions

The following tables describe the fields that can be included in the request and the response for the Clear Accumulator endpoint.

Request

The following table describes the fields that can be included in the request.

FieldDescriptionTypeMin LengthMax LengthMandatory
wsidThe web service ID. This must be unique for every request sent. You can set your own wsid, for example by using the current date and time (20250213145006), or you can leave the field blank and Thredd generates the wsid for you.N019N
AuthType

Parameter to specify how the card should be authenticated:

1 = Card number (PAN) or public token
2 = Card number/public token & cardholder’s date of birth
3 = Card number/public token & CVC2
4 = Card number/public token & access code
5 = Login ID
6 = Card number and cardholder’s date of birth and cardholder’s last name
7 = Full Track2
8 = Card number & security data

AN11No
PANCard Number. Required in request if AuthType is 1, 2, 3, 4 or 6 and PublicToken not present.AN1419Conditional
PublicTokenThe card’s public token. Mandatory in request if PAN is not present.AN19Conditional
DOBDate of Birth of the cardholder. Mandatory if value of AuthType is 2 or 6.YYYY-MM-DD1010Conditional
CVVCard Verification Value, the 3-digit code printed on the back of the card. Mandatory if the value of AuthType is ‘3’.AN33Conditional
AccCodeAccess code or passcode. If provided, must be 6 digits, leading zeroes are acceptable. Leave empty if not required. Mandatory if the value of AuthType  is ‘4’.AN06Conditional
LastNameCardholder's last name, used to authenticate the cardholder if the value of AuthType is ‘6’.AN120Conditional
AccumulatorTypeThe type of accumulator to be cleared. See Clear Accumulator.N11Yes
DPANOptional DPAN value for the MDES card. If provided, clears the accumulator for the supplied DPAN.AN019No
PaymentTokenIdOptional payment token ID for the MDES card. If provided, clears the accumulator for the supplied payment token ID.AN016No
ClearAllDPANsWhether to clear all accumulators: 0 or empty string = No; 1 = Yes.AN01No
IssCodeThredd Issuer (Program Manager) Code. Assigned by Thredd.AN14Yes

Response

The following table describes the fields that are included in the response.

FieldDescription
PublicTokenThe card's public token.
ActionCodeThe action code for the response. See Action Codes.

Did this page help you?