Elixir wrapper for the Onfido API
def deps do
[
{:onfido, "~> 0.2.0"}
]
end
- Add configuration to your app:
config :onfido,
api_base: "https://api.onfido.com/v2",
api_token: "<your-api-token>"
Applicants
Documents
Checks
Reports
Webhooks
Address Picker
SDK Token Generation
Street Level Code
You can read the docs at hex.pm
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.