UNPKG

@togtokh.dev/tokipay

Version:

tokipay is a library for qpay payment gateway. It is a wrapper for axios and https module. It is a simple and easy-to-use library for tokipay payment gateway. It is a wrapper for axios and https module. It is a simple and easy-to-use library for tokipay p

14 lines (13 loc) 327 B
declare const _default: { TOKEN: (host: "prod" | "staging", body: { username: string; password: string; third_party_token?: string; spose_token?: string; merchant_id?: string; }) => Promise<{ success: boolean; message: string; }>; }; export default _default;