NeuClear Pay is the NeuClear API that concerns itself with Payments and other types of Asset Transfers. The main API in NeuClear PAY is AssetController which presents all the basic functionality needed for
A fully functional implementation of the AssetController is implemented in CurrencyController. This works as a fully functioning Electronic Currency. Just add financial backing a governance model and you are in business. The CurrencyController is implemented on top of the NeuClear Ledger API.
Implementations based on other backends should be simple to create. If you wish to implement it ontop of an existing SQL ledger. We recommend extending the NeuClear Ledger instead of writing a completely new Payment Processor.