Account Service

2.1
Team 2
Core Credit

Manages account operations, including updating account status, adjusting credit limits, and managing account treatments and flags.

The Account Service provides functionality for account onboarding, managing account status, applying treatments and flags, and handling account-level processes such as credit limit adjustments.

The following information offers an overview of the endpoints provided by the Account Service. For detailed technical documentation, refer to the Account Service API Reference.

Endpoints to handle core account operations.
Endpoint nameFunctionality
CreateAccountCreates a new account based on the provided configuration and request data.
GetAccountRetrieves detailed information about an account.
GetAccountIdByAccountNumberRetrieves the account ID (GUID) based on the provided account number.
Endpoints to manage account statuses.
Endpoint nameFunctionality
UpdateAccountStatusUpdates the status of an account (e.g. ChargeOff, Closed).
GetAccountStateHistoryRetrieves the history of account state changes, including updates to behaviour settings, treatments, and the status itself.
GetAccountRetrieves detailed information about an account.
Endpoints to manage account treatments.
Endpoint nameFunctionality
GetAvailableAccountTreatmentIndicatorsFetches the account treatment indicators enabled for a product.
AddAccountTreatmentApplies a treatment to an account.
RemoveAccountTreatmentRemoves a treatment from an account.
UpdateAccountTreatmentUpdates a treatment on an account, including changes to its effective and expiry dates.
Endpoints to manage account flags.
Endpoint nameFunctionality
GetAccountFlagDefinitionsRetrieves the account flag definitions that can be set on an account manually.
SetAccountFlagUpdates or adds a flag to an account.
RemoveAccountFlagRemoves a flag from an account.
Endpoints to manage account credit limits.
Endpoint nameFunctionality
UpdateCreditLimitUpdates the credit limit on an account.
UpdateCreditLimitIncreasePreferenceUpdates the credit limit increase preference for an account.

Was this page helpful?