M
Tribridge

Developers

Resources and tools for building with Tribridge.

Create Payment Request
curl -X POST https://api.tribridge.com/v1/payments \
  -H "Authorization: Bearer sk_test_..." \
  -H "Content-Type: application/json" \
  -d '{
    "amount": 100.00,
    "currency": "USDC",
    "chain": "SUI",
    "metadata": {
      "order_id": "9912"
    }
  }'