quickpay-client
v1.0.5
Published
Node.js Api wrapper for Quickpay.net
Downloads
2
Readme
QuickPay Client
Node.js Api wrapper for Quickpay.net
Made like the learn.quickpay.net/tech-talk/api documentation, use the body schemas and names of the endpoints.
Installation
Using NPM:
npm install quickpay-client
Usage
Import and initalize
import QuickPayClient from "quickpay-client";
const quickpay = new QuickPayClient("API KEY");
Getting all payments
const payments = await quickpay.payments.list();