Apple Merchant Flow Improvements
We have made significant improvements to the Apple authentication flow, nearly doubling the conversion rate.This update is available starting with:- iOS SDK version 1.0.14+
- React Native SDK version 1.0.13+
Simplification of SDK Initialization
Versions1.0.11
on iOS, 2.0.12
on Android, and 1.0.7
on React Native (with Flutter & JS to follow) remove the need to specify a product
in KnotConfiguration
when configuring the session to initialize the SDK. Now, simply choose a type
for your session when calling Create Session and initialize the SDK with that session.Customization for Multi-Product Card Portfolios
Versions1.0.5
on iOS, 2.0.5
on Android, 1.0.2
on Flutter, and 1.0.2
on React Native (with JS to follow) include new features allowing multi-product card issuers to integrate Knot’s SDK. For those that issue multiple, differently-named card programs or may issue cards under multiple brands, you can now override and customize the name of your company and card inside the Knot SDK using the CustomerConfiguration
class. More here.New Guides & API Reference
Companies building with Knot can now enjoy the smoothness of fresh new documentation on integrating our SDK and APIs.SDK Major Version & Improvements
New major versions of the Knot SDK on all platforms have been released with improvements to initialization and event handling. For companies already integrated with earlier versions of Knot, a migration guide is provided to make the transition smooth.Migration Guides:Updates to Existing Transactions
Once an user’s merchant account is linked to Knot, you can receive updates to existing transactions you’ve already received. TheUPDATED_TRANSACTIONS_AVAILABLE
webhook provides notification of these updates and querying the Get Transaction By Id endpoint provides access to updated transaction data.