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:
Request
ssl_merchant_id 15 | numeric | required | Merchant ID Elavon-assigned Converge account ID. |
ssl_user_id 15 | alphanumeric | required | Converge User ID The user ID with Hosted Payment API User status that can send transaction requests through the terminal. |
ssl_pin 64 | alphanumeric | required | Terminal ID Unique identifier of the terminal that will process the transaction request and submit to the Converge gateway. Important: The ssl_user_id sending the transaction request must be associated with the terminal that will process the request. |
ssl_transaction_type 20 | alphanumeric | required | Transaction Type Value: ccdeletetoken |
[Card Data] | |
ssl_token 20 | alphanumeric | required | Credit Card Token The Token ID to delete from Card Manager. Important:
|
Response
ssl_token | Token Token supplied in the delete request. |
ssl_token_response | Token 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 Codessection for more information. |
errorCode | Error 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. |
errorMessage | Error Message Detailed explanation of the error. This field may be changed based on merchant configuration in the user interface. |
errorName | Error Name Error name or reason for the error. |