UNPKG

zarinpal-checkout-v4

Version:

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

9 lines (8 loc) 153 B
export type PaymentResponse = { code: number; message: string; authority: string; fee_type: string; fee: number; url: string; };