TokenPay DevelopersMerchant Dashboard

TokenPay Developers

Build crypto payments that just settle.

One API for P2P trading and merchant payments. Accept local-currency funding, settle in stablecoins, and hand customers a checkout that takes minutes — not weeks — to integrate.

Everything you need

Try a test payment

Use any test API key. No TLS pinning, no IP allowlist, no sandbox sign-up. Just a request.

curl https://api.tokenpayment.io/v1/payments \
  -H "Authorization: Bearer tp_test_..." \
  -H "Content-Type: application/json" \
  -d '{
    "amount": "10.00",
    "currency": "AUD",
    "order_id": "order_001"
  }'