Reference page
API Overview
Public route map for partner-facing quotes, transactions, and reporting.
Surface area
Slice exposes a compact REST surface for partner integrations:
POST /v1/quotesPOST /v1/transactionsGET /v1/transactions/{id}GET /v1/quotes/{quote_id}/evidenceGET /v1/batches/{batch_id}/settlementGET /v1/batches/{batch_id}/payout-instructionsGET /v1/metrics/expiry-payout
Documentation model
This public subset is intentionally contractual, not exhaustive. It shows the stable shape a partner needs to evaluate integration fit:
- how quotes are requested,
- how an accepted quote becomes a protected transaction,
- which reporting categories are available,
- which boundaries stay partner-scoped.
Detailed schemas and environment-specific credentials belong in partner diligence, not on the public marketing site.
Next step
Read the quote endpoint page for the first request a partner sends.