Skip to content

Introduction

FinStack is an AI-native developer platform that provides composable financial service primitives for building fintech products.

All requests go through a single REST API endpoint:

https://api.finstack.dev/v1/

Authenticate with an API key in the Authorization header:

Authorization: Bearer sk_live_<tenant>_<key>

Each primitive is an independent service with its own endpoints, scopes, and data model. They compose by sharing a common tenant_id and ledger.

PrimitiveEndpointsScope
Payment/v1/paymentspayment:read / payment:write
Customer/v1/customerscustomer:read / customer:write
Fraud/v1/fraudfraud:read
Receipt/v1/receiptsreceipt:read / receipt:write
Tax/v1/taxtax:read