Products

Every piece of a payments stack, settled in assets people already hold.

One API, one dashboard, one hosted checkout. Take a payment in Apple shares or ETH with the same three calls you would use for a card.

The stack

Each piece works on its own. Together they are the whole flow from invoice to settled funds.

Payments

Create a payment, let the payer pick an asset, lock a binding rate, settle. Amounts are integers; quotes round in your favour so a settled payment is never short.

POST /v1/payments

Hosted checkout

A prebuilt page with the asset picker, live quantities, rate countdown and settlement polling. Redirect to it and you are done — no frontend to build.

POST /v1/checkout/sessions

Signed webhooks

Stripe-shaped t=,v1= HMAC signatures, so your existing verification code ports over. Queued delivery with exponential backoff and per-attempt history.

payment.succeeded

Dashboard

Volume, settlement by asset, every payment and its state, links you can create in two clicks, webhook endpoints and the live event log.

/dashboard

Onchain settlement

ETH and USDC are verified from the chain itself — block scanning, ERC-20 log filtering, configurable confirmation depth, reorg handling. Nothing is taken on trust.

chain 11155111 · Sepolia

Settlement assets

Seven equities and two crypto assets. Equities carry six decimals, matching real fractional-share granularity; ETH carries eighteen, matching the chain.

Equities

AAPL · TSLA · NVDA · MSFT · AMZN · GOOGL · SPY
Priced, quoted and ledgered for real. Custody runs through a swappable adapter.

6 decimals · rail: robinhood

Crypto

ETH · USDC
Fully live. A payment settles only once a transfer of the exact expected amount is observed on-chain and confirmed.

18 / 6 decimals · rail: evm
Read before you plan around this

Robinhood exposes no public API for accepting payments from a user's holdings, and fractional shares have no payment rail at all. The equity leg is real up to custody, which sits behind an adapter. The full picture is in the docs.

See it settle

Open a real checkout, pick an asset, and watch a payment go from quote to settled.