modempay


Namemodempay JSON
Version 1.0.2 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-09-19 16:28:01
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/10/1f/bed586cb51b2ef396505507a9da3fefe1e43634e111e4391ed4663e48b54/modempay-1.0.2.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.2",
    "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": "d6eafb73efd645b078b530762f9d36f5a49c2bdca02afdb6bd0feaf0e4a169a3",
                "md5": "f926d38ede0c3a6df05d73feada2b5d6",
                "sha256": "49a7893c2978554abbb20a998f2190b5cda28b02eb3e20f5eb49a507c16c70ad"
            },
            "downloads": -1,
            "filename": "modempay-1.0.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "f926d38ede0c3a6df05d73feada2b5d6",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 14388,
            "upload_time": "2025-09-19T16:27:58",
            "upload_time_iso_8601": "2025-09-19T16:27:58.637325Z",
            "url": "https://files.pythonhosted.org/packages/d6/ea/fb73efd645b078b530762f9d36f5a49c2bdca02afdb6bd0feaf0e4a169a3/modempay-1.0.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "101fbed586cb51b2ef396505507a9da3fefe1e43634e111e4391ed4663e48b54",
                "md5": "57af3e99de09fa761d3691b418df2391",
                "sha256": "9ede1ec0572d85c9dc4cdf6a8f731f5a35a44591a8f547a47337824a511bab26"
            },
            "downloads": -1,
            "filename": "modempay-1.0.2.tar.gz",
            "has_sig": false,
            "md5_digest": "57af3e99de09fa761d3691b418df2391",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 9909,
            "upload_time": "2025-09-19T16:28:01",
            "upload_time_iso_8601": "2025-09-19T16:28:01.377706Z",
            "url": "https://files.pythonhosted.org/packages/10/1f/bed586cb51b2ef396505507a9da3fefe1e43634e111e4391ed4663e48b54/modempay-1.0.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-09-19 16:28:01",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "modempay"
}
        
Elapsed time: 4.03917s