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 name | Description | Required | Length | Data type |
---|---|---|---|---|
ssl_merchant_id | Merchant ID Elavon-assigned Converge Account ID (AID). | Required | 6 or 7 | numeric |
ssl_user_id | Converge User ID The user ID with Hosted Payment API User status that can send transaction requests through the terminal. | Required | 15 | alphanumeric |
ssl_pin | Terminal 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. | Required | 64 | alphanumeric |
ssl_transaction_type | Transaction Type Value: ccdeletetoken | Required | 20 | alphanumeric |
[Card Data] | ||||
ssl_token | Credit Card Token The Token ID to delete from Card Manager. Important:
| Required | 20 | alphanumeric |
Response
Field name | Description |
---|---|
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 Codes section 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. |