Developers

Payments infrastructure. An API away.

Create collections, quote and execute ramps, manage routes, and pull transaction history with scoped keys. Webhooks and OpenAPI reference included.

Read the docs
API

Payments infrastructure.
An API away.

Request
POST /v1/collections
{
  "amount": "1250.00",
  "currency": "USD",
  "settlement": {
    "currency": "USDC",
    "network": "base"
  },
  "customer": {
    "reference": "cus_8x2..."
  }
}
Response
{
  "id": "col_92a81...",
  "status": "settled",
  "amount": "1250.00",
  "asset": "USDC",
  "network": "base"
}
REST APIWebhooksIdempotencyScoped keysOpenAPISandbox
Read the API docs
Developer experience

Built like infrastructure.
Integrated like software.

API-first

Everything available programmatically.

Observable

Every transaction has a lifecycle, reference, and audit trail.

Reliable

Idempotency, webhooks, retries, routing and settlement states built into the platform.

Event stream

01collection.created
02payment.detected
03route.selected
04conversion.completed
05settlement.pending
06settlement.completed
Security & compliance

Built for money that needs accountability.

KYC / KYB
Transaction monitoring
Risk controls
Audit trails
Role-based access
Scoped API keys
Encryption
Webhook verification
Idempotency