UNPKG

zarinpal-checkout-v4

Version:

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

5 lines (4 loc) 82 B
export type PaymentVerification = { amount: number; authority: string; };