HTTP ResponseDescriptionExplanation
200Request SuccessfulThe request was successfully received and processed.
201Resource CreatedA new resource has been successfully created.
400Bad RequestThe server could not process the request due to a client error (e.g., malformed request syntax).
401UnauthorizedAuthentication is required, or the provided credentials are invalid.
404Not FoundThe requested resource could not be found on the server.
406Not Acceptable (Invalid Card)The request’s content is not acceptable, often due to an invalid card or data format.
412Precondition FailedThe server does not meet one or more of the preconditions specified in the request.
500Server ErrorAn internal server error occurred. Try again later or contact support if the issue persists.
502Bad GatewayThe server, acting as a gateway, received an invalid response from an upstream server.
504Gateway Time-outThe server did not receive a timely response from an upstream server and timed out.

Additional Resources