Skip to main content

Get Invoice by GUID


ApiScope: payment.invoice.read
API Scope Level: DepartmentScope
Path Parameters
    departmentUuid string required
    invoiceGuid string required
Responses

OK


Schema
    errors object[]
  • Array [
  • errorCode int32
    errorTitle string
    errorMessage string
    errorDescription string
  • ]
  • warnings object[]
  • Array [
  • warningCode int32
    warningTitle string
    warningMessage string
    warningDescription string
  • ]
  • invoice object
    id int64
    guid string
    invoiceStatus string
    amount number
    invoiceDate date-time
    description string
    refundedAmount number
    paidDate date-time
    fileName string
    reminderMileage int64
    reminderDate date-time
    signatureFileName string
    paymentDeclines string
    invoiceAttributes object
    property name* string
    paymentDealer object
    dealerUuid string
    paymentDealerOrder object
    orderNumber string
    orderType string
    departmentUuid string
    dealerOrderUuid string
    paymentCustomer object
    customerUuid string
    paymentUser object
    id int64
    dealerAssociateUUID string
    userUUID string
    dealerDepartmentUUID string
GET /v4/departments/:departmentUuid/invoices/:invoiceGuid

Authorization

name: basicAuthtype: httpscheme: basic

Request

Base URL
/payment
Username
Password
departmentUuid — path required
invoiceGuid — path required
curl / cURL
curl -L -X GET '/payment/v4/departments/:departmentUuid/invoices/:invoiceGuid' \
-H 'Accept: */*'