Skip to content

v0.11.0

Choose a tag to compare

@stainless-app stainless-app released this 15 Apr 13:13

0.11.0 (2026-04-13)

Full Changelog: v0.10.0...v0.11.0

Features

  • api: add card decline count attributes to auth_rules conditional authorization (d8d98d9)
  • api: add DELINQUENT substatus to financial account update status (6a49f69)
  • api: add interchange/chargeback/provisional_credit_account to financial account type enums (3d54444)
  • api: add override_company_name field to payment create parameters (7e916b6)
  • api: add statement_totals field to financial accounts statement (1fa7586)
  • api: add transaction_token field to auth_rules examples (4729281)
  • api: add transaction_token field to auth_rules v2 results response (acca757)

Bug Fixes

  • align path encoding with RFC 3986 section 3.3 (5624e72)
  • internal: correct multipart form field name encoding (abfc1fd)
  • multipart encoding for file arrays (5a0bdeb)
  • types: [breaking] remove deprecated fields from auth_rules report_stats (f3089b7)
  • types: make credit_product_token optional in financial_accounts statement (a0fa401)
  • types: remove INTERCHANGE/CHARGEBACK from FinancialAccount/InstanceFinancialAccountType (6077d32)
  • types: require Card fields, remove hostname in authorization approval webhook (fb4f7d9)
  • variable name typo (0156ca5)

Chores

  • ci: skip lint on metadata-only changes (810ca31)
  • ci: support opting out of skipping builds on metadata-only commits (40b20fb)

Documentation

  • api: update nature_of_business and qr_code_url field descriptions (b11902d)
  • improve examples (a7a4a69)
  • update examples (985e1f5)