Commerce Connect - Pre-Requisites
SDK Prerequisites
SessionToken | The SessionToken for the transaction (provided by Fiserv APIs) |
PageConfig | This page config is provided to merchant ahead of time |
SDK Architecture
The below represents the high-level data flow architecture of CommerceConnect SDK and APIs.
To begin with, the merchant app allows the user to start the payment/checkout process. The merchant app then communicates with merchant server to get a session token for this transaction. The session token is then used to initialize the CommerceConnect SDK .
From here on, CommerceConnect SDK will provide the payment types and required user interface to complete the payment. Once the payment is completed, the SDK will notify the merchant app through delegates or completion events.
Environment Prerequisites
- Xcode version should be 12.3 or above.
- Deployment target should be iOS 10 or above.