{"id":22866888,"url":"https://github.com/imran110219/sslcommerz-springboot","last_synced_at":"2026-05-01T09:32:14.385Z","repository":{"id":267035949,"uuid":"900066166","full_name":"imran110219/SSLCommerz-SpringBoot","owner":"imran110219","description":"SSLCOMMERZ is a bangladeshi payment gateway provider. This is Spring Boot library for SSLCOMMERZ.","archived":false,"fork":false,"pushed_at":"2025-09-19T07:50:43.000Z","size":62,"stargazers_count":1,"open_issues_count":6,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-19T09:42:44.725Z","etag":null,"topics":["payment","payment-gateway","spring-boot","sslcommerz"],"latest_commit_sha":null,"homepage":"","language":"Java","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/imran110219.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-12-07T19:12:47.000Z","updated_at":"2025-04-16T09:05:00.000Z","dependencies_parsed_at":"2025-01-11T09:32:07.475Z","dependency_job_id":"e8f12ea7-d11e-4741-a89b-447073792d41","html_url":"https://github.com/imran110219/SSLCommerz-SpringBoot","commit_stats":null,"previous_names":["imran110219/sslcommerz-springboot"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/imran110219/SSLCommerz-SpringBoot","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imran110219%2FSSLCommerz-SpringBoot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imran110219%2FSSLCommerz-SpringBoot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imran110219%2FSSLCommerz-SpringBoot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imran110219%2FSSLCommerz-SpringBoot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/imran110219","download_url":"https://codeload.github.com/imran110219/SSLCommerz-SpringBoot/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imran110219%2FSSLCommerz-SpringBoot/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32492162,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-30T13:12:12.517Z","status":"online","status_checked_at":"2026-05-01T02:00:05.856Z","response_time":64,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["payment","payment-gateway","spring-boot","sslcommerz"],"created_at":"2024-12-13T12:17:49.994Z","updated_at":"2026-05-01T09:32:14.369Z","avatar_url":"https://github.com/imran110219.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SSLCommerz Spring Boot Integration\n\nThis project integrates SSLCommerz payment gateway with a Spring Boot application.\n\n## Technologies Used\n\n- Java\n- Spring Boot\n- Maven\n\n## Getting Started\n\n### Prerequisites\n\n- Java 11 or higher\n- Maven 3.6.0 or higher\n\n### Installation\n\n1. Clone the repository:\n    ```sh\n    git clone https://github.com/yourusername/sslcommerz-spring-boot.git\n    cd sslcommerz-spring-boot\n    ```\n\n2. Update the `application.properties` file with your SSLCommerz credentials and URLs.\n\n3. Build the project:\n    ```sh\n    mvn clean install\n    ```\n\n4. Run the application:\n    ```sh\n    mvn spring-boot:run\n    ```\n\n## API Documentation\n\n### Initiate Transaction\n\n**Endpoint:** `POST /api/payment/initiate`\n\n**Request Body:**\n```json\n{\n  \"total_amount\": \"100.00\",\n  \"currency\": \"BDT\",\n  \"tran_id\": \"TRANSACTION_ID\",\n  \"cus_name\": \"Customer Name\",\n  \"cus_email\": \"customer@example.com\",\n  \"cus_add1\": \"Customer Address 1\",\n  \"cus_add2\": \"Customer Address 2\",\n  \"cus_city\": \"Customer City\",\n  \"cus_state\": \"Customer State\",\n  \"cus_postcode\": \"Customer Postcode\",\n  \"cus_country\": \"Customer Country\",\n  \"cus_phone\": \"Customer Phone\",\n  \"cus_fax\": \"Customer Fax\",\n  \"ship_name\": \"Shipping Name\",\n  \"ship_add1\": \"Shipping Address 1\",\n  \"ship_add2\": \"Shipping Address 2\",\n  \"ship_city\": \"Shipping City\",\n  \"ship_state\": \"Shipping State\",\n  \"ship_postcode\": \"Shipping Postcode\",\n  \"ship_country\": \"Shipping Country\",\n  \"multi_card_name\": \"Multi Card Name\",\n  \"shipping_method\": \"Shipping Method\",\n  \"product_name\": \"Product Name\",\n  \"product_category\": \"Product Category\",\n  \"product_profile\": \"Product Profile\",\n  \"value_a\": \"Value A\",\n  \"value_b\": \"Value B\",\n  \"value_c\": \"Value C\",\n  \"value_d\": \"Value D\"\n}\n```\n\n### Validate Transaction\n**Endpoint:** `POST /api/payment/validate`\n\n**Request Parameter**\n```angular2html\ntran_id\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fimran110219%2Fsslcommerz-springboot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fimran110219%2Fsslcommerz-springboot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fimran110219%2Fsslcommerz-springboot/lists"}