1.1.46 • Published 10 days ago

medusa-payment-adyen v1.1.46

Weekly downloads
94
License
MIT
Repository
github
Last release
10 days ago

Adyen

Receive payments on your Medusa commerce application using Adyen.

This plugin is not ready for production use. Community contributions are highly appreciated. You can learn more about contributing in our repository.

Medusa Website | Medusa Repository

Features

  • Authorize payments on orders from any sales channel.
  • Support for MobilePay.
  • 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-adyen

2. Set the following environment variables in .env:

ADYEN_API_KEY=<YOUR_API_KEY>
ADYEN_NOTIFICATION_HMAC=<YOUR_NOTIFICATION_HMAC>
ADYEN_RETURN_URL=<YOUR_RETURN_URL>
ADYEN_MERCHANT_ACCOUNT=<YOUR_MERCHANT_ACCOUNT>
ADYEN_ORIGIN=<YOUR_ORIGIN>
ADYEN_ENVIRONMENT=<YOUR_ENVIRONMENT>
ADYEN_LIVE_ENDPOINT_PREFIX=<YOUR_LIVE_ENDPOINT_PREFIX>
ADYEN_PAYMENT_ENDPOINT=<YOUR_PAYMENT_ENDPOINT>

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

const plugins = [
  // ...
  {
    resolve: `medusa-payment-adyen`,
    options: {
      api_key: process.env.STRIPE_API_KEY,
      notification_hmac: process.env.ADYEN_NOTIFICATION_HMAC,
      return_url: process.env.ADYEN_RETURN_URL,
      merchant_account: process.env.ADYEN_MERCHANT_ACCOUNT,
      origin: process.env.ADYEN_ORIGIN,
      environment: process.env.ADYEN_ENVIRONMENT,
      live_endpoint_prefix: process.env.ADYEN_LIVE_ENDPOINT_PREFIX,
      payment_endpoint: process.env.ADYEN_PAYMENT_ENDPOINT,
    },
  },
]

Test the Plugin

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

npm run start

2. Enable Adyen 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.

1.1.46

2 months ago

1.1.45

4 months ago

1.1.41

1 year ago

1.1.44

1 year ago

1.1.43

1 year ago

1.1.42

1 year ago

1.1.44-rc.0

1 year ago

1.1.40-nxt.0

2 years ago

1.1.40-test.0

2 years ago

1.1.40-next.0

2 years ago

1.1.40-alpha.0

2 years ago

1.1.40-alp.0

2 years ago

1.1.40-next.202

2 years ago

1.1.40-next.203

2 years ago

1.1.40-next.201

2 years ago

1.1.40-nxt.231

2 years ago

1.1.40-next.210

2 years ago

1.1.40-nxt.232

2 years ago

2.0.0-next.0

2 years ago

1.1.40-next.126

2 years ago

1.1.40-next.128

2 years ago

1.1.40-next.129

2 years ago

1.1.40-next.137

2 years ago

1.1.40-next.143

2 years ago

1.1.40-next.146

2 years ago

1.1.40

2 years ago

1.1.40-next.116

2 years ago

1.1.41-next.0

2 years ago

1.1.40-dev.113

2 years ago

1.1.40-dev.119

2 years ago

1.1.40-dev.122

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.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.39

3 years ago

1.1.26-alpha.37

3 years ago

1.1.26-meili.37

3 years ago

1.1.26-next.40

3 years ago

1.1.26-next.39

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.18-next.16

3 years ago

1.1.23

3 years ago

1.1.22

3 years ago

1.1.18-alpha.6

3 years ago

1.1.18-alpha.9

3 years ago

1.1.21

3 years ago

1.1.19

3 years ago

1.1.18

3 years ago

1.1.20

3 years ago

1.1.18-next.10

3 years ago

1.1.18-next.9

3 years ago

1.1.18-next.7

3 years ago

1.1.18-alpha.4

3 years ago

1.1.12-next.9

3 years ago

1.1.14-next.0

3 years ago

1.1.12-fixmp.7

3 years ago

1.1.17

3 years ago

1.1.12

3 years ago

1.1.10-next.10

3 years ago

1.1.11

3 years ago

1.1.9

3 years ago

1.1.8

3 years ago

1.1.8-next.5

3 years ago

1.1.7

3 years ago

1.1.6

3 years ago

1.1.5

3 years ago

1.1.4-next.23

3 years ago

1.1.4-alpha.16

3 years ago

1.1.4-next.16

3 years ago

1.1.3

3 years ago

1.1.3-next.23

3 years ago

1.1.2

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.12-alpha.228

3 years ago

1.0.12-alpha.186

3 years ago

1.0.12-alpha.176

3 years ago

1.0.12-alpha.177

3 years ago

1.0.12-alpha.644

3 years ago

1.0.12-alpha.35

3 years ago

1.0.13

3 years ago

1.0.12-alpha.643

3 years ago

1.0.12-alpha.642

3 years ago

1.0.12-alpha.641

3 years ago

1.0.12-alpha.639

3 years ago

1.0.12-alpha.33

3 years ago

1.0.12

3 years ago

1.0.12-alpha.563

4 years ago

1.0.12-alpha.561

4 years ago

1.0.11-alpha.527

4 years ago

1.0.11-alpha.525

4 years ago

1.0.11-alpha.522

4 years ago

1.0.11-alpha.524

4 years ago

1.0.11-alpha.523

4 years ago

1.0.11

4 years ago

1.0.11-alpha.492

4 years ago

1.0.11-alpha.490

4 years ago

1.0.11-alpha.487

4 years ago

1.0.11-alpha.467

4 years ago

1.0.11-alpha.466

4 years ago

1.0.11-alpha.465

4 years ago

1.0.11-alpha.464

4 years ago

1.0.11-alpha.463

4 years ago

1.0.11-alpha.462

4 years ago

1.0.11-alpha.461

4 years ago

1.0.11-alpha.460

4 years ago

1.0.11-alpha.459

4 years ago

1.0.11-alpha.457

4 years ago

1.0.11-alpha.456

4 years ago

1.0.11-alpha.455

4 years ago

1.0.11-alpha.454

4 years ago

1.0.11-alpha.453

4 years ago

1.0.11-alpha.452

4 years ago

1.0.11-alpha.451

4 years ago

1.0.11-alpha.450

4 years ago

1.0.11-alpha.449

4 years ago

1.0.11-alpha.448

4 years ago

1.0.11-alpha.447

4 years ago

1.0.11-alpha.434

4 years ago

1.0.11-alpha.444

4 years ago

1.0.11-alpha.433

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-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.22

4 years ago

1.0.0-alpha.6

4 years ago

1.0.0-alpha.3

4 years ago