PHASE 3BENEFITS
API DOCUMENTATION

Build with Phase 3 Benefits.

Versioned REST endpoints, webhook events, SSO and SCIM, and request-based sandbox access. The full OpenAPI spec is available on request.

# Create an account
POST /v1/accounts
Authorization: Bearer p3_live_xxxxxxxxxxxx
Content-Type: application/json

{
  "employer_id": "emp_8a3f",
  "employee_id": "e_19284",
  "plan_type": "hsa",
  "effective_date": "2026-07-01"
}
REFERENCE

Three calls to a working HSA.

Create an account, fund it, issue a card. The rest of the API is shaped the same way.

# Create an account
POST /v1/accounts
Authorization: Bearer p3_live_xxxxxxxxxxxx
Content-Type: application/json

{
  "employer_id": "emp_8a3f",
  "employee_id": "e_19284",
  "plan_type": "hsa",
  "effective_date": "2026-07-01"
}
# Post a contribution
POST /v1/accounts/:id/contributions

{
  "amount_cents": 25000,
  "source": "payroll",
  "pay_period": "2026-07-15"
}
# Issue a virtual card
POST /v1/cards

{
  "account_id": "acc_4f29",
  "form_factor": "virtual",
  "shipping": "none"
}
DEVELOPER ACCESS

Get a key.

Sandbox access is available for partners and integration teams. Email us for keys.

Talk to our engineering team.

Bring your stack. We'll scope an integration in a 30-minute call.