Service status ·A8 Core™ · The Operating System for Financial Accounts ·The account operating system · API-first
API reference v1
Account types

Health Care FSAgated

I.R.C. § 125; uniform coverage, Prop. Treas. Reg. § 1.125-5(d)

Slughealth-care-fsa
NatureBenefitObligation — No assets. An employer obligation and a claims ledger.
ContributionsExcludable
EarningsNotApplicable
Contribution yearPlanYear
Statusgated
Legacy codeFSH — ISCP import and statement templates only. Not identity, and not accepted by the API.

Required authority

An institution may open this account only if it satisfies every requirement group below. Within a group, any one authority suffices. Across groups, all must be satisfied.

GroupAny one of
None. This type holds no assets, so no custody authority is required.

Resolve availability at runtime with GET https://api.a8core.io/v1/account-types. Never hard-code it.

Create Account parameters

POSThttps://api.a8core.io/v1/accountsoperation: CreateAccount
NameTypeDescription
ProviderReferenceIdstringoptionalYour internal reference. Used as the idempotency key.
ClientIdGuidrequiredThe A8 Core™ Client ID that owns the account.
AccountTypeCodestringrequiredMust be health-care-fsa.
EmployerIdGuidrequiredThe sponsoring employer.
PlanYearintrequiredCafeteria plans run on a plan year, frequently not the calendar year.
AnnualElectiondecimalrequiredThe participant’s election for the plan year.
UniformCoveragestringrequiredApplies 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-care-fsa",
"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

ErrorCodeMeaning
InstitutionNotAuthorizedForAccountTypeThe institution does not hold every authority this type requires.
ClientNotFoundNo client matches the supplied ClientId.
AccountTypeNotInvestableAn 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.

PermittedConditionalNot permitted
Account familyStocks & ETFsMutual fundsBonds & fixed incomeCash & money marketReal estatePrivate equity & venturePrivate credit & notesPrecious metalsDigital assetsStablecoins
FSA · HRA · LSA · commuter · COBRANot permittedNot permittedNot permittedNot permittedNot permittedNot permittedNot permittedNot permittedNot permittedNot permitted

Holds no assets. Type-level, not rule-level.

Rules that govern this type

  • Uniform coverage applies. The full annual election is available on day one of the plan year, less prior reimbursements, regardless of contributions to date (Prop. Treas. Reg. § 1.125-5(d)).
  • Grace period and carryover are mutually exclusive (Notice 2013-71).
  • Holds no securities. Investment directives are rejected.
  • If A8 Core™ receives PHI, a HIPAA business associate agreement is required.
Scroll to Top