export interface ReturnData { status: string; uid: string; statusIndicator: string; paymentPage: string; customerId?: string; merchantId?: string; }