Build on tPay365
API references, integration guides, and technical documentation for employers and developers building on obligation-first payroll infrastructure.
https://api.tpay365.com/api/v1Everything you need to integrate
API Reference
Complete endpoint reference for authentication, payroll ingestion, vault operations, and all 14 API groups.
Available at LaunchEmployer Integration Guide
Step-by-step guides for connecting your HRIS, uploading BACS files, and managing employee enrolment.
Available at LaunchProvider Integration Guide
Connect your platform to tPay365 as a subscription provider. Receive priority payments from ring-fenced vaults.
Available at LaunchSDKs & Libraries
Official client libraries for Python, Node.js, TypeScript. Auto-generated from the OpenAPI 3.1 spec.
Coming SoonWebhooks
Real-time event notifications for payment success, vault changes, employee lifecycle, and more.
Available at LaunchSandbox & Testing
A full sandbox environment that mirrors production. Test credentials, seed data, and predictable test modes.
Available at Launch14 endpoint groups. One consistent contract.
Endpoint Groups
POST /api/v1/engine/paycheck/calculate HTTP/1.1
Host: api.tpay365.com
Authorization: Bearer sk_live_...
Content-Type: application/json
{
"employee_id": "emp_8821-9920",
"gross_pay": 285000,
"obligations": [
{ "type": "RENT", "amount": 95000 },
{ "type": "ENERGY", "amount": 12500 },
{ "type": "NETFLIX", "amount": 1599 }
]
}{
"clean_paycheck": {
"gross_income": 285000,
"vault_total": 109100,
"buffer": 5450,
"vaults": [
{ "type": "RENT", "amount": 95000 },
{ "type": "ENERGY", "amount": 12500 },
{ "type": "NETFLIX", "amount": 1599 }
],
"safe_to_spend": 170450
}
}Choose your integration path
For Employers (HRIS Integration)
Connect your payroll system once. tPay365 handles the rest.
- Workday — API connector
- ADP — Webhook + file ingestion
- Xero — OAuth + payroll sync
- CSV Upload — Universal fallback
For Developers (API Integration)
Build tPay365 into your product. Full REST API with OpenAPI 3.1 schema.
- RESTful JSON API
- OAuth 2.0 authentication
- Webhook event system
- Sandbox environment
Enterprise-grade by default
OAuth 2.0 + API Keys
Bearer token auth for all endpoints. Scoped API keys for server-to-server.
Signed Webhooks
Every webhook payload is HMAC-signed. Verify before processing.
TLS 1.3 + mTLS
All traffic encrypted. Mutual TLS between internal services.
PII Isolation
Split-key architecture. No single server holds complete user data.
Built for developers who ship
Interactive Explorer
Try any endpoint directly from the browser. Swagger UI with pre-populated test data.
Typed SDKs
Auto-generated from our OpenAPI spec. Full TypeScript types. Python Pydantic models.
from tpay365 import Client client = Client("sk_live_...")
Changelog & Versioning
Every API change is logged. Breaking changes are versioned. You'll never be surprised.
Added batch vault operations, webhook retry policies, and employer dashboard metrics endpoint.
Documentation launches with the platform
Get notified when the full docs site goes live — including sandbox access.
Join the Developer WaitlistWe'll also send early API access to developers on the waitlist.