Adyen · Schema
MigratedStores
MigratedStores schema from Adyen API
PaymentsFinancial ServicesFintech
Properties
| Name | Type | Description |
|---|---|---|
| businessLineId | string | The unique identifier of the business line associated with the migrated account holder in the balance platform. |
| storeCode | string | The unique identifier of the store associated with the migrated account holder in the classic integration. |
| storeId | string | The unique identifier of the store associated with the migrated account holder in the balance platform. |
| storeReference | string | Your reference for the store in the classic integration. The [Customer Area](https://ca-test.adyen.com/) uses this value for the store description. |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/adyen/refs/heads/main/json-schema/accounts-migrated-stores-schema.json",
"title": "MigratedStores",
"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"
}
}
}