Changelog
Version history for the QwikLive Experience API and this documentation.
Current Version
| Item | Value |
|---|---|
| API Version | v1 (path parameter) |
| Spec Version | EAPI v1.0.5 |
| Document Version | QL_API-001 v1.0 |
| Document Date | 2026-06-01 |
| Author | Shiva P |
Version History
| Version | Date | Changes | Author |
|---|---|---|---|
| v1.0 Current | 2026-06-01 | Initial release of QL_API-001 documentation covering EAPI v1.0.5 | Shiva P |
Breaking Changes in EAPI v1.0.5
Breaking Change — biller.bin Now Required
From EAPI v1.0.5, the biller.bin field is required on all bill payment requests (POST /transactions/billpayments). Requests missing biller.bin will return 400 Bad Request. Update all existing bill payment integrations before upgrading to v1.0.5.
v1.0.5 Change Details
| Endpoint | Field | Change | Action Required |
|---|---|---|---|
POST /transactions/billpayments |
biller.bin | Breaking Changed from optional to required | Add biller.bin to all bill payment requests |
Notable Response Structure Notes
These are documented behavioral differences to be aware of when integrating:
| Endpoint | Field | Behavior |
|---|---|---|
POST /transactions/transfers |
balances | Returns an object with two sub-arrays (paymentInstrument[] and beneficiaryInstrument[]) — not a flat array like other financial endpoints |
POST /preferences/delete |
Operation | Idempotent — returns success even if the profile does not exist. Uses POST (not HTTP DELETE) for channel adapter compatibility. |
| All financial endpoints | balances[] | Returns array of balance types: Available, Balance, and PaymentDue. PaymentDue includes a dueDate field for loan accounts. |
Deprecated Fields and Endpoints
No fields or endpoints are currently deprecated in EAPI v1.0.5.
Document Approval
| Version | Date | Document | Approved By |
|---|---|---|---|
| v1.0 | To be confirmed | QL_API-001 | To be confirmed |