stripe-android v20.25.5
tillh-stripe
released this
05 Jun 20:28
·
2273 commits
to master
since this release
PaymentSheet
- [CHANGED] The experimental API for finalizing payments on the server has changed:
- Instead of providing only the
PaymentMethod
ID,CreateIntentCallback
now provides the entirePaymentMethod
object. CreateIntentCallbackForServerSideConfirmation
has been removed. If you’re using server-side confirmation, useCreateIntentCallback
and its newshouldSavePaymentMethod
parameter.CreateIntentCallback
,CreateIntentResult
, andExperimentalPaymentSheetDecouplingApi
have been moved to thepaymentsheet
module. Update your imports fromcom.stripe.android.*
tocom.stripe.android.paymentsheet.*
.
- Instead of providing only the