#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_at and created_at in the database, not manipulated.
  • created_at field in the endpoint should reflect the earlier date of started_at and created_at
  • The column should be sortable/filterable, keeping the logic consistent (considering the earlier date)

Notes

Add implementation notes, blockers, and context here

Add wikilinks to related people, meetings, or other tickets