iOS
The Checkout SDK is a Swift framework (library) provided by Ottu, designed to facilitate the seamless integration of an Ottu-powered checkout process into iOS applications.
With the Checkout SDK, both the visual appearance and the forms of payment available during the checkout process can be fully customized.
To integrate the Checkout SDK, the library must be included in the iOS application and initialized with the following parameters:
Additionally, optional configurations such as the forms of payment to accept and the theme styling for the checkout interface can be specified.
API private key should never be used on the client side. Instead, API public key should be used. This is essential to ensure the security of your application and the protection of sensitive data.
Last updated