Squared Inc. SDK for payment processing
Project description
Squared Inc. SDK
A Python SDK for the Squared Inc. payment processing API.
Installation
pip install squaredinc-sdk
Usage
from squaredinc_sdk import SquaredSDK
# Initialize the client
squared = SquaredSDK(api_key="your-api-key")
# Create an invoice
invoice = squared.create_invoice(
currency="usd",
amount=20,
title="Order Title",
description="Order Description",
post_paid_text="Thank you message",
)
print(invoice)
Development
Requirements
- Python 3.7+
- Requests library
Squared Inc. Copyright (c) 2025. All rights reserved.
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
squaredinc_sdk-0.1.4.tar.gz
(3.5 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 squaredinc_sdk-0.1.4.tar.gz.
File metadata
- Download URL: squaredinc_sdk-0.1.4.tar.gz
- Upload date:
- Size: 3.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
732a829a8bfcdbde97446b9da7a456bb4d47742b9ddd003919dfa566aecd718a
|
|
| MD5 |
37ac7cc8e13c9cff6bb4101103920af9
|
|
| BLAKE2b-256 |
8eda9a0c4caf54ef48c201107bf0669976b75b803abf1e123fd715735fe304c0
|
File details
Details for the file squaredinc_sdk-0.1.4-py3-none-any.whl.
File metadata
- Download URL: squaredinc_sdk-0.1.4-py3-none-any.whl
- Upload date:
- Size: 3.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c284d1da86c7ecf42154fc936b163d64a4e64a95b70859cd52b71cf823b5c441
|
|
| MD5 |
b7f87a9ced4b8e2237af89826bec8b5d
|
|
| BLAKE2b-256 |
05d58d6454a058fdb18929e792cafa07a0fb47622ab04cb718808ce465055211
|