Skip to main content
# MP-Payeer

Django payeer integration app.

### Installation

Install with pip:
```
$ pip install django-payeer
```

App settings:
```
PAYEER = {
'ACCOUNT': 'P1000000',
'API_ID': '12345',
'API_PASS': 'qwerty',
'LANGUAGE': 'en' # optional, default: 'ru'
}
```

## Usage example
```
from payeer.api import payeer_api
from payeer.constants import CURRENCY_USD

data = payeer_api.merchant(
order_id=123,
amount=10,
currency=CURRENCY_USD,
description='Test')
```
payeer_api.merchant returns:
```
{
'location': '...', # redirect url
'signature': '...', # generated signature
'description': '...' # generated description
}
```

### Requirements

App require this packages:
* django

### Donators
* Andriy Onishchuk

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-payeer-0.4.tar.gz (4.7 kB view details)

Uploaded Source

File details

Details for the file django-payeer-0.4.tar.gz.

File metadata

  • Download URL: django-payeer-0.4.tar.gz
  • Upload date:
  • Size: 4.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for django-payeer-0.4.tar.gz
Algorithm Hash digest
SHA256 20ce5d1c051fde6fff2b9fafc8a147fe6296afed1f03b977d34a1ed66eea0a4f
MD5 6b693ed2b7574e5b57fcf203a7fe35b1
BLAKE2b-256 d2cd1d5a7c2ff24da8b24b2e41e6f6abe1f1a36603202f8567a798b3a4f03ced

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

0.4 This release

1 file

0.3

1 file

0.2

1 file

0.1

1 file

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page