TokenApproveDeviceBinding

Bind the 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

cardIdentifier

string,  1-20 characters,  required

The card number, sequence number or tracking number of the specified card

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 character,  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

<methodCall>
   <methodName>TokenApproveDeviceBinding</methodName>
     <params>
         <param>
             <value>
                 <string>004396XXXX</string>
             </value>
         </param>
         <param>
             <value>
                 <string></string>
             </value>
         </param>
         <param>
             <value>
                 <string>455287003375XXXX</string>
             </value>
         </param>
         <param>
             <value>
                 <string>uniquealiXX</string>
             </value>
         </param>
         <param>
             <value>
                 <string>123</string>
             </value>
         </param>
         <param>
             <value>
                 <string>1</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>671944ff82aeea3e205b8dd4b33aea33c4fa9941XXXce6562bab74f2fa8d3f5e517</string>
             </value>
         </param>
     </params>
 </methodCall>

 

Response

STATUS200 OK

Schema

resultCode

integer

Status code indicating transaction result

resultText

string

Text indicating transaction result

<?xml version="1.0" encoding="UTF-8"?>
<methodResponse>
    <params>
        <param>
            <value>
                <struct>
                    <member>
                        <name>resultCode</name>
                        <value>
                            <int>1</int>
                        </value>
                    </member>
                    <member>
                        <name>resultText</name>
                        <value>
                            <string>Approved</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.