UNPKG

zarinpal-checkout-v4

Version:

Simple typescript implementation of ZarinPal nodejs api so you can quickly start using API.

12 lines (11 loc) 315 B
declare const config: { https: string; sandbox: string; merchantIDLength: number; API: { PAYMENT: string; VERIFICATION: string; UNVERIFIED: string; }; PG: (sandbox: boolean) => "https://sandbox.zarinpal.com/pg/StartPay/" | "https://www.zarinpal.com/pg/StartPay/"; };