PiggyPot / onfido

Elixir wrapper for the Onfido API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Onfido

Elixir wrapper for the Onfido API

Installation

def deps do
  [
    {:onfido, "~> 0.2.0"}
  ]
end
  1. Add configuration to your app:
config :onfido,
  api_base: "https://api.onfido.com/v2",
  api_token: "<your-api-token>"

Documentation

Core Resources

Applicants
Documents
Checks
Reports
Webhooks

Other Resources

Address Picker
SDK Token Generation
Street Level Code

You can read the docs at hex.pm

Development Setup

If you are making changes to this codebase and want to test your code, you will need to copy the sample secret file.

cp config/secret.sample.exs config/secret.exs

Then add your relevant Onfido access details here.

About

Elixir wrapper for the Onfido API


Languages

Language:Elixir 100.0%