- #1422 API Updates
- Add support for new resource
CustomerCashBalanceTransaction
- Remove support for value
paypal
from enumsOrderCreateParams.payment.settings.payment_method_types[]
andOrderUpdateParams.payment.settings.payment_method_types[]
- Add support for
currency
onPaymentLink
- Add support for
network
onSetupIntentConfirmParams.payment_method_options.card
,SetupIntentCreateParams.payment_method_options.card
,SetupIntentUpdateParams.payment_method_options.card
,Subscription.payment_settings.payment_method_options.card
,SubscriptionCreateParams.payment_settings.payment_method_options.card
, andSubscriptionUpdateParams.payment_settings.payment_method_options.card
- Change
TreasuryOutboundTransferCreateParams.destination_payment_method
to be optional - Add support for new value
customer_cash_balance_transaction.created
on enumsWebhookEndpointCreateParams.enabled_events[]
andWebhookEndpointUpdateParams.enabled_events[]
- Change the return type of
Customer.fundCashBalance
test helper fromCustomerBalanceTransaction
toCustomerCashBalanceTransaction
.- This would generally be considered a breaking change, but we've worked with all existing users to migrate and are comfortable releasing this as a minor as it is solely a test helper method. This was essentially broken prior to this change.
- Add support for new resource
- #1425 Add beta readme.md section
- #1423 chore: Remove unused variable from SearchPagingIteratorTest.
- #1421 Add a support section to the readme
- #1420 Fix outdated test comment
- #1418 Fix latest JAR hyperlink and related tests
- #1419 Fix makefile indentation and improve regex