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({ ... })
-
Notifications
You must be signed in to change notification settings - Fork 0
billVladimir/antrpay-sdk
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|