Create the PaymentProcessor modules
The PaymentProcessor app need to be created. It should be able to execute specific functions according to the kind of payment processor it is, and especially generates forms and callbacks.
For instance, a SingleCB will generate only a create form and callback, as well as a SingleBitcoin. But a MonthlyCB will need to have update and cancel form and callbacks to.