TokenRemoveDeviceBinding

Remove device with the token

Request

Path parameters

terminalID

string,  10 characters,  required

The Paymentology issued terminal ID of the terminal requesting the transaction

customerReference

string,  1-255 characters,  required

Customer reference linked with this card

trackingNumber

string,  1-20 characters,  required

Tracking number that identifies the card to update the expiry date

tokenUniqueReference

string,  48 characters,  required

The unique reference of the token or an empty string to stop all the tokens for the card

deviceID

string,  required

The unique identifier that represents a specific device where token is linked

deviceIndex

string,  required

The index number provided by Visa

comment

string,  1-500 characters,  required

Description of the activation or empty string

transactionID

string,  1-255 characters,  required

Transaction ID number generated by the calling client

transactionDate

date,  required

Transaction date generated by the calling client

checksum

string,  required

HMAC-SHA256 hashed signature of the concatenated method name with all argument values using the terminal password as private key

<?xml version="1.0"?>   
<methodCall>   
  <methodName>TokenRemoveDeviceBinding</methodName> 
    <params>
      <param>
         <value>
           <string>0095837XXX</string>
         </value>
       </param>
       <param>
         <value>
           <string>customerref</string>
         </value>
       </param>
       <param>
         <value>
           <string>863538900XXX</string>
         </value>
       </param>
       <param>
         <value>
           <string></string>
         </value>
       </param>
       <param>
         <value>
           <string>123</string>
         </value>
       </param>
       <param>
         <value>
           <string>1123</string>
         </value>
       </param>
       <param>
         <value>
           <string>comment</string>
         </value>
       </param>
       <param>
         <value>
           <string>txId3</string>
         </value>
       </param>
       <param>
         <value>
           <dateTime.iso8601>19201102T12:01:01</dateTime.iso8601>
         </value>
       </param>
       <param>
         <value>
           <string>800792A6D9BFD31FC93135525AEEDA1D2837B56E</string>
         </value>
       </param>
     </params>
</methodCall>

 

Response

STATUS200 OK

Schema

clientTransactionID

string

Echo

resultCode

integer

Status code indicating transaction result

terminalID

string

Echo

customerReference

string

Echo

tokenUniqueReference

string

Echo

resultText

string

Text indicating transaction result

serverTransactionID

string

Transaction ID number generated by Paymentology

trackingNumber

string

Echo

<?xml version="1.0" encoding="UTF-8"?>
 <methodResponse>
     <params>
         <param>
             <value>
                 <struct>
                     <member>
                         <name>clientTransactionID</name>
                         <value>
                             <string>txId3</string>
                         </value>
                     </member>
                     <member>
                         <name>resultCode</name>
                         <value>
                             <int>1</int>
                         </value>
                     </member>
                     <member>
                         <name>terminalID</name>
                         <value>
                             <string>0095837XXX</string>
                         </value>
                     </member>
                     <member>
                         <name>customerReference</name>
                         <value>
                             <string>customerref</string>
                         </value>
                     </member>
                     <member>
                         <name>tokenUniqueReference</name>
                         <value>
                             <string></string>
                         </value>
                     </member>
                     <member>
                         <name>resultText</name>
                         <value>
                             <string>Approved</string>
                         </value>
                     </member>
                     <member>
                         <name>serverTransactionID</name>
                         <value>
                             <string>670B554D-C694-FDBA-BEEBADXXXXXX</string>
                         </value>
                     </member>
                     <member>
                         <name>trackingNumber</name>
                         <value>
                             <string>86353890000XXX</string>
                         </value>
                     </member>
                 </struct>
             </value>
         </param>
     </params>
 </methodResponse>

 

Was this page helpful?

Are you ready to use our APIs

If you are not yet registered with us.

Still have questions? Contact us.