Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
developer:api_specification:xml_account_verification_features [2019/12/13 11:14]
robinc [Examples for a Request] Added ND004
developer:api_specification:xml_account_verification_features [2019/12/13 11:18]
robinc [Examples for the Response] updated example
Line 105: Line 105:
 </​ACCOUNT_VERIFICATION>​ </​ACCOUNT_VERIFICATION>​
 </​code>​ </​code>​
 +
 +
  
 ==== Response Body Fields ==== ==== Response Body Fields ====
Line 115: Line 117:
 | DATETIME ​            | Request date and time. Format: DD-MM-YYYY:​HH:​MM:​SS:​SSS | | DATETIME ​            | Request date and time. Format: DD-MM-YYYY:​HH:​MM:​SS:​SSS |
 | HASH           | A HASH code formed by part of the request fields. The formation rule is given at the **ND001 - Hash Formation**,​ in the next section.| | HASH           | A HASH code formed by part of the request fields. The formation rule is given at the **ND001 - Hash Formation**,​ in the next section.|
 +| BRANDTXIDENTIFIER ​          | The gateway returns the transaction identifier received from Acquirer to the merchant in the response if Credential on File is used|
  
 ==== Notes and Details on the Response ==== ==== Notes and Details on the Response ====
Line 157: Line 160:
 **REMEMBER** to change the Terminal ID and Terminal Secret for valid values. Verify the [[developer:​integration_docs|Integration Docs]] for viable examples or contact our support team. **REMEMBER** to change the Terminal ID and Terminal Secret for valid values. Verify the [[developer:​integration_docs|Integration Docs]] for viable examples or contact our support team.
 </​WRAP>​ </​WRAP>​
 +
 +==== Examples for the Response ====
 +
 +  * **Scenario**:​ Response to the initial simple request.
 +  * **Terminal**:​ 6491002
 +  * **Terminal Secret**: x4n35c32RT
 +
 +<code xml>
 +<?xml version="​1.0"​ encoding="​UTF-8"?>​
 +<​ACCOUNT_VERIFICATION_RESPONSE>​
 +    <​STATUS>​VERIFIED</​STATUS>​
 +    <​CREDENTIALONFILE>​
 +        <​BRANDTXIDENTIFIER>​193252026110014</​BRANDTXIDENTIFIER>​
 +    </​CREDENTIALONFILE>​
 +     <​DATETIME>​29-04-2019:​15:​27:​45:​921</​DATETIME>​
 +    <​HASH>​d71730f0abb95321386bb7e29f13c0c55412c114ea8689f460a0ee68d0c23b300acecd5f88eae84366edcaee5dae121d356e2c10449b61e8319c7eedc19fe8f5</​HASH>​
 +</​ACCOUNT_VERIFICATION_RESPONSE>​
 +
 +</​code>​
  
Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 4.0 International