interface ReqReceipt {
    payableId: string;
    amount: string;
    description?: string;
    reference?: string;
}
