π Versioning
Here youβll find all changes to our API, organized by date and version
π 30 Jun 2025 β Field Update to transactions-v3
Field Update to transactions-v3
We've updated the transactions-v3
data model to add the field hasExtractedDocuments
, this field has two parts one is value that will have true or false and the other one is links that is redirect to the endpoint extracted-documents
. This change enhances consistency across services and aligns with the broader data model strategy.
π§ Affected Endpoints:
π 25 Jun 2025 β Audit API
Audit API
Weβve introduced a new Audit API to provide enhanced visibility into API activity and improve observability across the platform.
π New Endpoints
β¨ Highlights:
- Filtered logs only (by date: current month, a specific month and year, or a precise day) - no unfiltered access
- Logs include metadata, such as request URI, method, token, status, chargeability
- Improves monitoring, auditing, and billing visibility
This update is part of our commitment to building transparent and secure systems that empower teams to trace and audit platform activity with precision.
π 13 Jun 2025 β New Receipt Scanner Service
New Receipt Scanner Service
Weβve introduced a new Receipt Scanner service to enhance document processing and data extraction capabilities across the platform.
π New Endpoint:
β¨ Highlights:
- Enables retrieval of documents automatically extracted from invoices, receipts, mexican_fiscal_invoices and other documents based on the associated transaction UUID.
- Supports tighter integration between scanned receipt, invoices data and transaction records.
- Lays the groundwork for future automation and smart reconciliation features.
This update is part of our ongoing efforts to streamline expense management and improve document intelligence throughout Claraβs ecosystem
π 26 May 2025 β Field Update to cards-v3
Field Update to cards-v3
We've updated the cards-v3
data model to replace the deprecated claraStatus
field with a new standardized status
field. This change enhances consistency across services and aligns with the broader data model strategy.
π§ Affected Endpoints:
β
Update: Replace claraStatus
with status
in the API responses for the above endpoints.
β οΈ Action Required: Update your integrations accordingly
π 06 May 2024 β New Fields and Endpoints
New Fields and Endpoints
π§ Affected Endpoints:
- Cards: Limit adjustment, lock/unlock card (PATCH)
- Transactions: Added
authorizationNumber
β It refers to the approval number from MasterCard that is also on the Transactions report in the Clara Platform
π 15 Apr 2024 β Write Mode Launch
Write Mode Launch
We're introducing WRITE MODE functionality for Cards, Labels, and Groups!
With the addition of Write Mode, you now have the ability to not only retrieve data but also create and manage cards, labels, and groups directly through our API. This expansion provides you with greater flexibility and control over your data, enabling you to tailor your applications to better suit your needs.
π§ Affected Endpoints:
- Cards: Create cards with custom rules
- Groups: Create/manage groups
- Labels: Create labels to classify transactions
π 26 Mar 2024 β User Field Update
User Field Update
π§ Affected Endpoints:
- Users: Changed userFullName format β We inverted the First Last Name and Second Last Name
(Only MX and CO)
π 26 Feb 2024 β Filter Updates
Filter Updates
π§ Affected Endpoints:
- Transactions: Added
sort
β Sort the results by specific fields and directions. (accountingDate | operationDate),(ASC | DESC)
π 21 Feb 2024 β More Field Updates
More Field Updates
π§ Affected Endpoints:
- Transactions:
maskedPan
: First 6 digits and last 4 digits of the card)cardLastDigits
: Masked Pan Last Digits of the card associated with the transactions)
π 19 Feb 2024 β Attachments and Filters
Attachments and Filters
π§ Affected Endpoints:
- Transactions:
- Attachments: Information about the files attached to the transaction
- fileName
- type: TRANSACTIONS_RECEIPT/TRANSACTIONS_INVOICE
- hasReceipt: Boolean
- hasInvoice: Boolean
- Attachments: Information about the files attached to the transaction
- userErpId: ERP id of the transaction user from the Team panel in Clara's Platform
- username: Username of the transaction user
π 08 Feb 2024 β Field Modifications
π§ Affected Endpoints:
- Transactions:
statusCode
βstatus
comments
βcomment
- Removed:
tax
(because it didn't refer to the purchase taxes but rather to transaction values),expirationDate
(Was a static value. We are creating a new field to bring this expiration value for each transaction)
π 15 Jun 2024 β New Fields
π§ Affected Endpoints:
- Transactions:
billingStatement
: Billing statement dates - start, end, and dueDateauthorizationNumber
: Number of authorization from a transaction
Updated about 10 hours ago