blindpay


Nameblindpay JSON
Version 0.1.0 PyPI version JSON
download
home_pageNone
SummaryOfficial Python SDK for the Blindpay API — Global payments infrastructure
upload_time2025-10-09 00:21:54
maintainerNone
docs_urlNone
authorNone
requires_python>=3.12
licenseMIT
keywords api blindpay global-payments payment-processing payments sdk
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # BlindPay Python SDK

The official Python SDK for Blindpay - Global payments infrastructure made simple.

## Installation

```bash
pip install blindpay
```

## Requirements

- Python 3.12 or higher

## Error Handling

All API methods return a response dictionary with either `data` or `error`:

```python
    blindpay = BlindPay(
        api_key="your_api_key_here",
        instance_id="your_instance_id_here"
    )

    response = await blindpay.receivers.get("receiver-id")

    if response['error']:
        print(f"Error: {response['error']['message']}")
        return

    receiver = response['data']
    print(f"Receiver: {receiver}")
```

## Types

The SDK includes comprehensive type definitions for all API resources and parameters. These can be imported from the main package:

```python
from blindpay import (
    AccountClass,
    BankAccountType,
    Country,
    Currency,
    CurrencyType,
    Network,
    Rail,
    StablecoinToken,
    TransactionDocumentType,
    TransactionStatus,
    PaginationParams,
    PaginationMetadata,
    # ... and more
)
```

## Development

This SDK uses:
- `uv` for package management
- `httpx` for async HTTP requests
- `pydantic` for data validation
- `typing_extensions` for typing

## License

MIT

## Support

For support, please contact gabriel@blindpay.com or visit [blindpay](https://blindpay.com)

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "blindpay",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.12",
    "maintainer_email": null,
    "keywords": "api, blindpay, global-payments, payment-processing, payments, sdk",
    "author": null,
    "author_email": "Blindpay <gabriel@blindpay.com>",
    "download_url": "https://files.pythonhosted.org/packages/f7/ad/5111226fca6b08b2ca6602b65a1b342f4d2720705c0cdb4d83436569cd56/blindpay-0.1.0.tar.gz",
    "platform": null,
    "description": "# BlindPay Python SDK\n\nThe official Python SDK for Blindpay - Global payments infrastructure made simple.\n\n## Installation\n\n```bash\npip install blindpay\n```\n\n## Requirements\n\n- Python 3.12 or higher\n\n## Error Handling\n\nAll API methods return a response dictionary with either `data` or `error`:\n\n```python\n    blindpay = BlindPay(\n        api_key=\"your_api_key_here\",\n        instance_id=\"your_instance_id_here\"\n    )\n\n    response = await blindpay.receivers.get(\"receiver-id\")\n\n    if response['error']:\n        print(f\"Error: {response['error']['message']}\")\n        return\n\n    receiver = response['data']\n    print(f\"Receiver: {receiver}\")\n```\n\n## Types\n\nThe SDK includes comprehensive type definitions for all API resources and parameters. These can be imported from the main package:\n\n```python\nfrom blindpay import (\n    AccountClass,\n    BankAccountType,\n    Country,\n    Currency,\n    CurrencyType,\n    Network,\n    Rail,\n    StablecoinToken,\n    TransactionDocumentType,\n    TransactionStatus,\n    PaginationParams,\n    PaginationMetadata,\n    # ... and more\n)\n```\n\n## Development\n\nThis SDK uses:\n- `uv` for package management\n- `httpx` for async HTTP requests\n- `pydantic` for data validation\n- `typing_extensions` for typing\n\n## License\n\nMIT\n\n## Support\n\nFor support, please contact gabriel@blindpay.com or visit [blindpay](https://blindpay.com)\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Official Python SDK for the Blindpay API \u2014 Global payments infrastructure",
    "version": "0.1.0",
    "project_urls": {
        "Bug Tracker": "https://github.com/blindpaylabs/blindpay-python/issues",
        "Documentation": "https://api.blindpay.com/reference",
        "Homepage": "https://github.com/blindpaylabs/blindpay-python",
        "Repository": "https://github.com/blindpaylabs/blindpay-python"
    },
    "split_keywords": [
        "api",
        " blindpay",
        " global-payments",
        " payment-processing",
        " payments",
        " sdk"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "38f3da1bad1b2476bcfb5dc281a416aea830e5ea5ea6c85d7cae519108f55eef",
                "md5": "d42bbc0427ed94b7c4d218fcfb2b52cb",
                "sha256": "349d4de03bdfd770c099a35991410eddb8ba39b93c32068d6b3a823a4e2f4a83"
            },
            "downloads": -1,
            "filename": "blindpay-0.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "d42bbc0427ed94b7c4d218fcfb2b52cb",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.12",
            "size": 31414,
            "upload_time": "2025-10-09T00:21:52",
            "upload_time_iso_8601": "2025-10-09T00:21:52.924413Z",
            "url": "https://files.pythonhosted.org/packages/38/f3/da1bad1b2476bcfb5dc281a416aea830e5ea5ea6c85d7cae519108f55eef/blindpay-0.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "f7ad5111226fca6b08b2ca6602b65a1b342f4d2720705c0cdb4d83436569cd56",
                "md5": "aed784a2a46993545f1c4f33fc2b04ab",
                "sha256": "a402cf465460282a0b2d8cdf041c3791016a958c88a26399af900893dc35f207"
            },
            "downloads": -1,
            "filename": "blindpay-0.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "aed784a2a46993545f1c4f33fc2b04ab",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.12",
            "size": 19549,
            "upload_time": "2025-10-09T00:21:54",
            "upload_time_iso_8601": "2025-10-09T00:21:54.342026Z",
            "url": "https://files.pythonhosted.org/packages/f7/ad/5111226fca6b08b2ca6602b65a1b342f4d2720705c0cdb4d83436569cd56/blindpay-0.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-10-09 00:21:54",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "blindpaylabs",
    "github_project": "blindpay-python",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "blindpay"
}
        
Elapsed time: 1.18697s