export interface RequestPaymentStatusUpdate̦ { status: string; realisedDate?: string; paymentReferenceNumber?: string; }