Razorpay provider for django-payments.
Project description
Razorpay for django-payments
WARNING: only the paisa (INR) currency is supported by Razorpay as of now.
Installation
Add django-payments-razorpay
to your project requirements
and/ or run the installation with:
pip install django-payments-razorpay
Provider parameters
First of all, to create your API credentials, you need to go in your Razorpay account settings, then in the API Keys section (direct link).
Key | Required | Type | Description |
---|---|---|---|
public_key |
Yes | string |
Your Razorpay key id |
secret_key |
Yes | string |
Your Razorpay secret key id |
image |
No | string |
An absolute or relative link to your store logo |
name |
No | string |
Your store name |
prefill |
No | boolean |
Pre-fill the email and customer's full name if set to True (disabled by default) |
Example configuration
In your settings.py
file, you can add the following keys or append the data to them:
PAYMENT_VARIANTS = {
'razorpay': ('django_payments_razorpay.RazorPayProvider', {
'public_key': 'RAZORPAY_PUBLIC_KEY',
'secret_key': 'RAZORPAY_SECRET_KEY'})}
Note: if you are using Saleor, you may want to add Razorpay to the checkout payment choices:
CHECKOUT_PAYMENT_CHOICES = [
('razorpay', 'RazorPay')]
Notes
- Razorpay automatically capture the whole payment amount;
- In test mode, you can use
4111 1111 1111 1111
(or any other valid credit card numbers) with any future expiry date and CVV to pay orders.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file django-payments-razorpay-1.0.tar.gz
.
File metadata
- Download URL: django-payments-razorpay-1.0.tar.gz
- Upload date:
- Size: 4.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.14.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.35.0 CPython/3.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | cf9b3c1333ce85968c3dfb979775f40d9a86c77da759ab78d8c1b9d4986bf69f |
|
MD5 | 8c7a3a408dfc481d30b120eb932b981b |
|
BLAKE2b-256 | 2022edcb9f21570f512654c3d04733b4fc949ca9e33530cffbc41d132cf6b2cc |