export interface PaymentRequest { merchant_id?: string; currency?: string; type?: string; amount?: string; }