Invoice, Query Invoices and Query Payments

invoices/details_single_invoice

GET

vendors/invoice/{scheduleId}

Description

This API allows for a vendor to check the status of an invoice that was received by ACC.

The scheduleId is an identifier which can be obtained by using the GET vendors/invoices/batch query.

The response will return the below set of information for each schedule line item:

  • Schedule ID
  • Schedule Line ID
  • Provider ID
  • Claim number
  • Claimed amount
  • Amount awarded
  • Payment status
  • Status reason
  • Payment reference
  • Payment date

 

To learn more about the overall API process check out Get ConnectedLearn More and our Release Notes.  

Other API Query related solutions you may find of interest can be found in Potential Query API Solutions and Query APIs – Detail that may assist.

Resource Summary

Security

Type

application/json

URL

https://provider.api-compliance.acc.co.nz/api/v2/claims/vendors/invoice/{scheduleId}

Supporting Documentation

Query Parameters


Name Values Description
vendorId
(required)

vendorId

providerId

providerId

claimNumber

claimNumber

page

page

pageSize

pageSize


Request Body

scheduleId scheduleId null true

Operations

When using the API Key custom token in the Operations portion for any selected API below, set NAME to 'apikey', VALUE to My Apps, Consumer Key value, and select the HEADER option before clicking SET.

Basic HTTP authentication

Set

OAuth 2 authentication

Set

API Key custom token

Set

Working...

Response Error Details

  • HTTP Code
    Error Code
    Description
  • 200

    Ok

  • 400

    Bad Request: invalid data

  • 401

    Unauthorized: authentication error

  • 403

    Forbidden: authorization error

  • 404

    Not Found

  • 500

    Internal Server Error