Skip to content
Last updated

8.1 HTTP 400 (Request Exception)

CodeDescription
400Invalid request parameters
40001request_id must be a valid UUID
40002Invalid expiration time: expires_at must be in the future
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
40010Invalid amount: no matching payment methods found
40013Payment methods not enabled: the requested payment methods are not available for this merchant, or merchant only has Pay With Card enabled but amount is too small

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
40908Can't create payment due to pending payment
40909Already exists ongoing onramp order on this order
40910Amount is below the minimum allowed for Pay With Card
40911Amount is above the maximum allowed for Pay With Card
40912Your region is not supported for purchase

8.6 HTTP 500 (Internal Server Error)

CodeDescription
500Internal exception, please contact support team