Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 15 Next »

The Invoice and Transactions API feeds allow you to integrate invoice, item, and payment information with other accounting, bookkeeping, and finance software.


Purpose of the API Feed

The Invoices and Transaction API Feeds can be used to connect your accessplanit platform to other finance software, such as your Invoicing tool.

Connecting your platforms and syncing the data between them removes the need for double data entry, reduces the risk of human error and eases the headache of managing multiple pieces of software!

Fields Available in the API Feeds

There are three feeds included for Invoices and Transactions data.

Each of these three feeds can be used to read data from, send updates to, and create new records in your accessplanit platform.

Invoices

This feed is used for accessing the details of Invoices within the database. Please note, it is not possible to create new Invoices via the feed.

FieldGET
(Read)
PUT
(Update)
POST
(Create new)
Validation

Invoice ID

n/a
Invoice Refn/a
Issuer ID n/a
Amount (Net)n/a
Taxn/a
Date Generatedn/a
Date Due

Invoice Status

n/a
Amount Outstandingn/a
Amount Paidn/a
Target Link n/a
PO Number50 chars max



Invoice Items

This feed is used for accessing the details of the items on the Invoices. Items include the Delegates and courses being purchased, Discounts, and Products and Services. Invoice items can only be accessed via the Invoices feed. It is not possible to output a list of all Invoice Items.

It is not possible to create or update Invoice Items.

FieldGET
(Read)
PUT
(Update)
POST
(Create new)
Validation

Invoice ID   

n/a
Invoice Item IDn/a
Line Descriptionn/a
Invoice Item Amountn/a
Invoice Item Taxn/a


Transactions

This feed is used for accessing the details of payments/transactions logged on Invoices. It is possible view and create transactions, however, it is not possible to edit existing transactions. 

FieldGET
(Read)
PUT
(Update)
POST
(Create new)
Validation

TransactionInvoiceID

n/a

Invoice ID

 MandatoryMust validate against existing Invoices
Transaction IDn/a
External Transaction IDMax char 250
Transaction Method Mandatory

Only the following values are accepted:

  • BACS
  • Cash
  • Cheque
  • Card
  • Adyen
  • Barclays ePDQ - Remote
  • PayPal Standard
  • PayPal Express
  • Realex - Redirect
  • Opayo (formally SagePay) - Direct
  • Stripe
  • WorldPay Business Gateway
  • WPM Education
Date Mandatory
Amount (Net) Mandatory
Tax Mandatory


Connecting to the API

DISCLAIMER: By using accessplanit APIs, you agree to our terms of use.

To gain access to your platform's API Feeds please speak to the CSM team at accessplanit on csm@accessplanit.com


  • No labels