> For the complete documentation index, see [llms.txt](https://docs.pay.imal.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.pay.imal.dev/database-schemas/merchants-table.md).

# Merchants table

* Table name: merchants
* Columns: 4

## Brief Columns description

* name: type:varchar(100), escaped merchant name
* apikey: type:varchar(100), sha256 hashed API key
* verified: type:varchar(100), (true/false) merchant verified status
* css: type:text, optional css to style merchant's name on the payment page
