HTTP Status Codes

Successful Status Codes (2XX)

Status Code

Status

Description

200

OK

The request was successful.

201

Created

The resource was successfully created. Confirms a success when creating a new object.

203

Non-authoritative Information

The response is showing information for a deleted object.

204

No Content

The request was successful and there is no response body.

Client Error Status Codes (4XX)

Status Code

Status

Description

400

Bad Request

Invalid Input. ErrorCode and ErrorMessage are provided to detail required information or error reason.

401

Unauthorized

Error getting an API token. Check your authentication credentials and resubmit. NOTE: A JSON response will not be returned only the HTTP header will be shown

403

Forbidden

Permission is denied to perform this action

404

Not Found

The requested information cannot be found. It may not exist or may have been deleted.

405

Method Not Allowed

The requested method/verb (e.g. GET/PUT/POST) is not allowed or supported for the specified object.

Server Error Status Codes (5XX)

Status Code

Status

Description

500

Internal Server Error

System Error - Try again. If the error persists, contact PaySimple API Support for assistance.