Skip to content
This repository has been archived by the owner on Mar 19, 2024. It is now read-only.

Ingenico-ePayments/connect-sdk-client-android-example-kotlin

Repository files navigation

Ingenico Connect Android SDK example (Kotlin)

This example app has been rebranded to Worldline. As part of the rebranding the example app has moved to https://github.com/Worldline-Global-Collect/connect-sdk-client-android-example-kotlin.


This example app illustrates the use of the Ingenico Connect Android Client SDK and the services provided by Ingenico ePayments on the Ingenico ePayments platform. This repository contains 2 different samples for both XML and Jetpack Compose. Both examples demonstrate the UI and business logic required to perform a basic Credit Card payment. The steps supported are selecting a payment product, fill in the required payment details and encrypting those details.

See the Ingenico Connect Developer Hub for more information on how to use the SDK.

Installation

To run this example app for the Ingenico Connect Android Client SDK, first clone the code from GitHub:

$ git clone https://github.com/Ingenico-ePayments/connect-sdk-client-android-example-kotlin.git

Afterwards, open and run the Android Studio project, and run the XML or Jetpack Compose example.

How do I configure a session?

When you start one of the examples (XML, Compose) you will see a form as the first screen where session details and payment details can be entered. You can also select additional options under other options.

Session details

In order to use the SDK you need a session. This session can be created by making a Client Session request via in the Server to Server API. It is also possible to use the API Explorer to obtain client session details. The JSON response with the Session id, Customer id, API URL and assets URL can be pasted in the appropriate fields.

Payment details

Set the payment details to any values you like to test a payment. Note that CountryCode, CurrencyCode and amount, as well as your configuration all influence which products will be available for the current payment.

About

Ingenico Connect Android Client SDK Kotlin Example

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages