thesaintzion / opay-hackathon-2020-server

Opay hackathon 2020 nodejs backend project. Interacting with the opay api (I WON βœ¨βœ¨πŸŽ‰πŸŽ‰πŸ€©)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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)
  • About

    Opay hackathon 2020 nodejs backend project. Interacting with the opay api (I WON βœ¨βœ¨πŸŽ‰πŸŽ‰πŸ€©)


    Languages

    Language:JavaScript 89.3%Language:HTML 10.7%