The Stores API exposes a read-only merchant registry. Stores are never created directly — they are created implicitly whenever aDocumentation Index
Fetch the complete documentation index at: https://mintlify.com/soker90/finper/llms.txt
Use this file to discover all available pages before exploring further.
Transaction is posted with a store field that does not already exist for the authenticated user. The store lookup is case- and accent-insensitive (collation es, strength 2), so "amazon" and "Amazon" resolve to the same store.
GET /api/stores
List all stores belonging to the authenticated user.Unique store identifier.
Store name as originally provided in the first transaction that referenced it.
Username of the owner. Stores are tenant-scoped — each user has their own store list.
Stores are created implicitly when you
POST /api/transactions with a new store name. If a transaction references a store name that already exists (case-insensitive match), the existing store is reused and no duplicate is created.