Invoices

Retrieves an invoice.

get/invoices/{id}

Path parameters

idstring required

Unique identifier for the invoice.

Example:inv_1234567890

Response

Success

Example response

{
  "data": {
    "id": "inv_1234567890",
    "workspace_id": "ws_1234567890",
    "status": "active",
    "line_items": [
      {
        "id": "item_1234567890",
        "type": "payout",
        "product_id": "prod_1234567890",
        "amount": "1000",
        "price": {
          "amount": "1000",
          "unit_price": "1000",
          "quantity": 1
        },
        "currency_code": "USD",
        "description": "Professional services for January 2026",
        "user_id": "user_ext_456",
        "tags": [
          {
            "key": "department",
            "value": "engineering"
          }
        ]
      }
    ],
    "created": "2024-01-13T00:00:00Z",
    "modified": "2024-01-13T00:00:00Z",
    "version": 1,
    "tags": [
      {
        "key": "department",
        "value": "engineering"
      }
    ],
    "users": [
      {
        "id": "user_ext_789",
        "external_id": "user_ext_789",
        "balances": [
          {
            "payins": {
              "expected": "10000",
              "actual": "5000",
              "remaining": "5000"
            },
            "payouts": {
              "expected": "10000",
              "actual": "5000",
              "remaining": "5000"
            },
            "net": {
              "expected": "10000",
              "actual": "5000",
              "remaining": "5000"
            },
            "currency": "USD"
          }
        ]
      }
    ],
    "balances": [
      {
        "payins": {
          "expected": "10000",
          "actual": "5000",
          "remaining": "5000"
        },
        "payouts": {
          "expected": "10000",
          "actual": "5000",
          "remaining": "5000"
        },
        "net": {
          "expected": "10000",
          "actual": "5000",
          "remaining": "5000"
        },
        "currency": "USD"
      }
    ],
    "payments": [
      {
        "amount": "150",
        "currency": "USD",
        "transaction": {
          "id": "txn_dHhuX2ZyYWdfMDAx",
          "external_id": "bank_txn_123",
          "tags": [
            {
              "key": "department",
              "value": "engineering"
            }
          ]
        },
        "type": "payin",
        "posted": "2024-01-13T00:00:00Z",
        "user": {
          "id": "user_abc123",
          "external_id": "user_ext_001"
        }
      }
    ]
  }
}

Changes

