Payment-method icon

Android Drop-in

Add Online Banking SK to your Drop-in integration.

How you add Online Banking SK depends on your integration.

Choose the server-side flow that your integration uses:

Sessions flow
Advanced flow

Start integrating with Sessions flow Drop-in

Choose your version
5.8.0

Requirements

Requirement Description
Integration type Make sure that you have an existing Sessions flow Drop-in integration.
Required version of Checkout API: v68 or later.
Setup steps Before you begin, add Online Banking SK in your Customer Area.

Add additional parameters to your /sessions request

You do not need to add any parameters when you create a payment session.

Add additional configuration for Online Banking SK

Add a configuration object with the following parameters:

Parameter Required Description
setSubmitButtonVisible Set if you want the submit button to be visible.
Add a configuration object
Expand view
Copy link to code block
Copy code
Copy code
// Create a configuration object.
val Configuration = Configuration.Builder(
shopperLocale, // Use your context instead to use the device's default locale.
environment,
clientKey
)
// Set additional configuration.
.setSubmitButtonVisible(True)

Test and go live

Test Online banking Slovakia payments with real payment details and small amounts.

Check the status of your test Online banking Slovakia payments in your Customer Area > Transactions > Payments.

To accept live Online banking Slovakia payments, add it as a payment method in your Customer Area.