result code.
Use this value to determine whether the request was successful or why it failed.
Coinom returns HTTP 200 OK for all processed API requests, including validation errors.Always check the result field in the JSON response instead of relying on the HTTP status code.The only exception is an unexpected server error, which returns HTTP 500 Internal Server Error.
Success
Request Errors
These response codes may be returned by the Create Payment endpoint.Verify Payment
These response codes may be returned by the Verify Payment endpoint.Server Error
Successful Response
Failed Response
Error Handling
Always check theresult field before continuing your payment flow.
resultequals100- The returned
amountmatches your original order amount
Related Documentation
Create Payment
Create a new payment.
Verify Payment
Verify completed payments.

