0.18.0 - 2022-08-17
ianjabour-stripe
released this
17 Aug 18:32
·
278 commits
to master
since this release
Breaking changes
- Your
compileSdkVersion
(inandroid/build.gradle
) now must be at least32
. Changing yourcompileSdkVersion
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
, andcollectFinancialConnectionsAccounts
wouldn't work with Stripe Connect accounts. #1086. - Upgraded
stripe-ios
to 22.7.+ andstripe-android
to 20.9.+.
Please see the changelog for additional details.