export interface PAYableIPGClient { environment: string; logoUrl: string; returnUrl: string; webhookUrl: string; merchantKey: string; merchantToken: string; }