Payment-method icon

Web Component

Add Online Banking SK to your Components 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 Component

Choose your version
6.5.1

Requirements

Requirement Description
Integration type Make sure that you have an existing Sessions flow Web Components integration.
Checkout API Make sure that you use 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.

Import Online Banking SK

When you import Adyen Web, include OnlineBankingSK.

Import
Expand view
Copy link to code block
Copy code
Copy code
import { AdyenCheckout, OnlineBankingSK } from '@adyen/adyen-web';

Add additional configuration for Online Banking SK

You do not need to add any configuration parameters for Online Banking SK.

Initialize the Component for Online Banking SK

To initialize Online Banking SK, use the OnlineBankingSK class.

Initialize the Component
Expand view
Copy link to code block
Copy code
Copy code
const onlineBanking_SKComponent = newOnlineBankingSK(checkout,
{
// The configuration object for Online Banking SK that you created.
// Mount the Component to a container.
} ).mount('#onlineBanking_SK-container')

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.