From 8670defd83a172398481b5005b10dda91319ac3c Mon Sep 17 00:00:00 2001 From: Beppe Catanese <1771700+gcatanese@users.noreply.github.com> Date: Fri, 15 Dec 2023 10:38:57 +0100 Subject: [PATCH] Add view transactions use case --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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).