UNPKG

zarinpal-checkout-v4

Version:

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

11 lines (10 loc) 200 B
export type VerificationResponse = { code: number; message: string; card_hash: string; card_pan: string; ref_id: number; fee_type: string; fee: number; url: string; };