Skip to content

v0.123.0

Choose a tag to compare

@stainless-app stainless-app released this 15 Apr 09:16

0.123.0 (2026-04-13)

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

Features

  • api: add card decline count values to conditional authorization (65f1c4b)
  • api: add DELINQUENT substatus to financial account status updates (6d637cf)
  • api: add INTERCHANGE, CHARGEBACK, PROVISIONAL_CREDIT_ACCOUNT to financial account types (a06a494)
  • api: add override_company_name parameter to payment create (899a3be)
  • api: add statement_totals field to Statement/StatementsCreatedWebhookEvent (44d890e)
  • api: add transaction_token field to BacktestStats/ReportStats examples (b4209cb)
  • api: add transaction_token to authorization/authentication3ds/tokenization/ach results (5bf85e9)

Bug Fixes

  • types: make creditProductToken optional in Statement (f655477)
  • types: make data and has_more required in AccountActivityListPageResponse (5feba92)
  • types: remove hostname, make fields required in AsaRequestCard (67cbf7d)
  • types: remove INTERCHANGE and CHARGEBACK from FinancialAccount and InstanceFinancialAccountType (21b74ec)

Chores

  • ci: skip lint on metadata-only changes (c266aa2)
  • types: [breaking] remove deprecated fields from ReportStats and Example models (634a6e2)

Documentation

  • api: update natureOfBusiness and qrCodeUrl parameter descriptions (2fe328d)
  • improve examples (9dee9d6)