Skip to content

Releases: stripe/stripe-ios-spm

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.

23.5.0

13 Mar 19:44
Compare
Choose a tag to compare

23.5.0 2023-03-13

Payments

  • [Added] API bindings support for Cash App Pay. See the docs here.
  • [Added] Added STPCardValidator.possibleBrands(forCard:completion:), which returns the list of available networks for a card.

PaymentSheet

  • [Added] Support for Cash App Pay in PaymentSheet.

23.4.2

07 Mar 01:27
Compare
Choose a tag to compare

23.4.2 2023-03-06

Identity

  • [Added] ID/Address verification.

23.4.1

28 Feb 01:06
Compare
Choose a tag to compare

23.4.1 2023-02-27

PaymentSheet

  • [Added] Debug logging to help identify why specific payment methods are not showing up in PaymentSheet.

Basic Integration

  • [Fixed] Race condition reported in #2302