Pos Terminal Get Terminals Under Account Response Structure
GetTerminalsUnderAccountResponse schema from Adyen API
Type: objectProperties: 3Required: 1
PaymentsFinancial-ServicesFintech
GetTerminalsUnderAccountResponse is a JSON Structure definition published by Adyen, describing 3 properties, of which 1 is required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.
{
"$schema": "https://json-structure.org/meta/core/v0/#",
"$id": "https://raw.githubusercontent.com/api-evangelist/adyen/refs/heads/main/json-structure/pos-terminal-get-terminals-under-account-response-structure.json",
"description": "GetTerminalsUnderAccountResponse schema from Adyen API",
"type": "object",
"properties": {
"companyAccount": {
"description": "Your company account.",
"type": "string"
},
"inventoryTerminals": {
"description": "Array that returns a list of all terminals that are in the inventory of the company account.",
"items": {
"type": "string"
},
"type": "array"
},
"merchantAccounts": {
"description": "Array that returns a list of all merchant accounts belonging to the company account.",
"items": {
"$ref": "#/components/schemas/MerchantAccount"
},
"type": "array"
}
},
"required": [
"companyAccount"
],
"name": "GetTerminalsUnderAccountResponse"
}
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms.