Documentation
Everything you need to integrate Hedge Payments into your application
🤖 Built for AI:
Hedge Payments works seamlessly with Claude, Claude Code, ChatGPT, OpenAI Codex, Gemini, and all major AI platforms. Our API is designed for AI agents to process payments autonomously with minimal configuration.
🚀 Quick Start
Get up and running in 5 minutes with our simple integration guide
🔐 Authentication
Learn how to authenticate your API requests with JWT tokens
💳 Accept Payments
Start accepting crypto and fiat payments in your application
🤖 AI Integration
Integrate with Claude, ChatGPT, and other AI agents
Introduction
Hedge Payments is a modern payment infrastructure designed for AI agents, crypto companies, and the autonomous economy. Built on top of Coinflow, we provide a simple, developer-friendly API for accepting payments globally.
Key Features
- 🤖 AI-First Design: Works seamlessly with Claude, Claude Code, ChatGPT, Codex, and all major AI platforms
- 💰 Accept 50+ cryptocurrencies and fiat currencies
- 🔐 Secure JWT-based authentication with simple API keys
- 🌍 Global payment support in 180+ countries
- ⚡ Real-time transaction tracking and webhooks
- 📊 Complete balance and payout management
Base URLs
Production
https://api.hedgepayments.comSandbox
https://api-sandbox.hedgepayments.comExample Request
curl -X POST https://api.hedgepayments.com/api/payments \
-H "Authorization: Bearer YOUR_TOKEN" \
-H "Content-Type: application/json" \
-d '{
"amount": 100.00,
"currency": "USD",
"customerEmail": "user@example.com"
}'💡 Need help?
Check out our AI Integration Guide or contact our team for personalized support.