export interface IPaiement { id: number; merchant_key: string; currency: string; order_id: string; amount: number; return_url: string; cancel_url: string; notif_url: string; lang: string; reference: string; status: string; message: string; pay_token: string; payment_url: string; notif_token: string; description: string; }