Skip to content

0.18.0 - 2022-08-17

Compare
Choose a tag to compare
@ianjabour-stripe ianjabour-stripe released this 17 Aug 18:32
· 278 commits to master since this release

Breaking changes

  • Your compileSdkVersion (in android/build.gradle) now must be at least 32. Changing your compileSdkVersion does not change runtime behavior.

New features

  • confirmPayment can now be called with just a client secret (e.g. await confirmPayment("payment-intent-id")), in other words the payment method can be excluded. If the payment method is excluded, it is assumed by the SDK that you have attached the payment method on the server-side during payment intent creation. #1084
  • Payment Sheet now supports Link on iOS. #1086.

Fixes

  • Fixed a bug on Android where collectBankAccountForPayment, collectBankAccountForSetup, collectBankAccountToken, and collectFinancialConnectionsAccounts wouldn't work with Stripe Connect accounts. #1086.
  • Upgraded stripe-ios to 22.7.+ and stripe-android to 20.9.+.

Please see the changelog for additional details.