JSPM

  • Created
  • Published
  • Downloads 312940
  • Score
    100M100P100Q254654F
  • License MIT

Package Exports

  • @adyen/adyen-web

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@adyen/adyen-web) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Adyen Web

With Adyen Web you can help your shoppers pay with a payment method of their choice. It provides you with the building blocks you need to create a checkout experience.

You can integrate with Adyen in two ways, Drop-in and Components.

Getting Started

Drop-in

Drop-in is our all-in-one UI solution that you can add on your payments form so you can start accepting transactions for key payment methods using a single front-end implementation.

The Drop-in handles the presentation of available payment methods and the subsequent entry of a customer's payment details. It is initialized with the response of /paymentMethods, and provides everything you need to make an API call to /payments and /payments/details.

Drop-in Documentation

Components

We built separate Components per payment method that you can use to render UI for collecting your shopper's payment details.

Follow these instructions to load Components in your project:

Components Documentation

Available Components

See also

Development environment

Follow these steps to run our development playground:

  • Clone this repository and navigate to the root of the project.
  • Create a .env file on your project's root folder following the example on .env.default and fill in the necessary environment variables.
  • Install all dependencies by running:
$ yarn install
yarn start

Branch organization

We merge every pull request to the master branch. We aim to keep master in good shape, which allows us to release a new version whenever we need to.

Support

If you have a feature request, or spotted a bug or a technical problem, create an issue here. For other questions, contact our support team.

License

This repository is open source and available under the MIT license. For more information, see the LICENSE file.