Search
K
Policy Transactions

EligibilitySectionResult

object

One evaluation section of a per-subject result (policyEligibility, userEligibility, or restriction).
policyEligibility status: ELIGIBLE | NOT_ELIGIBLE | COULD_NOT_DETERMINE
userEligibility status: ELIGIBLE | NOT_ELIGIBLE | COULD_NOT_DETERMINE
restriction status: NOT_RESTRICTED | RESTRICTED | SOFT_RESTRICTED | HARD_RESTRICTED | COULD_NOT_DETERMINE

statusstring

Allowed values:ELIGIBLENOT_ELIGIBLENOT_RESTRICTEDRESTRICTEDSOFT_RESTRICTEDHARD_RESTRICTEDCOULD_NOT_DETERMINE

Example:ELIGIBLE

blockTypestring

Blocking type from the restriction. Present on restriction section only.

Example:Unavailable

restrictionStatusarray[string]

Distinct blocking status values across all active restrictions for this subject. Present on the restriction section only when status=RESTRICTED.

Example:Unavailable, CarrierApprovalNeeded

accessarray[string]

Distinct access levels granted to the caller for this subject, derived from the permissions the caller actually holds. Present on userEligibility only when status=ELIGIBLE. The calling system decides how to act on this list.

Allowed values:VIEWWRITEDELETE

Example:VIEW, WRITE

reasonobject

Structured reason for a non-passing or indeterminate section.

Show Child Parameters
Example

EligibilityReason

object

Structured reason for a non-passing or indeterminate section.

codestring

Machine-readable reason code.

Example:INSUFFICIENT_PERMISSIONS

messagestring

Human-readable explanation.

Example:Caller does not hold the required permissions for this transaction

Example

RestrictedTransactionResult

object

A transaction affected by a restriction type, with its blocking status.

typestring

Transaction type code.

Example:FullSurrender

statusstring

How the transaction is blocked (e.g. Unavailable, CarrierApprovalNeeded).

Example:Unavailable

Example

EligibilityErrorResponse

object

Error envelope returned by eligibility endpoints on 4xx/5xx responses.

statusinteger

Example:401

errorstring

Example:Unauthorized

messagestring

Example:partyId claim could not be extracted

Example

IdentifierInstance

object

An object representing an identifier and its corresponding value.

identifierstring

The type of identifier.

Allowed values:eAppIdpolicyNumber

valuestring

The value of the identifier.

Example:ABC123349257367

Example