Skip to end of banner
Go to start of banner

Account Processor Service

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Current »

🌱 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

Entity Relationship Diagram

Style

📐 Additional guidance

Content

Accessibility

Mobile

Best practices

Related

  • No labels