{"id":23765785,"url":"https://github.com/solidusio-contrib/solidus_signifyd","last_synced_at":"2025-06-29T23:32:31.604Z","repository":{"id":32726715,"uuid":"36316622","full_name":"solidusio-contrib/solidus_signifyd","owner":"solidusio-contrib","description":"Solidus integration for the Signifyd fraud check service.","archived":false,"fork":false,"pushed_at":"2022-08-02T07:12:20.000Z","size":195,"stargazers_count":6,"open_issues_count":0,"forks_count":17,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-06-06T22:05:16.979Z","etag":null,"topics":["ecommerce","extension","fraud-check","payments","signifyd","solidus"],"latest_commit_sha":null,"homepage":"","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/solidusio-contrib.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":"2015-05-26T18:47:34.000Z","updated_at":"2025-01-11T08:53:12.000Z","dependencies_parsed_at":"2022-06-27T00:38:10.718Z","dependency_job_id":null,"html_url":"https://github.com/solidusio-contrib/solidus_signifyd","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/solidusio-contrib/solidus_signifyd","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/solidusio-contrib%2Fsolidus_signifyd","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/solidusio-contrib%2Fsolidus_signifyd/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/solidusio-contrib%2Fsolidus_signifyd/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/solidusio-contrib%2Fsolidus_signifyd/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/solidusio-contrib","download_url":"https://codeload.github.com/solidusio-contrib/solidus_signifyd/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/solidusio-contrib%2Fsolidus_signifyd/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262685115,"owners_count":23348408,"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":["ecommerce","extension","fraud-check","payments","signifyd","solidus"],"created_at":"2024-12-31T23:17:38.993Z","updated_at":"2025-06-29T23:32:31.575Z","avatar_url":"https://github.com/solidusio-contrib.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"Solidus Signifyd\n================\n\n[![CircleCI](https://circleci.com/gh/solidusio-contrib/solidus_signifyd.svg?style=svg)](https://circleci.com/gh/solidusio-contrib/solidus_signifyd)\n\nIntegration with Signifyd that implements a fraud check prior to marking a\nshipment as ready to be shipped.\n\n* All orders are sent to SIGNIFYD for scoring when they transition to complete.\n* Risk analysis is returned from SIGNIFYD via a webhook and added to order.\n* Orders with a risk score \u003e= 500 (default review disposition threshhold)\n    - Paid orders are marked ready to ship.\n* Orders with a risk score \u003c 500\n    - Are cancelled.\n    - Risk analysis is displayed in admin.\n\nInstallation\n------------\n\nIn your Gemfile:\n\n```ruby\ngem \"solidus_signifyd\"\n```\n\nBundle your dependencies and run the installation generator:\n\n```shell\nbundle\nbundle exec rails g solidus_signifyd:install\n```\n\nCreate a SIGNIFYD test team within the SIGNIFYD account. The API key is listed on the Teams page after a team has been created.\n\nCreate SIGNIFYD notifications for each event type and provide your\n`api_solidus_signifyd_orders_path`. To work with external webhook in local\ndevelopment you may need to change the rails server [default host] and enable\nport forwarding or setup a reverse SSH tunnel.\n\n```\nhttp://www.example.com/api/solidus_signifyd/orders\n```\n\nCases can be inspected in the SIGNIFYD web console.\n\nConfiguration\n-------------\n\n### api_key\n\nType: `string`\n\nSIGNIFYD team API key.\n\n### exclude_store_credit_orders\n\nType: `boolean`\nDefault: `false`\n\nBy default, even orders which are fully paid with store credit are sent to\nSIGNIFYD. Since this could result in unnecessary charges to a user who is on a\n\"flat rate\" plan, we provide the option to skip these orders.\n\n### signifyd_score_threshold\n\nType: `integer`\nDefault: `500`\n\nAutomatic approval is granted to orders which have a good \"reviewDisposition\" or\nhave a score greater than the `signifyd_score_threshold`.\n\nRisky Orders\n------------\n\nFlagging a case as bad in the SIGNIFYD web console will associate\na fraudulent case with the order's email. This will cause future orders to drop\nbelow the `reviewDisposition` threshhold of 500 and allow you to inspect a\nrisky order.\n\nTesting\n-------\n\nFirst bundle your dependencies, then run `rake`. `rake` will default to\nbuilding the dummy app if it does not exist, then it will run specs. The dummy\napp can be regenerated by using `rake test_app`.\n\n```shell\nbundle exec rake\n```\n\n[default host]: http://guides.rubyonrails.org/4_2_release_notes.html#default-host-for-rails-server\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsolidusio-contrib%2Fsolidus_signifyd","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsolidusio-contrib%2Fsolidus_signifyd","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsolidusio-contrib%2Fsolidus_signifyd/lists"}