Skip to content

Ktojan/angular-payments-integration-adyen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Payment methods integration demos

I'm web-developer Andrey Karpovich 🇺🇦 and this is my demo app for payment methods integration based on adyen API, compiled with Angular 18. Payments types included:

  • cards: Visa, Mastercard, American Express, 3D Secure.
  • Drop-in
  • iDEAL
  • SEPA Direct Debit
  • ACH
  • Klarna - Pay now
  • Dotpay

All the accounts are test. Created in December 2024.

Installation

  1. Clone this repo:
git clone https://github.com/adyen-examples/adyen-angular-online-payments.git
  1. Navigate to checkout and install dependencies:
npm install
  1. Navigate to node-api and install dependencies:
npm install

Usage

  1. Start the Express server:
$ cd node-api
$ npm start
  1. Serve the Angular application:
$ cd checkout
$ ng serve --proxy-config proxy.conf.json
  1. Visit http://localhost:8080/ to select an integration type.

payment1

payment2

payment3

payment4

About

Payments systems integration demo Angular app

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published