Enroll or Unenroll a Customer in an Account Feature

· Enroll or Unenroll a Customer into or from an Additional Account Feature.
· Negative Balance: The Negative Balance feature is available to be used by Partners. This feature can only be requested during onboarding.
· Feature ID: NB100 – Negative balance $100 feature code. Depending on the terms and conditions included in the daa that is accepted during account registration, some features may need to be explicitly accepted via the PUT /accounts endpoint. Initially, all programs will be configured to not enforce terms acceptance. Once the system is configured to enforce terms acceptance for a feature, any customer that does not accept the terms for that feature will not be allowed to use the feature. For any programs, where customers are already using features that may require explicit terms acceptance, a data backfill will be required for those customers prior to enforcement being enabled. Please work with your Green Dot Account Manager and/or Product Manager to understand the impact and transition plan for your program and features.
· UCB 1 – 4: UCB tiers are cash back reward tiers based on program setup. These features are mutually exclusive. For example, if a customer is enrolled in UCB 1, then they cannot be enrolled in UCB 2, 3, or 4.
However, a customer can be enrolled in NB100 and a UCB feature. For example, NB100 and UCB 2.
· Remote Check Deposit Tiers (RCDTier): Check Deposit Tiers are required to use MRDC and to manage MRDC hold periods on an account.
· CDTiers are mutually exclusive, meaning an account can only be enrolled in one CDTier at a time.
· Call PUT /accounts/{accountIdentifier}/features/{featureId} to assign a CDTier to an account.

Path Params
string
required

The program code associated with the account.

string
required

The unique identifier for the account.

string
required

The feature identifier to enroll or unenroll.

Body Params

The request payload containing feature update details.

boolean | null

Gets or sets a value indicating whether the feature should be authorized. Serialized as "authorize" in the request payload.

Headers
string
required

The unique request identifier from the X-GD-RequestId header.

string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Responses

401

Unauthorized

Language
Credentials
Header
LoadingLoading…
Response
Choose an example:
application/json
text/json