Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/kadobot/adyen_deno
- Owner: KadoBOT
- License: mit
- Created: 2020-07-04T10:22:52.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-11-10T13:01:54.000Z (almost 4 years ago)
- Last Synced: 2024-04-14T05:33:04.728Z (7 months ago)
- Topics: adyen, adyen-api, api, api-client, api-library, api-wrapper, deno, payment, payment-gateway
- Language: TypeScript
- Homepage:
- Size: 246 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.