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 18 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.

Field

GET
(Read)

PUT
(Update)

POST
(Create new)

Validation

Invoice ID

(tick)

(error)

(error)

n/a

Invoice Ref

(tick)

(error)

(error)

n/a

Issuer ID 

(tick)

(error)

(error)

n/a

Amount (Net)

(tick)

(error)

(error)

n/a

Tax

(tick)

(error)

(error)

n/a

Date Generated

(tick)

(error)

(error)

n/a

Date Due

(tick)

(tick)

(error)


Invoice Status

(tick)

(error)

(error)

n/a

Amount Outstanding

(tick)

(error)

(error)

n/a

Amount Paid

(tick)

(error)

(error)

n/a

Target Link 

(tick)

(error)

(error)

n/a

PO Number

(tick)

(tick)

(error)

50 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.

Field

GET
(Read)

PUT
(Update)

POST
(Create new)

Validation

Invoice ID   

(tick)

(error)

(error)

n/a

Invoice Item ID

(tick)

(error)

(error)

n/a

Line Description

(tick)

(error)

(error)

n/a

Invoice Item Amount

(tick)

(error)

(error)

n/a

Invoice Item Tax

(tick)

(error)

(error)

n/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. 

Field

GET
(Read)

PUT
(Update)

POST
(Create new)

Validation

TransactionInvoiceID

(tick)

(error)

(error)

n/a

Invoice ID

(tick)

(error)

(tick) Mandatory

Must validate against existing Invoices

Transaction ID

(tick)

(error)

(error)

n/a

External Transaction ID

(tick)

(error)

(tick)

Max char 250

Transaction Method

(tick)

(error)

(tick) 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

(tick)

(error)

(tick) Mandatory


Amount (Net)

(tick)

(error)

(tick) Mandatory


Tax

(tick)

(error)

(tick) 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