UNPKG

anypay.io

Version:

Module for the AnyPay payment system.

11 lines (10 loc) 236 B
import * as https from "https"; export interface IAnyPayOptions { api_id: string; api_key: string; secretKey: string; merchant_id?: number; apiUrl?: string; merchantUrl?: string; httpsAgent?: https.Agent; }