As promised. Here is my logic for creating mandate ids. If to be used this needs to be integrated into the Donor creation flow. I'm thinking something like a DonorBuilder.
This looks a lot better than using sha256. Since we know our key combinations are unique, and reverse-engineering shouldn't pose a security risk, this fits the purpose much better.
As promised. Here is my logic for creating mandate ids. If to be used this needs to be integrated into the Donor creation flow. I'm thinking something like a
DonorBuilder
.