Skip to content

Releases: lithic-com/lithic-python

v0.128.0

23 Jun 12:26

Choose a tag to compare

0.128.0 (2026-06-23)

Full Changelog: v0.127.0...v0.128.0

Features

  • api: add claim and claim_document webhook events (512d4fa)
  • api: add external bank/payment velocity/declines/history features to auth_rules (11d71e3)

v0.127.0

22 Jun 12:28

Choose a tag to compare

0.127.0 (2026-06-22)

Full Changelog: v0.126.0...v0.127.0

Features

  • api: add ACH_EVENT_TYPE attribute to auth_rules conditional ACH payment parameters (2597047)
  • api: add ACH_PAYMENT_UPDATE event stream, actions, and result types to auth_rules (27f6d31)

v0.126.0

17 Jun 08:05

Choose a tag to compare

0.126.0 (2026-06-16)

Full Changelog: v0.125.0...v0.126.0

Features

  • api: add 13 attributes, interval/unit params to auth rules conditional actions (3e52757)
  • api: add CardTransactionFeature type to auth_rules (c57609d)
  • api: Add created field and make completed_at nullable in latest_challenge (126641d)
  • api: add day_of_period field to financial_accounts loan_tape (612ce5f)
  • api: add hold_adjustment action type to auth rules (dc58d95)
  • api: add name_validation field to card_authorization (5bde4bc)
  • api: add route method to transactions (a48dac5)
  • api: add tags field to payment model (8b813b4)
  • api: add transaction_monitoring cases/comments/files/queues endpoints (67701a6)

Documentation

  • api: update support contact URL in cards/account/card documentation (71b5283)

v0.125.0

27 May 18:19

Choose a tag to compare

0.125.0 (2026-05-26)

Full Changelog: v0.124.0...v0.125.0

Features

  • api: add card_authorization.challenge webhook event (b765f10)
  • api: add INVALID_PAN to tokenization_decline_reason enum (00844d9)
  • api: add out-of-band challenge method, declined status to card authorization types (d8076eb)
  • api: add pause method to external_bank_accounts (1f022b2)
  • api: Add schemas for authorization adjustment rules (97f044c)

Bug Fixes

  • types: change ConditionalValue from int to float in auth_rules (40d3bf0)
  • types: make fields optional, add enum values in balance/settlement_detail/financial_event (13c231e)

Documentation

  • api: clarify ACCOUNT_AGE attribute behavior in auth_rules conditions (9fa7ab5)

v0.124.0

11 May 20:45

Choose a tag to compare

0.124.0 (2026-05-11)

Full Changelog: v0.123.0...v0.124.0

Features

  • api: add retrieve_signals method to accounts and cards (6e1649a)
  • api: add unit parameter and travel/distance attributes to auth_rules (02bd0f0)
  • internal/types: support eagerly validating pydantic iterators (e956125)

Bug Fixes

  • client: add missing f-string prefix in file type error message (826938a)

v0.123.0

07 May 08:55

Choose a tag to compare

0.123.0 (2026-05-06)

Full Changelog: v0.122.0...v0.123.0

Features

  • api: add AMEX to network enum in settlement reports (a429a2e)
  • api: add CARD_TRANSACTION_UPDATE event stream and action params to auth_rules v2 (0f09b01)
  • api: add IS_NEW_MERCHANT to auth_rules conditional authorization conditions (7bdb5aa)
  • support setting headers via env (759b6e2)

Bug Fixes

  • types: make substatus/funding optional, add exemption_type enum value (e424839)
  • use correct field name format for multipart file arrays (66cbc65)

Chores

  • internal: more robust bootstrap script (0df0d6c)
  • internal: reformat pyproject.toml (7d42546)

Documentation

  • api: clarify exp_month/exp_year generation in cards create/renew methods (8e94d66)
  • types: improve settlement_detail field descriptions (77ee726)

v0.122.0

20 Apr 18:13

Choose a tag to compare

0.122.0 (2026-04-20)

Full Changelog: v0.121.0...v0.122.0

Features

  • api: add card_authorization.challenge_response webhook event (78f2c4c)
  • api: Add card/account/business account signals endpoints and behavioral rule attributes (aa44c45)
  • api: add set_verification_method to external_bank_accounts (2645172)

Performance Improvements

  • client: optimize file structure copying in multipart requests (5504230)

v0.121.0

15 Apr 11:45

Choose a tag to compare

0.121.0 (2026-04-13)

Full Changelog: v0.120.0...v0.121.0

Features

  • api: add decline count attributes to auth_rules conditions (c511d14)
  • api: add DELINQUENT status to financial_accounts update_status (320f1fe)
  • api: add INTERCHANGE/CHARGEBACK/PROVISIONAL_CREDIT_ACCOUNT account types (aa96cd4)
  • api: add override_company_name parameter to payment create method (babec29)
  • api: add statement_totals field to Statement model (3b035bc)
  • api: add transaction_token field to auth_rules example models (ce41be2)
  • api: add transaction_token field to auth_rules result types (25fcd02)
  • internal: implement indices array format for query and form serialization (bef46fb)

Bug Fixes

  • api: [breaking] remove approved/decision/challenged/declined fields from auth_rules report_stats (b81fa5c)
  • client: preserve hardcoded query params when merging with user params (89aced4)
  • ensure file data are only sent as 1 parameter (6f796aa)
  • types: make credit_product_token optional in Statement (6caf4c4)
  • types: make fields required, remove hostname in card authorization approval webhook (80c1bcc)
  • types: remove INTERCHANGE and CHARGEBACK from financial account types (5567809)

Chores

  • ci: skip lint on metadata-only changes (7d73b7b)

Documentation

  • api: update nature_of_business and qr_code_url parameter descriptions (7514c59)
  • improve examples (b7a637b)
  • update examples (108bff1)

v0.120.0

23 Mar 22:02

Choose a tag to compare

0.120.0 (2026-03-23)

Full Changelog: v0.119.0...v0.120.0

Features

  • api: add CARD_AGE and ACCOUNT_AGE attributes to auth_rules conditions (1838bd0)
  • api: add override_company_name parameter to external_payments create (ebb9e7e)
  • api: add service location attributes to auth_rules, fields to merchant (40b6ef4)

Bug Fixes

  • sanitize endpoint path params (3bdb99d)

Chores

  • internal: migrate mock server from steady to prism (8468963)
  • internal: update gitignore (8ccbe00)
  • tests: bump steady to v0.19.4 (6e585b7)
  • tests: bump steady to v0.19.5 (327135e)
  • tests: bump steady to v0.19.6 (bd694b9)

Documentation

  • api: add character limit to nature_of_business, allowlisting note to qr_code_url (77a8f10)

Refactors

  • tests: switch from prism to steady (23a9671)

v0.119.0

18 Mar 15:48

Choose a tag to compare

0.119.0 (2026-03-17)

Full Changelog: v0.118.0...v0.119.0

Features

  • api: add remittance_information field to payment wire attributes (669e335)

Bug Fixes

  • deps: bump minimum typing-extensions version (26fb17c)
  • pydantic: do not pass by_alias unless set (cf205ce)
  • types: make address/dob/email/government_id optional in KYB delegated types (d2345a0)

Chores

  • internal: tweak CI branches (d18bbc8)

Documentation

  • api: add pdf to supported file types for account holders document upload (afcb77c)