Skip to content

v0.133.0

Latest

Choose a tag to compare

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

0.133.0 (2026-08-31)

Full Changelog: v0.132.0...v0.133.0

Features

  • api: add blockchain_addresses field to FinancialAccount and webhook events (3ac1807)
  • api: add blockchain_recipients create endpoint (0188b4a)
  • api: add claimToken field to disputes/webhooks, claim filter, write_off_reversed action (6c4513a)
  • api: add limitCashAmount/limitCashCount fields to VelocityLimitParams (9507834)
  • api: add PROGRAM scope to AchPayment/CardTransaction, entity types to Case (cd6e1c3)
  • api: add reassign account endpoint to cards (9f1c947)
  • api: add stablecoin event types to FinancialEvent/Payment/StatementLineItems (46fa6f1)
  • api: add STABLECOIN method to Payment and related responses (5c383bd)
  • api: Add STABLECOIN to approvals request and transfer type enums (3b3dd7a)
  • api: add STABLECOIN_INBOUND/STABLECOIN_OUTBOUND to Payment.TransferType (3f8fb7f)
  • Make blockchain recipient account_token nullable (987f46b)
  • Remove stablecoin transfer type (f07b217)

Bug Fixes

  • docs: link the javadoc badge so the version stays current after release (d886c69)
  • types: make methodAttributes optional in Payment models, add STABLECOIN method (6af3f53)
  • types: remove type discriminator, rename methods in DisputeV2 event data variants (4979042)

Chores

  • internal: allow the mock server port to be set with STAINLESS_MOCK_PORT (af428ae)
  • internal: codegen related update (52d6ae2)
  • internal: codegen related update (39e4623)

Documentation

  • api: clarify wallet ID parameter requirements in card provision (4e66287)
  • api: update CVV field descriptions to note AMEX uses 4 digits (2892515)