github stripe/stripe-java v21.3.0

latest releases: v26.13.0-beta.1, v26.12.0, v26.12.0-beta.1...
2 years ago
  • #1422 API Updates
    • Add support for new resource CustomerCashBalanceTransaction
    • Remove support for value paypal from enums OrderCreateParams.payment.settings.payment_method_types[] and OrderUpdateParams.payment.settings.payment_method_types[]
    • Add support for currency on PaymentLink
    • Add support for network on SetupIntentConfirmParams.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, and SubscriptionUpdateParams.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 enums WebhookEndpointCreateParams.enabled_events[] and WebhookEndpointUpdateParams.enabled_events[]
    • Change the return type of Customer.fundCashBalance test helper from CustomerBalanceTransaction to CustomerCashBalanceTransaction.
      • 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.
  • #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

See the changelog for more details.

Don't miss a new stripe-java release

NewReleases is sending notifications on new releases.