March 2026 brings extended capabilities for financial data access, webhook monitoring, and granular permissions configuration.
Auth Links now remain valid for 30 days, allowing users to link and share data from multiple accounts across financial institutions within this period. Links expire automatically after 30 days or once users complete the disclosure flow.
- Auth Link Expiry: 30 days or upon disclosure flow completion
- Supported Actions: Link multiple accounts, share data with multiple institutions
Use Cases: Enable longer self-service financial data capture, reduce repeated consent requests, and allow multi-account linking in a single window.
The new GET /notifications/webhooks/{webhookId}/stats endpoint provides real-time monitoring of webhook delivery. Track performance and troubleshoot delivery issues directly through the API.
- Endpoint: GET /notifications/webhooks/{webhookId}/stats
- Response: Returns delivery status, success/failure counts, and timestamps
Use Cases: Monitor webhook success rates, identify failures, and ensure timely notifications for financial events.
Permission sets now support additional endpoints across Events, Merchants, Reports, Users, Enrich, and Webhooks categories, allowing partners to enable or disable access via the Dashboard to prevent unexpected 403 errors.
- Events & Jobs: GET /events/{eventId}, POST /jobs/{jobId}/mfa
- Merchants: GET /merchants, GET /merchants/{merchantId}
- Reports: GET /reports/types/{reportTypeId}, DELETE /reports/{reportId}, GET /reports/{reportId}/transactions
- Users: POST /users/{userId}/connections/{connectionId}/purge, GET /users/{userId}/identities, POST /users/{userId}/insights/expense-ratio
- Enrich: GET/POST /enrich/jobs, GET /enrich/jobs/{id}
- Webhooks: GET /notifications/webhooks/{webhookId}/stats
Use Cases: Control access to sensitive endpoints, manage user-level permissions, and reduce API errors due to insufficient permissions.
These updates in March enhance user access, monitoring, and control across Basiq’s APIs, giving partners more flexibility and insight into their integrations.
