Skip to content

Commit

Permalink
Add view transactions use case
Browse files Browse the repository at this point in the history
  • Loading branch information
gcatanese authored Dec 15, 2023
1 parent 379012f commit 8670def
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)).
Expand Down Expand Up @@ -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).
that explores several options on how you can easily achieve this (e.g. running on localhost or cloud).

0 comments on commit 8670def

Please sign in to comment.