{"id":18000938,"url":"https://github.com/cgsmith/easycredit-sdk-python","last_synced_at":"2025-08-01T20:34:16.991Z","repository":{"id":204668643,"uuid":"712392677","full_name":"cgsmith/easycredit-sdk-python","owner":"cgsmith","description":"Allows for EasyCredit calls to Rautenkauf API","archived":false,"fork":false,"pushed_at":"2023-10-31T12:02:50.000Z","size":6,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-28T19:07:31.116Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cgsmith.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-10-31T11:36:32.000Z","updated_at":"2023-10-31T11:36:50.000Z","dependencies_parsed_at":null,"dependency_job_id":"2b6ebe24-2981-4d0e-9e8f-03ec55a02749","html_url":"https://github.com/cgsmith/easycredit-sdk-python","commit_stats":null,"previous_names":["cgsmith/easycredit-sdk-python"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cgsmith%2Feasycredit-sdk-python","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cgsmith%2Feasycredit-sdk-python/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cgsmith%2Feasycredit-sdk-python/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cgsmith%2Feasycredit-sdk-python/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cgsmith","download_url":"https://codeload.github.com/cgsmith/easycredit-sdk-python/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247142077,"owners_count":20890653,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-29T23:15:29.929Z","updated_at":"2025-04-04T08:11:38.162Z","avatar_url":"https://github.com/cgsmith.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# EasyCredit API SDK (Python)\n\nEasyCredit REST integration. \n\nPlease note this is a **non-official** Amazon Pay Python SDK and can only be used for API calls to the EasyCredit\nendpoint.\n\nFor more details about the API, please check\nthe [Official Documentation for Installment Purchases](https://developer.easycredit-ratenkauf.de/documentation/api-dokumentation-v3/).\n\n```python\n\u003e\u003e\u003e from easy_credit import Client\n\u003e\u003e\u003e c = Client(webshop_id='YOUR_ID',token='AUTH_TOKEN')\n\u003e\u003e\u003e c.get_transaction('1.de.4145.1-0303135329-211').is_authorized()\nTrue\n\u003e\u003e\u003e c.response.json().get('descision').get('decisionOutcome')\n'EWZEN7'\n\u003e\u003e\u003e c.response.text # returns text from response object\n'{\"decision\":{\"transactionId\" ...'\n\u003e\u003e\u003e c.response.json() \n{'decision': {'transactionId' ... }\n```\n\n## Requirements\n\n* Python 3.x\n* requests \n\n## Installation\n\nUse PyPI to install the latest release of this SDK.\n\n```shell\npip install EasyCreditClient\n```\n\n## Configuration\n\nYou will need to generate the API crednetials from the [easyCredit Partner Portal](https://partner.easycredit-ratenkauf.de).\n\n```python\nfrom easy_credit import Client\n\nclient = Client(\n    webshop_id='YOUR_ID',\n    token='AUTH_TOKEN'\n)\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcgsmith%2Feasycredit-sdk-python","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcgsmith%2Feasycredit-sdk-python","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcgsmith%2Feasycredit-sdk-python/lists"}