UNPKG

zarinpal-checkout-v4

Version:

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

6 lines (5 loc) 103 B
export type InitParams = { merchantId: string; callbackURL?: string; sandbox?: boolean; };