1.4.0 • Published 14 days ago

medusa-payment-klarna v1.4.0

Weekly downloads
47
License
MIT
Repository
github
Last release
14 days ago

Klarna

Receive payments on your Medusa commerce application using Klarna.

Klarna Plugin Documentation | Medusa Website | Medusa Repository

Features

  • Authorize payments on orders from any sales channel.
  • Capture payments from the admin dashboard.
  • Support for Webhooks.

Prerequisites


How to Install

1. Run the following command in the directory of the Medusa backend:

npm install medusa-payment-klarna

2. Set the following environment variables in .env:

KLARNA_BACKEND_URL=<YOUR_KLARNA_BACKEND_URL>
KLARNA_URL=<YOUR_KLARNA_URL>
KLARNA_USER=<YOUR_KLARNA_USER>
KLARNA_PASSWORD=<YOUR_KLARNA_PASSWORD>
KLARNA_TERMS_URL=<YOUR_KLARNA_TERMS_URL>
KLARNA_CHECKOUT_URL=<YOUR_KLARNA_CHECKOUT_URL>
KLARNA_CONFIRMATION_URL=<YOUR_KLARNA_CONFIRMATION_URL>
KLARNA_LANGUAGE=<YOUR_KLARNA_LANGUAGE>

3. In medusa-config.js add the following at the end of the plugins array:

const plugins = [
  // other plugins...
  {
    resolve: `medusa-payment-klarna`,
    options: {
      backend_url: process.env.KLARNA_BACKEND_URL,
      url: process.env.KLARNA_URL,
      user: process.env.KLARNA_USER,
      password: process.env.KLARNA_PASSWORD,
      language: process.env.KLARNA_LANGUAGE,
      merchant_urls: {
        terms: process.env.KLARNA_TERMS_URL,
        checkout: process.env.KLARNA_CHECKOUT_URL,
        confirmation: process.env.KLARNA_CONFIRMATION_URL,
      },
    },
  },
]

Test the Plugin

1. Run the following command in the directory of the Medusa backend to run the backend:

npm run start

2. Enable Klarna in a region in the admin. You can refer to this User Guide to learn how to do that. Alternatively, you can use the Admin APIs.

3. Place an order using a storefront or the Store APIs. You should be able to use Stripe as a payment method.


Additional Resources

1.4.0

5 months ago

1.3.10

11 months ago

1.3.7

1 year ago

1.3.6

1 year ago

1.3.9

1 year ago

1.3.8

1 year ago

1.3.6-alpha.0

1 year ago

1.3.9-rc.0

1 year ago

1.3.4-alpha.1

2 years ago

1.3.5-alpha.0

2 years ago

1.3.5

1 year ago

1.3.4

2 years ago

1.3.3-test.0

2 years ago

1.3.4-alpha.0

2 years ago

1.3.3-next.0

2 years ago

1.3.4-alp.0

2 years ago

1.3.3

2 years ago

1.3.3-nxt.0

2 years ago

1.3.1-next.35

2 years ago

1.3.1-nxt.130

2 years ago

1.3.1-next.24

2 years ago

1.3.1-next.26

2 years ago

1.3.1-next.27

2 years ago

1.3.1-next.108

2 years ago

1.3.1-next.100

2 years ago

1.3.1-next.101

2 years ago

2.0.0-next.0

2 years ago

1.3.2

2 years ago

1.3.1

2 years ago

1.3.1-next.41

2 years ago

1.3.1-next.44

2 years ago

1.1.43-next.0

2 years ago

1.1.42

2 years ago

1.3.1-next.14

2 years ago

1.3.0

2 years ago

1.2.2-dev.56

2 years ago

1.2.2-dev.53

2 years ago

1.2.2-dev.47

2 years ago

1.2.0

2 years ago

1.2.1

2 years ago

1.1.37-alpha.13

2 years ago

1.1.38

2 years ago

1.1.37

2 years ago

1.1.36

2 years ago

1.1.39

2 years ago

1.1.41

2 years ago

1.1.40

2 years ago

1.1.34

2 years ago

1.1.33

2 years ago

1.1.32

2 years ago

1.1.35

2 years ago

1.1.31

3 years ago

1.1.30-next.0

3 years ago

1.1.28-next.46

3 years ago

1.1.28

3 years ago

1.1.28-next.19

3 years ago

1.1.27-meilis.0

3 years ago

1.1.26-meilis.37

3 years ago

1.1.26-meili.42

3 years ago

1.1.26-meili.40

3 years ago

1.1.26-meili.41

3 years ago

1.1.26-meili.37

3 years ago

1.1.26-next.40

3 years ago

1.1.27

3 years ago

1.1.26

3 years ago

1.1.26-next.36

3 years ago

1.1.25

3 years ago

1.1.24

3 years ago

1.1.20-next.12

3 years ago

1.1.23

3 years ago

1.1.22

3 years ago

1.1.20-alpha.2

3 years ago

1.1.20-alpha.5

3 years ago

1.1.21

3 years ago

1.1.19-next.10

3 years ago

1.1.20

3 years ago

1.1.19-next.7

3 years ago

1.1.19-alpha.4

3 years ago

1.1.19

3 years ago

1.1.13-next.9

3 years ago

1.1.15-next.0

3 years ago

1.1.18

3 years ago

1.1.13

3 years ago

1.1.11-next.10

3 years ago

1.1.12

3 years ago

1.1.10

3 years ago

1.1.9

3 years ago

1.1.8-next.9

3 years ago

1.1.8-next.2

3 years ago

1.1.8-next.1

3 years ago

1.1.8

3 years ago

1.1.7

3 years ago

1.1.6

3 years ago

1.1.5-next.23

3 years ago

1.1.5-alpha.16

3 years ago

1.1.4

3 years ago

1.1.4-next.12

3 years ago

1.1.3

3 years ago

1.1.2

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.13-alpha.249

3 years ago

1.0.13-alpha.248

3 years ago

1.0.13-alpha.229

3 years ago

1.0.13-alpha.224

3 years ago

1.0.13-alpha.186

3 years ago

1.0.13-alpha.177

3 years ago

1.0.13-alpha.35

3 years ago

1.0.14

3 years ago

1.0.13-alpha.33

3 years ago

1.0.13

3 years ago

1.0.12

4 years ago

1.0.11

4 years ago

1.0.10

4 years ago

1.0.7

4 years ago

1.0.1

4 years ago

1.0.1-beta.0

4 years ago

1.0.1-alpha.1

4 years ago

1.0.0

4 years ago

1.0.0-y.6

4 years ago

1.0.0-y.5

4 years ago

1.0.0-y.3

4 years ago

1.0.0-y.2

4 years ago

1.0.0-y.1

4 years ago

1.0.0-alpha.30

4 years ago

1.0.0-alpha.27

4 years ago

1.0.0-alpha.26

4 years ago

1.0.0-alpha.24

4 years ago

1.0.0-alpha.3

4 years ago