VitePay
  • Welcome!
  • Quick Start
  • VitePay Transaction Process
  • Reference
    • API Reference
      • createTransaction
      • getTransaction
  • Database Schemas
    • Transactions table
    • Merchants table
    • expiredTransactions table
  • Self-Hosted
    • Setting up a self-hosted instance
    • .env file variables
    • How to verify merchants
  • FAQ
Powered by GitBook
On this page
  1. Database Schemas

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

PreviousTransactions tableNextexpiredTransactions table

Last updated 2 years ago