{"id":18716355,"url":"https://github.com/killbill/killbill-deposit-plugin","last_synced_at":"2025-04-12T13:30:59.698Z","repository":{"id":38201405,"uuid":"346392707","full_name":"killbill/killbill-deposit-plugin","owner":"killbill","description":"Batch deposit plugin for Kill Bill","archived":false,"fork":false,"pushed_at":"2023-02-13T19:06:51.000Z","size":84,"stargazers_count":1,"open_issues_count":2,"forks_count":4,"subscribers_count":5,"default_branch":"main","last_synced_at":"2024-05-01T09:46:23.994Z","etag":null,"topics":["billing","killbill","payment","subscriptions"],"latest_commit_sha":null,"homepage":"https://killbill.io","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/killbill.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null},"funding":{"github":["killbill"]}},"created_at":"2021-03-10T14:59:15.000Z","updated_at":"2024-01-28T01:16:48.000Z","dependencies_parsed_at":"2023-01-30T23:45:25.543Z","dependency_job_id":null,"html_url":"https://github.com/killbill/killbill-deposit-plugin","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/killbill%2Fkillbill-deposit-plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/killbill%2Fkillbill-deposit-plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/killbill%2Fkillbill-deposit-plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/killbill%2Fkillbill-deposit-plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/killbill","download_url":"https://codeload.github.com/killbill/killbill-deposit-plugin/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223518488,"owners_count":17158689,"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":["billing","killbill","payment","subscriptions"],"created_at":"2024-11-07T13:12:25.773Z","updated_at":"2024-11-07T13:12:26.340Z","avatar_url":"https://github.com/killbill.png","language":"Java","funding_links":["https://github.com/sponsors/killbill"],"categories":[],"sub_categories":[],"readme":"# killbill-deposit-plugin\n![Maven Central](https://img.shields.io/maven-central/v/org.kill-bill.billing.plugin.java/deposit-plugin?color=blue\u0026label=Maven%20Central)\n\nKill Bill Deposit plugin.\n\n## Kill Bill compatibility\n\n| Plugin version | Kill Bill version |\n|---------------:|------------------:|\n|          0.y.z |            0.22.z |\n|          0.1.z |            0.24.z |\n\n## Requirements\n\nThe plugin needs a database. The latest version of the schema can be found [here](https://github.com/killbill/killbill-deposit-plugin/blob/master/src/main/resources/ddl.sql).\n\n## Installation\n\nLocally:\n\n```\nkpm install_java_plugin deposit --from-source-file target/deposit-*-SNAPSHOT.jar --destination /var/tmp/bundles\n```\n\n## Configuration\n\nConfigure minimum payment amounts in the plugin:\n\n```\ncurl -v \\\n     -X POST \\\n     -u admin:password \\\n     -H 'X-Killbill-ApiKey: bob' \\\n     -H 'X-Killbill-ApiSecret: lazar' \\\n     -H 'X-Killbill-CreatedBy: admin' \\\n     -H 'Content-Type: text/plain' \\\n     -d '!!org.killbill.billing.plugin.deposit.DepositConfiguration\n  minAmounts:\n    USD: 0.5' \\\n    http://127.0.0.1:8080/1.0/kb/tenants/uploadPluginConfig/killbill-deposit\n```\n\nMake sure to enable the control plugin in Kill Bill:\n\n```\norg.killbill.payment.invoice.plugin=killbill-deposit\n```\n\nThis can also be configured on a per-tenant or even per-request basis.\n\n## Usage\n\n```bash\ncurl -v \\\n     -X POST \\\n     -u admin:password \\\n     -H \"X-Killbill-ApiKey: bob\" \\\n     -H \"X-Killbill-ApiSecret: lazar\" \\\n     -H \"Content-Type: application/json\" \\\n     -H \"Accept: application/json\" \\\n     -H \"X-Killbill-CreatedBy: testing\" \\\n     -d '{\n  \"accountId\": \"e4ab98c2-3a4c-4595-ac14-b70e7324b1b5\",\n  \"effectiveDate\": \"2021-03-16\",\n  \"paymentReferenceNumber\": \"WIRE-12345\",\n  \"depositType\": \"wire\",\n  \"payments\": [\n    {\n      \"invoiceNumber\": 824,\n      \"paymentAmount\": 1.23\n    }\n  ]\n}' \\\n     \"http://127.0.0.1:8080/plugins/killbill-deposit/record\"\n```\n\n## About\n\nKill Bill is the leading Open-Source Subscription Billing \u0026 Payments Platform. For more information about the project, go to https://killbill.io/.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkillbill%2Fkillbill-deposit-plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkillbill%2Fkillbill-deposit-plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkillbill%2Fkillbill-deposit-plugin/lists"}