Changes to Get invoice

GET /api/v1/invoices/{invoice_id}

Every recorded change to this endpoint, newest first. Back to the operation

Changed in 7 of the 54 revisions of this API.23433

  1. v103f9d8ae5c5e2
  2. v1174308f2d7c72
  3. v1de35c02bb0d22927
  4. v1665f680338b52
  5. v12244ec0dabe3131
  6. v176f228b9e0eb1
  7. v1dece17f86f991

What changed

    • added the optional property tax_breakdown/items/exemption_reason to the response with the 200 status

      response-optional-property-added

    • added the optional property tax_breakdown/items/tax_reference to the response with the 200 status

      response-optional-property-added

    • added the new PROCESSING enum value to the payment_status response property for the response status 200

      response-property-enum-value-added

    • added the new REFUNDED enum value to the transactions/items/status response property for the response status 200

      response-property-enum-value-added

  • v1de35c02bb0d22927See the full diff
    • added the new ADJUSTMENT enum value to the invoice_type response property for the response status 200

      response-property-enum-value-added

    • added the new BANK_TRANSFER enum value to the transactions/items/payment_method_info/oneOf[PaymentMethodInfo]/payment_method_type response property for the response status 200

      response-property-enum-value-added

    • added the new CANCELLED enum value to the transactions/items/status response property for the response status 200

      response-property-enum-value-added

    • added the new CARD enum value to the transactions/items/payment_method_info/oneOf[PaymentMethodInfo]/payment_method_type response property for the response status 200

      response-property-enum-value-added

    • added the new DRAFT enum value to the status response property for the response status 200

      response-property-enum-value-added

    • added the new ERRORED enum value to the payment_status response property for the response status 200

      response-property-enum-value-added

    • added the new FAILED enum value to the transactions/items/status response property for the response status 200

      response-property-enum-value-added

    • added the new FINALIZED enum value to the status response property for the response status 200

      response-property-enum-value-added

    • added the new NOT_REGISTERED enum value to the tax_breakdown/items/exemption_type/oneOf[TaxExemptionType]/ response property for the response status 200

      response-property-enum-value-added

    • added the new ONE_OFF enum value to the invoice_type response property for the response status 200

      response-property-enum-value-added

    • added the new OTHER enum value to the transactions/items/payment_method_info/oneOf[PaymentMethodInfo]/payment_method_type response property for the response status 200

      response-property-enum-value-added

    • added the new PAID enum value to the payment_status response property for the response status 200

      response-property-enum-value-added

    • added the new PARTIALLY_PAID enum value to the payment_status response property for the response status 200

      response-property-enum-value-added

    • added the new PAYMENT enum value to the transactions/items/payment_type response property for the response status 200

      response-property-enum-value-added

    • added the new PENDING enum value to the transactions/items/status response property for the response status 200

      response-property-enum-value-added

    • added the new READY enum value to the transactions/items/status response property for the response status 200

      response-property-enum-value-added

    • added the new RECURRING enum value to the invoice_type response property for the response status 200

      response-property-enum-value-added

    • added the new REFUND enum value to the transactions/items/payment_type response property for the response status 200

      response-property-enum-value-added

    • added the new REVERSE_CHARGE enum value to the tax_breakdown/items/exemption_type/oneOf[TaxExemptionType]/ response property for the response status 200

      response-property-enum-value-added

    • added the new SETTLED enum value to the transactions/items/status response property for the response status 200

      response-property-enum-value-added

    • added the new TAX_EXEMPT enum value to the tax_breakdown/items/exemption_type/oneOf[TaxExemptionType]/ response property for the response status 200

      response-property-enum-value-added

    • added the new TOO_MANY_REQUESTS enum value to the code response property for the response status 401

      response-property-enum-value-added

    • added the new TOO_MANY_REQUESTS enum value to the code response property for the response status 404

      response-property-enum-value-added

    • added the new TOO_MANY_REQUESTS enum value to the code response property for the response status 500

      response-property-enum-value-added

    • added the new UNCOLLECTIBLE enum value to the status response property for the response status 200

      response-property-enum-value-added

    • added the new UNPAID enum value to the payment_status response property for the response status 200

      response-property-enum-value-added

    • added the new USAGE_THRESHOLD enum value to the invoice_type response property for the response status 200

      response-property-enum-value-added

    • added the new VOID enum value to the status response property for the response status 200

      response-property-enum-value-added

    • added the new WALLET enum value to the transactions/items/payment_method_info/oneOf[PaymentMethodInfo]/payment_method_type response property for the response status 200

      response-property-enum-value-added

    • added the non-success response with the status 429

      response-non-success-status-added

    • removed the Adjustment enum value from the invoice_type response property for the response status 200

      response-property-enum-value-removed

    • removed the BankTransfer enum value from the transactions/items/payment_method_info/oneOf[PaymentMethodInfo]/payment_method_type response property for the response status 200

      response-property-enum-value-removed

    • removed the Cancelled enum value from the transactions/items/status response property for the response status 200

      response-property-enum-value-removed

    • removed the Card enum value from the transactions/items/payment_method_info/oneOf[PaymentMethodInfo]/payment_method_type response property for the response status 200

      response-property-enum-value-removed

    • removed the Draft enum value from the status response property for the response status 200

      response-property-enum-value-removed

    • removed the Errored enum value from the payment_status response property for the response status 200

      response-property-enum-value-removed

    • removed the Failed enum value from the transactions/items/status response property for the response status 200

      response-property-enum-value-removed

    • removed the Finalized enum value from the status response property for the response status 200

      response-property-enum-value-removed

    • removed the NotRegistered enum value from the tax_breakdown/items/exemption_type/oneOf[TaxExemptionType]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the OneOff enum value from the invoice_type response property for the response status 200

      response-property-enum-value-removed

    • removed the Other enum value from the transactions/items/payment_method_info/oneOf[PaymentMethodInfo]/payment_method_type response property for the response status 200

      response-property-enum-value-removed

    • removed the Paid enum value from the payment_status response property for the response status 200

      response-property-enum-value-removed

    • removed the PartiallyPaid enum value from the payment_status response property for the response status 200

      response-property-enum-value-removed

    • removed the Payment enum value from the transactions/items/payment_type response property for the response status 200

      response-property-enum-value-removed

    • removed the Pending enum value from the transactions/items/status response property for the response status 200

      response-property-enum-value-removed

    • removed the Ready enum value from the transactions/items/status response property for the response status 200

      response-property-enum-value-removed

    • removed the Recurring enum value from the invoice_type response property for the response status 200

      response-property-enum-value-removed

    • removed the Refund enum value from the transactions/items/payment_type response property for the response status 200

      response-property-enum-value-removed

    • removed the ReverseCharge enum value from the tax_breakdown/items/exemption_type/oneOf[TaxExemptionType]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the Settled enum value from the transactions/items/status response property for the response status 200

      response-property-enum-value-removed

    • removed the TaxExempt enum value from the tax_breakdown/items/exemption_type/oneOf[TaxExemptionType]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the Uncollectible enum value from the status response property for the response status 200

      response-property-enum-value-removed

    • removed the Unpaid enum value from the payment_status response property for the response status 200

      response-property-enum-value-removed

    • removed the UsageThreshold enum value from the invoice_type response property for the response status 200

      response-property-enum-value-removed

    • removed the Void enum value from the status response property for the response status 200

      response-property-enum-value-removed

    • removed the Wallet enum value from the transactions/items/payment_method_info/oneOf[PaymentMethodInfo]/payment_method_type response property for the response status 200

      response-property-enum-value-removed

    • api tag Invoices added

      api-tag-added

    • api tag invoice removed

      api-tag-removed

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

  • v12244ec0dabe3131See the full diff
    • the tax_breakdown/items/exemption_type/oneOf[TaxExemptionType]/ response's property type/format changed from / to string/ for status 200

      response-property-type-changed

    • added the new NotRegistered enum value to the tax_breakdown/items/exemption_type/oneOf[TaxExemptionType]/ response property for the response status 200

      response-property-enum-value-added

    • added the new ReverseCharge enum value to the tax_breakdown/items/exemption_type/oneOf[TaxExemptionType]/ response property for the response status 200

      response-property-enum-value-added

    • added the new TaxExempt enum value to the tax_breakdown/items/exemption_type/oneOf[TaxExemptionType]/ response property for the response status 200

      response-property-enum-value-added

    • removed subschema #1 subschema #2 subschema #3 subschema #4 from the tax_breakdown/items/exemption_type/oneOf[TaxExemptionType]/ response property oneOf list for the response status 200

      response-property-one-of-removed

    • endpoint added

      endpoint-added

    • api path removed without deprecation

      api-path-removed-without-deprecation

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