{"id":24396638,"url":"https://github.com/cloudipsp/python-sdk","last_synced_at":"2025-04-11T16:41:35.293Z","repository":{"id":62562857,"uuid":"148497016","full_name":"cloudipsp/python-sdk","owner":"cloudipsp","description":null,"archived":false,"fork":false,"pushed_at":"2022-09-26T08:42:42.000Z","size":27,"stargazers_count":32,"open_issues_count":0,"forks_count":10,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-03-25T12:51:17.478Z","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/cloudipsp.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}},"created_at":"2018-09-12T14:54:02.000Z","updated_at":"2024-05-26T16:07:59.000Z","dependencies_parsed_at":"2022-11-03T15:45:17.460Z","dependency_job_id":null,"html_url":"https://github.com/cloudipsp/python-sdk","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudipsp%2Fpython-sdk","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudipsp%2Fpython-sdk/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudipsp%2Fpython-sdk/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudipsp%2Fpython-sdk/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cloudipsp","download_url":"https://codeload.github.com/cloudipsp/python-sdk/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248252665,"owners_count":21072699,"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":"2025-01-19T21:54:53.697Z","updated_at":"2025-04-11T16:41:35.268Z","avatar_url":"https://github.com/cloudipsp.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Cloudipsp Python SDK client\n\n\u003cp align=\"center\"\u003e\n  \u003cimg width=\"200\" height=\"200\" src=\"https://avatars0.githubusercontent.com/u/15383021?s=200\u0026v=4\"\u003e\n\u003c/p\u003e\n\n[![Downloads](https://pepy.tech/badge/cloudipsp)](https://pepy.tech/project/cloudipsp)\n[![Downloads](https://pepy.tech/badge/cloudipsp/month)](https://pepy.tech/project/cloudipsp)\n[![Downloads](https://pepy.tech/badge/cloudipsp/week)](https://pepy.tech/project/cloudipsp)\n\n## Payment service provider\nA payment service provider (PSP) offers shops online services for accepting electronic payments by a variety of payment methods including credit card, bank-based payments such as direct debit, bank transfer, and real-time bank transfer based on online banking. Typically, they use a software as a service model and form a single payment gateway for their clients (merchants) to multiple payment methods. \n[read more](https://en.wikipedia.org/wiki/Payment_service_provider)\n\nRequirements\n------------\n- Python (2.4, 2.7, 3.3, 3.4, 3.5, 3.6, 3.7)\n\nDependencies\n------------\n- requests\n- six\n\nInstallation\n------------\n```bash\npip install cloudipsp\n```\n### Simple start\n\n```python\nfrom cloudipsp import Api, Checkout\napi = Api(merchant_id=1396424,\n          secret_key='test')\ncheckout = Checkout(api=api)\ndata = {\n    \"currency\": \"USD\",\n    \"amount\": 10000\n}\nurl = checkout.url(data).get('checkout_url')\n```\n\nTests\n-----------------\nFirst, install `tox` `\u003chttp://tox.readthedocs.org/en/latest/\u003e`\n\nTo run testing:\n\n```bash\ntox\n```\n\nThis will run all tests, against all supported Python versions.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcloudipsp%2Fpython-sdk","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcloudipsp%2Fpython-sdk","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcloudipsp%2Fpython-sdk/lists"}