UNPKG

zarinpal-checkout-v4

Version:

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

6 lines (5 loc) 98 B
export type PaymentMetadata = { email?: string; mobile?: string; orderId?: string; };