Skip to content
/ docs Public

Documentation for Oura402, the unified API interface streamlining x402 payment integration.

Notifications You must be signed in to change notification settings

Oura402/docs

Repository files navigation

Oura402 API Documentation

Streamlined x402 payment integration with straightforward HTTP endpoints.

What is Oura402?

Oura402 simplifies x402 payment integration by handling all blockchain complexity, wallet management, and payment verification. Implement crypto payments with a single API call.

What is x402?

x402 is a payment standard that enables crypto payments over standard HTTP using the 402 Payment Required status code. Key features include:

  • No wallet connection required - Users don't need to connect wallets or create accounts
  • HTTP-based integration - Accept payments using standard API calls
  • Blockchain abstraction - No blockchain knowledge required
  • AI agent compatible - Designed for autonomous systems and machine-to-machine payments
  • Flexible payment amounts - Support for micropayments to large transactions

Why Use Oura402?

  • Quick Integration - Complete integration in minutes with straightforward endpoints
  • Simple API - Clean, well-documented endpoints with predictable behavior
  • Blockchain Abstraction - Focus on your application while we handle blockchain operations
  • Real-time Updates - WebSocket support for instant payment notifications
  • Platform Agnostic - Compatible with any language, framework, or platform
  • High Reliability - 99.9% uptime SLA ensures continuous payment processing

Quick Start

Complete integration in three steps:

1. Get your API key

Sign up at oura402.dev to obtain your API key.

2. Accept a payment

curl -X POST https://api.oura402.dev/v1/payments/verify \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -d '{
    "payment_proof": "...",
    "amount": 1000000,
    "recipient": "YOUR_WALLET_ADDRESS"
  }'

3. Integration complete

Your application is now configured to accept x402 payments.

Documentation Structure

x402 Resources

Support

About

Documentation for Oura402, the unified API interface streamlining x402 payment integration.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published