Changed in 18 of the 38 revisions of this API.237212

  • 8472a9bd15ea16See the full diff
    • the data/allOf[subschema #2]/payments/items/transaction response's property type/format changed from / to object/ for status 200

      response-property-type-changed

    • removed TransactionReferenceResponse subschema #2 from the data/allOf[subschema #2]/payments/items/transaction response property allOf list for the response status 200

      response-property-all-of-removed

    • the response property data/allOf[subschema #2]/payments/items/user/external_id became required for the status 200

      response-property-became-required

    • added the required property data/allOf[subschema #2]/payments/items/transaction/external_id to the response with the 200 status

      response-required-property-added

    • added the required property data/allOf[subschema #2]/payments/items/transaction/id to the response with the 200 status

      response-required-property-added

    • added the required property data/allOf[subschema #2]/payments/items/transaction/tags to the response with the 200 status

      response-required-property-added

    • added the required property data/allOf[subschema #2]/users/items/external_id to the response with the 200 status

      response-required-property-added

    This revision also has 18 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • response property data/allOf[Invoice]/status deprecated

      response-property-deprecated

  • b859481da9cf41See the full diff
    • the data/allOf[subschema #2]/payments/items/transaction response's property type/format changed from object/ to / for status 200

      response-property-type-changed

    • removed the required property data/allOf[subschema #2]/payments/items/transaction/external_id from the response with the 200 status

      response-required-property-removed

    • removed the required property data/allOf[subschema #2]/payments/items/transaction/id from the response with the 200 status

      response-required-property-removed

    • removed the required property data/allOf[subschema #2]/payments/items/transaction/tags from the response with the 200 status

      response-required-property-removed

    • added TransactionReferenceResponse subschema #2 to the data/allOf[subschema #2]/payments/items/transaction response property allOf list for the response status 200

      response-property-all-of-added

    This revision also has 9 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • response property data/allOf[Invoice]/line_items/items/amount deprecated

      response-property-deprecated

    • added the required property data/allOf[Invoice]/line_items/items/price to the response with the 200 status

      response-required-property-added

    • added the required property data/allOf[subschema #2]/payments/items/transaction/tags to the response with the 200 status

      response-required-property-added

  • dd22ecbbe8e5211See the full diff
    • removed the required property data/allOf[Invoice]/line_items/items/currencyCode from the response with the 200 status

      response-required-property-removed

    • removed the required property data/allOf[Invoice]/workspaceId from the response with the 200 status

      response-required-property-removed

    • removed the optional property data/allOf[Invoice]/lineItems from the response with the 200 status

      response-optional-property-removed

    • added the required property data/allOf[subschema #2]/payments/items/posted to the response with the 200 status

      response-required-property-added

    • added the required property data/allOf[subschema #2]/payments to the response with the 200 status

      response-required-property-added

  • 6768d46dbde81187See the full diff
    • the data/allOf[Invoice]/lineItems/items/currencyCode response's property type/format changed from string/ to / for status 200

      response-property-type-changed

    • added the optional property data/allOf[Invoice]/line_items to the response with the 200 status

      response-optional-property-added

    • added CurrencyCode subschema #2 to the data/allOf[Invoice]/lineItems/items/currencyCode response property allOf list for the response status 200

      response-property-all-of-added

    • response property data/allOf[Invoice]/lineItems deprecated

      response-property-deprecated

    • response property data/allOf[Invoice]/workspaceId deprecated

      response-property-deprecated

    • removed the AAVE enum value from the data/allOf[Invoice]/lineItems/items/currencyCode response property for the response status 200

      response-property-enum-value-removed

    • removed the ADA enum value from the data/allOf[Invoice]/lineItems/items/currencyCode response property for the response status 200

      response-property-enum-value-removed

    • removed the AED enum value from the data/allOf[Invoice]/lineItems/items/currencyCode response property for the response status 200

      response-property-enum-value-removed

    • removed the AFN enum value from the data/allOf[Invoice]/lineItems/items/currencyCode response property for the response status 200

      response-property-enum-value-removed

    • removed the ALL enum value from the data/allOf[Invoice]/lineItems/items/currencyCode response property for the response status 200

      response-property-enum-value-removed

    • removed the AMD enum value from the data/allOf[Invoice]/lineItems/items/currencyCode response property for the response status 200

      response-property-enum-value-removed

    • removed the ANG enum value from the data/allOf[Invoice]/lineItems/items/currencyCode response property for the response status 200

      response-property-enum-value-removed

    • removed the AOA enum value from the data/allOf[Invoice]/lineItems/items/currencyCode response property for the response status 200

      response-property-enum-value-removed

    • removed the ARS enum value from the data/allOf[Invoice]/lineItems/items/currencyCode response property for the response status 200

      response-property-enum-value-removed

    • removed the AUD enum value from the data/allOf[Invoice]/lineItems/items/currencyCode response property for the response status 200

      response-property-enum-value-removed

    • removed the AWG enum value from the data/allOf[Invoice]/lineItems/items/currencyCode response property for the response status 200

      response-property-enum-value-removed

    • removed the AZN enum value from the data/allOf[Invoice]/lineItems/items/currencyCode response property for the response status 200

      response-property-enum-value-removed

    • removed the BAM enum value from the data/allOf[Invoice]/lineItems/items/currencyCode response property for the response status 200

      response-property-enum-value-removed

    • removed the BBD enum value from the data/allOf[Invoice]/lineItems/items/currencyCode response property for the response status 200

      response-property-enum-value-removed

    • removed the BCH enum value from the data/allOf[Invoice]/lineItems/items/currencyCode response property for the response status 200

      response-property-enum-value-removed

    • removed the BDT enum value from the data/allOf[Invoice]/lineItems/items/currencyCode response property for the response status 200

      response-property-enum-value-removed

    • removed the BGN enum value from the data/allOf[Invoice]/lineItems/items/currencyCode response property for the response status 200

      response-property-enum-value-removed

    • removed the BHD enum value from the data/allOf[Invoice]/lineItems/items/currencyCode response property for the response status 200

      response-property-enum-value-removed

    • removed the BIF enum value from the data/allOf[Invoice]/lineItems/items/currencyCode response property for the response status 200

      response-property-enum-value-removed

    • removed the BMD enum value from the data/allOf[Invoice]/lineItems/items/currencyCode response property for the response status 200

      response-property-enum-value-removed

    • removed the BND enum value from the data/allOf[Invoice]/lineItems/items/currencyCode response property for the response status 200

      response-property-enum-value-removed

    • removed the BOB enum value from the data/allOf[Invoice]/lineItems/items/currencyCode response property for the response status 200

      response-property-enum-value-removed

    • removed the BRL enum value from the data/allOf[Invoice]/lineItems/items/currencyCode response property for the response status 200

      response-property-enum-value-removed

    • removed the BSD enum value from the data/allOf[Invoice]/lineItems/items/currencyCode response property for the response status 200

      response-property-enum-value-removed

    • removed the BTC enum value from the data/allOf[Invoice]/lineItems/items/currencyCode response property for the response status 200

      response-property-enum-value-removed

    • removed the BTN enum value from the data/allOf[Invoice]/lineItems/items/currencyCode response property for the response status 200

      response-property-enum-value-removed

    • removed the BWP enum value from the data/allOf[Invoice]/lineItems/items/currencyCode response property for the response status 200

      response-property-enum-value-removed

    • removed the BYR enum value from the data/allOf[Invoice]/lineItems/items/currencyCode response property for the response status 200

      response-property-enum-value-removed

    • removed the BZD enum value from the data/allOf[Invoice]/lineItems/items/currencyCode response property for the response status 200

      response-property-enum-value-removed

    • removed the CAD enum value from the data/allOf[Invoice]/lineItems/items/currencyCode response property for the response status 200

      response-property-enum-value-removed

    • removed the CADC enum value from the data/allOf[Invoice]/lineItems/items/currencyCode response property for the response status 200

      response-property-enum-value-removed

    • removed the CADT enum value from the data/allOf[Invoice]/lineItems/items/currencyCode response property for the response status 200

      response-property-enum-value-removed

    • removed the CDF enum value from the data/allOf[Invoice]/lineItems/items/currencyCode response property for the response status 200

      response-property-enum-value-removed

    • removed the CHF enum value from the data/allOf[Invoice]/lineItems/items/currencyCode response property for the response status 200

      response-property-enum-value-removed

    • removed the CLP enum value from the data/allOf[Invoice]/lineItems/items/currencyCode response property for the response status 200

      response-property-enum-value-removed

    • removed the CNY enum value from the data/allOf[Invoice]/lineItems/items/currencyCode response property for the response status 200

      response-property-enum-value-removed

    • removed the COP enum value from the data/allOf[Invoice]/lineItems/items/currencyCode response property for the response status 200

      response-property-enum-value-removed

    • removed the CRC enum value from the data/allOf[Invoice]/lineItems/items/currencyCode response property for the response status 200

      response-property-enum-value-removed

    • removed the CUC enum value from the data/allOf[Invoice]/lineItems/items/currencyCode response property for the response status 200

      response-property-enum-value-removed

    • removed the CUP enum value from the data/allOf[Invoice]/lineItems/items/currencyCode response property for the response status 200

      response-property-enum-value-removed

    • removed the CUSTOM enum value from the data/allOf[Invoice]/lineItems/items/currencyCode response property for the response status 200

      response-property-enum-value-removed

    • removed the CVE enum value from the data/allOf[Invoice]/lineItems/items/currencyCode response property for the response status 200

      response-property-enum-value-removed

    • removed the CZK enum value from the data/allOf[Invoice]/lineItems/items/currencyCode response property for the response status 200

      response-property-enum-value-removed

    • removed the DAI enum value from the data/allOf[Invoice]/lineItems/items/currencyCode response property for the response status 200

      response-property-enum-value-removed

    • removed the DJF enum value from the data/allOf[Invoice]/lineItems/items/currencyCode response property for the response status 200

      response-property-enum-value-removed

    • removed the DKK enum value from the data/allOf[Invoice]/lineItems/items/currencyCode response property for the response status 200

      response-property-enum-value-removed

    • removed the DOP enum value from the data/allOf[Invoice]/lineItems/items/currencyCode response property for the response status 200

      response-property-enum-value-removed

    • removed the DZD enum value from the data/allOf[Invoice]/lineItems/items/currencyCode response property for the response status 200

      response-property-enum-value-removed

    • removed the EGP enum value from the data/allOf[Invoice]/lineItems/items/currencyCode response property for the response status 200

      response-property-enum-value-removed

    • removed the ERN enum value from the data/allOf[Invoice]/lineItems/items/currencyCode response property for the response status 200

      response-property-enum-value-removed

    • removed the ETB enum value from the data/allOf[Invoice]/lineItems/items/currencyCode response property for the response status 200

      response-property-enum-value-removed

    • removed the ETH enum value from the data/allOf[Invoice]/lineItems/items/currencyCode response property for the response status 200

      response-property-enum-value-removed

    • removed the EUR enum value from the data/allOf[Invoice]/lineItems/items/currencyCode response property for the response status 200

      response-property-enum-value-removed

    • removed the EURC enum value from the data/allOf[Invoice]/lineItems/items/currencyCode response property for the response status 200

      response-property-enum-value-removed

    • removed the FJD enum value from the data/allOf[Invoice]/lineItems/items/currencyCode response property for the response status 200

      response-property-enum-value-removed

    • removed the FKP enum value from the data/allOf[Invoice]/lineItems/items/currencyCode response property for the response status 200

      response-property-enum-value-removed

    • removed the GBP enum value from the data/allOf[Invoice]/lineItems/items/currencyCode response property for the response status 200

      response-property-enum-value-removed

    • removed the GEL enum value from the data/allOf[Invoice]/lineItems/items/currencyCode response property for the response status 200

      response-property-enum-value-removed

    • removed the GGP enum value from the data/allOf[Invoice]/lineItems/items/currencyCode response property for the response status 200

      response-property-enum-value-removed

    • removed the GHS enum value from the data/allOf[Invoice]/lineItems/items/currencyCode response property for the response status 200

      response-property-enum-value-removed

    • removed the GIP enum value from the data/allOf[Invoice]/lineItems/items/currencyCode response property for the response status 200

      response-property-enum-value-removed

    • removed the GMD enum value from the data/allOf[Invoice]/lineItems/items/currencyCode response property for the response status 200

      response-property-enum-value-removed

    • removed the GNF enum value from the data/allOf[Invoice]/lineItems/items/currencyCode response property for the response status 200

      response-property-enum-value-removed

    • removed the GTQ enum value from the data/allOf[Invoice]/lineItems/items/currencyCode response property for the response status 200

      response-property-enum-value-removed

    • removed the GYD enum value from the data/allOf[Invoice]/lineItems/items/currencyCode response property for the response status 200

      response-property-enum-value-removed

    • removed the HKD enum value from the data/allOf[Invoice]/lineItems/items/currencyCode response property for the response status 200

      response-property-enum-value-removed

    • removed the HNL enum value from the data/allOf[Invoice]/lineItems/items/currencyCode response property for the response status 200

      response-property-enum-value-removed

    • removed the HRK enum value from the data/allOf[Invoice]/lineItems/items/currencyCode response property for the response status 200

      response-property-enum-value-removed

    • removed the HTG enum value from the data/allOf[Invoice]/lineItems/items/currencyCode response property for the response status 200

      response-property-enum-value-removed

    • removed the HUF enum value from the data/allOf[Invoice]/lineItems/items/currencyCode response property for the response status 200

      response-property-enum-value-removed

    • removed the IDR enum value from the data/allOf[Invoice]/lineItems/items/currencyCode response property for the response status 200

      response-property-enum-value-removed

    • removed the ILS enum value from the data/allOf[Invoice]/lineItems/items/currencyCode response property for the response status 200

      response-property-enum-value-removed

    • removed the IMP enum value from the data/allOf[Invoice]/lineItems/items/currencyCode response property for the response status 200

      response-property-enum-value-removed

    • removed the INR enum value from the data/allOf[Invoice]/lineItems/items/currencyCode response property for the response status 200

      response-property-enum-value-removed

    • removed the IQD enum value from the data/allOf[Invoice]/lineItems/items/currencyCode response property for the response status 200

      response-property-enum-value-removed

    • removed the IRR enum value from the data/allOf[Invoice]/lineItems/items/currencyCode response property for the response status 200

      response-property-enum-value-removed

    • removed the ISK enum value from the data/allOf[Invoice]/lineItems/items/currencyCode response property for the response status 200

      response-property-enum-value-removed

    • removed the JMD enum value from the data/allOf[Invoice]/lineItems/items/currencyCode response property for the response status 200

      response-property-enum-value-removed

    • removed the JOD enum value from the data/allOf[Invoice]/lineItems/items/currencyCode response property for the response status 200

      response-property-enum-value-removed

    • removed the JPY enum value from the data/allOf[Invoice]/lineItems/items/currencyCode response property for the response status 200

      response-property-enum-value-removed

    • removed the KES enum value from the data/allOf[Invoice]/lineItems/items/currencyCode response property for the response status 200

      response-property-enum-value-removed

    • removed the KGS enum value from the data/allOf[Invoice]/lineItems/items/currencyCode response property for the response status 200

      response-property-enum-value-removed

    • removed the KHR enum value from the data/allOf[Invoice]/lineItems/items/currencyCode response property for the response status 200

      response-property-enum-value-removed

    • removed the KMF enum value from the data/allOf[Invoice]/lineItems/items/currencyCode response property for the response status 200

      response-property-enum-value-removed

    • removed the KPW enum value from the data/allOf[Invoice]/lineItems/items/currencyCode response property for the response status 200

      response-property-enum-value-removed

    • removed the KRW enum value from the data/allOf[Invoice]/lineItems/items/currencyCode response property for the response status 200

      response-property-enum-value-removed

    • removed the KWD enum value from the data/allOf[Invoice]/lineItems/items/currencyCode response property for the response status 200

      response-property-enum-value-removed

    • removed the KYD enum value from the data/allOf[Invoice]/lineItems/items/currencyCode response property for the response status 200

      response-property-enum-value-removed

    • removed the KZT enum value from the data/allOf[Invoice]/lineItems/items/currencyCode response property for the response status 200

      response-property-enum-value-removed

    • removed the LAK enum value from the data/allOf[Invoice]/lineItems/items/currencyCode response property for the response status 200

      response-property-enum-value-removed

    • removed the LBP enum value from the data/allOf[Invoice]/lineItems/items/currencyCode response property for the response status 200

      response-property-enum-value-removed

    • removed the LINK enum value from the data/allOf[Invoice]/lineItems/items/currencyCode response property for the response status 200

      response-property-enum-value-removed

    • removed the LKR enum value from the data/allOf[Invoice]/lineItems/items/currencyCode response property for the response status 200

      response-property-enum-value-removed

    • removed the LOGICAL enum value from the data/allOf[Invoice]/lineItems/items/currencyCode response property for the response status 200

      response-property-enum-value-removed

    • removed the LRD enum value from the data/allOf[Invoice]/lineItems/items/currencyCode response property for the response status 200

      response-property-enum-value-removed

    • removed the LSL enum value from the data/allOf[Invoice]/lineItems/items/currencyCode response property for the response status 200

      response-property-enum-value-removed

    • removed the LTC enum value from the data/allOf[Invoice]/lineItems/items/currencyCode response property for the response status 200

      response-property-enum-value-removed

    • removed the LYD enum value from the data/allOf[Invoice]/lineItems/items/currencyCode response property for the response status 200

      response-property-enum-value-removed

    • removed the MAD enum value from the data/allOf[Invoice]/lineItems/items/currencyCode response property for the response status 200

      response-property-enum-value-removed

    • removed the MATIC enum value from the data/allOf[Invoice]/lineItems/items/currencyCode response property for the response status 200

      response-property-enum-value-removed

    • removed the MDL enum value from the data/allOf[Invoice]/lineItems/items/currencyCode response property for the response status 200

      response-property-enum-value-removed

    • removed the MGA enum value from the data/allOf[Invoice]/lineItems/items/currencyCode response property for the response status 200

      response-property-enum-value-removed

    • removed the MKD enum value from the data/allOf[Invoice]/lineItems/items/currencyCode response property for the response status 200

      response-property-enum-value-removed

    • removed the MMK enum value from the data/allOf[Invoice]/lineItems/items/currencyCode response property for the response status 200

      response-property-enum-value-removed

    • removed the MNT enum value from the data/allOf[Invoice]/lineItems/items/currencyCode response property for the response status 200

      response-property-enum-value-removed

    • removed the MOP enum value from the data/allOf[Invoice]/lineItems/items/currencyCode response property for the response status 200

      response-property-enum-value-removed

    • removed the MUR enum value from the data/allOf[Invoice]/lineItems/items/currencyCode response property for the response status 200

      response-property-enum-value-removed

    • removed the MVR enum value from the data/allOf[Invoice]/lineItems/items/currencyCode response property for the response status 200

      response-property-enum-value-removed

    • removed the MWK enum value from the data/allOf[Invoice]/lineItems/items/currencyCode response property for the response status 200

      response-property-enum-value-removed

    • removed the MXN enum value from the data/allOf[Invoice]/lineItems/items/currencyCode response property for the response status 200

      response-property-enum-value-removed

    • removed the MYR enum value from the data/allOf[Invoice]/lineItems/items/currencyCode response property for the response status 200

      response-property-enum-value-removed

    • removed the MZN enum value from the data/allOf[Invoice]/lineItems/items/currencyCode response property for the response status 200

      response-property-enum-value-removed

    • removed the NAD enum value from the data/allOf[Invoice]/lineItems/items/currencyCode response property for the response status 200

      response-property-enum-value-removed

    • removed the NGN enum value from the data/allOf[Invoice]/lineItems/items/currencyCode response property for the response status 200

      response-property-enum-value-removed

    • removed the NIO enum value from the data/allOf[Invoice]/lineItems/items/currencyCode response property for the response status 200

      response-property-enum-value-removed

    • removed the NOK enum value from the data/allOf[Invoice]/lineItems/items/currencyCode response property for the response status 200

      response-property-enum-value-removed

    • removed the NPR enum value from the data/allOf[Invoice]/lineItems/items/currencyCode response property for the response status 200

      response-property-enum-value-removed

    • removed the NZD enum value from the data/allOf[Invoice]/lineItems/items/currencyCode response property for the response status 200

      response-property-enum-value-removed

    • removed the OMR enum value from the data/allOf[Invoice]/lineItems/items/currencyCode response property for the response status 200

      response-property-enum-value-removed

    • removed the PAB enum value from the data/allOf[Invoice]/lineItems/items/currencyCode response property for the response status 200

      response-property-enum-value-removed

    • removed the PEN enum value from the data/allOf[Invoice]/lineItems/items/currencyCode response property for the response status 200

      response-property-enum-value-removed

    • removed the PGK enum value from the data/allOf[Invoice]/lineItems/items/currencyCode response property for the response status 200

      response-property-enum-value-removed

    • removed the PHP enum value from the data/allOf[Invoice]/lineItems/items/currencyCode response property for the response status 200

      response-property-enum-value-removed

    • removed the PKR enum value from the data/allOf[Invoice]/lineItems/items/currencyCode response property for the response status 200

      response-property-enum-value-removed

    • removed the PLN enum value from the data/allOf[Invoice]/lineItems/items/currencyCode response property for the response status 200

      response-property-enum-value-removed

    • removed the PTS enum value from the data/allOf[Invoice]/lineItems/items/currencyCode response property for the response status 200

      response-property-enum-value-removed

    • removed the PYG enum value from the data/allOf[Invoice]/lineItems/items/currencyCode response property for the response status 200

      response-property-enum-value-removed

    • removed the QAR enum value from the data/allOf[Invoice]/lineItems/items/currencyCode response property for the response status 200

      response-property-enum-value-removed

    • removed the RON enum value from the data/allOf[Invoice]/lineItems/items/currencyCode response property for the response status 200

      response-property-enum-value-removed

    • removed the RSD enum value from the data/allOf[Invoice]/lineItems/items/currencyCode response property for the response status 200

      response-property-enum-value-removed

    • removed the RUB enum value from the data/allOf[Invoice]/lineItems/items/currencyCode response property for the response status 200

      response-property-enum-value-removed

    • removed the RWF enum value from the data/allOf[Invoice]/lineItems/items/currencyCode response property for the response status 200

      response-property-enum-value-removed

    • removed the SAR enum value from the data/allOf[Invoice]/lineItems/items/currencyCode response property for the response status 200

      response-property-enum-value-removed

    • removed the SBD enum value from the data/allOf[Invoice]/lineItems/items/currencyCode response property for the response status 200

      response-property-enum-value-removed

    • removed the SCR enum value from the data/allOf[Invoice]/lineItems/items/currencyCode response property for the response status 200

      response-property-enum-value-removed

    • removed the SDG enum value from the data/allOf[Invoice]/lineItems/items/currencyCode response property for the response status 200

      response-property-enum-value-removed

    • removed the SEK enum value from the data/allOf[Invoice]/lineItems/items/currencyCode response property for the response status 200

      response-property-enum-value-removed

    • removed the SGD enum value from the data/allOf[Invoice]/lineItems/items/currencyCode response property for the response status 200

      response-property-enum-value-removed

    • removed the SHP enum value from the data/allOf[Invoice]/lineItems/items/currencyCode response property for the response status 200

      response-property-enum-value-removed

    • removed the SLL enum value from the data/allOf[Invoice]/lineItems/items/currencyCode response property for the response status 200

      response-property-enum-value-removed

    • removed the SOL enum value from the data/allOf[Invoice]/lineItems/items/currencyCode response property for the response status 200

      response-property-enum-value-removed

    • removed the SOS enum value from the data/allOf[Invoice]/lineItems/items/currencyCode response property for the response status 200

      response-property-enum-value-removed

    • removed the SPL enum value from the data/allOf[Invoice]/lineItems/items/currencyCode response property for the response status 200

      response-property-enum-value-removed

    • removed the SRD enum value from the data/allOf[Invoice]/lineItems/items/currencyCode response property for the response status 200

      response-property-enum-value-removed

    • removed the STN enum value from the data/allOf[Invoice]/lineItems/items/currencyCode response property for the response status 200

      response-property-enum-value-removed

    • removed the SVC enum value from the data/allOf[Invoice]/lineItems/items/currencyCode response property for the response status 200

      response-property-enum-value-removed

    • removed the SYP enum value from the data/allOf[Invoice]/lineItems/items/currencyCode response property for the response status 200

      response-property-enum-value-removed

    • removed the SZL enum value from the data/allOf[Invoice]/lineItems/items/currencyCode response property for the response status 200

      response-property-enum-value-removed

    • removed the THB enum value from the data/allOf[Invoice]/lineItems/items/currencyCode response property for the response status 200

      response-property-enum-value-removed

    • removed the TJS enum value from the data/allOf[Invoice]/lineItems/items/currencyCode response property for the response status 200

      response-property-enum-value-removed

    • removed the TMT enum value from the data/allOf[Invoice]/lineItems/items/currencyCode response property for the response status 200

      response-property-enum-value-removed

    • removed the TND enum value from the data/allOf[Invoice]/lineItems/items/currencyCode response property for the response status 200

      response-property-enum-value-removed

    • removed the TOP enum value from the data/allOf[Invoice]/lineItems/items/currencyCode response property for the response status 200

      response-property-enum-value-removed

    • removed the TRY enum value from the data/allOf[Invoice]/lineItems/items/currencyCode response property for the response status 200

      response-property-enum-value-removed

    • removed the TTD enum value from the data/allOf[Invoice]/lineItems/items/currencyCode response property for the response status 200

      response-property-enum-value-removed

    • removed the TVD enum value from the data/allOf[Invoice]/lineItems/items/currencyCode response property for the response status 200

      response-property-enum-value-removed

    • removed the TWD enum value from the data/allOf[Invoice]/lineItems/items/currencyCode response property for the response status 200

      response-property-enum-value-removed

    • removed the TZS enum value from the data/allOf[Invoice]/lineItems/items/currencyCode response property for the response status 200

      response-property-enum-value-removed

    • removed the UAH enum value from the data/allOf[Invoice]/lineItems/items/currencyCode response property for the response status 200

      response-property-enum-value-removed

    • removed the UGX enum value from the data/allOf[Invoice]/lineItems/items/currencyCode response property for the response status 200

      response-property-enum-value-removed

    • removed the UNI enum value from the data/allOf[Invoice]/lineItems/items/currencyCode response property for the response status 200

      response-property-enum-value-removed

    • removed the USD enum value from the data/allOf[Invoice]/lineItems/items/currencyCode response property for the response status 200

      response-property-enum-value-removed

    • removed the USDC enum value from the data/allOf[Invoice]/lineItems/items/currencyCode response property for the response status 200

      response-property-enum-value-removed

    • removed the USDG enum value from the data/allOf[Invoice]/lineItems/items/currencyCode response property for the response status 200

      response-property-enum-value-removed

    • removed the USDT enum value from the data/allOf[Invoice]/lineItems/items/currencyCode response property for the response status 200

      response-property-enum-value-removed

    • removed the UYU enum value from the data/allOf[Invoice]/lineItems/items/currencyCode response property for the response status 200

      response-property-enum-value-removed

    • removed the UZS enum value from the data/allOf[Invoice]/lineItems/items/currencyCode response property for the response status 200

      response-property-enum-value-removed

    • removed the VEF enum value from the data/allOf[Invoice]/lineItems/items/currencyCode response property for the response status 200

      response-property-enum-value-removed

    • removed the VND enum value from the data/allOf[Invoice]/lineItems/items/currencyCode response property for the response status 200

      response-property-enum-value-removed

    • removed the VUV enum value from the data/allOf[Invoice]/lineItems/items/currencyCode response property for the response status 200

      response-property-enum-value-removed

    • removed the WST enum value from the data/allOf[Invoice]/lineItems/items/currencyCode response property for the response status 200

      response-property-enum-value-removed

    • removed the XAF enum value from the data/allOf[Invoice]/lineItems/items/currencyCode response property for the response status 200

      response-property-enum-value-removed

    • removed the XCD enum value from the data/allOf[Invoice]/lineItems/items/currencyCode response property for the response status 200

      response-property-enum-value-removed

    • removed the XLM enum value from the data/allOf[Invoice]/lineItems/items/currencyCode response property for the response status 200

      response-property-enum-value-removed

    • removed the XOF enum value from the data/allOf[Invoice]/lineItems/items/currencyCode response property for the response status 200

      response-property-enum-value-removed

    • removed the XPF enum value from the data/allOf[Invoice]/lineItems/items/currencyCode response property for the response status 200

      response-property-enum-value-removed

    • removed the YER enum value from the data/allOf[Invoice]/lineItems/items/currencyCode response property for the response status 200

      response-property-enum-value-removed

    • removed the ZAR enum value from the data/allOf[Invoice]/lineItems/items/currencyCode response property for the response status 200

      response-property-enum-value-removed

    • removed the ZMW enum value from the data/allOf[Invoice]/lineItems/items/currencyCode response property for the response status 200

      response-property-enum-value-removed

    • added the required property data/allOf[Invoice]/lineItems/items/currency_code to the response with the 200 status

      response-required-property-added

    • added the required property data/allOf[Invoice]/lineItems/items/tags to the response with the 200 status

      response-required-property-added

    • added the required property data/allOf[Invoice]/tags to the response with the 200 status

      response-required-property-added

    • added the required property data/allOf[Invoice]/workspace_id to the response with the 200 status

      response-required-property-added

    This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • added the new CADC enum value to the data/allOf[Invoice]/lineItems/items/currencyCode response property for the response status 200

      response-property-enum-value-added

    • added the new CADT enum value to the data/allOf[Invoice]/lineItems/items/currencyCode response property for the response status 200

      response-property-enum-value-added

    • added the new EURC enum value to the data/allOf[Invoice]/lineItems/items/currencyCode response property for the response status 200

      response-property-enum-value-added

    • added the new USDG enum value to the data/allOf[Invoice]/lineItems/items/currencyCode response property for the response status 200

      response-property-enum-value-added

    This revision also has 3 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

  • 79cd0cd88786521See the full diff
    • the data response's property type/format changed from object/ to / for status 200

      response-property-type-changed

    • removed the required property data/created from the response with the 200 status

      response-required-property-removed

    • removed the required property data/id from the response with the 200 status

      response-required-property-removed

    • removed the required property data/status from the response with the 200 status

      response-required-property-removed

    • removed the required property data/workspaceId from the response with the 200 status

      response-required-property-removed

    • removed the optional property data/lineItems from the response with the 200 status

      response-optional-property-removed

    • removed the optional property data/modified from the response with the 200 status

      response-optional-property-removed

    • added Invoice subschema #2 to the data response property allOf list for the response status 200

      response-property-all-of-added

    • removed the required property data/buyerUser from the response with the 200 status

      response-required-property-removed

    • removed the required property data/lineItems/items/payout_user from the response with the 200 status

      response-required-property-removed

    • added the required property data/lineItems/items/type to the response with the 200 status

      response-required-property-added

    • added the required property data/lineItems/items/user_id to the response with the 200 status

      response-required-property-added

    This revision also has 9 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog