When matching expenses and contributions, we use `createdAt` as the date reference. We should instead use the payment date, which is the one supposed to match the payment method. The tricky part is the filter: we want to filter expenses by payment date as well - not creation date.