Pay
Accept MXN payments, manage subscriptions, and move money between wallets. Powered by Colectiva.
Colectiva API β
Primitives for payments, identity, invoicing, and real-time events β built for Mexico, designed for global scale.
| I want to⦠| Start here |
|---|---|
| Accept a payment in MXN | Quickstart β Pay recipe |
| Add SSO login to my app | Quickstart β Auth recipe |
| Stamp a CFDI invoice | Quickstart β Invoice recipe |
| Verify a webhook payload | Integration β Webhooks |
| Browse all events | Reference β Events Registry |
| Install the TypeScript SDK | Reference β SDK |
T1 apps are indispensable horizontal primitives β the three apps without which the ecosystem doesn't work. T2 apps are vertical SaaS or single-domain primitives: primitive-like in their domain but not universal dependencies. Integrate T1 first, then layer T2 apps per the verticals you need.
| App | Tier | What it provides |
|---|---|---|
| Camino | T1 | OAuth2 IdP, orgs, users, deals, CRM |
| Colectiva | T1 | Payments, wallets, subscriptions, webhooks |
| Constanza | T1 | CFDI 4.0, pΓ³lizas, fiscal ops |
| Caracol | T2 | Consumer POS read API |
| Mancha | T2 | Reservations API |
| Agora | T2 | Legal matters and billing API |
| Cookie Monster | T2 | B2B consumer portal middleware |
| Patadas | T2 | AI marketplace ingestion webhook |
| Agente | T2 | Import logistics and customs |
| La Hoja | T2 | Restaurant ERP (POS, inventory, recipes) |
| Garita | T2 | Access control and amenity reservations |
| Baul | T2 | B2B distribution and logistics |
| Rito | T2 | Real estate private equity platform |
| Comal | T2 | Multi-tenant e-commerce store builder |
| Plenura | T2 | Wellness and therapy platform |
| Goodbay | T2 | Vacation rental and hospitality |
| Servilleta | T2 | Gig work and services marketplace |
| Madriguera | T2 | Dog hotel and walking management |
| Cosmos Pet | T2 | Veterinary clinic management |
T3 β dormant: Puppy Love, Continua. Not yet ready for external integration.
Authorization: Bearer <api_key> # server-to-server
Authorization: Bearer <oauth2_token> # user context (Camino OAuth2/PKCE)
X-Webhook-Signature: sha256=<hmac> # inbound webhook verificationFull details: Integration β Auth Β· Integration β Webhooks