modempay


Namemodempay JSON
Version 1.0.0 PyPI version JSON
download
home_pagehttps://modempay.com
SummaryA Python SDK for integrating with the Modem Pay payment gateway, enabling seamless payment processing and financial services in your applications.
upload_time2025-07-08 18:40:56
maintainerNone
docs_urlNone
authorCaleb Okpara
requires_python>=3.8
licenseNone
keywords payment gateway modem pay fintech api sdk
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Modem Pay Python SDK

The official Python SDK for integrating Modem Pay's payment services.

## Installation

Install the SDK using npm:

```bash
pip install modempay
```

## Quickstart

Initialize the SDK and authenticate with your API key:

```python
from modempay import ModemPay

modem_pay = ModemPay(
    api_key="your_api_key"
)

# Example: Create a payment intent
payment_intent = modem_pay.payment_intents.create(
    params={"amount": 1000, "currency": "GMD", "customer": "customer_id"}
)

print(payment_intent)
```

## Documentation

For detailed usage, visit the [Modem Pay Docs](https://docs.modempay.com).

            

Raw data

            {
    "_id": null,
    "home_page": "https://modempay.com",
    "name": "modempay",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "payment gateway modem pay fintech api sdk",
    "author": "Caleb Okpara",
    "author_email": "info@modempay.com",
    "download_url": "https://files.pythonhosted.org/packages/9f/6b/bfc5a9ac92a8971bdca945d6c36f7d1230efd6467fb332504eaa36a576be/modempay-1.0.0.tar.gz",
    "platform": null,
    "description": "# Modem Pay Python SDK\n\nThe official Python SDK for integrating Modem Pay's payment services.\n\n## Installation\n\nInstall the SDK using npm:\n\n```bash\npip install modempay\n```\n\n## Quickstart\n\nInitialize the SDK and authenticate with your API key:\n\n```python\nfrom modempay import ModemPay\n\nmodem_pay = ModemPay(\n    api_key=\"your_api_key\"\n)\n\n# Example: Create a payment intent\npayment_intent = modem_pay.payment_intents.create(\n    params={\"amount\": 1000, \"currency\": \"GMD\", \"customer\": \"customer_id\"}\n)\n\nprint(payment_intent)\n```\n\n## Documentation\n\nFor detailed usage, visit the [Modem Pay Docs](https://docs.modempay.com).\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "A Python SDK for integrating with the Modem Pay payment gateway, enabling seamless payment processing and financial services in your applications.",
    "version": "1.0.0",
    "project_urls": {
        "Documentation": "https://docs.modempay.com",
        "Homepage": "https://modempay.com"
    },
    "split_keywords": [
        "payment",
        "gateway",
        "modem",
        "pay",
        "fintech",
        "api",
        "sdk"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "660a7febf9a9dd1282315072865a1904bb889f41ce9f3e2526fc562cf40e9bce",
                "md5": "497fef8920464da3e8781081a9a6e9f5",
                "sha256": "be3d4d9a270a449eb9d7d0a43040c8df005bc985e50e57838fe7fcacd1e07926"
            },
            "downloads": -1,
            "filename": "modempay-1.0.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "497fef8920464da3e8781081a9a6e9f5",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 13601,
            "upload_time": "2025-07-08T18:40:55",
            "upload_time_iso_8601": "2025-07-08T18:40:55.221331Z",
            "url": "https://files.pythonhosted.org/packages/66/0a/7febf9a9dd1282315072865a1904bb889f41ce9f3e2526fc562cf40e9bce/modempay-1.0.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "9f6bbfc5a9ac92a8971bdca945d6c36f7d1230efd6467fb332504eaa36a576be",
                "md5": "0c8878b9edc10e3867420623cb688149",
                "sha256": "83c1245f44933506e268c5a1b321e828051854870b50e11bed494e43ab3ee91e"
            },
            "downloads": -1,
            "filename": "modempay-1.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "0c8878b9edc10e3867420623cb688149",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 9593,
            "upload_time": "2025-07-08T18:40:56",
            "upload_time_iso_8601": "2025-07-08T18:40:56.782033Z",
            "url": "https://files.pythonhosted.org/packages/9f/6b/bfc5a9ac92a8971bdca945d6c36f7d1230efd6467fb332504eaa36a576be/modempay-1.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-07-08 18:40:56",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "modempay"
}
        
Elapsed time: 1.75506s