Adyen · JSON Structure

Accounts Migrated Stores Structure

MigratedStores schema from Adyen API

Type: object Properties: 4
PaymentsFinancial ServicesFintech

MigratedStores is a JSON Structure definition published by Adyen, describing 4 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

businessLineId storeCode storeId storeReference

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/adyen/refs/heads/main/json-structure/accounts-migrated-stores-structure.json",
  "description": "MigratedStores schema from Adyen API",
  "type": "object",
  "properties": {
    "businessLineId": {
      "description": "The unique identifier of the business line associated with the migrated account holder in the balance platform.",
      "type": "string"
    },
    "storeCode": {
      "description": "The unique identifier of the store associated with the migrated account holder in the classic integration.",
      "type": "string"
    },
    "storeId": {
      "description": "The unique identifier of the store associated with the migrated account holder in the balance platform.",
      "type": "string"
    },
    "storeReference": {
      "description": "Your reference for the store in the classic integration. The [Customer Area](https://ca-test.adyen.com/) uses this value for the store description.",
      "type": "string"
    }
  },
  "name": "MigratedStores"
}