BKey SDK — biometric approval, vault, and checkout for AI agents
Project description
bkey
Python SDK for BKey — biometric approval, vault, and checkout for AI agents.
Installation
pip install bkey # Core (requests)
pip install bkey[async] # + httpx for async
pip install bkey[all] # Everything
Quick Start
from bkey import BKeyClient
client = BKeyClient(
client_id="your-client-id",
client_secret="your-client-secret",
)
# Request a checkout approval
checkout = client.checkout_request(
merchant_name="Example Store",
items=[{"name": "Widget", "price": 9.99}],
amount=9.99,
currency="USD",
)
# Wait for user to approve on their phone
result = client.checkout_poll(checkout.id)
print(result.status) # "approved"
Documentation
See bkey.id/docs for full documentation.
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
bkey_sdk-0.1.0.tar.gz
(4.8 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 bkey_sdk-0.1.0.tar.gz.
File metadata
- Download URL: bkey_sdk-0.1.0.tar.gz
- Upload date:
- Size: 4.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.7.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
29e8cad0027d5471ab2b1f672c49e770f8e01f67da3ba93bb13bd34f99021433
|
|
| MD5 |
3540f01fdbb0feb642eda62d0cb7121a
|
|
| BLAKE2b-256 |
f9cc4acc2e97fc319525445c958a9596aa0bd55759ff75925755070d85554336
|
File details
Details for the file bkey_sdk-0.1.0-py3-none-any.whl.
File metadata
- Download URL: bkey_sdk-0.1.0-py3-none-any.whl
- Upload date:
- Size: 6.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.7.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7171fc2bcea672532f143d492dd93ae34788032dfbca4c62041a4de5c1ffabfc
|
|
| MD5 |
e23581deda92f8d8a16e9ad7f994a236
|
|
| BLAKE2b-256 |
5d837403b4b128cfb95746bd1567b6a4c72f08572c1b7c3294b283b3b0b38629
|