Skip to content
This repository has been archived by the owner on Aug 26, 2022. It is now read-only.

moov-io/customers

Repository files navigation

moov-io/customers

Project Status

Moov Customers has been deprecated in favor of a more direct service for uploading ACH files. We’ve also realized that KYC/KYB, data modeling, workflows, and risk analysis are difficult to open-source. We are interested in hearing how you have solved these problems internally and want to develop something in the open. Thank you to everyone who has contributed and helped us grow.


GoDoc Build Status Coverage Status Go Report Card Apache 2 licensed

This project focuses on verifying the identity of people who are legally able to hold and transfer currency in the United States. It provides services related to:

The goal of this project is to provide objective, detailed due diligence on individuals and companies in the financial sector — in a modernized and extensible way.

If you believe you have identified a security vulnerability please responsibly report the issue as via email to security@moov.io. Please do not post it to a public issue tracker.

FFIEC Bank Secrecy Act - Customer Identification Program

Docs: docs | API Endpoints | Admin API Endpoints

Getting Started

Customers has a Docker Compose setup which you can run locally. This uses the latest releases of Customers and Watchman.

$ docker-compose up
Creating customers_watchman_1 ... done
Creating customers_customers_1 ... done
...
customers_1  | ts=2020-03-06T22:56:24.2184402Z caller=main.go:50 startup="Starting moov-io/customers server version v0.4.0-rc1"
customers_1  | ts=2020-03-06T22:56:24.393462Z caller=watchman.go:102 watchman="using http://watchman:8084 for Watchman address"
customers_1  | ts=2020-03-06T22:56:24.3951132Z caller=main.go:171 startup="binding to :8087 for HTTP server"

Once the systems start you can access Customers via http://localhost:8087 and Watchman's web interface or api:

  1. API Endpoints
  2. Admin Endpoints

Read through the project docs over here to get an understanding of the purpose of this project and how to run it.

Getting Help

channel info
Documentation Project documentation for our community.
GitHub Issues Public tracker of issues with our community. Please open a GitHub Issue if you're able to reproduce problems or to request features.
Twitter @moov You can follow Moov's Twitter feed to get updates on our projects. You can also tweet us to ask questions or share comments.
Slack #moov-io Join the slack channel to discuss with other contributors about the development of Moov's open source projects.

Contributing

Yes please! Please review our Contributing guide and Code of Conduct to get started! Checkout our issues for first time contributors for something to help out with.

Test Coverage

Improving test coverage is a good candidate for new contributors while also allowing the project to move more quickly by reducing regressions issues that might not be caught before a release is pushed out to our users. One great way to improve coverage is by adding edge cases and different inputs to functions.

License

Apache License 2.0 See LICENSE for details.