Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Releases: lithic-com/lithic-python

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)

v0.118.0

16 Mar 13:25

Choose a tag to compare

0.118.0 (2026-03-16)

Full Changelog: v0.117.0...v0.118.0

Features

  • api: add ACH_RECEIPT_RELEASED_EARLY event type to payments (5c64610)
  • api: add EARLY_DIRECT_DEPOSIT_FLOAT type to financial accounts (6b3cfd6)
  • api: add event_subtype field to statement line items (5545804)
  • api: add excluded_account_tokens parameter to auth_rules v2 create/update (9a13e1d)
  • api: add loan_tape_date field to statement line items (e4ff030)
  • api: add penalty_rates to interest tier schedule create (224cb0c)
  • api: add typescript_code rule type, state/error fields to auth_rules (f6dc800)
  • api: add versions field to auth_rules DailyStatistic model (5cce645)
  • api: add WIRE category, wire events, remove remittance_information from payment (aa66507)

Bug Fixes

  • api: [breaking] unify webhook schemas for digital_wallet.tokenization_approval_request webhooks (c6f0508). Remove TokenizationDecisioningRequestWebhookEvent. Use DigitalWalletTokenizationApprovalRequestWebhookEvent instead.
  • types: make start/end required, remove auth_rule_token in SimulationParameters (96a4a8c)

Chores

  • internal: codegen related update (845458d)
  • internal: regenerate SDK with no functional changes (fc13bed)

Documentation

  • api: update disputes docstrings to use chargeback terminology (0f35c28)

v0.117.0

05 Mar 20:13

Choose a tag to compare

0.117.0 (2026-03-05)

Full Changelog: v0.116.0...v0.117.0

Features

  • api: add action_counts to rule performance reports and code to authorization actions (8301127)
  • api: Add Hold API for financial account fund reservations (a476549)
  • api: Remove deprecated beneficial owner entities field (4160169)

Chores

  • fix webhook parsing tests (0f10f64)
  • internal: codegen related update (83f9164)
  • internal: codegen related update (089f0d7)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.