Skip to content

muhammadali-live/payme-sample

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Payme Implementation

This MVP project helps to implement payme-pkg.

API Endpoints

Pay link is a simple interface that provides pay-link functionality.

  • /shop/pay-link/ POST: Get a pay link for pay each order.

Merchant endpoint

  • /payments/merchant/ includes all merchant methods that tests on Payme Sandbox

Installation

  • 1 - clone repo
    • git clone https://github.com/Muhammadali-Akbarov/payme-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 payme-sample"
  • 4 - Install dependencies
    • pip3 install -r requirements.txt
  • 5 - Set your environment variables
    • cp .env-sample .env
  • 6 - Run tests and app
    • python3 manage.py test
    • python3 manage.py runserver

About

🟢 Payme Integration Sample with Python/Django 2023 — 04

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 97.2%
  • Makefile 2.8%