Giter Club home page Giter Club logo

Comments (3)

philipsd6 avatar philipsd6 commented on August 28, 2024

You'll need to do the following to use this with Chase:

  1. Generate a uuid (either with openssl rand -hex 16 or online at https://www.uuidgenerator.net/
  2. Run this once:
import logging
logging.basicConfig(level=logging.DEBUG)

from ofxclient import Institution

client_args = dict(ofx_version='103',
                   id='<YOUR UUID>')

inst = Institution(id='10898',
                   org='B1',
                   url='https://ofx.chase.com',
                   username='my_username',
                   password='my_password'
                   client_args=client_args)

accounts = inst.accounts()
for account in accounts:
    print(account.description, account.number_masked())
  1. You'll probably see something like this in the output:
<OFX><SIGNONMSGSRSV1><SONRS><STATUS><CODE>15510<SEVERITY>ERROR<MESSAGE>Please verify your identity within the next 7 days. Using your d
esktop computer, go to your banks website and visit the Secure Message Center for instructions.</STATUS><DTSERVER>20190423200641.611[-4
:EDT]<LANGUAGE>ENG<FI><ORG>B1<FID>10898</FI></SONRS></SIGNONMSGSRSV1><SIGNUPMSGSRSV1><ACCTINFOTRNRS><TRNUID>7aa314891e407a46b922bbbdee1
51796<STATUS><CODE>15500<SEVERITY>ERROR</STATUS><CLTCOOKIE>4</ACCTINFOTRNRS></SIGNUPMSGSRSV1></OFX>                                    
  1. Then sign into your Chase account and go to your secure messages, and click the link in that message.
  2. Then run the above code again! Just be sure to keep using the same uuid.

WARNING Your username and password will be in the debug output, so don't cut-n-paste it without sanitizing it!

from ofxclient.

mattcarlin avatar mattcarlin commented on August 28, 2024

from ofxclient.

jcguu95 avatar jcguu95 commented on August 28, 2024

How did it go?

from ofxclient.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.