Skip to content

Accept payments on your .NET website with cards, wallets, and key local payment methods

License

Notifications You must be signed in to change notification settings

Kwok-he-Chu/adyen-dotnet-online-payments

 
 

Repository files navigation

Adyen Online Payment Integration Demos

.NET E2E Testing Suite (Playwright)

This repository includes a collection of PCI-compliant UI integrations that show how to integrate with Adyen using different payment methods. The demos below leverages Adyen's API Library for .NET (GitHub | Documentation).

Get started by navigating to one of the supported demos below.

Demos Description Details
Checkout Example E-commerce checkout flow with different payment methods. See below
Checkout Advanced Example E-commerce checkout flow with different payment methods, using the 3 steps flow. See below
Gift Card Example Gift Cards checkout flow using partial orders. See below
Pay by Link Example Pay by Link flow. See below
Subscription Example Subscription flow using Adyen tokenization. See below

Open in Gitpod

First time with Gitpod?

The checkout example repository includes examples of PCI-compliant UI integrations for online payments with Adyen. Within this demo app, you'll find a simplified version of an e-commerce website, complete with commented code to highlight key features and concepts of Adyen's API. Check out the underlying code to see how you can integrate Adyen to give your shoppers the option to pay with their preferred payment methods, all in a seamless checkout experience.

Card Checkout Demo

Open in Gitpod

First time with Gitpod?

The advanced checkout example performs the same functionality as the checkout example but using the 3 stages of the Checkout API (Initiate, Submit, and Details) instead of the single /sessions endpoint. See the advanced integration flow for more information.

Card Checkout Demo

Open in Gitpod

First time with Gitpod?

The gift card example repository includes a gift card flow during checkout. Within this demo app, you'll find a simplified version of an e-commerce website. The shopper can choose to use gift cards to complete their purchase or use their preferred payment method to pay the remaining amount.

Gift Card Demo

Open in Gitpod

First time with Gitpod?

The pay by link example repository includes a Pay by Link flow. Within this demo app, you can create links by specifying the amount. The shopper can choose to accept the links and complete the payment.

Pay by Link Demo

Open in Gitpod

First time with Gitpod?

The subscription example repository includes a tokenization example for subscriptions. Within this demo app, you'll find a simplified version of a website that offers a music subscription service. The shopper can purchase a subscription and administrators can manage the saved (tokenized) payment methods on a separate admin panel. The panel allows admins to make payments on behalf of the shopper using this token.

Subscription Demo

Contributing

We commit all our new features directly into our GitHub repository. Feel free to request or suggest new features or code changes yourself as well!

Find out more in our contributing guidelines.

License

MIT license. For more information, see the LICENSE file.

About

Accept payments on your .NET website with cards, wallets, and key local payment methods

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 54.3%
  • HTML 18.0%
  • CSS 14.8%
  • JavaScript 11.6%
  • Dockerfile 1.3%