Home
Flipdish
Payments Bank Account Summary Structure
Payments Bank Account Summary Structure
BankAccountSummary schema from Flipdish API - Payments.
Type: object
Properties: 16
Restaurant Online Ordering Mobile Apps Point-of-Sale Order Menus Payments Webhook
BankAccountSummary is a JSON Structure definition published by Flipdish, describing 16 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.
Properties
Id
StoreNames
StoreIds
AccountState
CurrencyCode
VatNumber
AccountHolderAddress
AccountHolderCountryCode
StripeConnectedAccountInfo
AccountName
Iban
Swift
NationalClearingCode
PopulatedAccountFields
RejectionReason
BusinessType
Meta-schema: https://json-structure.org/meta/core/v0/#
JSON Structure
{
"$schema": "https://json-structure.org/meta/core/v0/#",
"$id": "https://raw.githubusercontent.com/api-evangelist/flipdish/refs/heads/main/json-structure/payments-bank-account-summary-structure.json",
"name": "BankAccountSummary",
"description": "BankAccountSummary schema from Flipdish API - Payments.",
"type": "object",
"properties": {
"Id": {
"description": "Id of this account",
"type": "int32",
"example": 500123
},
"StoreNames": {
"description": "Store Names that are attached to this account",
"type": "array",
"items": {
"type": "string"
},
"example": [
"Example Name"
]
},
"StoreIds": {
"description": "Store Ids that are attached to this account",
"type": "array",
"items": {
"type": "int32"
},
"example": [
1
]
},
"AccountState": {
"description": "Status of Account",
"enum": [
"Unverified",
"AwatingVerification",
"Verified",
"Grandfathered"
],
"type": "string",
"example": "Unverified"
},
"CurrencyCode": {
"description": "Currency of Account",
"type": "string",
"example": "EUR"
},
"VatNumber": {
"description": "Account Holders Vat Number",
"type": "string",
"example": "string"
},
"AccountHolderAddress": {
"description": "Account Holders Address",
"type": "string",
"example": "string"
},
"AccountHolderCountryCode": {
"description": "Account Holders Country Code",
"type": "string",
"example": "IE"
},
"StripeConnectedAccountInfo": {
"$ref": "#/components/schemas/StripeConnectedAccountInfo"
},
"AccountName": {
"description": "Name of this account",
"type": "string",
"example": "Example Name"
},
"Iban": {
"description": "IBAN of this account",
"type": "string",
"example": "string"
},
"Swift": {
"description": "SWIFT of this bank account",
"type": "string",
"example": "string"
},
"NationalClearingCode": {
"description": "National Clearing Code (BSB in Australia, Routing Number in USA/Canada, NCC in NZ)",
"type": "string",
"example": "string"
},
"PopulatedAccountFields": {
"description": "A list of one or more populated account fields (field key-value pairs).\r\nIf this list contains at least one item, the Iban, Swift and NationalClearingCode fields will be ignored.",
"type": "array",
"items": {
"$ref": "#/components/schemas/AccountFieldKeyValuePair"
},
"example": []
},
"RejectionReason": {
"description": "Reason for Rejection",
"type": "string",
"example": "string"
},
"BusinessType": {
"description": "Business Type",
"enum": [
"Individual",
"Company",
"NonProfit",
"GovernmentEntity"
],
"type": "string",
"nullable": true,
"example": "Individual"
}
}
}
Every JSON Structure here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for json structure
4 MCP tools reach this
find_json_structuresBrowse and filter every JSON Structure in the catalog.
apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
resolveTurn a domain, URL or GitHub org into the provider it belongs to.
find_cohortsEvery scored population of providers in the catalog.
All 92 tools →
Call it yourself
curl for this page
This JSON Structure
curl "https://apis.io/api/v1/json-structures/payments-bank-account-summary-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?limit=25"
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 .
A second provider on the same verified email joins the account you already have.