Developers

Build on the Caibo API.

A REST API for programmable payouts — signed webhooks, idempotency, cursor pagination, a full sandbox, and clear documentation.

bash
curl https://api.caibo.ca/v1/payouts \
  -H "Authorization: Bearer sk_test_..." \
  -H "Idempotency-Key: b1f4e0a9-2c7d-4f9a" \
  -d amount="500.00" \
  -d asset="USDC" \
  -d network="polygon" \
  -d destination="0x9f4c...a2e1"

Platform

Infrastructure for money movement.

REST API

Programmatic payouts, organizations, balances, and rates.

Signed webhooks

HMAC-signed events as payouts move, with idempotency keys.

Scoped API keys

Separate test and live keys with granular scopes.

Full sandbox

Integrate end to end without moving real money.

Documentation

Start with the docs.

Guides and a complete API reference for every endpoint, object, and webhook event.