Token Delete - ccdeletetoken

This section describes the message parameters for Card Manager Token Delete transaction processing, which you can submit using the XML API integration method. Refer to the Integration Methods section for more information.

The ccdeletetoken transaction deletes a token from Card Manager.

In this section:

For the entire list of API endpoints, refer to API Endpoints.

Request

Field nameDescriptionRequiredLengthData type
ssl_merchant_idMerchant ID
Elavon-assigned Converge Account ID (AID).
Required6 or 7numeric
ssl_user_idConverge User ID
The user ID with Hosted Payment API User status that can send transaction requests through the terminal.
Required15alphanumeric
ssl_pinTerminal ID
Unique identifier of the terminal that will process the transaction request and submit to the Converge gateway.
The ssl_user_id sending the transaction request must be associated with the terminal that will process the request.
Required64alphanumeric
ssl_transaction_typeTransaction Type
Value:  ccdeletetoken
Required20alphanumeric
[Card Data]
ssl_tokenCredit Card Token
The Token ID to delete from Card Manager.
Important:
  • All information associated with the token will be removed.
  • The token must already be stored in Card Manager.
  • Use only if the terminal is set up with the Tokenization terminal option.
Required20alphanumeric

Response

Field nameDescription
ssl_tokenToken
Token supplied in the delete request.
ssl_token_responseToken Delete Outcome
A value of SUCCESS indicates Converge deleted the token. Other values returned are FAILURE, Action Not Permitted, and Invalid Token.
[Error]Returned only if an error occurs. Refer to the Error Codes section for more information.
errorCodeError Code
Typically, when the transaction failed validation or the request is incorrect. This will prevent the transaction from going to authorization. This is a numeric field.
errorMessageError Message
Detailed explanation of the error. This field may be changed based on merchant configuration in the user interface.
errorNameError Name
Error name or reason for the error.