A Python plugin for the okra API
Project description
Okra.py
- This a python plugin that allows you to seamlessly integrate okra api in your python applications
Requirements
- Python >=3.6
Installation
To install, simply run:
pip install pyokra-houdini10
How to use
- This module contains different classes based on the okra documentation and they include:
Auth
- This allows you to retrieve the bank account and routing numbers associated with a Record's current, savings, and domiciliary accounts, along with high-level account data and balances when available.
To use simply:
from okra import Okra o = Okra(Token) #initialize the module with your private token or secret token in your okra dashboard auth = o.Auth.all()
Available functions:
.all() - This allows you to retrieve the bank account and routing numbers associated with a Record's current, savings, and domiciliary accounts, along with high-level account data and balances when available.
.get_by_id (id)- This is allows you to fetch authentication info using the id.
.get_by_customer(customer) - This allows you to fetch authentication info using the customer id.
.get_by_date(_from, _to) - This allows you to fetch authentication info using a date range.
.get_by_bank(bank_id) - This allows you to fetch authentication info using the bank id.
.get_by_customer_date(_from, _to, customer) -- This allows you to fetch authentication for a customer using a date range and customer id.
Where the parameters _from and _to are the start date and end date respectively
Balance
- This returns the real-time balance for each of a record's accounts. It can be used for existing Records that were added via any of Okra’s other products.
Available functions:
.get_balances -- This returns the realtime balance for each of a record's account.
.by_id(id) -- This returns the balance info using the id of the balance
.by_customer -- This returns the balance info using the id of the customer
.by_account -- This returns the balance info using the account id
.by_date_range -- This fetches the balance info using the date range
.by_type -- This fetches the balance info using the type of balance
.by_customer_date -- This fetches the balance info of a customer using date range and customer id
.get_periodic(account_id, record_id,currency) - -This returns the real - time BALANCE at anytime without heavy calculations of the transactions on each of the record 's account.
Transactions
- This allows developers to receive customer-authorized transaction data for current, savings, and domiciliary Accounts. Transaction data is standardized across all the banks we support, and in many cases transactions are linked to a clean name, entity type, location, and category.
Available functions:
.all -- This returns the full transactional history of a record account.
.get_by_id -- This returns the transaction info using the id of the transaction.
.by_options -- This returns the transaction info using the options metadata provided when setting up the widget.
.by_customer -- This fetches the transaction info using the customer id.
.by_account -- This fetches the transaction info using the account id.
.by_date -- This fetches transaction info using a date range.
.by_bank -- This fetches the transaction info using the bank id.
.by_type -- This fetches a transaction info by type.
.spending_pattern -- This returns the spending pattern of a customer.
.customer_date -- This fetches transaction info of a customer using a date range and customer id.
.periodic -- This fetches the real-time transaction at anytime on each record's account.
Identity
- This endpoint allows you to retrieve various account holder information on file with the bank, including names, emails, phone numbers, and addresses. Note: This request may take some time to complete if identity was not specified as an initial product when creating the Record. This is because Okra must communicate directly with the institution to retrieve the data. So it is expected you take advantage of python's async and await when using each of the functions in this module.
Available functions:
.get_identities -- fetches all identities
.by_id -- fetches various account holder information on file using the id.
.by_options -- fetches identity info using the options metadata you provided when setting up the widget
.by_customer -- fetches various account holder information using the customer id
.by_date -- fetches various account information using date range
.customer_date -- fetches an account information during a specific date period
Income
- This allows you to retrieve information pertaining to a Record’s income. In addition to the annual income, detailed information will be provided for each contributing income stream (or job).
Available functions:
.get_income -- fetches all customer income record
.by_id -- fetches information pertaining to a Record's income usimg the id
.by_customer -- retrieves information using the customer id
.process -- processes the income of a particular customer using the customer's id
.customer_date -- fetches information pertaining to a Record's income using the customer id and date range.
Records
- This allows you to retrieve all the failed and successful records including all the billable product associated to a particular record.
.get_all -- retrieves both failed and successful records
.remove_record -- removes a customer record associated to your company.
Best Practices
- For best practise in a python app, it is encouraged you initialise okra in your
settings.pyfile as this will enable you to import the okra module anywhere in your application and reduce repetition of instances.
Author
- Houdini
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file pyokra-houdini10-0.0.0.tar.gz.
File metadata
- Download URL: pyokra-houdini10-0.0.0.tar.gz
- Upload date:
- Size: 7.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.20.1 setuptools/50.3.2 requests-toolbelt/0.8.0 tqdm/4.51.0 CPython/3.6.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b6d03fd91a0d6d700e21397c1200212160e670eb785e5a996e0e39fc0bc1c3b2
|
|
| MD5 |
bca7b1ef5a71ddbdb2782bc88adfa5e7
|
|
| BLAKE2b-256 |
4880a5508d310c0ae85cc70fc55c1fb31cda3b5514d7a2aa1e97047cde137b74
|
File details
Details for the file pyokra_houdini10-0.0.0-py3-none-any.whl.
File metadata
- Download URL: pyokra_houdini10-0.0.0-py3-none-any.whl
- Upload date:
- Size: 12.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.20.1 setuptools/50.3.2 requests-toolbelt/0.8.0 tqdm/4.51.0 CPython/3.6.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
73c3c0f0b21924c747b6f5aa8d98644592bc71d6e55169581fb8ae66f9eb280d
|
|
| MD5 |
47e04e59ced73e0830d1a3e84e81d95d
|
|
| BLAKE2b-256 |
b1ed9dd54d3a4120dfaaf7db70fd164b5b64d2808bd0665a9933039433673c2d
|