Skip to content

stripe-android v20.25.5

Compare
Choose a tag to compare
@tillh-stripe tillh-stripe released this 05 Jun 20:28
· 2273 commits to master since this release
febebf7

PaymentSheet

  • [CHANGED] The experimental API for finalizing payments on the server has changed:
    • Instead of providing only the PaymentMethod ID, CreateIntentCallback now provides the entire PaymentMethod object.
    • CreateIntentCallbackForServerSideConfirmation has been removed. If you’re using server-side confirmation, use CreateIntentCallback and its new shouldSavePaymentMethod parameter.
    • CreateIntentCallback, CreateIntentResult, and ExperimentalPaymentSheetDecouplingApi have been moved to the paymentsheet module. Update your imports from com.stripe.android.* to com.stripe.android.paymentsheet.*.

Financial Connections

  • [FIXED]6794 Gracefully fails when no web browser available.
  • [FIXED]6813 Added Mavericks related proguard rules to the consumer-rules file.

See the changelog for more details.