diff --git a/commerce-add-ons/payment-providers/klarna/configuring-klarna.md b/commerce-add-ons/payment-providers/klarna/configuring-klarna.md index 46da12c498e..d053ffe98f1 100644 --- a/commerce-add-ons/payment-providers/klarna/configuring-klarna.md +++ b/commerce-add-ons/payment-providers/klarna/configuring-klarna.md @@ -16,14 +16,16 @@ When working with Klarna, you'll need to sign up for a live and a developer acco 2. Navigate to the **Klarna for Business** section. 3. Sign up as a **Seller**. -![The interface when signing up for a Klarna live account.](../media/klarna/get\_started.png) +![The interface when signing up for a Klarna live account.](../media/klarna/get_started.png) ### Sign up for a developer account -1. Open the [Klarna developer portal](https://developers.klarna.com/documentation/testing-environment/). -2. Select your region to request a developer account. +1. Click the **Log in** button in the navigation bar of [Klarna Docs](https://docs.klarna.com/resources/developer-tools/testing-payments/before-you-test/). +2. Select the region of your credentials (for example, *Europe*). +3. Select the environment. +4. Click **Sign up**. -![The interface when signing up for a Klarna developer account.](../media/klarna/developer\_signup.png) +![The interface when signing up for a Klarna developer account.](../media/klarna/developer_signup_1.png) {% hint style="info" %} Both sign-up processes can take a while. Be sure to sign up well in advance of going live. @@ -32,11 +34,11 @@ Both sign-up processes can take a while. Be sure to sign up well in advance of g ### Get your credentials 1. Sign in to the two platforms mentioned below - * **Live** - [https://auth.eu.portal.klarna.com/](https://portal.klarna.com/?utm\_source=klarnacom\&utm\_campaign=/uk/business/merchant-support/login-merchant-portal/\&utm\_medium=referral\&utm\_content=klarnacom-link) - * **Developer** - [https://playground.eu.portal.klarna.com/](https://playground.eu.portal.klarna.com/) + * [Live](https://auth.eu.portal.klarna.com/auth/realms/merchants/protocol/openid-connect/auth?client_id=merchant-portal) + * [Developer](https://login.playground.klarna.com/) 2. Continue following the steps in this article, for each portal. -![The Klarna Login screen.](../media/klarna/sign\_in.png) +![The Klarna Login screen](../media/klarna/sign_in.png) ## API Credentials @@ -45,14 +47,14 @@ Once you are signed in to the Klarna portal(s), follow the steps below to get yo 1. Click the **Settings** option at the bottom of the menu on the left-hand side. 2. Select the **Klarna API Credentials** heading. -![Overview of the Klarna developer portal.](../media/klarna/developer\_portal.png) +![Overview of the Klarna developer portal.](../media/klarna/developer_portal.png) 3. Select **Generate new Klarna API Credentials.** 4. Click **Create Credentials** in the dialog that follows. You'll be presented with a username and password that you'll need to note down for later use. -![The dialog where you create your Klarna API credentials.](../media/klarna/generate\_credentials.png) +![The dialog where you create your Klarna API credentials.](../media/klarna/generate_credentials.png) ![The dialog that presents your Klarna credentials.](../media/klarna/credentials.png) diff --git a/commerce-add-ons/payment-providers/media/klarna/developer_signup_1.png b/commerce-add-ons/payment-providers/media/klarna/developer_signup_1.png new file mode 100644 index 00000000000..e6ae80f87e4 Binary files /dev/null and b/commerce-add-ons/payment-providers/media/klarna/developer_signup_1.png differ diff --git a/commerce-add-ons/payment-providers/worldpay/README.md b/commerce-add-ons/payment-providers/worldpay/README.md index 6bdde007d85..729fd95e588 100644 --- a/commerce-add-ons/payment-providers/worldpay/README.md +++ b/commerce-add-ons/payment-providers/worldpay/README.md @@ -4,7 +4,7 @@ description: Getting Started with the Worldpay payment provider for Umbraco Comm # Overview -The Worldpay payment provider allows you to capture payments via the [Worldpay](https://online.worldpay.com/) payment gateway. It is a fully featured payment provider allowing full control of the payment flow directly from the Umbraco Commerce backoffice. +The Worldpay payment provider allows you to capture payments via the [Worldpay](https://www.worldpay.com/en) payment gateway. It is a fully featured payment provider allowing full control of the payment flow directly from the Umbraco Commerce backoffice. {% hint style="warning" %} This page is a work in progress.