TokenApproveDeviceBinding
Bind the device with the token
Request
Path parameters
string, 10 characters, required
The Paymentology issued terminal ID of the terminal requesting the transaction
string, 1-255 characters, required
Customer reference linked with this card
string, 1-20 characters, required
Tracking number that identifies the card to update the expiry date
string, 48 characters, required
The unique reference of the token or an empty string to stop all the tokens for the card
string, required
The unique identifier that represents a specific device where token is linked
string
The index number provided by Visa
string, 1-500 characters, required
Description of the activation or empty string
string, 1-255 characters, required
A unique identifier generated by the client, which must not be duplicated over time.
date, required
Transaction date generated by the calling client
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>TokenApproveDeviceBinding</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
string
Echo
integer
Status code indicating transaction result
string
Echo
string
Echo
string
Echo
string
Text indicating transaction result
string
Transaction ID number generated by Paymentology
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?