Skip to content

Santander UK API to log into internet banking and get a transaction list.

Notifications You must be signed in to change notification settings

Hello1024/santander-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 

Repository files navigation

Santander bank api

Santander UK bank API to log into internet banking and get a transaction list for your current or savings account.

Example usage

import Santander

# Connect and login
account = Santander.Santander('2511128396', {'What was your first school', 'London School'}, 'SecretPassword', '12345')

# List recent transactions
for tx in account.getTransactions():
  print tx

# Pay money out of my account
account.makePayment('10.00', '220877', '36829544', 'My Ref')

Todo

  • Multiple accounts
  • Robust to malicious reference fields and names
  • Better parsing of card transactions
  • Support other banks

About

Santander UK API to log into internet banking and get a transaction list.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages