All Projects → moov-io → customers

moov-io / customers

Licence: Apache-2.0 License
Customer registry supporting Know Your Customer (KYC), Customer Identification Program (CIP), and OFAC checks

Programming Languages

go
31211 projects - #10 most used programming language

Projects that are alternatives of or similar to customers

watchman
AML/CTF/KYC/OFAC Search of global watchlist, sanctions, and politically exposed person (PEP)
Stars: ✭ 167 (+183.05%)
Mutual labels:  aml, kyc, cip, ofac
FaceLivenessDetection-SDK
3D Passive Face Liveness Detection (Anti-Spoofing) & Deepfake detection. A single image is needed to compute liveness score. 99,67% accuracy on our dataset and perfect scores on multiple public datasets (NUAA, CASIA FASD, MSU...).
Stars: ✭ 85 (+44.07%)
Mutual labels:  aml, kyc
mousekyc-admin
Admin panel for the No Rest Labs KYC
Stars: ✭ 14 (-76.27%)
Mutual labels:  kyc
blinkid-ui-android
Customizable UI library that includes camera management, scanning screen, and document selection module.
Stars: ✭ 33 (-44.07%)
Mutual labels:  kyc
mousekyc-fe
Frontend of the No Rest Labs team KYC repo
Stars: ✭ 16 (-72.88%)
Mutual labels:  kyc
blinkid-xamarin
ID scanning SDK, wrapped for cross-platform apps built with Xamarin.
Stars: ✭ 49 (-16.95%)
Mutual labels:  kyc
aml-deploy
GitHub Action that allows you to deploy machine learning models in Azure Machine Learning.
Stars: ✭ 37 (-37.29%)
Mutual labels:  aml
SupportEmail
Pre-populates emails with support information in iOS/iPadOS apps
Stars: ✭ 20 (-66.1%)
Mutual labels:  customer
blinkid-flutter
ID scanning plugins for cross-platform apps built with Flutter.
Stars: ✭ 55 (-6.78%)
Mutual labels:  kyc
mousekyc
Master repository for the MouseBelt KYC project
Stars: ✭ 23 (-61.02%)
Mutual labels:  kyc
node-drivers
Industrial protocol drivers in node.js
Stars: ✭ 20 (-66.1%)
Mutual labels:  cip
Customer-Management-System-for-Coffee-Shops
𝐂𝐨𝐟𝐟𝐞𝐞 𝐒𝐡𝐨𝐩𝐬
Stars: ✭ 34 (-42.37%)
Mutual labels:  customer
yoti-php-sdk
The PHP SDK for interacting with the Yoti Platform
Stars: ✭ 22 (-62.71%)
Mutual labels:  aml
WeIdentity
基于区块链的符合W3C DID和Verifiable Credential规范的分布式身份解决方案
Stars: ✭ 1,063 (+1701.69%)
Mutual labels:  kyc
tracardi
TRACARDI is a new HOME for your customer data. TRACARDI is an API-first solution, low-code / no-code platform aimed at any e-commerce business that wants to start using user data for marketing purposes.
Stars: ✭ 193 (+227.12%)
Mutual labels:  customer
aml-registermodel
GitHub Action that allows you to register models to your Azure Machine Learning Workspace.
Stars: ✭ 14 (-76.27%)
Mutual labels:  aml
adversarial-recommender-systems-survey
The goal of this survey is two-fold: (i) to present recent advances on adversarial machine learning (AML) for the security of RS (i.e., attacking and defense recommendation models), (ii) to show another successful application of AML in generative adversarial networks (GANs) for generative applications, thanks to their ability for learning (high-…
Stars: ✭ 110 (+86.44%)
Mutual labels:  aml
larafeed
Laravel package for providing visual feedback via screenshots.
Stars: ✭ 42 (-28.81%)
Mutual labels:  customer
aml-workspace
GitHub Action that allows you to create or connect to your Azure Machine Learning Workspace.
Stars: ✭ 22 (-62.71%)
Mutual labels:  aml
hackintosh-gigabyte-x570-aorus-elite
My EFI folder for Ryzen Hackintosh, as known as Ryzentosh.
Stars: ✭ 25 (-57.63%)
Mutual labels:  aml

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 [email protected]. 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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].