Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 602 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 602 Bytes

Teller Quickstart

This repo contains Teller's Quickstart example application. It's a simple Ruby application that demonstrates how to enroll a user using Teller Connect, obtain an access token, make an initial API request using your client certificate, and display the response.

Requirements

  • Ruby 2.7 >
  • Bundler

To start the application copy your Teller client certificate and private key into the top-levelcertificates folder and run the following commands.

bundle install
env APP_ID=app_XXXXXXXXXXX bundle exec rackup

Your application should be running on localhost:9292