export interface PaymentMethodResponse { id: string; success: boolean; }