Wallet SDK for Python
The official server-side Python SDK for the Wallet Inc CRM & Digital Payments platform. Create and manage membership tiers, club members, vouchers, promotions, store credit, payment designs, SMS/MMS, and more.
Access note: this module is currently restricted to Wallet Inc customers. Need access or a hand getting started? Join us on Discord.
Links
- Website: https://wallet.inc
- Developer docs: https://wallet.dev
- API status: https://uptime.wallet.inc
- All SDKs: https://github.com/walletinc
Requirements
Python 3.7+.
Installation
pip install wallet
Quickstart
Point the client at the API host and send your API key as the access-token header. Create your key in the Wallet Developer Hub.
import wallet
# Host defaults to https://api.wall.et.
configuration = wallet.Configuration(host="https://api.wall.et")
# Your API key is sent as the "access-token" header.
configuration.api_key["api_key"] = "YOUR_API_KEY"
with wallet.ApiClient(configuration) as api_client:
# Each resource has its own *Api class (MembershipTiersApi, ClubMembersApi, SmsApi, ...).
membership_tiers = wallet.MembershipTiersApi(api_client)
# See the docs/ folder for every method and model.
Documentation
Full API reference and guides live in the Wallet Developer Hub. Per-endpoint method docs and model definitions for this client are generated into the docs/ folder of this repository.
About Wallet Inc
Wallet Inc is a CRM and digital payments platform: digital membership cards, loyalty and rewards, vouchers and store credit, Apple & Google Wallet passes, and SMS/MMS marketing. Learn more at wallet.inc and explore the APIs at the Wallet Developer Hub.
License
Copyright 2026 Wallet Inc.
This SDK is licensed under the Apache License, Version 2.0. See the LICENSE and NOTICE files for the full text. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.
This SDK is auto-generated from the Wallet OpenAPI specification. Please file issues rather than submitting code pull requests: the generated sources are overwritten on each API release, so code PRs cannot be merged.
Release files for wallet 2.47.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| wallet-2.47.1.tar.gz | 396.0 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| wallet-2.47.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 1.6 MB
Release files / wallet-2.47.1.tar.gz
| Download URL | wallet-2.47.1.tar.gz |
|---|---|
| Size | 396.0 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
7970e3c8e3ef6bdd36c879cdcb32ce13778da20d9af4f67e69e8f4e7c7d919e4
|
|
BLAKE2b-256 checksum How to use checksums |
2ea30f8068e82391b58257e315b9bfabd0b6da2a71e8fd79bae3f86330b3b3fe
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Sep 12, 2026.
Transparency logRelease files / wallet-2.47.1-py3-none-any.whl
| Download URL | wallet-2.47.1-py3-none-any.whl |
|---|---|
| Size | 1.2 MB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
b1fff39ee93630c084d024b51846a47ac4b71859feecf4ddb6c068e71e980776
|
|
BLAKE2b-256 checksum How to use checksums |
e3f6c8ef0fec7f700d3540fe01674928be4afa3f0e39fccd81d3ed86c8be87fd
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Sep 12, 2026.
Transparency log