M
TribridgeDevelopers
Resources and tools for building with Tribridge.
API Documentation
Read our comprehensive API references and tutorials.
SDK & Libraries
Download our official wrappers for JS, Python, and Go.
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"
}
}'