takemypay

SBP · Mir · Visa/Mastercard · USDT

A payment gateway for the merchant account you never got

One API. We accept roubles over SBP and cards, convert to dollars and pay out in USDT TRC20. Sign up with a magic link — no document marathon. Your key starts in test mode, so you can build the whole integration against simulated payments.

One POST

Create a payment, get back a checkout_url. The customer scans a QR code or enters a card; you get a webhook.

Balance in USD

Roubles convert at the CBR rate the moment the payment succeeds. The rate is frozen into the payment — no volatility risk after that.

USDT TRC20 payouts

Set your wallet in settings. The request goes out with the next payout cycle.

Integrate in a minute

No SDK. Plain REST plus an HMAC-signed webhook. Create is idempotent: a repeat POST with the same external_order_id returns the existing payment instead of creating a second one.

Read the docs →
curl
curl -X POST https://takemypay.net/api/v1/payments \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "external_order_id": "order-123",
    "amount": "1000.00",
    "description": "Order #123",
    "return_url": "https://shop.example.com/ok",
    "fail_url":   "https://shop.example.com/fail"
  }'

Projects and keys

One account can hold several projects. A project owns its own webhook URL and its own set of API keys, so your shops stay independent — including their external_order_id namespaces.

Test first, money later

A new key runs in test mode: payments are created and completed on demand, and the webhook you receive is the real one. Switching to live money is an activation request from the dashboard.

18% · $100

The fee and the payout threshold. That is the whole price list.