Skip to content

v0.20.0

Latest

Choose a tag to compare

@stainless-app stainless-app released this 31 Aug 20:18

0.20.0 (2026-08-31)

Full Changelog: v0.19.0...v0.20.0

Features

  • api: add blockchain_addresses field to FinancialAccount model (c46e82c)
  • api: add blockchain_recipients resource (437d522)
  • api: add claim_token field/param and WRITE_OFF_REVERSED to disputes v2 (d32fe12)
  • api: add limit_cash_amount and limit_cash_count to velocity limit params (4e4dfb7)
  • api: add PROGRAM scope to auth rules, FINANCIAL_ACCOUNT/PROGRAM to case_entity (1520693)
  • api: add reassign_account method to cards (2f6bdfa)
  • api: add STABLECOIN enum value to payment type (5151e5d)
  • api: add stablecoin event types to payment/financial_event/statement_line_items (2f1fbca)
  • api: add STABLECOIN method, make method_attributes nullable in Payment (6ecbe70)
  • api: add stablecoin payment method type to payments (80e026a)
  • api: add stablecoin_inbound/stablecoin_outbound to payment type enum (087861b)
  • Make blockchain recipient account_token nullable (ce96330)
  • Remove stablecoin transfer type (41e80f8)

Bug Fixes

  • types: rename event data variants, remove type discriminator in dispute_v2 (aeedd0a)

Chores

  • internal: allow the mock server port to be set with STAINLESS_MOCK_PORT (0fbeb86)

Documentation

  • api: update client_device_id and client_wallet_account_id descriptions in card provision (e5cd94f)
  • api: update cvv field documentation in Card and tokenization (b520213)