https://github.com/ktojan/angular-payments-integration-adyen
Payments systems integration demo Angular app
https://github.com/ktojan/angular-payments-integration-adyen
adyen angular express-js nodejs payment-integration
Last synced: 3 months ago
JSON representation
Payments systems integration demo Angular app
- Host: GitHub
- URL: https://github.com/ktojan/angular-payments-integration-adyen
- Owner: Ktojan
- Created: 2024-12-03T08:19:32.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-03-10T08:42:59.000Z (over 1 year ago)
- Last Synced: 2026-01-03T16:22:41.052Z (6 months ago)
- Topics: adyen, angular, express-js, nodejs, payment-integration
- Language: TypeScript
- Homepage:
- Size: 1.39 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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
```
2. Navigate to `checkout` and install dependencies:
```
npm install
```
3. Navigate to `node-api` and install dependencies:
```
npm install
```
## Usage
1. Start the Express server:
```
$ cd node-api
$ npm start
```
2. Serve the Angular application:
```
$ cd checkout
$ ng serve --proxy-config proxy.conf.json
```
3. Visit [http://localhost:8080/](http://localhost:8080/) to select an integration type.



