Interledger Infrastructure

Interledger Payments

Payment pointers, Web Monetization, and Interledger API integration. Connect wallets to the Interledger network for seamless payments, streaming micropayments, and content monetization.

🌐

Interledger Payments Illustration

Placeholder

What It Is

Complete Interledger infrastructure for payments, monetization, and integration

Interledger Payment Pointers

Issue Interledger wallet addresses (payment pointers) to any account. Each payment pointer enables sending and receiving payments across the Interledger network. Format: $ilp.chimoney.com/username

Interledger Payment Pointers

Web Monetization

Enable streaming micropayments for content creators. Web Monetization allows automatic, real-time payments as users consume content. Perfect for articles, videos, music, and digital experiences.

Web Monetization

Interledger API Integration

Full Interledger Protocol (ILP) API support. Send and receive Interledger payments programmatically, integrate with ILP-compatible services, and build custom Interledger experiences.

Interledger API Integration

Interledger Infrastructure as a Service (IiaaS)

Build Interledger experiences without running your own ILP infrastructure. Use Chimoney's production Interledger infrastructure as a service, including Account Servicing Entity (ASE) capabilities.

Interledger Infrastructure as a Service (IiaaS)

Features

Everything you need to build Interledger experiences

Issue Payment Pointers

Generate Interledger wallet addresses for any user account. Each pointer is globally unique and enables instant payments across the Interledger network.

Issue Payment Pointers

Web Monetization Support

Enable content creators to monetize their content with streaming micropayments. Users pay automatically as they consume content, no ads or paywalls needed.

Web Monetization Support

ILP API Integration

Full REST API support for Interledger operations. Send payments, receive payments, check balances, and integrate with any ILP-compatible service.

ILP API Integration

Real-Time Payments

Interledger payments are processed in real-time. Send money across borders instantly, with automatic currency conversion and routing.

Real-Time Payments

Production Infrastructure

Production-ready Interledger infrastructure. Licensed, compliant, and reliable. No need to run your own ILP nodes or connectors.

Production Infrastructure

Use Cases

Powering Interledger experiences across industries

Content Monetization

Enable creators to monetize articles, videos, music, and digital experiences with Web Monetization. Automatic streaming payments as users consume content.

Content Monetization

Cross-Border Payments

Send payments across borders instantly using Interledger. Automatic routing through the best path, with real-time settlement and currency conversion.

Cross-Border Payments

Micropayments & Tipping

Enable micropayments and tipping for creators, services, and content. Perfect for pay-per-use services, donations, and microtransactions.

Micropayments & Tipping

Interledger Integration

Integrate your application with the Interledger network. Connect to ILP-compatible services, wallets, and payment providers worldwide.

Interledger Integration

Integration

Get started with our Interledger API

JavaScript ExampleView Full Docs →
// Issue an Interledger Payment Pointer
const response = await fetch('https://api.chimoney.io/v0.2/accounts/issue-wallet-address', {
  method: 'POST',
  headers: {
    'Content-Type': 'application/json',
    'X-API-KEY': 'your-api-key'
  },
  body: JSON.stringify({
    userID: 'user123',
    ilpUsername: 'chimoney_user123'
  })
});

const { url: paymentPointer } = await response.json();
console.log('Payment pointer:', paymentPointer); // $ilp.chimoney.com/chimoney_user123

// Send Interledger Payment
const paymentResponse = await fetch('https://api.chimoney.io/v0.2/payouts/interledger-wallet-address', {
  method: 'POST',
  headers: {
    'Content-Type': 'application/json',
    'X-API-KEY': 'your-api-key'
  },
  body: JSON.stringify({
    interledgerWallets: [{
      interledgerWalletAddress: '$ilp.chimoney.com/recipient',
      narration: 'Payment description',
      currency: 'USD',
      amountToDeliver: 10
    }],
    debitCurrency: 'USD',
    userID: 'user123'
  })
});

Also available: Python SDK, Node.js SDK, REST API, Web Monetization API

Check out our other Products

AI Agent Wallets

Wallet + Passport + Policy Controls

Complete wallet infrastructure for AI agents with built-in policy enforcement. Create agent wallets in 5 minutes via API or chimoney.app. Limits are automatically enforced by the Chimoney API - no manual tracking required. See working examples with LangChain, CrewAI, and custom Python agents.

Wallet + Passport + Policy Controls
AI & Human Digital Identity

Passport for AI Agents

W3C DID-compliant passports with KYC and KYB built-in. Production-ready digital passports for AI agents and humans with identity verification and regulatory compliance.

Passport for AI Agents