export interface ExecutePaymentRequest { paymentId: string; token: string; payerId: string; }