export enum PaymentCallbackStatusEnum { Success = "success", Error = "error", Cancel = "cancel", }