Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add workshop link #19

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Add workshop link
Kwok-he-Chu committed Sep 25, 2024
commit 6780d81c3ac6d3f7c261ca6c73009b9189a5b1db
23 changes: 11 additions & 12 deletions profile/README.md
Original file line number Diff line number Diff line change
@@ -25,18 +25,17 @@ Example integrations that are currently available for our [libraries](https://gi

**Other use cases:**

| | [![Java (Spring)](https://raw.githubusercontent.com/devicons/devicon/1119b9f84c0290e0f0b38982099a2bd027a48bf1/icons/java/java-original.svg)](https://github.com/adyen-examples/adyen-java-spring-online-payments)   Java   | [![.NET](https://raw.githubusercontent.com/devicons/devicon/1119b9f84c0290e0f0b38982099a2bd027a48bf1/icons/dot-net/dot-net-original.svg)](https://github.com/adyen-examples/adyen-dotnet-online-payments)   .NET   | [![Node.js](https://raw.githubusercontent.com/devicons/devicon/1119b9f84c0290e0f0b38982099a2bd027a48bf1/icons/nodejs/nodejs-original.svg)](https://github.com/adyen-examples/adyen-node-online-payments)   Node   | |
|-------------------------------:|:----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------:|:--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------:|:-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------:|:---------------------------------------------------------------------------|
| **Advanced Online Payments** | [Java](https://github.com/adyen-examples/adyen-java-spring-online-payments/tree/main/checkout-example-advanced) | [.NET](https://github.com/adyen-examples/adyen-dotnet-online-payments/tree/main/checkout-example-advanced) | [Node](https://github.com/adyen-examples/adyen-node-online-payments/tree/main/checkout-example-advanced) | Make online payments in a three-step checkout flow. |
| **Recurring Payments** | [Java](https://github.com/adyen-examples/adyen-java-spring-online-payments/tree/main/subscription-example) | [.NET](https://github.com/adyen-examples/adyen-dotnet-online-payments/tree/main/subscription-example) | [Node](https://github.com/adyen-examples/adyen-node-online-payments/tree/main/subscription-example) | Tokenize card details for subscriptions. |
| **Gift Cards** | [Java](https://github.com/adyen-examples/adyen-java-spring-online-payments/tree/main/giftcard-example) | [.NET](https://github.com/adyen-examples/adyen-dotnet-online-payments/tree/main/giftcard-example) | [Node](https://github.com/adyen-examples/adyen-node-online-payments/tree/main/giftcard-example) | Make gift card (partial) payments. |
| **Pay By Link** | [Java](https://github.com/adyen-examples/adyen-java-spring-online-payments/tree/main/paybylink-example) | [.NET](https://github.com/adyen-examples/adyen-dotnet-online-payments/tree/main/paybylink-example) | [Node](https://github.com/adyen-examples/adyen-node-online-payments/tree/main/paybylink-example) | Make payments using links. |
| **Authorisation Adjustment** | [Java](https://github.com/adyen-examples/adyen-java-spring-online-payments/tree/main/authorisation-adjustment-example) | [.NET](https://github.com/adyen-examples/adyen-dotnet-online-payments/tree/main/authorisation-adjustment-example) | [Node](https://github.com/adyen-examples/adyen-node-online-payments/tree/main/authorisation-adjustment-example) | Adjust/capture amount after a preauthorisation or reverse the transaction. |
| **Giving (Donations)** | [Java](https://github.com/adyen-examples/adyen-java-spring-online-payments/tree/main/giving-example) | [.NET](https://github.com/adyen-examples/adyen-dotnet-online-payments/tree/main/giving-example) | [Node](https://github.com/adyen-examples/adyen-node-online-payments/tree/main/giving-example) | Make donations after a payment. |
| **In-person Payments** | [Java](https://github.com/adyen-examples/adyen-java-spring-online-payments/tree/main/in-person-payments-example) | [.NET](https://github.com/adyen-examples/adyen-dotnet-online-payments/tree/main/in-person-payments-example) | [Node](https://github.com/adyen-examples/adyen-node-online-payments/tree/main/in-person-payments-example) | Make payments, refunds and status requests using POS terminals. |
| **In-person Payments Loyalty** | | [.NET](https://github.com/adyen-examples/adyen-dotnet-online-payments/tree/main/in-person-payments-loyalty-example) | | Make card acquisition requests using POS terminals. |
| **Adyen for Platforms** | [Java](https://github.com/adyen-examples/adyen-afp-sample) | | | Onboard users of your platform or marketplace, process payments and payouts. |

| | [![Java (Spring)](https://raw.githubusercontent.com/devicons/devicon/1119b9f84c0290e0f0b38982099a2bd027a48bf1/icons/java/java-original.svg)](https://github.com/adyen-examples/adyen-java-spring-online-payments)   Java   | [![.NET](https://raw.githubusercontent.com/devicons/devicon/1119b9f84c0290e0f0b38982099a2bd027a48bf1/icons/dot-net/dot-net-original.svg)](https://github.com/adyen-examples/adyen-dotnet-online-payments)   .NET   | [![Node.js](https://raw.githubusercontent.com/devicons/devicon/1119b9f84c0290e0f0b38982099a2bd027a48bf1/icons/nodejs/nodejs-original.svg)](https://github.com/adyen-examples/adyen-node-online-payments)   Node   | |
|-------------------------------:|:----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------:|:--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------:|:-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------:|:------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| **Advanced Online Payments** | [Java](https://github.com/adyen-examples/adyen-java-spring-online-payments/tree/main/checkout-example-advanced) | [.NET](https://github.com/adyen-examples/adyen-dotnet-online-payments/tree/main/checkout-example-advanced) | [Node](https://github.com/adyen-examples/adyen-node-online-payments/tree/main/checkout-example-advanced) | Make online payments in a three-step checkout flow - [Learn how to build this application step-by-step](https://github.com/adyen-examples/adyen-step-by-step-integration-workshop). |
| **Recurring Payments** | [Java](https://github.com/adyen-examples/adyen-java-spring-online-payments/tree/main/subscription-example) | [.NET](https://github.com/adyen-examples/adyen-dotnet-online-payments/tree/main/subscription-example) | [Node](https://github.com/adyen-examples/adyen-node-online-payments/tree/main/subscription-example) | Tokenize card details for subscriptions. |
| **Gift Cards** | [Java](https://github.com/adyen-examples/adyen-java-spring-online-payments/tree/main/giftcard-example) | [.NET](https://github.com/adyen-examples/adyen-dotnet-online-payments/tree/main/giftcard-example) | [Node](https://github.com/adyen-examples/adyen-node-online-payments/tree/main/giftcard-example) | Make gift card (partial) payments. |
| **Pay By Link** | [Java](https://github.com/adyen-examples/adyen-java-spring-online-payments/tree/main/paybylink-example) | [.NET](https://github.com/adyen-examples/adyen-dotnet-online-payments/tree/main/paybylink-example) | [Node](https://github.com/adyen-examples/adyen-node-online-payments/tree/main/paybylink-example) | Make payments using links. |
| **Authorisation Adjustment** | [Java](https://github.com/adyen-examples/adyen-java-spring-online-payments/tree/main/authorisation-adjustment-example) | [.NET](https://github.com/adyen-examples/adyen-dotnet-online-payments/tree/main/authorisation-adjustment-example) | [Node](https://github.com/adyen-examples/adyen-node-online-payments/tree/main/authorisation-adjustment-example) | Adjust/capture amount after a preauthorisation or reverse the transaction. |
| **Giving (Donations)** | [Java](https://github.com/adyen-examples/adyen-java-spring-online-payments/tree/main/giving-example) | [.NET](https://github.com/adyen-examples/adyen-dotnet-online-payments/tree/main/giving-example) | [Node](https://github.com/adyen-examples/adyen-node-online-payments/tree/main/giving-example) | Make donations after a payment. |
| **In-person Payments** | [Java](https://github.com/adyen-examples/adyen-java-spring-online-payments/tree/main/in-person-payments-example) | [.NET](https://github.com/adyen-examples/adyen-dotnet-online-payments/tree/main/in-person-payments-example) | [Node](https://github.com/adyen-examples/adyen-node-online-payments/tree/main/in-person-payments-example) | Make payments, refunds and status requests using POS terminals. |
| **In-person Payments Loyalty** | | [.NET](https://github.com/adyen-examples/adyen-dotnet-online-payments/tree/main/in-person-payments-loyalty-example) | | Make card acquisition requests using POS terminals. |
| **Adyen for Platforms** | [Java](https://github.com/adyen-examples/adyen-afp-sample) | | | Onboard users of your platform or marketplace, process payments and payouts. |


### 🔌 Plugins