Opay Hackathon 2020 nodejs. This is the backend part of the full project The Angular client https://github.com/thesaintzion/opay-hackathon-2020-client View the live project https://opay-hackathon-2020.herokuapp.com Endpoints /api/products/pay [POST] (This will initialize the opay api and make payment) /api/countries [GET] (Get list countries from opay) /api/banks [GET] (Get list of banks from opay) /api/transfer [POST] (Transfers money from opay to a user) /api/validate-bank-account [POST] (validate a bank account before transferring money to it) /api/validate-bank-account [POST] (validates a bank account before transferring money to it) /api/products/opay-callback [POST] (Opay call back)