Skip to content

Releases: stripe/stripe-ios-spm

23.9.2

20 Jun 20:29
Compare
Choose a tag to compare

23.9.2 2023-06-20

Payments

  • [Fixed] Fixed a bug causing Cash App Pay SetupIntents to incorrectly state they were canceled when they succeeded.

AddressElement

  • [Fixed] A bug that was causing addressViewControllerDidFinish to return a non-nil AddressDetails when the user cancels out of the AddressElement when default values are provided.
  • [Fixed] A bug that prevented the auto complete view from being presented when the AddressElement was created with default values.

23.9.1

12 Jun 23:48
04e620c
Compare
Choose a tag to compare

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

30 May 19:48
Compare
Choose a tag to compare

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 additional shouldSavePaymentMethod: Bool parameter that you should ignore.
    • If you use IntentConfiguration(..., confirmHandlerForServerSideConfirmation:), use IntentConfiguration(..., confirmHandler:) instead. Additionally, the confirm handler's first parameter is now an STPPaymentMethod object instead of a String id. Use paymentMethod.stripeId to get its id and send it to your server.
  • [Fixed] Fixed PKR currency formatting.

CustomerSheet

23.8.0

09 May 01:18
Compare
Choose a tag to compare

23.8.0 2023-05-08

Identity

  • [Added] Added test mode M1 for the SDK.

23.7.1

02 May 22:42
Compare
Choose a tag to compare

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

25 Apr 01:19
Compare
Choose a tag to compare

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

21 Apr 02:49
Compare
Choose a tag to compare

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

21 Apr 00:41
Compare
Choose a tag to compare

23.6.1 2023-04-17

⚠️ Note: This version introduced a bug in PaymentSheet were users can't pay with SEPA Debit. This also affects Paypal when used with SetupIntent or PaymentIntent + setup_future_usage.

All

PaymentSheet

  • [Fixed] Visual bug of the delete icon when deleting saved payment methods reported in #2461.

23.6.0

27 Mar 19:00
Compare
Choose a tag to compare

23.6.0 2023-03-27

PaymentSheet

  • [Added] Added billingDetailsCollectionConfiguration to configure how you want to collect billing details. See the docs here.

23.5.1

20 Mar 22:54
f1106b7
Compare
Choose a tag to compare

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.