antrpay
v0.0.9
Published
Antrpay SDK for NodeJS
Downloads
67
Readme
Wrapper for API payment system Antrpay
How to use
import { Antrpay } from 'antrpay'
const PUBLIC_KEY = 'public_key'
const SECRET_KEY = 'secret_key'
const instance = new Antrpay({
publicKey: PUBLIC_KEY,
secretKey: SECRET_KEY,
})
const invoice = await instance.createPaymentForm({ ... })