Notrix Official Python SDK
Project description
Notrix Python SDK
Installation
pip install notrix
Basic usage
from notrix import Client
client = Client("NOTRIX_SECRET_KEY")
payment_page = client.create_payment_page(
title="Bike",
description="My amazing bike",
image=open("bike.png", 'rb'),
price=1.5, # USD,
webhook_url="https://example.com/webhooks/notrix/"
)
print(payment_page.link) # Payment link for users
print(payment_page.price) # The price in USD
print(payment_page.webhook_url)
print(payment_page.uuid)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
notrix-0.3.0.tar.gz
(1.7 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file notrix-0.3.0.tar.gz.
File metadata
- Download URL: notrix-0.3.0.tar.gz
- Upload date:
- Size: 1.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.5.1 CPython/3.10.12 Linux/6.2.0-26-generic
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a4f7b5dba18f7662d1cc6d535924b02763698ecf9320b0be03085f1f00473bda
|
|
| MD5 |
7194ae231001757c3632b807ea9087f1
|
|
| BLAKE2b-256 |
d1811bf6ce167a03205235563ef802433d5d02e3022b53b3bb5ed24c631db5df
|
File details
Details for the file notrix-0.3.0-py3-none-any.whl.
File metadata
- Download URL: notrix-0.3.0-py3-none-any.whl
- Upload date:
- Size: 2.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.5.1 CPython/3.10.12 Linux/6.2.0-26-generic
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7ac2f50d9267f84e1f02883321ff9fa1cd4dac03520b48c401a7321da73c984f
|
|
| MD5 |
7f8388d21fe4260f5bea34bc9c9b548f
|
|
| BLAKE2b-256 |
13c2d4085c1a5915a506f46da6ad8a1de451d7098af76d69d11cd39526f1c4c9
|