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.

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.com

Sandbox

https://api-sandbox.hedgepayments.com

Example 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.