diff --git a/infra/apim_v2/api/ms_internal_api/v1/openapi.prod.json b/infra/apim_v2/api/ms_internal_api/v1/openapi.prod.json index 9bffb73a..67f2e7e4 100644 --- a/infra/apim_v2/api/ms_internal_api/v1/openapi.prod.json +++ b/infra/apim_v2/api/ms_internal_api/v1/openapi.prod.json @@ -1522,6 +1522,14 @@ "type": "string", "description": "PSP's Business Register number" }, + "contractId": { + "type": "string", + "description": "PSP Contract unique identifier" + }, + "contractType": { + "type": "string", + "description": "PSP Contract type A or B" + }, "dpoData": { "description": "Data Protection Officer (DPO) specific data", "$ref": "#/components/schemas/DpoDataDto" @@ -1534,6 +1542,13 @@ "type": "string", "description": "PSP's legal register number" }, + "providerNames": { + "type": "array", + "description": "PSP provider names", + "items": { + "type": "string" + } + }, "vatNumberGroup": { "type": "boolean", "description": "PSP's Vat Number group", diff --git a/infra/apim_v2/api/selfcare_support_service/v1/openapi.prod.json b/infra/apim_v2/api/selfcare_support_service/v1/openapi.prod.json index fa85ccc8..dfa1c2e7 100644 --- a/infra/apim_v2/api/selfcare_support_service/v1/openapi.prod.json +++ b/infra/apim_v2/api/selfcare_support_service/v1/openapi.prod.json @@ -2258,12 +2258,24 @@ "businessRegisterNumber": { "type": "string" }, + "contractId": { + "type": "string" + }, + "contractType": { + "type": "string" + }, "legalRegisterName": { "type": "string" }, "legalRegisterNumber": { "type": "string" }, + "providerNames": { + "type": "array", + "items": { + "type": "string" + } + }, "vatNumberGroup": { "type": "boolean" }