Skip to main content
Every Coinom API request returns a numeric 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 the result field before continuing your payment flow.
For payment verification, a payment is considered successful only when:
  • result equals 100
  • The returned amount matches your original order amount

Create Payment

Create a new payment.

Verify Payment

Verify completed payments.