Payment integration with Adyen using Spring Boot.
Follow the steps below to set up and run the project locally.
git https://github.com/vytran0710/AdyenDemoBackend
cd AdyenDemoBackend
Inside root folder, create a file called application-dev.yml
with the following content:
adyen:
apiKey: YOUR_API_KEY
clientKey: YOUR_CLIENT_KEY
merchantAccount: YOUR_MERCHANT_ACCOUNT
./gradlew bootRun --args='--spring.profiles.active=dev'
- API Key: Used for server-side authentication with Adyen.
- Client Key: Used for client-side authentication.
- Merchant Account: Your Adyen merchant account identifier.
- This project is licensed under the MIT License.
- Keep your API keys secure.