Enrollment Process

Lynx has simplified and streamlined the enrollment process to allow for quick onboarding of a client's members. The enrollment process includes:

Enrollment records received and validated: Once you transmit an enrollment record to Lynx either via API or batch file, the first action Lynx takes is to validate that all required data elements have been provided. The second action Lynx takes is to ensure the data contained in the record meets the data type, sizing and formatting requirements. The third action Lynx takes is to validate both idempotency and member information to prevent duplicate records from being generated. If you are using the batch enrollment process, automated messages will be returned to you identifying the file errors, including the specific records that have errors.

Submit and process member enrollment application: Once the enrollment record(s) have been validated, Lynx begins processing the product enrollments using the provided information. At this point in the enrollment process, a new member is created with a "NEW" status, a new member product is created with a "NEW" status, and a new member account is created with a "New" status in the Lynx system as Lynx reviews the application. Depending on the account type Lynx may need to complete the "Know Your Customer" (KYC) vetting in order to adhere with government regulation [More about this below]. The member’s product enrollment status is updated based on the application review.

Create the product account: After the application is approved, the member account is established. The created account is established based on the enrollment effective date, the client organization configuration and regulatory requirements. The account is now active for transactions.

Create the card: Following the account creation Lynx will generate a virtual or physical card for the account depending on your configuration. Virtual cards will be transmitted to the member electronically. Physical cards will be printed according to your card design and distributed to member via USPS.

1800

Member Status

StatusDefinition
NEWInitial state when KYC is required; cannot be targeted via API update
ActiveSet when KYC passes or isn't required
InactiveKYC denied, member transfer, or manual deactivation

Member Product Status

Note: Member Product status may not be updated via an API.

StatusDefinition
NEWA new enrollment has been submitted for a product
App_PendingKYC application submitted, not yet reviewed
App_Pending_ReviewThis indicates some of the information on the KYC application requires a closer look by Lynx due to a potential for higher risk fraud.
App_Awaiting_DocumentsThis indicates that some additional documentation is needed from the member to help validate their identity.
App_ApprovedKYC application approved, but the product is not yet active
App_DeniedThis is a final status that is applied if an account cannot be established due to KYC.
FailedProcessing failure
Account_ActiveProduct is fully active
InactiveProduct is deactivated
Document_ApprovedRequested KYC documentation has been provided and approved after review
Document_RejectedRequested KYC documentation has been provided and rejected after review

Member Account Status

Note: Using the PATCH Update Member Account Status API, if an account is Account_Active, it may be frozen or closed, and if an account is Frozen, it may be reactivated. If an account is Closed, it may not be reopened.

StatusDefinition
NewAccount setup is in progress
Account_ActiveAccount is active
FrozenAccount is temporarily suspended.  ACH and authorization requests will not be accepted.
ClosedAccount is permanently closed.  ACH and authorization requests will not be accepted.

Member Card Status

StatusDefinition
NewA card and at least one account purse has been created. Card must be activated prior to use.
ActiveThe card is activated and ready to accept authorization requests.
FrozenThe card has been temporarily flagged and is unable to accept authorization requests. Previously authorized transactions will settle to the account.
ClosedThe card is no longer in use and unable to accept an authorization request. Previously authorized transactions will settle to the account.
LostThe card is no longer in the cardholder’s possession or may have been exposed to fraudulent activity. Card is unable to accept an authorization request. Previously authorized transactions will settle to the account.
ReplacedThe card has been replaced (card was previously reported as lost or stolen).
PotentialFraudPossible fraudulent activity on the card until investigation is concluded. Card is unable to accept an authorization request.



Did this page help you?