plaid

package
v0.0.0-...-a5a65f0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 30, 2017 License: Apache-2.0 Imports: 14 Imported by: 1

README

Plaid Importer
==============

Plaid (plaid.com) is a service that allows users to connect to financial
institutions (namely credit card providers) and retreive financial
transactions in a uniform format.

To use:

1) Sign up for a Plaid developer account: https://dashboard.plaid.com/signup
2) Start the devcam server with plaidapikey flag:
   $ devcam server -plaidapikey=<client_id>:<secret>
3) Navigate to http://<server>/importer/plaid and click "Add new account"
4) Enter username and password for your financial institution's account, and
   select the institution type (eg, Amex). (Unfortunately, OAuth is not
   available)
5) Watch your transactions roll on in

Documentation

Overview

Package plaid implements an importer for financial transactions from plaid.com

Index

Constants

View Source
const (
	AMEX = iota
	BBT
	BOFA
	CAPONE
	SCHWAB
	CHASE
	CITI
	FIDELITY
	NFCU
	PNC
	SUNTRUST
	TD
	US
	USAA
	WELLS
)

Variables

This section is empty.

Functions

This section is empty.

Types

type Institution

type Institution int

type InstitutionNameMap

type InstitutionNameMap map[Institution]InstitutionNames

type InstitutionNames

type InstitutionNames struct {
	DisplayName string
	CodeName    string
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL