DeleteToken

Remove a payment token linked to a card

Request

Path parameters

terminalID

string,  10 characters,  required

The Paymentology issued terminal ID of the terminal requesting the transaction

reference

string,  1-255 characters,  required

The user defined reference to the card; for example a member id or wallet number

cardIdentifier

string,  1-20 characters,  required

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

tokenUniqueReference

string,  48 characters,  required

The unique reference of the token

stopReasonID

integer,  required

Stop Reason ID associated with the reason for stopping a card

comment

string,  required

Description as to why the token was deleted

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-SHA1 hashed signature of the concatenated method name with all argument values using the terminal password as private key

<methodCall>
            <methodName>DeleteToken</methodName>
            <params>
                <param>
                    <value>
                        <string>0020787431</string>
                    </value>
                </param>
                <param>
                    <value>
                        <string>Cyp001</string>
                    </value>
                </param>
                <param>
                    <value>
                        <string>156554700000004</string>
                    </value>
                </param>
                <param>
                    <value>
                        <string>DWSPMC00000000010906a349d9ca4eb1a4d53e3c90a11d9c</string>
                    </value>
                </param>
                <param>
                    <value>
                        <int>1</int>
                    </value>
                </param>
                <param>
                    <value>
                        <string>Card no longer in use</string>
                    </value>
                </param>
                <param>
                    <value>
                        <string>fb8344c9-2fc9-467b-87e4-55eaf88d06f1</string>
                    </value>
                </param>
                <param>
                    <value>
                        <dateTime.iso8601>20200101T09:00:00</dateTime.iso8601>
                    </value>
                </param>
                <param>
                    <value>
                        <string>8D727BA9D567CB695FF17FDDE935F1AC1978E292</string>
                    </value>
                </param>
            </params>
        </methodCall>

 

Response

STATUS200 OK

Schema

resultCode

integer

Status code indicating transaction result

<methodResponse>
            <params>
                <param>
                    <value>
                        <struct>
                            <member>
                                <name>resultCode</name>
                                <value>
                                    <int>1</int>
                                </value>
                            </member>
                            <member>
                                <name>resultText</name>
                                <value>
                                    <string>OK</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.