Skip to content

Commit

Permalink
Add initial configuration and Create payment API implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
praveenkumarct committed Jan 29, 2024
1 parent 79ad77b commit 263f27a
Show file tree
Hide file tree
Showing 47 changed files with 11,104 additions and 2,392 deletions.
3 changes: 0 additions & 3 deletions processor/.dockerignore

This file was deleted.

12 changes: 0 additions & 12 deletions processor/.env.template
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,6 @@ NODE_ENV=development
SERVER_HOST=0.0.0.0
SERVER_PORT=8080

# Adyen credentials
ADYEN_ENVIRONMENT=TEST
ADYEN_API_KEY=[Adyen-api-key]
ADYEN_LIVE_URL_PREFIX=
ADYEN_NOTIFICATION_HMAC_KEY=[Adyen-hmac-key]
ADYEN_MERCHANT_ACCOUNT=[Adyen-merchant-account]
ADYEN_RETURN_URL=[Adyen-return-url-connector]

#Adyen config options
SUPPORTED_UI_ELEMENTS=[dropin,components]
ENABLE_STORE_DETAILS=[true/false]

# CoCo credentials
CTP_AUTH_URL=https://auth.[region].commercetools.com
CTP_API_URL=https://api.[region].commercetools.com
Expand Down
8 changes: 0 additions & 8 deletions processor/Dockerfile

This file was deleted.

15 changes: 1 addition & 14 deletions processor/README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,2 @@
# Adyen advanced flow
# Payment Integration template Processor

[Official documentation](https://docs.adyen.com/online-payments/build-your-integration/additional-use-cases/advanced-flow-integration/?platform=Web&integration=Drop-in&version=5.51.0){:target="_blank"}


## Get payment methods


## Make a payment


## Submit additional payment details


## Get the payment outcome
15 changes: 0 additions & 15 deletions processor/controller/payment.controller.js

This file was deleted.

27 changes: 0 additions & 27 deletions processor/index.js

This file was deleted.

Loading

0 comments on commit 263f27a

Please sign in to comment.