GrowthBook Flags

The canonical index of every GrowthBook flag the Float Service evaluates. Behavior detail lives on the linked domain pages. Checked in is the file where the flag is evaluated.

Flag Index

Flag Type Gates Checked in

floats.can_fallback_pinless

bool (build/install)

RTP disbursement fallback to PINLESS on a P04 error. See Float Lifecycle.

pkg/api/floats.go

floats.restricted_states

string list (per user)

States where float creation is rejected.

pkg/api/floats.go

floats.collections.ach.days_past_due

number

How many days past its due date a float still gets ACH attempts (default 28). See ACH submission policy.

pkg/collections/flags.go

floats.collections.retry.stale_hours

number

Balance-snapshot freshness threshold (hours) used by Daily Retry to decide STALEDATA.

pkg/collections/flags.go

floats.collections.retry.balance_buffer

number

Dollar buffer added on top of amount + fee in the Daily Retry balance gate.

pkg/collections/flags.go

floats.collections.retry.blind_debit.rollout

bool (per user)

Blind pinless attempt on Thursday/Friday Daily Retry runs when the user’s Plaid data is unusable. See Blind Debit.

pkg/collections/flags.go

floats.collections.plaid_disconnected.rollout

bool (per user)

Pinless-only attempt on a plaid_item_connection_lost / plaid_item_connection_revoked event; off = the worker no-ops. See Plaid Disconnected.

pkg/collections/flags.go

floats.collections.day_before.first_float_ach

bool (per user)

Routes a user’s first or second float (rank 0–1) to ACH in the day-before-ACH run.

pkg/collections/jobs/rules.go

floats.collections.day_before.returning_float_ach

bool (per user)

Routes a float for a user with 7 or more prior completed floats (rank >= 7) to ACH in the day-before-ACH run.

pkg/collections/jobs/rules.go

floats.webhook.balance.buffer

number

Balance buffer on top of fee + amount in the webhook-worker gate. Default: $20.

pkg/collections/webhook_worker.go

floats.collections.max_ach_attempts

number

Cap on automated ACH attempts per float (NACHA). Default: 3.

pkg/collections/webhook_worker.go, pkg/collections/jobs/rules.go

floats.collections.max_attempts_on_day

number

Cap on total collection attempts per day in the webhook worker. Default: 3.

pkg/collections/webhook_worker.go

floats.pinless.institutions

string list (per user)

Institution IDs treated as pinless-only during collection routing.

pkg/collections/webhook_worker.go