Project

dfcapi

0.0
No commit activity in last 3 years
No release in over 3 years
DFC API - PHP Client Library
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 0
~> 3.5.0

Runtime

~> 2.3.5
~> 1.8.1
~> 1.6.7
~> 1.1.2
 Project Readme

DFCAPI for Ruby Build Status Gem Version

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

Installing

Requirements: Ruby >= 2.0

To utilize the DFC API Client Library, install the dfcapi gem:

gem install dfcapi

After installing the gem package you can now begin to simplifying requests by requiring dfcapi:

require 'dfcapi'

Checking API Credentials

In order to validate your API Credentials against our API, call the checkApiKey method:

dfcapi_check = Dfcapi.checkApiKey('TEST-TEST-TEST-TEST', 'a94a8fe5ccb19ba61c4c0873d391e987982fbbd3')

dfcapi_check # API Credential Check Response (true or false)

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