Quick Start
Get your API keys
Install the library
pip install payme-pkgINSTALLED_APPS = [
...
'payme',
...
]
PAYME: dict = {
'PAYME_ID': 'payme-id',
'PAYME_KEY': 'payme-key',
'PAYME_URL': 'payme-checkout-url',
'PAYME_CALL_BACK_URL': 'your-callback-url', # merchant api callback url
'PAYME_MIN_AMOUNT': 'payme-min-amount', # integer field
'PAYME_ACCOUNT': 'order-id',
}from django.urls import path
from django.urls import include
urlpatterns = [
...
path("payments/", include("payme.urls"))
...
]Test Credentials
Num: 8600 4954 7331 6478 exp: 03/99 sms code: 666666
Num: 8600 0691 9540 6311 exp: 03/99 sms code: 666666
Last updated