export interface VerifyTransactionConfig { sessionId: string; orderId: number; amount: number; currency: string; }