Agent account

Check balance, top up, keep calls moving.

Stored in this browser only.
Do not share this key.

Paste an API key to load the account.

Prepaid balance--
Free calls left--
Agent pay--

Top up balance

Checkout collects billing address, tax ID where supported, and calculates Stripe Tax automatically.

Charge endpoint

curl -sS -X POST https://pay.radom.group/v1/charge \
  -H "Authorization: Bearer $GATEWAY_API_KEY" \
  -H "Idempotency-Key: $(uuidgen)" \
  -H "Content-Type: application/json" \
  -d '{"sku":"kp_convert_tx","quantity":1}'