How you add Online banking Slovakia depends on your integration.
Choose the server-side flow that your integration uses:
Start integrating with Sessions flow Component
Choose your versionRequirements
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. | |
Redirect handling | Make sure that your existing integration is set up to handle the redirect. action.type : redirect |
|
Setup steps | Before you begin, add Online banking Slovakia 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 Slovakia
When you import Adyen Web, include OnlineBankingSK
.
import { AdyenCheckout, OnlineBankingSK } from '@adyen/adyen-web';
Add additional configuration for Online banking Slovakia
You do not need to add any configuration parameters for Online banking Slovakia.
Initialize the Component for Online banking Slovakia
To initialize Online banking Slovakia, use the OnlineBankingSK
class.
const onlineBanking_SKComponent = newOnlineBankingSK(checkout, { // The configuration object for Online banking Slovakia 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.