v0.8.0
0.8.0 (2026-03-16)
Full Changelog: v0.7.0...v0.8.0
Features
- api: add EARLY_DIRECT_DEPOSIT_FLOAT to financial account types (3e0194f)
- api: Add event_subtype to statement line items (3e9c63c)
- api: add excluded_account_tokens field to auth_rules (df3f09b)
- api: add loan_tape_date field to statement line items (9dd0f14)
- api: add penalty_rates parameter to interest_tier_schedule (d5d3ecb)
- api: Add support for early direct deposit (5b75c2f)
- api: add TypeScript code rules, draft version state tracking to auth_rules (1dbdb68)
- api: add versions field to auth_rules daily statistics (827bf68)
- api: add WIRE category to account_activity/statements/payment, wire event types, remove field (a9df6e3)
- client: add webhook support (e31938a)
Bug Fixes
- api: [breaking] unify webhook schemas for digital_wallet.tokenization_approval_request webhooks (46555c1). Remove
TokenizationDecisioningRequestWebhookEvent. UseDigitalWalletTokenizationApprovalRequestWebhookEventinstead. - types: require start/end_, remove auth_rule_token in auth_rules v2 backtest (7307a40)
Chores
- internal: codegen related update (489f19b)
- internal: regenerate SDK with no functional changes (13a1d1b)
Documentation
- api: update disputes terminology to chargeback request (94dadbc)