TRPay
JD

API Keys

Current API Key
sk_live_****...****7b3c

1,247

Requests Today

28,543

Requests This Month

Code Example
curl -X POST https://api.trpay.org/v1/payments \
  -H "Authorization: Bearer sk_live_****" \
  -H "Content-Type: application/json" \
  -d '{
    "amount": 1000,
    "currency": "USD",
    "description": "Order #1234",
    "customer_email": "[email protected]"
  }'