AccountDetail
Complete account details model for the MMS dashboard
- Type: string · Description
description requiredDescription of the account
- Type: array object[] · Devices
devices requiredDevices assigned to stores or the account
Model representing a device
- Type: string · Assignedto
assigned To required - Type: string · Firmwareversion
firmware Version required - Type: string · Id
id required - Type: string · Lastseen
last Seen required - Type: string · Model
model required - Type: string · Name
name required - Type: string · Serialnumber
serial Number required - Type: string · Status
status required - Type: string · Type
type required
- Type: string · Id
id requiredUnique identifier for the account
- Type: array object[] · Merchants
merchants requiredChild merchant accounts
Model representing a child account
- Type: string · Id
id required - Type: string · Name
name required - Type: string · Type
type required
- Type: string · Name
name requiredName of the account holder or organization
- Type: array object[] · Partners
partners requiredChild partner accounts
Model representing a child account
- Type: string · Id
id required - Type: string · Name
name required - Type: string · Type
type required
- Type: array object[] · Processors
processors requiredList of payment processors associated with this account
Model representing a payment processor configuration
- Type: string · Description
description required - Type: string · Gateway
gateway required - Type: string · Id
id required - Type: string · Name
name required - Type: string · Processor
processor required - Type: string · Psp
psp required - Type: string · Type
type required
- Type: string · Status
status requiredCurrent status of the account
- Type: array object[] · Stores
stores requiredPhysical retail locations
Model representing a store/location
- Type: string · Address
address required - Type: string · Description
description required - Type: string · Id
id required - Type: string · Name
name required - Type: object · StoreProcessorDetail
processor requiredModel representing processor details for a store
- Type: string · Taxid
tax Id requiredTax identification number
- Type: array object[] · Terminals
terminals requiredList of payment terminals owned by the account
Model representing a payment terminal
- Type: string · Bin
bin required - Type: string · Countrycode
country Code required - Type: string · Currencycode
currency Code required - Type: string · Gateway
gateway required - Type: string · Id
id required - Type: string · Locationnumber
location Number required - Type: string · Mid
mid required - Type: string · Model
model required - Type: string · Name
name required - Type: string · Processor
processor required - Type: string · Serialnumber
serial Number required - Type: string · Softwareversion
software Version required - Type: string · Status
status required - Type: string · Tid
tid required - Type: string · Vnumber
vnumber required
- Type: array object[] · Transactions
transactions requiredRecent transactions for the account
Model representing a transaction summary
- Type: number · Amount
amount required - Type: string · Date
date required - Type: string · Id
id required - Type: string · Paymentmethod
payment Method required - Type: string · Status
status required
- Type: string · Type
type requiredAccount type (admin, psp, partner, merchant)
{
"description": "Global technology and innovation company specializing in software solutions",
"devices": [
{
"assignedTo": "Downtown Flagship",
"firmwareVersion": "15.4.1",
"id": "dev_1",
"lastSeen": "2023-05-15 15:30:00+00:00",
"model": "iPad Pro 12.9\"",
"name": "Checkout iPad 1",
"serialNumber": "IPAD123456789",
"status": "active",
"type": "Tablet"
}
],
"id": "acc_123456",
"merchants": [
{
"id": "mchnt_1",
"name": "Acme Retail",
"type": "Merchant"
}
],
"name": "Acme Corporation",
"partners": [
{
"id": "prtnr_1",
"name": "Acme Partners",
"type": "Partner"
}
],
"processors": [
{
"apiVersion": "2023-10",
"fee": 2.9,
"id": "proc_1",
"isActive": true,
"name": "Stripe",
"settlementTime": "2-3 business days",
"type": "Credit Card"
}
],
"status": "active",
"stores": [
{
"address": "123 Main Street, New York, NY 10001",
"description": "Main retail location in the city center",
"id": "store_1",
"name": "Downtown Flagship",
"processor": {
"config": "Standard Retail",
"mid": "MID12345678",
"name": "Stripe",
"tid": "TID98765"
}
}
],
"taxId": "12-3456789",
"terminals": [
{
"bin": "123456",
"countryCode": "US",
"currencyCode": "USD",
"gateway": "Stripe Terminal",
"id": "term_1",
"locationNumber": "001",
"mid": "MID12345678",
"model": "Clover Flex",
"name": "Main Store Terminal",
"processor": "Stripe",
"serialNumber": "ST001",
"softwareVersion": "4.2.1",
"status": "active",
"tid": "T123456",
"vnumber": "V12345"
}
],
"transactions": [
{
"amount": 219.41,
"date": "2025-04-30 16:44:43.396000+00:00",
"id": "txn_4mockw5w",
"paymentMethod": "Mastercard",
"status": "failed"
}
],
"type": "merchant"
}

