On This Page

{#jumplink-list}  
[Markdown](/docs/vas/en-us/tms/developer/all/rest/tms/tms-ref-info/tms-http-status.md)  
Filter  
FILTER BY TAG

HTTP Status Codes {#tms-http-status}
====================================

A request response returns one of the following HTTP status codes:

* `200`: The standard response for a successful HTTP request. In a `GET` request, the response will contain an empty entity corresponding to the requested resource. In a `POST` request, the response will contain an entity describing or containing the result of the action.
* `201`: The request was fulfilled and resulted in a new resource being created. If you get this HTTP status code for an unsuccessful transaction, `Visa Acceptance Solutions` or the merchant's processor probably marked this transaction as under review, declined, or failed.
* `204`: The server fulfilled the request but does not need to return a body.
* `400`: Bad request.
* `403`: Forbidden Response: The profile might not have permission to perform the operation.
* `404`: Token Not Found. The token ID may not exist or was entered incorrectly.
* `409`: Conflict. The token is linked to a Payment Instrument.
* `410`: Token not available The token has been deleted.
* `424`: Failed Dependency: The profile represented by the profile ID may not exist or the profile ID was entered incorrectly.
* `500`: Unexpected error.
* `502`: Bad gateway. There was a token deletion error from the Visa Token Service (VTS).
  {#tms-http-status_ul_zwf_dgk_rwb}  
  RELATED TO THIS PAGE

