Skip to content

PiggyPot/onfido

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published

Languages