UNPKG

zarinpal-checkout-v4

Version:

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

8 lines (7 loc) 142 B
export type UnverifiedItem = { amount: number; callback_url: string; referer: string; date: string; authority: string; };