{"id":24806419,"url":"https://github.com/remy349/paypal-payments-flask","last_synced_at":"2026-05-15T12:31:27.709Z","repository":{"id":169599965,"uuid":"645557802","full_name":"Remy349/paypal-payments-flask","owner":"Remy349","description":"Create payment orders using PayPal and Flask.","archived":false,"fork":false,"pushed_at":"2023-06-16T03:40:24.000Z","size":36,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-27T22:48:36.104Z","etag":null,"topics":["flask","paypal-rest-api","python","requests"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Remy349.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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-05-25T23:40:16.000Z","updated_at":"2024-05-18T23:41:44.000Z","dependencies_parsed_at":null,"dependency_job_id":"c63e33d2-87c7-4254-8939-d14d2196fb9e","html_url":"https://github.com/Remy349/paypal-payments-flask","commit_stats":null,"previous_names":["remy349/paypal-payments-flask"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Remy349/paypal-payments-flask","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Remy349%2Fpaypal-payments-flask","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Remy349%2Fpaypal-payments-flask/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Remy349%2Fpaypal-payments-flask/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Remy349%2Fpaypal-payments-flask/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Remy349","download_url":"https://codeload.github.com/Remy349/paypal-payments-flask/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Remy349%2Fpaypal-payments-flask/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33067109,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-15T11:35:32.926Z","status":"ssl_error","status_checked_at":"2026-05-15T11:35:31.362Z","response_time":103,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["flask","paypal-rest-api","python","requests"],"created_at":"2025-01-30T08:28:30.227Z","updated_at":"2026-05-15T12:31:27.689Z","avatar_url":"https://github.com/Remy349.png","language":"Python","funding_links":["https://developer.paypal.com/home/","https://api-m.paypal.com","https://api-m.sandbox.paypal.com"],"categories":[],"sub_categories":[],"readme":"# paypal-payments-flask\n\nCreate a simple purchase order using the PayPal REST api with a Flask application.\n\n## Requirements\n\n- A personal or business PayPal account.\n- Have an application created in PayPal Developer to have access to client_id and secret_client credentials.\n  - [PayPal Developer - Home Page](https://developer.paypal.com/home/)\n- Have Python installed.\n\n## Built with\n\nThis project was made with Python and the Flask micro framework, and consuming the PayPal REST api.\n\n## How to run the application?\n\n1. Download the repository.\n\n```Shell\n$ git clone https://github.com/Remy349/paypal-payments-flask\n```\n\n2. Move to the repository and activate a Python virtual environment to install the necessary dependencies.\n\n```Shell\n$ cd paypal-payments-flask\n# It may be just python depending on how you installed Python on your computer.\n$ python3 -m venv venv\n\n# Linux\n$ . venv/bin/activate\n# Windows\n$ venv\\Scripts\\activate\n```\n\n3. Install the dependencies found in the requirements.txt file.\n\n```Shell\n# It may be just \"pip\" depending on how you installed Python on your computer.\n(venv) $ pip3 install -r requirements.txt\n```\n\n4. Create an \".env\" file in the root of the project to add your environment variables.\n\n```Shell\nSECRET_KEY=ab07778a3653971df13e144d26315afb\n# When in production use this \"https://api-m.paypal.com\".\nPAYPAL_API_URL=https://api-m.sandbox.paypal.com\nPAYPAL_CLIENT_ID=\nPAYPAL_CLIENT_SECRET=\n```\n\nYou get the credentials by creating an application in the PayPal Developer panel, log in with your personal or business PayPal account.\n\n5. Run the application and test purchase.\n\n```Shell\n(venv) $ flask run\n\n* Serving Flask app 'application.py'\n* Running on http://127.0.0.1:5000 (Press CTRL+C to quit)\n```\n\n### Developed by Santiago de Jesús Moraga Caldera - Remy349(GitHub)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fremy349%2Fpaypal-payments-flask","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fremy349%2Fpaypal-payments-flask","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fremy349%2Fpaypal-payments-flask/lists"}