HTTP response codes
PayGreen APIs are following the HTTP standard response codes. You will mostly receive these response codes listed below :
200 - 201 - 204
Success
202
Success, but further actions are required
400
Request not acceptable : invalid format, or invalid parameter
401
Missing valid Bearer Token, or Public Key
403
You are not authorized to access this resource
404
This resource does not exist, or has been permanently deleted
409
This resource is locked by another process. Please retry a few seconds later.
422
This request is impossible to process
This error comes with an explicit message
500 - 502
There's something wrong on our side
503
We have encountered errors with our partners
Updated about 2 months ago