Testing Tokens

Before you can use Account Updater, you must perform either one or both of the following tests. The information you plan to submit determines which tests you should complete:

To test transactions using Access Worldpay token data refer to the token test data table, and follow these steps:

  1. Submit requests for each orderId (an XML data element that allows your Implementation Consultant to track your tests) using the values in the data elements column of the table.

  2. Verify the response values match those shown in the key response elements of the table. A matching response indicates the Account Updater request was properly formatted.

    To accelerate the testing process, the Pre-Live environment closes sessions every hour and creates a response file. If you submit multiple request files in the same day, the system generates multiple response files for the same day.

    Info

    Discover information. You receive one completion response file per day per merchantId. In the production environment, existing tokens are updated with new expiration dates and new tokens are created for PAN changes. All existing data elements such as cardHolderName, description, namespace, and billingAddress remain the same on new or updated tokens.

Token test data

orderIdSupplied data elements (Token URL)Key response data
30<tokenURL>https://access.worldpay.test:8167/tokens/
NTE5NDU2MDAxMjM0MTIzNA==</tokenURL>
Acknowledgement Response:

<response>000</response>
<message>Approved</message>

AU File Response:

<response>500</response>
<message>The account number was changed</message>
<tokenURL>https://access.worldpay.test:8167/tokens/
NDQ1NzAxMDAwMDAwMDAwOQ==</tokenURL>
<type>VI</type>
<bin>445701</bin>
<expDate>0150</expDate>
<tokenURL>https://access.worldpay.test:8167/tokens/
NTE5NDU2MDAxMjM0MTIzNA==</tokenURL>
<type>MC</type>
<bin>519456</bin>
<expDate>1250</expDate>
31<tokenURL>https://access.worldpay.test:8167/tokens/
NTQzNTEwMTIzNDUxMDE5Ng==</tokenURL>
Acknowledgement Response:

<response>000</response>
<message>Approved</message>

AU File Response:

<response>501</response>
<message>The account was closed</message>
<tokenURL>https://access.worldpay.test:8167/tokens/
NTQzNTEwMTIzNDUxMDE5Ng==</tokenURL>
32<tokenURL>https://access.worldpay.test:8167/tokens/
NTExMjAxMDAwMDAwMDAwMw==</tokenURL>
Acknowledgement Response:

<response>000</response>
<message>Approved</message>

AU File Response:

<response>502</response>
<message>The expiration date was changed</message>
<tokenURL>https://access.worldpay.test:8167/tokens/
NTExMjAxMDAwMDAwMDAwMw==</tokenURL>
<type>MC</type>
<bin>511201</bin>
<expDate>0150</expDate>
<tokenURL>https://access.worldpay.test:8167/tokens/
NTExMjAxMDAwMDAwMDAwMw==</tokenURL>
<type>MC</type>
<bin>511201</bin>
<expDate>0250</expDate>
33<tokenURL>https://access.worldpay.test:8167/tokens/
NTExMjAwMjIwMDAwMDAwOA==</tokenURL>
Acknowledgement Response:

<response>000</response>
<message>Approved</approved>

AU File Response:

<response>506</response>
<message>No changes found</message>
34<tokenURL>https://access.worldpay.test:8167/tokens/
NTExMjAwMDIwMDAwMDAwMg==</tokenURL>
Acknowledgement Response:

<response>000</response>
<message>Approved</message>

AU File Response:

<response>505</response>
<message>No match found</message>
35<tokenURL>https://access.worldpay.test:8167/tokens/
NTExMjAxMDE0MDAwMDAwNA==</tokenURL>
Acknowledgement Response:

<response>000</response>
<message>Approved</message>

AU File Response:

<response>503</respoonse
<message>The issuing bank does not participate in the update program</message>
36<tokenURL>https://access.worldpay.test:8167/tokens/
NDQ1NzAxMDE0MDAwMDE0MQ==</tokenURL>
Acknowledgement Response:

<response>000</response>
<message>Approved</message>

AU File Response:

<response>504</response>
<message>Contact the cardholder for updated information</message>
<tokenURL>https://access.worldpay.test:8167/tokens/
NDQ1NzAxMDE0MDAwMDE0MQ==</type>
37<tokenURL>https://access.worldpay.test:8167/tokens/
NDAwMDAwMDAwMDAwMDAwMg==</tokenURL>
Acknowledgement Response:

<response>823</response>
<message>Token was invalid</message>

Next steps

Requests and Responses