Skip to content
Last updated

8. Error Code Reference

8.1 HTTP 400 (Request Exception)

CodeDescription
400Invalid request parameters
40001request_id must be a valid UUID
40002--
40003amount must be positive
40004Amount supports up to 6 decimal places
40005Missing expires_in parameter
40006amount must be greater than 0.01
40007Chain or token not in supported list
40008success_url does not meet specifications
40009failure_url does not meet specifications

8.2 HTTP 401 (Unauthorized)

CodeDescription
401Authentication failed or invalid signature

8.3 HTTP 403 (Forbidden)

CodeDescription
403Request rejected by policy

8.4 HTTP 404 (Resource Not Found)

CodeDescription
404Object does not exist
40401Order does not exist
40402Payment does not exist

8.5 HTTP 409 (Business Conflict)

CodeDescription
40901request_id duplicate
40902client_reference duplicate
40903Valid payment exists, duplicate creation prohibited
40904Payment processing, cannot create new payment
40905Token unauthorized to operate this order
40906Order expired
40907Order completed or expired, cannot create payment

8.6 HTTP 500 (Internal Server Error)

CodeDescription
500Internal exception, please contact support team