open menu
axerve docs
Tokenization/Functionalities/Delete a token

How to delete a token

SOAP

The WSs2sapi link web service capability that merchants must use in order to delete a token from Axerve Ecommerce Solutions is callDeleteTokenS2Sapi link.

Merchants belonging to a group are allowed to delete tokens created by other merchants of the same group.

Before using this method, merchants must assign to WSs2s all of the required information, through the following parameters:

  • shopLogin (merchant code)

  • TokenValue (Token associated to a Credit Card)

The callDeleteTokenS2S method sends to Axerve Ecommerce Solutions a token to delete.

After the callDeleteTokenS2S method has been performed, it is possible to know the outcome of the operation by using the values in the relevant fields:

Firstly, you can use the TransactionResult method, which will return the string OK if the check has been performed, or the string KO if not.

  • ErrorCode Returns error code

  • ErrorDescription Returns error description

Previous
prevHow to request a token
Next
How to modify a tokennext