- Create a payment
- Redirect your customer to the Coinom payment page
- Verify the payment
- Complete your order securely
Prerequisites
Before you start, make sure you have:- A Coinom account
- An active merchant
- An API Key
Payment Flow
Every payment follows the same simple flow.Step 1 — Create a Payment
Create a payment by sending a POST request to the Coinom API.For a complete description of all request fields and responses, see Create Payment.
Step 2 — Redirect the Customer
Redirect your customer to the Coinom hosted checkout page.Step 3 — Wait for the Callback
After the payment is completed, Coinom sends an HTTP request to the callbackUrl you provided when creating the payment. This callback notifies your server that the payment status has changed.Do not rely on the customer returning to your website. Always verify the payment on your server.
Step 4 — Verify the Payment
Verify the payment using the Verify Payment endpoint.resultequals100- The returned
amountmatches your original payment amount
Complete Flow
Next Steps
Continue with the detailed API documentation.Create Payment
Learn how to create a new payment.
Verify Payment
Verify completed payments.
Response Codes
Understand every API response code.
Telegram Bot
Accept payments inside Telegram bots.

