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 17 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

Y

N

Nn/a
Invoice RefYNNn/a
Issuer ID YNNn/a
Amount (Net)YNNn/a
TaxYNNn/a
Date GeneratedYNNn/a
Date DueYYN

Invoice Status

YNNn/a
Amount OutstandingYNNn/a
Amount PaidYNNn/a
Target Link YNNn/a
PO NumberYYN50 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   

YNNn/a
Invoice Item IDYNNn/a
Line DescriptionYNNn/a
Invoice Item AmountYNNn/a
Invoice Item TaxYNNn/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

Y

NNn/a

Invoice ID

YN MandatoryMust validate against existing Invoices
Transaction IDYNNn/a
External Transaction IDYNYMax char 250
Transaction MethodYN 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
DateYN Mandatory
Amount (Net)Y

N

 Mandatory
TaxYN 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