{"id":21901575,"url":"https://github.com/amadr-95/paypal-spring-boot-integration","last_synced_at":"2026-05-18T11:08:51.663Z","repository":{"id":242570658,"uuid":"809920354","full_name":"amadr-95/paypal-spring-boot-integration","owner":"amadr-95","description":"Payment integration in Spring Boot using PayPal API","archived":false,"fork":false,"pushed_at":"2024-06-03T18:10:46.000Z","size":26,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-22T06:17:46.314Z","etag":null,"topics":["paypal-api","spring-boot"],"latest_commit_sha":null,"homepage":"","language":"HTML","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/amadr-95.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":"2024-06-03T17:51:13.000Z","updated_at":"2024-06-03T18:11:29.000Z","dependencies_parsed_at":"2024-06-03T21:02:36.009Z","dependency_job_id":"56959ec9-5cd6-490d-a36d-6f71fa191acf","html_url":"https://github.com/amadr-95/paypal-spring-boot-integration","commit_stats":null,"previous_names":["amadr-95/paypal-spring-boot-integration"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/amadr-95/paypal-spring-boot-integration","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amadr-95%2Fpaypal-spring-boot-integration","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amadr-95%2Fpaypal-spring-boot-integration/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amadr-95%2Fpaypal-spring-boot-integration/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amadr-95%2Fpaypal-spring-boot-integration/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/amadr-95","download_url":"https://codeload.github.com/amadr-95/paypal-spring-boot-integration/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amadr-95%2Fpaypal-spring-boot-integration/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33175936,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-18T09:27:30.708Z","status":"ssl_error","status_checked_at":"2026-05-18T09:27:28.300Z","response_time":71,"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":["paypal-api","spring-boot"],"created_at":"2024-11-28T15:14:21.612Z","updated_at":"2026-05-18T11:08:51.646Z","avatar_url":"https://github.com/amadr-95.png","language":"HTML","funding_links":["https://developer.paypal.com"],"categories":[],"sub_categories":[],"readme":"# Spring Boot PayPal integration\n\nThis is a demo example of how to integrate paypal payment method on your application.\n\n### PayPal maven dependencies\n\n```xml\n\u003cdependencies\u003e\n    \u003cdependency\u003e\n        \u003cgroupId\u003ecom.paypal.sdk\u003c/groupId\u003e\n        \u003cartifactId\u003epaypal-core\u003c/artifactId\u003e\n        \u003cversion\u003e1.7.2\u003c/version\u003e\n    \u003c/dependency\u003e\n\n    \u003cdependency\u003e\n        \u003cgroupId\u003ecom.paypal.sdk\u003c/groupId\u003e\n        \u003cartifactId\u003erest-api-sdk\u003c/artifactId\u003e\n        \u003cversion\u003e1.14.0\u003c/version\u003e\n    \u003c/dependency\u003e\n\u003c/dependencies\u003e\n```\n\n### Setting up PayPal configuration\nIn order to use PayPal integration in your project in development mode you have to set\n`mode = sandbox` in your .properties or .yml file\n\nAlso, you have to generate the `clientId` and the `clientSecret` by login in with your PayPal account at \nhttps://developer.paypal.com\n\n![paypal-sandbox](https://github.com/amadr-95/paypal-spring-boot-integration/assets/122611230/e960ed18-b1cb-4d0c-b5bc-ee3d9a9e7408)\n\n![paypal-keys](https://github.com/amadr-95/paypal-spring-boot-integration/assets/122611230/17730659-eda7-4693-b207-611aa7af1892)\n\n\nOnce you have the generated keys, copy them in the .properties or .yml file.\n\n### Some screenshots\n\n![ui](https://github.com/amadr-95/paypal-spring-boot-integration/assets/122611230/4270119e-6b34-44c5-b82c-ab8c6b766fdb)\n\n![payment](https://github.com/amadr-95/paypal-spring-boot-integration/assets/122611230/d310d751-9273-4139-bb91-86a73083c83e)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Famadr-95%2Fpaypal-spring-boot-integration","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Famadr-95%2Fpaypal-spring-boot-integration","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Famadr-95%2Fpaypal-spring-boot-integration/lists"}