Accept Online banking Poland payments using our APIs, and build your own payment form to have full control over the look and feel of your checkout page.
Requirements
Requirement | Description |
---|---|
Integration type | Make sure that you have built an API-only integration. |
Setup steps | Before you begin, add in your test Customer Area. |
Build your payment form for Online banking Poland
Include Online banking Poland in the list of available payment methods.
In your /paymentMethods request, specify:
- countryCode: PL
- amount.currency: PLN
The list of issuing banks are included in the object with type
: onlineBanking_PL.
Make sure that you ask the shopper to accept the Online banking Poland regulations and information obligation in your checkout flow.
Make a payment
In your /payments request, specify:
paymentMethod.type
: onlineBanking_PLpaymentMethod.issuer
: The shopper's bank. Specify this with the Issuer value that corresponds to this bank.- returnUrl: The URL where the shopper will be redirected back to after they complete the payment. This URL can have a maximum of 1024 characters.
shopperEmail
: The shopper's email address. Maximum length: 50 characters.