Feature Summary
A categorized reference of capabilities exposed by the Float Service. For flow details and data models, follow the cross-references on each section.
Float Management
| Feature | Description |
|---|---|
Create float |
Creates a new float for a user after validating subscription status, fraud checks, underwriting eligibility, and any active requirements bypass. Submits a disbursement to the Payments Service and publishes a |
Get floats |
Returns all floats for a user. Optionally includes computed payback date information. |
Get active floats |
Returns only floats in an active status ( |
Get float by ID |
Returns a single float record by float ID. |
Update float |
Updates a float’s |
Get collection history |
Returns all collection attempt records for a given float from the |
See PostgreSQL Schema for the float data model and API Specification for the full endpoint reference.
Collections
| Feature | Description |
|---|---|
T-1 Day collection |
The day before a float’s due date, submits an ACH debit for users without a valid primary debit card. Users with a valid card are held for the Due Date pinless attempt. |
Due Date collection |
On the float’s due date, attempts pinless debit first (if a valid card exists). Falls back to ACH on NSF errors. Marks the float |
Daily Retry |
Every morning, retries floats in |
Income detection webhook |
On income events from the Insight Service, attempts collection on floats in |
Balance update webhook |
On balance update events from the Transactions Service, attempts opportunistic collection on floats in |
ACH settlement handling |
Processes ACH payment callbacks from the |
ACH prenotes |
Submits zero-dollar USIO prenotes 4 business days before a float’s due date to validate account numbers with the ACH processor. Driven by the weekday |
See Collections Engine for detailed flow diagrams and decision logic.
Bypass & Payback
| Feature | Description |
|---|---|
Get requirements bypass |
Returns the active bypass record for a user, if one exists. |
Add requirements bypass |
Creates or updates a bypass record with an expiration date and reason. Bypasses the standard eligibility requirements check on the next float creation for that user. |
Remove requirements bypass |
Deletes the bypass record for a user. |
Manual payback |
Submits a manual collection payment for an active float via the Payments Service. |
Payback for account reactivation |
Pays off all overdue floats for a user during account reactivation. Returns the amount collected, any remaining balance, and the masked card number used. |
See Bypass & Payback for flow details.
Administration
| Feature | Description |
|---|---|
Ban user |
Marks all active floats in |
QA float creation |
Test-environment-only endpoint for creating float records with associated collection history and payment records. Used by QA automation. |