Accounts, security and payments

This post is part of a series on a project I am doing to build banking architecture. Since the initial post on payments processing I have made progress on the “next steps” functionality, as well fully implemented one aspect of payments. This functionality is: Securing the TCP connection using TLS Authorization of requests using token-based auth Account creation Payments processing on accounts This post will detail this functionality, as well as go through a full account creation and payment between accounts. »