Dfcapi

DFC Hosted Web Services - Python Client Library


License
Other
Install
pip install Dfcapi==1.0.0

Documentation

DFCAPI for Python Build Status

The DFC API is a Restful API which has been built to facilitate the ability to Setup/Ammend/Cancel & View Direct Debits with Debit Finance Collections Plc

Install with Composer

To utilize DFCAPI-Python, install it using pip:

pip install dfcapi

After installing the pip package, you can now begin simplifying requests by importing unirest:

import dfcapi

Checking API Credentials

response = dfcapi.checkApiKey('TEST-TEST-TEST-TEST','fee78bd3bf59bfb36238b3f67de0a6ea103de130')

### Thanks Thanks go out to: * [thefosk](https://github.com/thefosk) @ [mashape.com](https://mashape.com) - Unirest Restful Library