Skip to content

Muhammadali-Akbarov/payze-sample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Payze Implementation

Support Group - https://t.me/+Ng1axYLNyBAyYTRi
This MVP project helps for implementing payze-doc.

API Endpoints

  • /v1/accept/ Accept Card Token And Transaction Values from Front Side

  • /v1/success/ Call Back Success Endpoint

  • /v1/order/ Create a New Order with Specific Card ID

  • /v1/pay/ Pay the Order

  • /swagger/ Swagger for Testing Api Methods

  • /admin/ The Admin Panel for Managing Data

Installation

  • 1 - clone repo
    • git clone https://github.com/Muhammadali-Akbarov/payze-sample
  • 2 - create a virtual environment and activate
    • pip3 install virtualenv
    • virtualenv venv
    • venv\Scripts\activate(windows) or source venv/bin/activate(unix-based systems)
  • 3 - cd into project "cd payze-sample"
  • 4 - Install dependencies
    • pip3 install -r requirements.txt
  • 5 - Set your environment variables
    • cp .env-sample .env
  • 6 - Run
    • python3 manage.py runserver