Skip to main content

8 posts tagged with "version"

View All Tags

Version 2.0.4

· One min read

Improvement:

This version fixes an edge case: document validation when the reference assignment method has not been configured for the portal. This could lead to indeterminate situations.

Now, when validating a document, if the reference assignment method has not been configured, you will receive this error:

The portal needs to choose a ReferenceAssignmentMethod before validating a document

More details about this error here

Note: This change only affects new API users. No impact for existing users.

Version 2.0.3

· One min read

Improvement: A new date field has been added to the POST /documents/{id}/payment endpoint. This allows you to specify the exact transaction date, just like in the INFast app.

Check the details in Add Payment on Invoice API Reference

Version 2.0.2

· One min read

New Feature: Added an optional type field to the Customer object, allowing you to distinguish between business (business) and individual (consumer) customers.

Currently, this field is optional but will become mandatory in a future update to comply with French regulations.

For now, if the type is not provided, it is automatically inferred based on the presence of a siret: if a siret is detected, the customer is considered a business, otherwise a consumer.

Check the details in Create Customer API Reference

Version 2.0.1

· One min read

Version 2.0.1 is a maintenance release focused on tightening Webhook behaviour so that it matches the published documentation.

Fixes

  • Webhook identifier is now returned in the id property (formerly _id).
  • Payload structure: resources are no longer wrapped in an extra layer; you’ll find them directly under data (e.g. data instead of data.document).

The OpenAPI specification has been refreshed to mirror these fixes, but only wording and formatting were touched—nothing that alters functionality or breaks existing integrations.

Version 2.0

· 8 min read

INFast API 2.0 is a big milestone for the Intia team. This changelog lists all the changes compared to INFast API 1.0.

The objectives of this new version are:

  • Clean up the API design for more consistency,
  • Provide a foundation for our future developments,
  • Support a global overhaul of INFast.

You may also notice a change in the documentation. Indeed, we have decided to switch to Docusaurus. The goal is to provide you with cleaner, more functional documentation. You can easily make test requests directly in the API documentation. Here are the updates:

Version 1.3

· One min read
  • Add webhooks
    • invoice.validated
    • invoice.paid
    • quotation.validated
    • quotation.accepted
    • quotation.refused

Version 1.2

· One min read
  • Deprecated fields:
    • Remove status during document creation. All documents are created with status "VALIDATED"
  • Deleted fields
    • isCreditNoteInvoice, isSituationInvoice and isDepositInvoice are deleted, API allow creation of quotation and invoice but not specific document.
  • Add field
    • "Document model Output" have a new field allow to know the subtype (CREDIT_NOTE, PROFORMA, ...)
  • Add endpoint to pay an invoice
  • Search customer allow to search by email

Version 1.1

· One min read
  • INFast API public release
  • Add rate limiting (10 requests per second max)
  • Add INBox URL in response of /documents/{id}/email
  • Add units to the product model
  • Add webhooks
    • document.created
    • document.updated
    • document.deleted
    • customer.created
    • customer.updated
    • product.created
    • product.updated