Giter Club home page Giter Club logo

adyen-dotnet-api-library's Introduction

Build Status

Adyen .NET API Library

The Adyen API Library for .net framework enables you to work with Adyen APIs, Hosted Payment Pages and Terminal API with any .net application.

Integration

The Library supports all APIs under the following services:

  • checkout
  • checkout utility
  • payments
  • modifications
  • recurring
  • Terminal API (Local and Cloud based)
  • payouts
  • marketpay
  • notifications

##NSwag Auto Generated Clients

  • AccountService
  • CheckoutService
  • CheckoutUtilityService
  • NotificationConfigurationService
  • PaymentService
  • PayoutService
  • RecurringService

#Adyen MarketPay Account Service 4

https://raw.githubusercontent.com/adyen/adyen-openapi/master/specs/3.0/AccountService-v4.json

The MarketPay Account API provides endpoints for managing MarketPay account-related entities. These related entities include account holders, accounts, bank accounts, shareholders, and KYC-related documents. The management operations include actions such as creation, retrieval, updating, and deletion of them. For further information on MarketPay API, visit the MarketPay documentation. ## Authentication To connect to the MarketPay API, you must use basic authentication credentials of your web service user. If you don't have one, please contact the Adyen Support Team. Then use its credentials to authenticate your request, for example: curl -U "[email protected]":"YourWsPassword" \ -H "Content-Type: application/json" \ ... Note that when going live, you need to generate new web service user credentials to access the live endpoints. ## Versioning MarketPay API supports versioning of its endpoints through a version suffix in the endpoint URL. This suffix has the following format: "vXX", where XX is the version number. For example: https://cal-test.adyen.com/cal/services/Account/v4/createAccountHolder

Adyen MarketPay Fund Service 5

https://raw.githubusercontent.com/adyen/adyen-openapi/master/specs/3.0/FundService-v5.json

The MarketPay Funding API provides endpoints for managing the funds in MarketPay accounts. These management operations include actions such as the transfer of funds from one account to another, the payout of funds to an account holder, and the retrieval of balances in an account. For further information on MarketPay fund management, please visit the MarketPay documentation. ## Authentication To connect to the MarketPay API, you must use basic authentication credentials of your web service user. If you don't have one, please contact the Adyen Support Team. Then use its credentials to authenticate your request, for example: curl -U "[email protected]":"YourWsPassword" \ -H "Content-Type: application/json" \ ... Note that when going live, you need to generate new web service user credentials to access the live endpoints. ## Versioning MarketPay API supports versioning of its endpoints through a version suffix in the endpoint URL. This suffix has the following format: "vXX", where XX is the version number. For example: https://cal-test.adyen.com/cal/services/Fund/v5/accountHolderBalance

#Adyen MarketPay Notification Configuration Service 1

https://raw.githubusercontent.com/adyen/adyen-openapi/master/specs/3.0/NotificationConfigurationService-v1.json

The MarketPay Notification Configuration API provides endpoints for configuration a subscription to a marketplace's MarketPay-related notifications. Notifications are sent upon the occurrence of certain events (such as a KYC check completion or a payout completion), and the subscription to these notifications dictates to where they are sent. For further information on MarketPay notifications, please visit the MarketPay documentation. ## Authentication To connect to the MarketPay API, you must use basic authentication credentials of your web service user. If you don't have one, please contact the Adyen Support Team. Then use its credentials to authenticate your request, for example: curl -U "[email protected]":"YourWsPassword" \ -H "Content-Type: application/json" \ ... Note that when going live, you need to generate new web service user credentials to access the live endpoints. ## Versioning MarketPay API supports versioning of its endpoints through a version suffix in the endpoint URL. This suffix has the following format: "vXX", where XX is the version number. For example: https://cal-test.adyen.com/cal/services/Notification/v1/createNotificationConfiguration

#Adyen Payment Service 40

https://raw.githubusercontent.com/adyen/adyen-openapi/master/specs/3.0/PaymentService-v40.json

A set of API endpoints that allow you to initiate, settle, and modify payments on the Adyen payments platform. You can use the API to accept card payments (including One-Click and 3D Secure), bank transfers, ewallets, and many other payment methods. To learn more about the API, visit Classic integration. ## Authentication To connect to the Payments API, you must use your basic authentication credentials. For this, create your web service user, as described in How to get the WS user password. Then use its credentials to authenticate your request, for example: curl -U "[email protected]":"YourWsPassword" \ -H "Content-Type: application/json" \ ... Note that when going live, you need to generate new web service user credentials to access the live endpoints. ## Versioning Payments API supports versioning of its endpoints through a version suffix in the endpoint URL. This suffix has the following format: "vXX", where XX is the version number. For example: https://pal-test.adyen.com/pal/servlet/Payment/v40/authorise

#Adyen Checkout Service 32

https://raw.githubusercontent.com/adyen/adyen-openapi/master/specs/3.0/CheckoutService-V32.json

A web service to initiate and authorise payments with Adyen Checkout. You can use the same integration for payments made with cards (including One-Click and 3D Secure), mobile wallets, and local payment methods (e.g. iDEAL and Sofort). For more information, refer to Checkout documentation.

#Adyen Checkout Utility Service 1

https://raw.githubusercontent.com/adyen/adyen-openapi/master/specs/3.0/CheckoutUtilityService-v1.json

A web service containing utility functions available for merchants integrating with Checkout APIs. ## Authentication Each request to the Checkout Utility API must be signed with an API key. For this, obtain an API Key from your Customer Area, as described in How to get the Checkout API key. Then set this key to the X-API-Key header value, for example: curl -H "Content-Type: application/json" \ -H "X-API-Key: Your_Checkout_API_key" \ ... Note that when going live, you need to generate a new API Key to access the live endpoints. ## Versioning Checkout API supports versioning of its endpoints through a version suffix in the endpoint URL. This suffix has the following format: "vXX", where XX is the version number. For example: https://checkout-test.adyen.com/v1/originKeys

#Adyen Payout Service 30

https://raw.githubusercontent.com/adyen/adyen-openapi/master/specs/3.0/PayoutService-v30.json

A set of API endpoints that allow you to store payout details, confirm, or decline a payout. For more information, refer to Third-party payouts.

Adyen Recurring Service 25

https://raw.githubusercontent.com/adyen/adyen-openapi/master/specs/3.0/RecurringService-v25.json

The Recurring APIs allow you to manage and remove your tokens or saved payment details. Tokens should be created with validation during a payment request. For more information, refer to our Tokenization documentation. ## Authentication To connect to the Recurring API, you must use your basic authentication credentials. For this, create your web service user, as described in How to get the WS user password. Then use its credentials to authenticate your request, for example: curl -U "[email protected]":"YourWsPassword" \ -H "Content-Type: application/json" \ ... Note that when going live, you need to generate new web service user credentials to access the live endpoints. ## Versioning Recurring API supports versioning of its endpoints through a version suffix in the endpoint URL. This suffix has the following format: "vXX", where XX is the version number. For example: https://pal-test.adyen.com/pal/servlet/Recurring/v25/disable

Requirements

  • It supports .net standard 2.0

Installation

Documentation

Support

If you have any problems, questions or suggestions, create an issue here or send your inquiry to [email protected].

Licence

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

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.