Integrations

This s a documentation page for our shiny new REST API - you weren't meant to find it. This API isn't ready for public use yet. We're chopping and changing it a LOT as we grow it. So if you build something that uses it then it's very likely to break in a future update. Don't say you weren't warned!

URL:

https://api.kashflow.com/v2/integrations

Method(s):

get

Response Formats:

JSON, XML

Description:

This method allows to retrieve list of applications integrated with KashFlow.

Parameters

NameTypeDescription
TitleStringName of the application.
DescriptionStringDescription of the application.
OrderNumericOrder in which the application is to be displayed.
LogoFileNameStringName of the Logo file name, used to dispaly logo.
PageStringThe page in the application containing extra details about the application.
FeaturedBooleanIndicates if the application is Featured or External.

GET Operation

Retrieves list of applications integrated with KashFlow. To GET list of integrated applications-

URL : /integrations

A list of integrated applications is returned.

Example response for GET of integrations


[{
"Title": "Receipt Bank",
"Description": "Receipt Bank converts those annoying bits of paper - receipts - into data you and your company can use.",
"Order": 1,
"LogoFileName": "",
"Page": "",
"Featured": true
}, {
"Title": "Tripcatcher",
"Description": "Tripcatcher helps you manage those pesky mileage claims, using mobile and web apps. Your mileage claims are published seamlessly from Tripcatcher to Receipt Bank ready to post to KashFlow.",
"Order": 2,
"LogoFileName": "",
"Page": "",
"Featured": true
}, {
"Title": "GearShift",
"Description": "Create financial forecasts quickly and easily. With powerful KashFlow management and scenario planning features spot issues early\r\nand develop effective solutions.",
"Order": 3,
"LogoFileName": "",
"Page": "",
"Featured": true
}, {
"Title": "GoCardless",
"Description": "GoCardless lets you collect funds direct from your customers bank accounts using Direct Debit.",
"Order": 4,
"LogoFileName": "gocardless.gif",
"Page": "gocardless.asp",
"Featured": true
}, {
"Title": "PayPal",
"Description": "Settings to automatically copy across sales and customer info from your PayPal Account.",
"Order": 5,
"LogoFileName": "paypal.gif",
"Page": "PayPalImport.asp",
"Featured": true
}, {
"Title": "Card Options",
"Description": "You can take card payments directly from within your KashFlow account. Use this page to setup/configure the option.",
"Order": 1,
"LogoFileName": "creditcard2.gif",
"Page": "CardOptions.asp",
"Featured": false
}, {
"Title": "ViaPost Settings",
"Description": "Send invoices by post without ever touching an envelope or a stamp.",
"Order": 2,
"LogoFileName": "viapost.gif",
"Page": "viapost.asp",
"Featured": false
}, {
"Title": "FreshBooks Integration",
"Description": "Integrate with a FreshBooks account to copy across new invoices and customers.",
"Order": 3,
"LogoFileName": "freshbooks.gif",
"Page": "freshbooksimport.asp",
"Featured": false
}, {
"Title": "SmartPay Settings",
"Description": "Set your options for taking card payments using SmartPay.",
"Order": 4,
"LogoFileName": "smartpay.png",
"Page": "smartpayoptions.asp",
"Featured": false
}, {
"Title": "MailChimp Integration",
"Description": "Integrate your KashFlow account with MailChimp so you can easily communicate with all of your customers by email.",
"Order": 5,
"LogoFileName": "mailchimp.png",
"Page": "mailchimp.asp",
"Featured": false
}, {
"Title": "Dropbox",
"Description": "Set up Dropbox integration so you can store files along with your accounting and customer data.",
"Order": 6,
"LogoFileName": "dropbox.png",
"Page": "dropbox.asp",
"Featured": false
}, {
"Title": "ekmPowershop",
"Description": "Automatically import orders and customer information from ekmPowershop.",
"Order": 7,
"LogoFileName": "EKM.png",
"Page": "EKMImportProfile.asp",
"Featured": false
}, {
"Title": "Tradeshift",
"Description": "Connect to Tradeshift to send invoices to your suppliers via their network.",
"Order": 8,
"LogoFileName": "tradeshift.png",
"Page": "tradeshift.asp",
"Featured": false
}, {
"Title": "OneSaas",
"Description": "Integrate with multiple other online applications.",
"Order": 9,
"LogoFileName": "onesaas.png",
"Page": "onesaas.asp",
"Featured": false
}, {
"Title": "OpenBankProject",
"Description": "Connect to Open Bank Project. (BETA).",
"Order": 10,
"LogoFileName": "obp.png",
"Page": "openbankproject.asp",
"Featured": false
}, {
"Title": "API Settings",
"Description": "Enable and configure API access to your KashFlow account.",
"Order": 11,
"LogoFileName": "binary.gif",
"Page": "api.asp",
"Featured": false
}]

See how IRIS KashFlow works with your business and your books