Skip to content

v0.140.0

Choose a tag to compare

@stainless-app stainless-app released this 27 May 18:19

0.140.0 (2026-05-26)

Full Changelog: v0.139.0...v0.140.0

Features

  • api: add card_authorization.challenge webhook event (aa5e447)
  • api: add INVALID_PAN decline reason to tokenizations (f0eb327)
  • api: add method field, DECLINED status, OUT_OF_BAND support to card authorization challenges (79c9536)
  • api: add pause method to external_bank_accounts (5f3dea5)
  • api: Add schemas for authorization adjustment rules (d439bf0)

Bug Fixes

  • api: Change conditional value numeric type from integer to number (6e86c29)
  • types: add null to parent_company, external_id, naics_code in account-holders (4ef1a13)
  • typescript: upgrade tsc-multi so that it works with Node 26 (560e785)
  • types: expand enums and add nullability across balance/statement/report types (cfdea1a)
  • types: make cardholder_currency nullable in CardProgram (4367c8f)

Chores

  • tests: remove redundant File import (71e2edc)

Documentation

  • api: clarify ACCOUNT_AGE attribute in auth rules v2 (a492725)