Merchant API
Reference

Errors

Nymcard uses conventional HTTP response codes to indicate the success or failure of an API request.

Error CodeMeaning
200OK -- Success.
400Bad Request -- The request was invalid, please double check the required parameter(s).
401Unauthorized -- No valid Bearer Token provided.
402Request Failed -- The parameters were valid but the request failed.
403Forbidden -- Access denied.
404Not Found -- The requested resource could not be found.
405Method Not Allowed -- You tried to access a resource with an invalid method.
406Not Acceptable -- Cannot produce a response matching the list of acceptable values.
410Gone -- The requested resource has been removed from our servers.
418I'm a teapot.
429Too Many Requests -- You're requesting too much! Slow down!
500Internal Server Error -- We had a problem with our server. Try again later.
503Service Unavailable -- We're temporarily offline for maintenance. Please try again later.