API reference v1
Health Reimbursement Arrangementgated
I.R.C. §§ 105, 106; Notice 2002-45. Employer-funded only
| Slug | health-reimbursement-arrangement |
|---|---|
| Nature | BenefitObligation — No assets. An employer obligation and a claims ledger. |
| Contributions | Excludable |
| Earnings | NotApplicable |
| Contribution year | PlanYear |
| Status | gated |
| Legacy code | HRA — ISCP import and statement templates only. Not identity, and not accepted by the API. |
Create Account parameters
POSThttps://api.a8core.io/v1/accountsoperation: CreateAccount
| Name | Type | Description | |
|---|---|---|---|
| ProviderReferenceId | string | optional | Your internal reference. Used as the idempotency key. |
| ClientId | Guid | required | The A8 Core™ Client ID that owns the account. |
| AccountTypeCode | string | required | Must be health-reimbursement-arrangement. |
| EmployerId | Guid | required | The sponsoring employer. |
| PlanYear | int | required | Cafeteria plans run on a plan year, frequently not the calendar year. |
| AnnualElection | decimal | required | The participant’s election for the plan year. |
| UniformCoverage | string | required | Applies or DoesNotApply. Drives the available-balance derivation. |
Example
POST https://api.a8core.io/v1/accounts
"ProviderReferenceId": "acct-10293", "ClientId": "8fa2c1e4-5b6d-4f3a-9c2e-7d1a2b3c4d5e", "AccountTypeCode": "health-reimbursement-arrangement", "EmployerId": "9c4a2f61-0d75-4e83-a1b6-7f2e5c9d3088", "PlanYear": 2026, "AnnualElection": 3300.0, "UniformCoverage": "Applies"
200 OK
"RequestId": 1736472901835, "Status": 1, "AccountId": "3c7b1f90-2a44-4e21-8d6c-9b0e5a1f7c22"
Errors
| ErrorCode | Meaning | |
|---|---|---|
| InstitutionNotAuthorizedForAccountType | The institution does not hold every authority this type requires. | |
| ClientNotFound | No client matches the supplied ClientId. | |
| AccountTypeNotInvestable | An investment purchase or sale was directed at an account that holds no securities. | |
Eligible assets
The row below is the account-type dimension only. What this account may actually hold is the intersection of the account-type rule, the asset-class rule, any instrument predicates, and the institution’s authority asset scope.
●Permitted◐Conditional○Not permitted
| Account family | Stocks & ETFs | Mutual funds | Bonds & fixed income | Cash & money market | Real estate | Private equity & venture | Private credit & notes | Precious metals | Digital assets | Stablecoins |
|---|---|---|---|---|---|---|---|---|---|---|
| FSA · HRA · LSA · commuter · COBRA | Not permitted | Not permitted | Not permitted | Not permitted | Not permitted | Not permitted | Not permitted | Not permitted | Not permitted | Not permitted |
Holds no assets. Type-level, not rule-level.
Rules that govern this type
- Employer-funded only. It may not be funded by salary reduction, directly or indirectly (Notice 2002-45). Participant contributions are rejected.
- Must be integrated with group health coverage, or qualify as an ICHRA (26 C.F.R. § 54.9802-4) or an EBHRA (29 C.F.R. § 2590.702-2).