Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

🌱 Component basics

Title

Account Processor Service

Description

Account processor service handles the updates that needs to be done in the account, based on the data that is received in the transaction.

The account processor service receives the transaction data from transaction manager along with the account for which the transaction was received. If an account number was not received along with the transaction data, then the transaction is received for an account that does not exist yet in the system and needs to be created based on the data received in the transaction.

If an account already exist then the account needs to be updated based on the data received in the transaction. The account processor service will

  1. Create or term or cancel the enrollment spans

  2. Create or update or term or cancel premium spans as appropriate

  3. Add new members to the account

  4. Update member demographic information

Anatomy diagram

Key to anatomy diagram

🧐 Specifications

Usage

Variations

Behavior

Style

📐 Additional guidance

Content

Accessibility

Mobile

Best practices

Related