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
  • Multi-Currency Support -- Accept 50+ cryptocurrencies and fiat currencies
  • Secure Authentication -- JWT-based authentication with simple API keys
  • Global Reach -- Payment support in 180+ countries
  • Real-Time Tracking -- Live transaction tracking and webhooks
  • Complete Management -- Full balance and payout management

Base URLs

Production

https://api.hedgepayments.com

Sandbox

https://api-sandbox.hedgepayments.com

Example Request

Example Requestbash
curl -X POST https://api.hedgepayments.com/api/payments \
  -H #98C379]">"Authorization: Bearer YOUR_TOKEN" \
  -H #98C379]">"Content-Type: application/json" \
  -d '{
    #98C379]">"amount": 100.00,
    #98C379]">"currency": "USD",
    #98C379]">"customerEmail": "user@example.com"
  }'