On this page, you can find additional configuration for adding Online banking Slovakia to your Drop-in integration.
Before you begin
This page assumes you have:
- Built an integration with Drop-in version 5.22.0 or later.
- Added Online banking Slovakia in your Customer Area.
- If you are using Web Drop-in v6, import the resources you need:
import { AdyenCheckout, OnlineBankingSK} from '@adyen/adyen-web'
API reference
You do not need to send additional fields for Online banking Slovakia. To see optional fields that you can send for all payment methods, choose the endpoint you integrated:
- /sessions: This is the default with Drop-in v5.0.0 or later.
- /payments: If you implemented an additional use case.
Drop-in configuration
Optional configuration
You can add the following optional configuration:
Parameter name | Description | Default |
---|---|---|
showImage |
Set to false to remove the bank logos from the Online banking Czech Republic form. | true |
issuer |
Set to an Online banking Slovakia issuer ID to preselect a specific bank. | No bank is preselected. |
highlightedIssuers |
Set to the Online banking Slovakia issuer IDs for banks you want to show on top of the dropdown menu. Added in v5.22.0 | All issuers are shown in the dropdown. |
placeholder |
The string you want to show as the dropdown menu text. Custom translation configuration overrides this value. | Select your bank |
If you want to add optional configuration, include this in a configuration object. The following example shows how to configure Drop-in to remove the bank logos, and preselect Česká spořitelna:
const onlineBanking_SKConfiguration = {
showImage: false, // Optional. Set to **false** to remove the bank logos from the Online banking Czech Republic form.
issuer: "cs" // Optional. Set this to an **id** of an Online banking Czech Republic issuer to preselect it.
};
Include the onlineBanking_SKConfiguration
object when creating a configuration object for Drop-in:
Pass the Drop-in configuration object when creating your instance of AdyenCheckout
:
const checkout = await AdyenCheckout(configuration);
List of issuer IDs
Bank name | Issuer ID |
---|---|
ePlatby VÚB | vub |
Poštová banka | posta |
Sporopay | sporo |
TatraPay | tatra |
Viamo | viamo |
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.