Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kadobot/adyen_deno

Adyen API Library for Deno
https://github.com/kadobot/adyen_deno

adyen adyen-api api api-client api-library api-wrapper deno payment payment-gateway

Last synced: 6 days ago
JSON representation

Adyen API Library for Deno

Awesome Lists containing this project

README

        

# Adyen Deno API Library
The Adyen API Library for Deno enables you to work with Adyen APIs.

## Integration
The Library supports all APIs under the following services:

* [x] checkout
* [ ] payments
* [x] modifications
* [ ] payouts
* [x] recurring
* [ ] notifications
* [x] BIN lookup

## Requirements

* Deno

## Usage
```ts
import { Client } from "https://deno.land/x/adyen_deno/client.ts";
```
> check `[service]_test.ts` for live examples.

## Contributing
We strongly encourage you to join us in contributing to this repository so everyone can benefit from:
* New features and functionality
* Resolved bug fixes and issues
* Any general improvements

## Licence

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