Online stores
Accept crypto payments in an online store
Create one invoice per order through the API, send the customer to the payment page and mark the order as paid when the webhook arrives. Customers who hold crypto can pay without a card, and you book USDT.
What you get
Your order number on every invoice
Pass order_id and the purpose text, and find the payment by your own order number later.
Prices in your currency
Create the invoice in RUB, USD, EUR and other fiat currencies: the amount is converted at the live rate.
The customer returns to your site
Set return_url and the customer lands back in your store after the payment is confirmed.
How it works
- Get a key pair in the merchant account and test in sandbox mode.
- On checkout call POST /api/v1/payments and redirect the customer to the payment page.
- When the webhook says paid, ship the order. USDT is on your CryBit balance.
FAQ
Do I need a plugin?
No. Three API calls are enough: create an invoice, read its status, receive the webhook. The documentation has examples in curl, JavaScript and PHP.
Can I test without real money?
Yes. A merchant in test mode creates sandbox invoices, and the payment page has a button to mark an invoice as paid.
Other solutions
Try it in test mode
Register, create a merchant and send your first sandbox invoice.
