Releases: stripe/stripe-ios
Releases · stripe/stripe-ios
23.9.1
23.9.1 2023-06-12
PaymentSheet
- [Fixed] Fixed validating the IntentConfiguration matches the PaymentIntent/SetupIntent when it was already confirmed on the server. Note: server-side confirmation is in private beta.
CustomerSheet
- [Fixed] Fixed bug with removing multiple saved payment methods
23.9.0
23.9.0 2023-05-30
PaymentSheet
- [Changed] The private beta API for https://stripe.com/docs/payments/finalize-payments-on-the-server has changed:
- If you use
IntentConfiguration(..., confirmHandler:)
, the confirm handler now has an additionalshouldSavePaymentMethod: Bool
parameter that you should ignore. - If you use
IntentConfiguration(..., confirmHandlerForServerSideConfirmation:)
, useIntentConfiguration(..., confirmHandler:)
instead. Additionally, the confirm handler's first parameter is now anSTPPaymentMethod
object instead of a String id. UsepaymentMethod.stripeId
to get its id and send it to your server.
- If you use
- [Fixed] Fixed PKR currency formatting.
CustomerSheet
- [Added] CustomerSheet is now available (private beta)
23.8.0
23.8.0 2023-05-08
Identity
- [Added] Added test mode M1 for the SDK.
23.7.1
23.7.1 2023-05-02
Payments
- [Fixed] STPPaymentHandler.handleNextAction allows payment methods that are delayed or require further customer action like like SEPA Debit or OXXO.
23.7.0
23.7.0 2023-04-24
PaymentSheet
- [Fixed] Fixed disabled text color, using a lower opacity version of the original color instead of the previous
.tertiaryLabel
.
Identity
- [Added] Added test mode for the SDK.
23.6.2
23.6.2 2023-04-20
Payments
- [Fixed] Fixed UnionPay cards appearing as invalid in some cases.
PaymentSheet
- [Fixed] Fixed a bug that prevents users from using SEPA Debit w/ PaymentIntents or SetupIntents and Paypal in PaymentIntent+setup_future_usage or SetupIntent.
23.6.1
23.6.1 2023-04-17
All
- Xcode 13 is no longer supported by Apple. Please upgrade to Xcode 14.1 or later.
PaymentSheet
- [Fixed] Visual bug of the delete icon when deleting saved payment methods reported in #2461.
23.6.0
23.5.1
23.5.1 2023-03-20
Payments
- [Fixed] Fixed amounts in COP being formatted incorrectly.
- [Fixed] Fixed BLIK payment bindings not handling next actions correctly.
- [Changed] Removed usage of
UIDevice.currentDevice.name
.
Identity
- [Added] Added a retake photo button on selfie scanning screen.