Extended Network Data

In an effort to provide more data for use in analyzing your transactions and customers, Worldpay added a number of data elements originating directly from the ISO 8583 network response messages. If you use V11.0 or above of the Worldpay cnpAPI, you can receive up to 17 data elements as part of the Enhanced Auth Response (<enhancedAuthResponse> element). These elements provide more granular data, allowing you to gain a more nuanced understanding of the approval/decline behavior of particular Issuers. Table 1-7 provides information about the fields returned.

To receive the Extended Network Data elements you must code to Version V11.0 or above.

TABLE 1-7 Possible Extended Network Data ISO 8583 Fields

Data Element

Field Name

Type

Notes

4

Transaction Amount

n 12

 

15

Settlement Date

n 4

MMDD format

38

Authorization Identification Response

an 6

 

39

Response Code

an 2

 

44

Additional Response Data

an..25

 

48

Private Use Additional Data

an...999

 

50

Settlement Currency Code

n 3

Defines the currency of the settlement

51

Cardholder Billing Currency Code

n 3

 

54

Additional Amounts

an...120

 

63

Reserved Private

an...999

 

104

Transaction Description

an...100

 

116

Reserved for National Use

an...999

 

123

Reserved for Private Use

an...999

 

Example: Extended Network Data

<enhancedAuthResponse>

.

.

.

  <networkResponse>

    <endpoint>VISA</endpoint>

    <networkField fieldNumber="4" fieldName="Transaction Amount">

      <fieldValue>000000000962</fieldValue>

    </networkField>

    <networkField fieldNumber="44" fieldName="Additional Response Data">

      <networkSubField fieldNumber="0">

        <fieldValue></fieldValue>

      </networkSubField>

      <networkSubField fieldNumber="1">

        <fieldValue>5</fieldValue>

      </networkSubField>

    </networkField>

  </networkResponse>

</enhancedAuthResponse>