export interface IIDPayPayment { track_id: string; amount: number; card_no: string; hashed_card_no: string; date: Date; }