#922 — Return earliest date as created_at in List merchant endpoints
Repo: Twill-AI/facade State: closed | Status: done Assignee: sparsh-twillpayments
Created: 2026-01-15 · Updated: 2026-01-15
Description
It would be confusing to use both started_at and created_at in merchant table.
Adjust the list merchant endpoints (master/partner):
- Keep
started_atandcreated_atin the database, not manipulated. -
created_atfield in the endpoint should reflect the earlier date ofstarted_atandcreated_at - The column should be sortable/filterable, keeping the logic consistent (considering the earlier date)
Notes
Add implementation notes, blockers, and context here
Related
Add wikilinks to related people, meetings, or other tickets