Any specific information or requirements for a Payment Method can be found in the following pages. If a payment method is not listed, then there are no additional requirements. Card Payments include payments using following payment methods AMEX, VISA, BANCONTACT, V_PAY, MAESTRO, MASTERCARD.
The supported Payment Methods by the Rest API can be found under supported features.
- Apple Pay
- Apple Messages for Business
- Google Pay
- Card Payments
- SEPA Direct Debit
- Klarna
- Point of Sale
- Paypal
Java Script Files
For several credit card payments a Javascript file is needed to handle a part of the integration, which can be for starting the actual payment or handling the authentication. The complete Javascript files can be found at the following locations. See also Card Authentication.
Environment | File | Purpose |
---|---|---|
Test/Sandbox | 3dsv1.js | 3DSv1 authentication |
3dsv2_sdk_v2.js | 3DSv2 authentication | |
apple_pay_v3.js | Apple Pay (start payment) | |
google_pay_v3.js | Google Pay (start payment) | |
nca-3ds-web-sdk.js | 3DSv2 authentication | |
Production | 3dsv1.js | 3DSv1 authentication |
3dsv2_sdk_v2.js | 3DSv2 authentication | |
apple_pay_v3.js | Apple Pay (start payment) | |
google_pay_v3.js | Google Pay (start payment) | |
nca-3ds-web-sdk.js | 3DSv2 authentication |