diff --git a/README.md b/README.md index 7f5bb2a..229d89f 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,7 @@ Adyen for Platforms is an end-to-end payment solution for peer-to-peer marketpla This application is a simplified version of a platform that utilises AfP, showcasing the following use cases: * Signup and start Hosted Onboarding * Login and resume Hosted Onboarding +* View transactions The frontend is implemented in React, the backend is in Java (Spring Boot) integrating the Adyen Java library ([GitHub](https://github.com/Adyen/adyen-java-api-library) | [Documentation](https://docs.adyen.com/development-resources/libraries?tab=java_2)). @@ -95,4 +96,4 @@ and demonstrates how to receive, validate and consume the webhook payload. ### Test your webhook To make sure that the Adyen platform can reach your application, we have written a [Webhooks Testing Guide](https://github.com/adyen-examples/.github/blob/main/pages/webhooks-testing.md) -that explores several options on how you can easily achieve this (e.g. running on localhost or cloud). \ No newline at end of file +that explores several options on how you can easily achieve this (e.g. running on localhost or cloud).