KadoBOT / adyen_deno

Adyen API Library for Deno

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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:

  • checkout
  • payments
  • modifications
  • payouts
  • recurring
  • notifications
  • BIN lookup

Requirements

  • Deno

Usage

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.

About

Adyen API Library for Deno

License:MIT License


Languages

Language:TypeScript 100.0%