24 Mar 2026 Cards Configuration V2 service - time adjustment
The Cards Configuration V2 service has been updated to handle default time values when inserting or updating a Period configuration. Previously, ifstartTime or endTime were not provided in the request, the service defaulted to the current time at the moment of the operation. This behavior was incorrect for period-based configurations.
New behavior:Whenever a Period configuration is created or updated, if
startTime or endTime are null or empty, the service will now apply the following defaults:
startTime→00:00endTime→23:59
No changes are required on the consumer side. However, if
startTime and endTime are treated as mandatory fields in your integration, ensure they are explicitly sent as 00:00 and 23:59 respectively for full-day period cases, rather than relying on empty or null values.
🔍 Affected Endpoints:
- POST /api/v2/cards//configurations
- PATCH /api/v2/cards//configurations
RequestBody
9 Feb 2026 Enable Configuration and Threshold Updates for Locked, Frozen, and Restricted Cards
🔍 Affected Endpoints:- POST /api/v2/cards//configurations
- PATCH /api/v2/cards//configurations
- DELETE /api/v2/cards//configurations
- POST /api/v3/cards//configurations
- PATCH /api/v3/cards//configurations
- DELETE /api/v3/cards//configurations
- PATCH /api/v2/cards/
- PATCH api/v3/cards/threshold
12 Jan 2026 Adding Accounting Fields in Transaction V3 services
We’ve exposed the custom fields property through the API Transactions Service v3, enabling deeper integration and more flexible accounting workflows. 🔍 Affected Endpoints:- GET /api/v3/transactions
- GET /api/v3/transactions/
- GET /api/v3/billing-statements/current
- GET /api/v3/billing-statements/
new Accounting fields
08 Jul 2025 Improved Tax ID Validation for User Management
We’ve introduced enhanced validation rules for user Tax Identifiers based on the user’s country, ensuring data integrity and compliance. 🔍 Affected Endpoints: 📌 Validation Rules by Country:- MX (Mexico): Tax ID must be 11 or 13 digits
- CO (Colombia): Tax ID must be 7, 8, 9, or 10 digits
- BR (Brazil): Tax ID must be 11 digits
New 03 Jul 2025GET Reimbursements Endpoint
We’ve implemented a new service to retrieve reimbursement records, improving visibility and integration with your internal tools.
🆕 New Endpoints docs:
🔍 Highlights:
- Programmatically retrieve reimbursement data by user, status, or time range.
- Supports filtering, sorting, and pagination for scalable integration.
- Enables real-time access to reimbursement information for finance automation and reporting.
30 Jun 2025 — 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
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
13 Jun 2025 — 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.
26 May 2025 — 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
15 Jun 2024 — New Fields
Affected Endpoints:
- Transactions:
billingStatement: Billing statement dates - start, end, and dueDateauthorizationNumber: Number of authorization from a transaction
06 May 2024 — 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
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
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
Affected Endpoints:
- Transactions: Added
sort→ Sort the results by specific fields and directions. (accountingDate | operationDate),(ASC | DESC)
21 Feb 2024 — 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
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→statuscomments→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)
