- The SDK is now written in Swift, and some manual changes are required. Migration instructions are available at https://stripe.com/docs/mobile/ios/sdk-21-migration.
- Adds full support for Apple silicon.
- Xcode 12.2 is now required.
- Fixes an issue when using Cocoapods 1.10 and Xcode 12. #1683
- Fixes a warning when using Swift Package Manager. #1675
- Adds support for OXXO. #1592
- Applies a workaround for various bugs in Swift Package Manager. #1671 Please see #1673 for additional notes when using Xcode 12.0.
- Card scanning now works when the device's orientation is unknown. #1659
- The expiration date field's Simplified Chinese localization has been corrected. (Thanks cythb!) #1654
- Card scanning is now built into STPAddCardViewController. Card.io support has been removed. #1629
- Shrunk the SDK from 1.3MB when compressed & thinned to 0.7MB, allowing for easier App Clips integration. #1643
- Swift Package Manager, Apple Silicon, and Catalyst are now fully supported on Xcode 12. #1644
- Adds support for 19-digit cards. #1608
- Adds GrabPay and Sofort as PaymentMethod. #1627
- Drops support for iOS 10. #1643
pkPaymentErrorForStripeError
no longer returns PKPaymentUnknownErrors. Instead, it returns the original NSError back, resulting in dismissal of the Apple Pay sheet. This means ApplePayContext dismisses the Apple Pay sheet for all errors that aren't specifically PKPaymentError types.metadata
fields are no longer populated on retrieved Stripe API objects and must be fetched on your server using your secret key. If this is causing issues with your deployed app versions please reach out to Stripe Support. These fields have been marked as deprecated and will be removed in a future SDK version.
- Adds giropay PaymentMethod bindings #1569
- Adds Przelewy24 (P24) PaymentMethod bindings #1556
- Adds Bancontact PaymentMethod bindings #1565
- Adds EPS PaymentMethod bindings #1578
- Replaces es-AR localization with es-419 for full Latin American Spanish support and updates multiple localizations #1549 #1570
- Fixes missing custom number placeholder in
STPPaymentCardTextField
#1576 - Adds tabbing on external keyboard support to
STPAUBECSFormView
and correctly types it as aUIView
instead ofUIControl
#1580
- Adds ability to attach shipping details when confirming PaymentIntents #1558
STPApplePayContext
now provides shipping details in theapplePayContext:didCreatePaymentMethod:paymentInformation:completion:
delegate method and automatically attaches shipping details to PaymentIntents (unless manual confirmation)#1561- Adds support for the BECS Direct Debit payment method for Stripe users in Australia #1547
- Add advancedFraudSignalsEnabled property #1560
- Relaxes need for dob for full name connect account (
STPConnectAccountIndividualParams
). #1539 - Adds Chinese (Traditional) and Chinese (Hong Kong) localizations #1536
- Adds
STPApplePayContext
, a helper class for Apple Pay. #1499 - Improves accessibility #1513, #1504
- Adds support for the Bacs Direct Debit payment method #1487
- Adds support for 16 digit Diners Club cards #1498
- Fixes an issue building with Xcode 11.4 #1526
- Deprecates the
STPAPIClient
initWithConfiguration:
method. Set theconfiguration
property on theSTPAPIClient
instance instead. #1474 - Deprecates
publishableKey
andstripeAccount
properties ofSTPPaymentConfiguration
. See MIGRATING.md for more details. #1474 - Adds explicit STPAPIClient properties on all SDK components that make API requests. These default to
[STPAPIClient sharedClient]
. This is a breaking change for some users ofstripeAccount
. See MIGRATING.md for more details. #1469 - The user's postal code is now collected by default in countries that support postal codes. We always recommend collecting a postal code to increase card acceptance rates and reduce fraud. See MIGRATING.md for more details. #1479
- Adds support for Klarna Pay on Sources API #1444
- Compresses images using
pngcrush
to reduce SDK size #1471 - Adds support for CVC recollection in PaymentIntent confirm #1473
- Fixes a race condition when setting
defaultPaymentMethod
onSTPPaymentOptionsViewController
#1476
- STPAddCardViewControllerDelegate methods previously removed in v16.0.0 are now marked as deprecated, to help migrating users #1439
- Fixes an issue where canceling 3DS authentication could leave PaymentIntents in an inaccurate
requires_action
state #1443 - Fixes text color for large titles #1446
- Re-adds support for pre-selecting the last selected payment method in STPPaymentContext and STPPaymentOptionsViewController. #1445
- Fix crash when adding/removing postal code cells #1450
- Adds support for creating tokens with the last 4 digits of an SSN #1432
- Renames Standard Integration to Basic Integration
- Adds localizations for English (Great Britain), Korean, Russian, and Turkish #1373
- Adds support for SEPA Debit as a PaymentMethod #1415
- Adds support for custom SEPA Debit Mandate params with PaymentMethod #1420
- Improves postal code UI for users with mismatched regions #1302
- Fixes a potential crash when presenting the add card view controller #1426
- Adds offline status checking to FPX payment flows #1422
- Adds support for push provisions for Issuing users #1396
- Adds support for building on macOS 10.15 with Catalyst. Use the .xcframework file attached to the release in GitHub. Cocoapods support is coming soon. #1364
- Errors from the Payment Intents API are now localized by default. See MIGRATING.md for details.
- Adds support for FPX in Standard Integration. #1390
- Simplified Apple Pay integration when using 3DS2. #1386
- Improved autocomplete behavior for some STPPaymentHandler blocks. #1403
- Fixed spurious
keyboardWillAppear
messages triggered by STPPaymentTextCard. #1393 - Fixed an issue with non-numeric placeholders in STPPaymentTextCard. #1394
- Dropped support for iOS 9. Please continue to use 17.0.2 if you need to support iOS 9.
- Fixes an error that could prevent a 3D Secure 2 challenge dialog from appearing in certain situations.
- Improved VoiceOver support. #1384
- Updated Apple Pay and Mastercard branding. #1374
- Updated the Standard Integration example app to use automatic confirmation. #1363
- Added support for collecting email addresses and phone numbers from Apple Pay. #1372
- Introduced support for FPX payments. (Invite-only Beta) #1375
- Cancellation during the 3DS2 flow will no longer cause an unexpected error. #1353
- Large Title UIViewControllers will no longer have a transparent background in iOS 13. #1362
- Adds an
availableCountries
option to STPPaymentConfiguration, allowing one to limit the list of countries in the address entry view. #1327 - Fixes a crash when using card.io. #1357
- Fixes an issue with birthdates when creating a Connect account. #1361
- Updates example code to Swift 5. #1354
- The default value of
[STPTheme translucentNavigationBar]
is nowYES
. #1367
- Adds support for iOS 13, including Dark Mode and minor bug fixes. #1307
- Updates API version from 2015-10-12 to 2019-05-16 #1254
- Adds
STPSourceRedirectStatusNotRequired
toSTPSourceRedirectStatus
. Previously, optional redirects were marked asSTPSourceRedirectStatusSucceeded
. - Adds
STPSourceCard3DSecureStatusRecommended
toSTPSourceCard3DSecureStatus
. - Removes
STPLegalEntityParams
. Initialize anSTPConnectAccountParams
with anindividual
orcompany
dictionary instead. See https://stripe.com/docs/api/tokens/create_account#create_account_token-account
- Adds
- Changes the
STPPaymentContextDelegate paymentContext:didCreatePaymentResult:completion:
completion block type toSTPPaymentStatusBlock
, to let you inform the context that the user canceled. - Adds initial support for WeChat Pay. #1326
- The user's billing address will now be included when creating a PaymentIntent from an Apple Pay token. #1334
- Fixes STPThreeDSUICustomization not initializing defaults correctly. #1303
- Fixes STPPaymentHandler treating post-authentication errors as authentication errors #1291
- Removes preferredStatusBarStyle from STPThreeDSUICustomization, see STPThreeDSNavigationBarCustomization.barStyle instead #1308
- Adds a method to STPAuthenticationContext allowing you to configure the SFSafariViewController presented for web-based authentication.
- Adds STPAddress initializer that takes STPPaymentMethodBillingDetails. #1278
- Adds convenience method to populate STPUserInformation with STPPaymentMethodBillingDetails. #1278
- STPShippingAddressViewController prefills billing address for PaymentMethods too now, not just Card. #1278
- Update libStripe3DS2.a to avoid a conflict with Firebase. #1293
- Fixed an compatibility issue when building with certain Cocoapods configurations. #1288
- Improved compatibility with other OpenSSL-using libraries. #1265
- Fixed compatibility with Xcode 10.1. #1273
- Fixed an issue where STPPaymentContext could be left in a bad state when cancelled. #1284
- Changes to code obfuscation, resolving an issue with App Store review #1269
- Adds Apple Pay support to STPPaymentHandler #1264
- Adds API to let users set a default payment option for Standard Integration #1252
- Removes querying the Advertising Identifier (IDFA).
- Adds customizable UIStatusBarStyle to STDSUICustomization.
- Migrates Stripe3DS2.framework to libStripe3DS2.a, resolving an issue with App Store validation. #1246
- Fixes a crash in STPPaymentHandler. #1244
- Migrates STPPaymentCardTextField.cardParams property type from STPCardParams to STPPaymentMethodCardParams
- STPAddCardViewController:
- Migrates addCardViewController:didCreateSource:completion: and addCardViewController:didCreateToken:completion: to addCardViewController:didCreatePaymentMethod:completion
- Removes managedAccountCurrency property - there’s no equivalent parameter necessary for PaymentMethods.
- STPPaymentOptionViewController now shows, adds, removes PaymentMethods instead of Source/Tokens.
- STPCustomerContext, STPBackendAPIAdapter:
- Removes selectDefaultCustomerSource:completion: - Users must explicitly select their Payment Method of choice.
- Migrates detachSourceFromCustomer:completion:, attachSourceToCustomer:completion to detachPaymentMethodFromCustomer:completion:, attachPaymentMethodToCustomer:completion:
- Adds listPaymentMethodsForCustomerWithCompletion: - the Customer object doesn’t contain attached Payment Methods; you must fetch it from the Payment Methods API.
- STPPaymentContext now uses the new Payment Method APIs listed above instead of Source/Token, and returns the reworked STPPaymentResult containing a PaymentMethod.
- Migrates STPPaymentResult.source to paymentMethod of type STPPaymentMethod
- Deprecates STPPaymentIntentAction* types, replaced by STPIntentAction*. #1208
- Deprecates
STPPaymentIntentAction
, replaced bySTPIntentAction
- Deprecates
STPPaymentIntentActionType
, replaced bySTPIntentActionType
- Deprecates
STPPaymentIntentActionRedirectToURL
, replaced bySTPIntentActionTypeRedirectToURL
- Deprecates
- Adds support for SetupIntents. See https://stripe.com/docs/payments/cards/saving-cards#saving-card-without-payment
- Adds support for 3DS2 authentication. See https://stripe.com/docs/mobile/ios/authentication
- Adds configurable support for JCB (Apple Pay). #1158
- Updates sample apps to use
PaymentIntents
andPaymentMethods
where available. #1159 - Changes
STPPaymentMethodCardParams
expMonth
andexpYear
property types toNSNumber *
to fix a bug using Apple Pay. #1161
- Renames all former references to 'PaymentMethod' to 'PaymentOption'. See MIGRATING.md for more details. #1139
- Renames
STPPaymentMethod
toSTPPaymentOption
- Renames
STPPaymentMethodType
toSTPPaymentOptionType
- Renames
STPApplePaymentMethod
toSTPApplePayPaymentOption
- Renames
STPPaymentMethodTuple
toSTPPaymentOptionTuple
- Renames
STPPaymentMethodsViewController
toSTPPaymentOptionsViewController
- Renames all properties, methods, comments referencing 'PaymentMethod' to 'PaymentOption'
- Renames
- Rewrites
STPaymentMethod
andSTPPaymentMethodType
to match the Stripe API. #1140. - Adds
[STPAPI createPaymentMethodWithParams:completion:]
, which creates a PaymentMethod. #1141 - Adds
paymentMethodParams
andpaymentMethodId
toSTPPaymentIntentParams
. You can now confirm a PaymentIntent with a PaymentMethod. #1142 - Adds
paymentMethodTypes
toSTPPaymentIntent
. - Deprecates several Source-named properties, based on changes to the Stripe API. #1146
- Deprecates
STPPaymentIntentParams.saveSourceToCustomer
, replaced bysavePaymentMethod
- Deprecates
STPPaymentIntentsStatusRequiresSource
, replaced bySTPPaymentIntentsStatusRequiresPaymentMethod
- Deprecates
STPPaymentIntentsStatusRequiresSourceAction
, replaced bySTPPaymentIntentsStatusRequiresAction
- Deprecates
STPPaymentIntentSourceAction
, replaced bySTPPaymentIntentAction
- Deprecates
STPPaymentSourceActionAuthorizeWithURL
, replaced bySTPPaymentActionRedirectToURL
- Deprecates
STPPaymentIntent.nextSourceAction
, replaced bynextAction
- Deprecates
- Added new localizations for the following languages #1050
- Danish
- Spanish (Argentina/Latin America)
- French (Canada)
- Norwegian
- Portuguese (Brazil)
- Portuguese (Portugal)
- Swedish
- Deprecates
STPEphemeralKeyProvider
, replaced bySTPCustomerEphemeralKeyProvider
. We now allow for ephemeral keys that are not customer #1131 - Adds CVC image for Amex cards #1046
- Fixed
STPPaymentCardTextField.nextFirstResponderField
to never return nil #1059 - Improves return key functionality for
STPPaymentCardTextField
,STPAddCardViewController
#1059 - Add postal code support for Saudi Arabia #1127
- CVC field updates validity if card number/brand change #1128
- Changes
STPPaymentCardTextField
, which now copies thecardParams
property. See MIGRATING.md for more details. #1031 - Renames
STPPaymentIntentParams.returnUrl
toSTPPaymentIntentParams.returnURL
. #1037 - Removes
STPPaymentIntent.returnUrl
and addsSTPPaymentIntent.nextSourceAction
, based on changes to the Stripe API. #1038 - Adds
STPVerificationParams.document_back
property. #1017 - Fixes bug in
STPPaymentMethodsViewController
where selected payment method changes back if it wasn't dismissed in thedidFinish
delegate method. #1020
- Adds
STPPaymentMethod
protocol implementation forSTPSource
. You can now callimage
/templatedImage
/label
on a source. #976 - Fixes crash in
STPAddCardViewController
with some prefilled billing addresses #1004 - Fixes
STPPaymentCardTextField
layout issues on small screens #1009 - Fixes hidden text fields in
STPPaymentCardTextField
from being read by VoiceOver #1012 - Updates example app to add client-side metadata
charge_request_id
to requests toexample-ios-backend
#1008
- Adds
STPPaymentIntent
to support PaymentIntents. #985, #986, #987, #988 - Reduce
NSURLSession
memory footprint. #969 - Fixes invalid JSON error when deleting
Card
from aCustomer
. #992
- Fixes payment method label overlapping the checkmark, for Amex on small devices #952
- Adds EPS and Multibanco support to
STPSourceParams
#961 - Adds
STPBillingAddressFieldsName
option toSTPBillingAddressFields
#964 - Fixes crash in
STPColorUtils.perceivedBrightnessForColor
#954 - Applies recommended project changes for Xcode 9.4 #963
- Fixes
[Stripe handleStripeURLCallbackWithURL:url]
incorrectly returningNO
#962
- Makes iDEAL
name
parameter optional, also accepts empty string asnil
#940 - Adjusts scroll view content offset behavior when focusing on a text field #943
- Fixes an issue in
STPRedirectContext
causing some redirecting sources to fail in live mode due to prematurely dismissing theSFSafariViewController
during the initial redirects. #937
- Removes Bitcoin source support. See MIGRATING.md. #931
- Adds Masterpass support to
STPSourceParams
#928 - Adds community submitted Norwegian (nb) translation. Thank @Nailer!
- Fixes example app usage of localization files (they were not able to be tested in Finnish and Norwegian before)
- Silences STPAddress deprecation warnings we ignore to stay compatible with older iOS versions
- Fixes "Card IO" link in full SDK reference #913
- Updated the "62..." credit card number BIN range to show a UnionPay icon
- Fix issue with apple pay token creation in PaymentContext, introduced by 12.1.0. #899
- Now matches clang static analyzer settings with Cocoapods, so you won't see any more analyzer issues. #897
- Adds
createCardSources
toSTPPaymentConfiguration
. If you enable this option, when your user adds a card in the SDK's UI, a card source will be created and attached to their Stripe Customer. If this option is disabled (the default), a card token is created. For more information on card sources, see https://stripe.com/docs/sources/cards
- Adding Visa Checkout support to
STPSourceParams
#889
- Minimum supported iOS version is now 9.0.
- If you need to support iOS 8, the last supported version is 11.5.0
- Minimum supported Xcode version is now 9.0
AddressBook
framework support has been removed.STPRedirectContext
will no longer retain itself for the duration of the redirect, you must explicitly maintain a reference to it yourself. #846STPPaymentConfiguration.requiredShippingAddress
now is a set ofSTPContactField
objects instead of aPKAddressField
bitmask. #848- See MIGRATING.md for more information on any of the previously mentioned breaking API changes.
- Pre-built view controllers now layout properly on iPhone X in landscape orientation, respecting
safeAreaInsets
. #854 - Fixes a bug in
STPAddCardViewController
that prevented users in countries without postal codes from adding a card whenrequiredBillingFields = .Zip
. #853 - Fixes a bug in
STPPaymentCardTextField
. When completely filled out, it ignored calls tobecomeFirstResponder
. #855 STPPaymentContext
now has alargeTitleDisplayMode
property, which you can use to control the title display mode in the navigation bar of our pre-built view controllers. #849- Fixes a bug where
STPPaymentContext
'sretryLoading
method would not re-retrieve the customer object, even after callingSTPCustomerContext
'sclearCachedCustomer
method. #863 STPPaymentContext
'sretryLoading
method will now always attempt to retrieve a new customer object, regardless of whether a cached customer object is available. Previously, this method was only intended for recovery from a loading error; if a customer had already been retrieved,retryLoading
would do nothing. #863STPCustomerContext
has a new property:includeApplePaySources
. It is turned off by default. #864- Adds
UITextContentType
support. This turns on QuickType suggestions for the name, email, and address fields; and uses a better keyboard for Payment Card fields. #870 - Fixes a bug that prevented redirects to the 3D Secure authentication flow when it was optional. #878
STPPaymentConfiguration
now has astripeAccount
property, which can be used to make API requests on behalf of a Connected account. #875- Adds
- [STPAPIClient createTokenWithConnectAccount:completion:]
, which creates Tokens for Connect Accounts: (optionally) accepting the Terms of Service, and sending information about the legal entity. #876 - Fixes an iOS 11 bug in
STPPaymentCardTextField
that blocked tapping on the number field while editing the expiration or CVC on narrow devices (4" screens). #883
- Adds a new helper method to
STPSourceParams
for creating reusable Alipay sources. #811 - Silences spurious availability warnings when using Xcode9 #823
- Auto capitalizes currency code when using
paymentRequestWithMerchantIdentifier
to improve compatibility with iOS 11PKPaymentAuthorizationViewController
#829 - Fixes a bug in
STPRedirectContext
which causedSFSafariViewController
-based redirects to incorrectly dismiss when switching apps. #833 - Fixes a bug that incorrectly offered users the option to "Use Billing Address" on the shipping address screen when there was no existing billing address to fill in. #834
- Restores
[STPCard brandFromString:]
method which was marked as deprecated in a recent version #801 - Adds
[STPBankAccount metadata]
and[STPCard metadata]
read-only accessors and improves annotation for[STPSource metadata]
#808 - Un-deprecates
STPBackendAPIAdapter
and all associated methods. #813 - The
STPBackendAPIAdapter
protocol now includes two optional methods,detachSourceFromCustomer
andupdateCustomerWithShipping
. If you've implemented a class conforming toSTPBackendAPIAdapter
, you may add implementations of these methods to support deleting cards from a customer and saving shipping info to a customer. #813 - Adds the ability to set custom footers on view controllers managed by the SDK. #792
STPPaymentMethodsViewController
will now display saved card sources in addition to saved card tokens. #810- Fixes a bug where certain requests would return a generic failed to parse response error instead of the actual API error. #809
- Adds support for creating
STPSourceParams
for P24 source #779 - Adds support for native app-to-app Alipay redirects #783
- Fixes crash when
paymentContext.hostViewController
is set to aUINavigationController
#786 - Improves support and compatibility with iOS 11
- Changes and fixes methods on
STPCard
,STPCardParams
,STPBankAccount
, andSTPBankAccountParams
to bring card objects more in line with the rest of the API. See MIGRATING for further details. - Adds nullability annotations to
STPPaymentMethod
protocol #753 - Improves the
[STPAPIResponseDecodable allResponseFields]
by removing all instances of[NSNull null]
including ones that are nested. See MIGRATING.md. #747
- Adds an option to allow users to delete payment methods from the
STPPaymentMethodsViewController
. Enabled by default but can disabled using thecanDeletePaymentMethods
property ofSTPPaymentConfiguration
. - Adds a postal code field to
STPPaymentCardTextField
, configurable withpostalCodeEntryEnabled
andpostalCodePlaceholder
. Disabled by default. STPCustomer
'sshippingAddress
property is now correctly annotated as nullable.- Removed
STPCheckoutUnknownError
,STPCheckoutTooManyAttemptsError
, andSTPCustomerContextMissingKeyProviderError
. These errors will no longer occur.
- Adds stripeAccount property to
STPAPIClient
, set this to perform API requests on behalf of a connected account - Fixes the
routingNumber
property ofSTPBankAccount
so that it is populated when the information is available - Adds iOS Objective-C Style Guide
- We've greatly simplified the integration for
STPPaymentContext
. See MIGRATING.md. - As part of this new integration, we've added a new class,
STPCustomerContext
, which will automatically prefetch your customer and cache it for a brief interval. We recommend initializing yourSTPCustomerContext
before your user enters your checkout flow so their payment methods are loaded in advance. If in addition to usingSTPPaymentContext
, you create a separateSTPPaymentMethodsViewController
to let your customer manage their payment methods outside of your checkout flow, you can use the same instance ofSTPCustomerContext
for both. - We've added a
shippingAddress
property toSTPUserInformation
, which you can use to pre-fill your user's shipping information. STPPaymentContext
will now save your user's shipping information to their Stripe customer object. Shipping information will automatically be pre-filled from the customer object for subsequent checkouts.- Fixes nullability annotation for
[STPFile stringFromPurpose:]
. See MIGRATING.md. - Adds description implementations to all public models, for easier logging and debugging.
- The card autofill via SMS feature of
STPPaymentContext
has been removed. See MIGRATING.md.
- We've added a
paymentCountry
property toSTPPaymentContext
. This affects the countryCode of Apple Pay payments, and defaults to "US". You should set this to the country your Stripe account is in. paymentRequestWithMerchantIdentifier:
has been deprecated. See MIGRATING.md- If the card.io framework is present in your app,
STPPaymentContext
andSTPAddCardViewController
will show a "scan card" button. STPAddCardViewController
will now attempt to auto-fill the users city and state from their entered Zip code (United States only)- Polling for source object updates is deprecated. Check https://stripe.com/docs for the latest best practices on how to integrate with the sources API using webhooks.
- Fixes a crash in
STPCustomerDeserializer
when both data and error are nil. paymentMethodsViewController:didSelectPaymentMethod:
is now optional.- Updates the example apps to use Alamofire.
- Adds STPRedirectContext, a helper class for handling redirect sources.
- STPAPIClient now supports tokenizing a PII number and uploading images.
- Updates STPPaymentCardTextField's icons to match Elements on the web. When the card number is invalid, the field will now display an error icon.
- The alignment of the new brand icons has changed to match the new CVC and error icons. If you use these icons via
STPImageLibrary
, you may need to adjust your layout. - STPPaymentCardTextField's isValid property is now KVO-observable.
- When creating STPSourceParams for a SEPA debit source, address fields are now optional.
STPPaymentMethodsViewControllerDelegate
now has a separatepaymentMethodsViewControllerDidCancel:
callback, differentiating from successful method selections. You should make sure to also dismiss the view controller in that callback- Because collecting some basic data on tokenization helps us detect fraud, we've removed the ability to disable analytics collection using
[Stripe disableAnalytics]
.
- Fixes a bug where card sources didn't include the card owner's name.
- Fixes an issue where STPPaymentMethodsViewController didn't reload after adding a new payment method.
- Adds support for creating, retrieving, and polling Sources. You can enable any payment methods available to you in the Dashboard.
- Updates the Objective-C example app to include example integrations using several different payment methods.
- Updates
STPCustomer
to includeSTPSource
objects in itssources
array if a customer has attached sources. - Removes methods deprecated in Version 6.0.
- Fixes property declarations missing strong/nullable identifiers.
- Adds button to billing/shipping entry screens to fill address information from the other one.
- Fixes and unifies view controller behavior around theming and nav bars.
- Adds month validity check to
validationStateForExpirationYear
- Changes some Apple Pay images to better conform to official guidelines.
- Changes STPPaymentCardTextField's card number placeholder to "4242..."
- Updates STPPaymentCardTextField's CVC placeholder so that it changes to "CVV" for Amex cards
- Fixes a regression introduced in v9.0.0 in which color in STPTheme is used as the background color for UINavigationBar
- Note: This will cause navigation bar theming to work properly as described in the Stripe iOS docs, but you may need to audit your custom theme settings if you based them on the actual behavior of 9.0-9.2
- If the navigation bar has a theme different than the view controller's theme, STP view controllers will use the bar's theme to style it's UIBarButtonItems
- Adds a fallback to using main bundle for localized strings lookup if locale is set to a language the SDK doesn't support
- Adds method to get a string of a card brand from
STPCardBrand
- Updated description of how to run tests in README
- Fixes crash when user cancels payment before STPBackendAPIAdapter methods finish
- Fixes bug where country picker wouldn't update when first selected.
- Moves FBSnapshotTestCase dependency to Cartfile.private. No changes if you are not using Carthage.
- Adds prebuilt UI for collecting shipping information.
- Adds localized strings for 7 languages: de, es, fr, it, ja, nl, zh-Hans.
- Slight redesign to card/billing address entry screen.
- Improved internationalization for State/Province/County address field.
- Adds new Mastercard 2-series BIN ranges.
- Fixes an issue where callbacks may be run on the wrong thread.
- Fixes UIAppearance compatibility in STPPaymentCardTextField.
- Fixes a crash when changing application language via an Xcode scheme.
- Change minimum requirements to iOS 8 and Xcode 8
- Adds "app extension API only" support.
- Updates Swift example app to Swift 3
- Various fixes to ObjC example app
- Add ability to set currency for managed accounts when adding card
- Fix broken links for Privacy Policy/Terms of Service for Remember Me feature
- Sort countries in picker alphabetically by name instead of ISO code
- Make "County" field optional on billing address screen.
- PKPayment-related methods are now annotated as available in iOS8+ only
- Optimized speed of input sanitation methods (thanks @kballard!)
- Improved internationalization on billing address forms
- Users in countries that don't use postal codes will no longer see that field.
- The country field is now auto filled in with the phone's region
- Changing the selected country will now live update other fields on the form (such as State/County or Zip/Postal Code).
- Fixed an issue where certain Cocoapods configurations could result in Stripe resource files being used in place of other frameworks' or the app's resources.
- Fixed an issue where when using Apple Pay, STPPaymentContext would fire two
didFinishWithStatus
messages. - Fixed the
deviceSupportsApplePay
method to also check for Discover cards. - Removed keys from Stripe.bundle's Info.plist that were causing iTunes Connect to sometimes error on app submission.
- You can now optionally use an array of PKPaymentSummaryItems to set your payment amount, if you would like more control over how Apple Pay forms are rendered.
- Updated credit card and Apple Pay icons.
- Fixed some images not being included in the resources bundle target.
- Non-US locales now have an alphanumeric keyboard for postal code entry.
- Modals now use UIModalPresentationStyleFormSheet.
- Added more accessibility labels.
- STPPaymentCardTextField now conforms to UIKeyInput (thanks @theill).
- Fixed an issue with Apple Pay payments not using the correct currency.
- View controllers now update their status bar and scroll view indicator styles based on their theme.
- SMS code screen now offers to paste copied codes.
- Fixed an issue with some Cocoapods installations
- Fixed an issue with custom theming of Stripe UI
- Fixed error handling in STPAddCardViewController
- Added prebuilt UI for collecting and managing card information.
- Fixed an issue with validating certain Visa cards.
- Added Discover support for Apple Pay
- Add the now-required
accountHolderName
andaccountHolderType
properties to STPBankAccountParams - We now record performance metrics for the /v1/tokens API - to disable this behavior, call [Stripe disableAnalytics].
- You can now demo the SDK more easily by running
pod try stripe
. - This release also removes the deprecated Checkout functionality from the SDK.
- Added an
additionalAPIParameters
field to STPCardParams and STPBankAccountParams for sending additional values to the API - useful for beta features. Similarly, added anallResponseFields
property to STPToken, STPCard, and STPBankAccount for accessing fields in the response that are not yet reflected in those classes' @properties.
- Renamed card on STPPaymentCardTextField to cardParams.
- You can now set an STPPaymentCardTextField's contents programmatically by setting cardParams to an STPCardParams object.
- Added delegate methods for responding to didBeginEditing events in STPPaymentCardTextField.
- Added a UIImage category for accessing our card icon images
- Fixed deprecation warnings for deployment targets >= iOS 9.0
- Splits logic in STPCard into 2 classes - STPCard and STPCardParams. STPCardParams is for making requests to the Stripe API, while STPCard represents the response (you'll almost certainly want just to replace any usage of STPCard in your app with STPCardParams). This also applies to STPBankAccount and the newly-created STPBankAccountParams.
- Version 6.0.1 fixes a minor Cocoapods issue.
- Adds STPPaymentCardTextField, a new version of github.com/stripe/PaymentKit featuring many bugfixes. It's useful if you need a pre-built credit card entry form.
- Adds the currency param to STPCard for those using managed accounts & debit card payouts.
- Versions 5.1.1 and 5.1.2 fix minor issues with CocoaPods installation
- Version 5.1.3 contains bug fixes for STPPaymentCardTextField.
- Version 5.1.4 improves compatibility with iOS 9.
- Fix an issue with Carthage installation
- Fix an issue with CocoaPods frameworks
- Deprecate native Stripe Checkout
- Fix a compiler warning
- Versions 4.0.1 and 4.0.2 fix minor issues with CocoaPods and Carthage installation.
- Remove STPPaymentPresenter
- Support for latest ApplePayStubs
- Add nullability annotations to improve Swift support (note: this now requires Swift 1.2)
- Bug fixes
- Add support for native Stripe Checkout, as well as STPPaymentPresenter for automatically using Checkout as a fallback for Apple Pay
- Add OSX support, including Checkout
- Add framework targets and Carthage support
- It's safe to remove the STRIPE_ENABLE_APPLEPAY compiler flag after this release.
- Migrate code into STPAPIClient
- Add 'brand' and 'funding' properties to STPCard
- Add bank account tokenization methods
- Add billing address fields to our Apple Pay API
- Various bug fixes and code improvements
- Move Apple Pay testing functionality into a separate project, ApplePayStubs. For more info, see github.com/stripe/ApplePayStubs.
- Improve the provided example app
- Remove token retrieval API method
- Refactor functional tests to use new XCTestCase functionality
- Group ApplePay code in a CocoaPods subspec
- Move ApplePay code behind a compiler flag to avoid warnings from Apple when accidentally including it
- Fix some small bugs related to ApplePay and iOS8
- Add support for native payments via Pay
- Removed PaymentKit as a dependency. If you'd like to use it, you may still do so by including it separately.
- Removed STPView. PaymentKit provides a near-identical version of this functionality if you need to migrate.
- Improve example project
- Various code fixes
- Fixed an issue where tokenization requests would fail under iOS 6 due to SSL certificate verification
- Send some basic version and device details with requests for debugging.
- Added -description to STPToken
- Fixed some minor code nits
- Modernized code
- Added test suite for SSL certificate expiry/revocation
- You can now set STPView's delegate from Interface Builder
- API methods now verify the server's SSL certificate against a preset blacklist.
- Fixed some bugs with SSL verification.
- Note: This version now requires the
Security
framework. You will need to add this to your app if you're not using CocoaPods.
- Upgraded tests from OCUnit to XCTest
- Fixed an issue with the SenTestingKit dependency
- Removed some dead code
- Fixed: Some example files had target memberships set for StripeiOS and iOSTest.
- Fixed: The example publishable key was expired.
- Fixed: Podspec did not pass linting.
- Some fixes for 64-bit.
- Many improvements to the README.
- Fixed example under iOS 7
- Some source code cleaning and modernization.
- Add exceptions for null successHandler and errorHandler.
- Added the ability to POST the created token to a URL.
- Made STPCard properties nonatomic.
- Moved PaymentKit to be a submodule; added to Podfile as a dependency.
- Fixed some warnings caught by the static analyzer (thanks to jcjimenez!)
- Add CocoaPods support
- Change directory structure of bindings to make it easier to install
- Initial release
Special thanks to: Todd Heasley, jcjimenez.