Introduction

Connect to a real ledger and run payment flows against live infrastructure — wallets, intents, anchors, and real-time settlement.

14 guides · Total read time: 65 min

This section takes you from exploring basic calls to actual real money movements.

In Getting Started, you worked with a mock server to learn the API shape. Here, you connect to a real ledger and run the same flows against live infrastructure — creating wallets, sending payments, and collecting money across institutions and networks.

Every payment is cryptographically signed by the initiating party, so there is no ambiguity about who authorized a transfer or what it was for. Wallets and anchors are scoped to domains, which means your configuration is portable across ledger environments and payment networks without collision.

Payment intents carry structured claims — schema-validated fields that encode business intent directly into the transaction, eliminating the reconciliation gap between what was sent and what was meant.

The same intent structure works whether the payment routes through an ACH, a card rail, a real-time rail, or a cross-border corridor.

Connect

Onboard

Send Money

Collect Money

Monitor

Key Concepts

Where to start

Start with How to Connect to a Ledger to get your credentials and sandbox access in place. Once connected, follow How to Onboard a Merchant to create the wallet structure you will use in subsequent guides. From there, choose your path based on your use case — the send money guides cover push payments to accounts and aliases, while the collect money guides cover QR codes and alias-based payment points.

On this page