Terminology

  • MiA SDK - The SDK. From your reference, an iOS Library.

  • Nets Easy Checkout - Is a comprehensive online payment service provided by Nets. It enables merchants to offer their customers different ways to pay purchases easily and securely in webshops and mobile environments. When using Nets EASY, it is easy to pay with a broad range of payment methods and currencies, and still meet high security requirements set for online payments.

  • Nets Easy offers multiple checkout pages options – see more here

    • It is possible to collect consumer data on the checkout
    • Or alternatively, to hide the consumer data section and instead pass the information via your backend.
    • Nets Easy offers options of either an embedded checkout or a hosted pay page checkout (re-direct). This is define here under the integrationtype object in the create payment API. For the SDK, the re-direct hosted page is the recommended choice.
    • Please note that the string values are case sensitive. If set to ‘HostedPaymentPage’, your website should redirect the customer to the hostedPaymentPageUrl provided in the response body. Using a hosted checkout page requires that you specify the returnUrl property.