openapi: 3.0.1 info: title: Internal Authentication KIM WS Admin description: REST API to administrate Virtual Keyboard configurations version: "25R1.0" paths: /kimAdmin/activate: post: tags: - kim description: Activates an existing KIM configuration for a given issuer and deactivates the others if any. operationId: activateKimConfiguration requestBody: description: Object containing the ApplicationId of the configuration to activate content: application/json: schema: $ref: '#/components/schemas/KimConfigurationRequest' required: true responses: "200": description: Activation OK content: application/json: schema: $ref: '#/components/schemas/KimConfigurationResponse' "400": description: Bad Request content: application/json: schema: $ref: '#/components/schemas/MessageContext' "404": description: Kim config not found content: application/json: schema: $ref: '#/components/schemas/MessageContext' "500": description: Internal Server Error content: application/json: schema: $ref: '#/components/schemas/MessageContext' /kimAdmin/create: post: tags: - kim description: Creates a new KIM configuration. operationId: createKimConfiguration requestBody: description: Object containing customer codes and visuals/sounds (base64 encoded) to create content: application/json: schema: $ref: '#/components/schemas/KimConfigurationRequest' required: true responses: "201": description: Created content: application/json: schema: $ref: '#/components/schemas/KimConfigurationResponse' "400": description: Bad Request content: application/json: schema: $ref: '#/components/schemas/MessageContext' "500": description: Internal Server Error content: application/json: schema: $ref: '#/components/schemas/MessageContext' /kimAdmin/deactivate: post: tags: - kim description: Deactivates an existing KIM configuration for a given issuer. operationId: deactivateKimConfiguration requestBody: description: Object containing the ApplicationId of the configuration to deactivate content: application/json: schema: $ref: '#/components/schemas/KimConfigurationRequest' required: true responses: "200": description: Deactivation OK content: application/json: schema: $ref: '#/components/schemas/KimConfigurationResponse' "400": description: Bad Request content: application/json: schema: $ref: '#/components/schemas/MessageContext' "404": description: Kim config not found content: application/json: schema: $ref: '#/components/schemas/MessageContext' "500": description: Internal Server Error content: application/json: schema: $ref: '#/components/schemas/MessageContext' /kimAdmin/delete: post: tags: - kim description: Deletes a KIM configuration associated to the applicationID. operationId: deleteKimConfiguration requestBody: description: Object containing the ApplicationId of the configuration to delete content: application/json: schema: $ref: '#/components/schemas/KimConfigurationRequest' required: true responses: "200": description: Deletion OK content: application/json: schema: $ref: '#/components/schemas/MessageContext' "400": description: Bad Request content: application/json: schema: $ref: '#/components/schemas/MessageContext' "404": description: Kim config not found content: application/json: schema: $ref: '#/components/schemas/MessageContext' "500": description: Internal Server Error content: application/json: schema: $ref: '#/components/schemas/MessageContext' /kimAdmin/detail: post: tags: - kim description: Returns a the full details of a KIM visual configuration that matches the provided applicationId. operationId: getKimConfigurationDetail requestBody: description: Object containing the ApplicationId of the configuration to retrieve content: application/json: schema: $ref: '#/components/schemas/KimConfigurationRequest' required: true responses: "200": description: OK content: application/json: schema: $ref: '#/components/schemas/KimConfigurationResponse' "400": description: Bad Request content: application/json: schema: $ref: '#/components/schemas/MessageContext' "404": description: Kim config not found content: application/json: schema: $ref: '#/components/schemas/MessageContext' "500": description: Internal Server Error content: application/json: schema: $ref: '#/components/schemas/MessageContext' /kimAdmin/renew: post: tags: - kim description: Renew a KIM configuration descriptor associated to the applicationID operationId: renewVisual requestBody: description: Object containing the ApplicationId of the kim visual which descriptor to renew content: application/json: schema: $ref: '#/components/schemas/KimConfigurationRequest' required: true responses: "200": description: Renewal OK content: application/json: schema: $ref: '#/components/schemas/MessageContext' "400": description: Bad Request content: application/json: schema: $ref: '#/components/schemas/MessageContext' "404": description: Kim config not found content: application/json: schema: $ref: '#/components/schemas/MessageContext' "500": description: Internal Server Error content: application/json: schema: $ref: '#/components/schemas/MessageContext' /kimAdmin/update: post: tags: - kim description: Updates an existing KIM configuration. operationId: updateVisual requestBody: description: Object containing customer codes and visuals/sounds (base64 encoded) to update content: application/json: schema: $ref: '#/components/schemas/KimConfigurationRequest' required: true responses: "200": description: Update OK content: application/json: schema: $ref: '#/components/schemas/KimConfigurationResponse' "400": description: Bad Request content: application/json: schema: $ref: '#/components/schemas/MessageContext' "404": description: Kim config not found content: application/json: schema: $ref: '#/components/schemas/MessageContext' "500": description: Internal Server Error content: application/json: schema: $ref: '#/components/schemas/MessageContext' /kimAdmin/view: post: tags: - kim description: "Returns a view of all the current KIM configurations that belongs\ \ the provided service, issuer (optional) and sub-issuer (optional)." operationId: getKimConfigurations requestBody: description: Object containing customer codes for which to retrieve the KIM vVisual configurations content: application/json: schema: $ref: '#/components/schemas/KimConfigurationRequest' required: true responses: "200": description: OK content: application/json: schema: $ref: '#/components/schemas/KimConfigurationResponse' "400": description: Bad Request content: application/json: schema: $ref: '#/components/schemas/MessageContext' "500": description: Internal Server Error content: application/json: schema: $ref: '#/components/schemas/MessageContext' components: schemas: AHSession: type: object properties: authentications: type: object additionalProperties: $ref: '#/components/schemas/Authentication' blackListStatus: type: array items: type: string callingService: type: string crAudits: type: array items: $ref: '#/components/schemas/CRAudit' createdDateTime: type: string format: date-time hashedSelectedMail: type: string hashedSelectedPhoneNumber: type: string logs: type: array items: $ref: '#/components/schemas/LogObject' means: type: array items: $ref: '#/components/schemas/Mean' passport: $ref: '#/components/schemas/Passport' principalBlackListed: type: string principalWhiteListed: type: string principals: uniqueItems: true type: array items: $ref: '#/components/schemas/Principal' rbaDecision: type: string serviceSubscription: type: string sessionid: type: string signature: type: string smsPhoneOperator: type: string storage: type: object additionalProperties: type: object updatedDateTime: type: string format: date-time version: type: integer format: int64 wsResponses: type: array items: $ref: '#/components/schemas/WSResponse' Attempt: type: object properties: id: type: string reason: type: string server: type: string status: type: string storage: type: object additionalProperties: type: string Authentication: type: object properties: attempts: type: array items: $ref: '#/components/schemas/Attempt' chosenMean: type: string createdTime: type: string format: date-time decoupledRequest: type: string enum: - "Y" - "N" externalId: type: string forceDvk: type: boolean id: type: string pollingService: $ref: '#/components/schemas/ServiceRecord' status: type: string enum: - PENDING - CLOSED storage: type: object additionalProperties: type: object CRAudit: type: object properties: action: type: string comments: type: string date: type: string identifier: type: string item: type: string newValues: type: string oldValues: type: string user: type: string Event: type: object properties: "64": type: string EC: type: string enum: - "200070000" - "202010000" - "202020000" - "208000001" - "208000002" - "208000003" - "302000000" - "400000000" - "400000001" - "400000002" - "400000003" - "400000004" - "400001600" - "400001699" - "400010001" - "400010002" - "400010005" - "400010007" - "400010008" - "400010009" - "400010010" - "400010011" - "400010012" - "400010013" - "400010014" - "400010015" - "400010016" - "400010019" - "400010020" - "400010021" - "400010022" - "400010023" - "400010024" - "400010025" - "400010026" - "400010027" - "400010028" - "400010029" - "400010030" - "400010031" - "400010032" - "400010033" - "400010034" - "400010035" - "400010036" - "400010037" - "400020001" - "400020004" - "400020005" - "400020009" - "400020010" - "400020013" - "400020014" - "400020015" - "400020016" - "400020017" - "400020019" - "400020020" - "400020021" - "400020022" - "400020023" - "400020024" - "400020025" - "400020026" - "400020027" - "400020038" - "400020039" - "400030001" - "400030002" - "400030003" - "400030004" - "400040000" - "400050000" - "400050001" - "400050002" - "400050003" - "400050004" - "400050005" - "400050006" - "400050008" - "400050116" - "400050117" - "400050200" - "400050201" - "400050300" - "400050302" - "400050303" - "400050500" - "400050501" - "400050502" - "400050503" - "400050504" - "400050505" - "400050506" - "400050507" - "400050510" - "400050514" - "400050515" - "400050516" - "400050517" - "400050518" - "400050519" - "400050520" - "400050521" - "400050522" - "400050523" - "400050524" - "400050525" - "400050526" - "400050527" - "400050528" - "400050529" - "400050530" - "400050531" - "400050532" - "400050533" - "400060001" - "400060002" - "400060003" - "400060004" - "400060005" - "400060006" - "400060007" - "400060008" - "400060009" - "400060010" - "400060011" - "400060012" - "400060013" - "400060014" - "400060015" - "400060016" - "400060017" - "400060018" - "400060019" - "400060020" - "400060021" - "400060022" - "400060023" - "400060024" - "400060025" - "400060026" - "400060027" - "400060028" - "400060029" - "400070000" - "400070100" - "400070101" - "400080000" - "400080001" - "400090000" - "400090001" - "400090002" - "400090004" - "400090005" - "400090010" - "400090011" - "400090012" - "400090013" - "400090014" - "400090015" - "400090016" - "400090017" - "400090018" - "400090019" - "400090020" - "400090021" - "400090023" - "400090024" - "400090025" - "400090026" - "400090027" - "400090028" - "400090030" - "400090031" - "400090032" - "400090033" - "400090035" - "400090036" - "400090037" - "400090038" - "400090039" - "400090040" - "400090041" - "400090042" - "400090043" - "400090044" - "400090045" - "400090046" - "400090047" - "400090048" - "400090049" - "400090050" - "400090051" - "400090052" - "400090053" - "400090054" - "400090056" - "400090057" - "400090058" - "400090059" - "400090060" - "400090061" - "400090062" - "400090063" - "400090064" - "400090065" - "400090066" - "400090067" - "400090068" - "400090069" - "400090070" - "400090071" - "400090072" - "400090073" - "400090074" - "400090075" - "400090076" - "400090077" - "400090080" - "400090081" - "400090082" - "400090083" - "400090084" - "400090085" - "400090086" - "400090087" - "400090088" - "400090089" - "400090090" - "400090091" - "400090092" - "400090093" - "400090094" - "400090095" - "400100000" - "400100001" - "400100002" - "400100003" - "400100004" - "400100005" - "400100006" - "400100007" - "400100008" - "400100009" - "400100010" - "400100011" - "400100012" - "400100013" - "400100014" - "400100015" - "400100016" - "400100017" - "400100018" - "400100019" - "400100020" - "400100021" - "400100022" - "400100023" - "400100024" - "400100025" - "400100100" - "400110027" - "400110029" - "400110030" - "400110102" - "400110103" - "400110104" - "400110105" - "400110107" - "400110108" - "400110109" - "400110110" - "400110111" - "400110112" - "400110113" - "400110114" - "400110115" - "400110116" - "400110117" - "400110118" - "400110200" - "400110201" - "400110202" - "400110203" - "400110204" - "400110205" - "400110206" - "400110207" - "400110208" - "400110209" - "400110210" - "400110211" - "400110212" - "400110213" - "400110214" - "400110215" - "400110216" - "400110217" - "400110218" - "400110219" - "400110220" - "400110221" - "400110222" - "400110223" - "400110224" - "400110225" - "400110226" - "400110227" - "400110228" - "400110229" - "400110230" - "400110231" - "400110232" - "400110233" - "400110234" - "400110235" - "400110236" - "400110237" - "400110238" - "400110239" - "400110240" - "400110241" - "400110242" - "400110243" - "400110244" - "400110245" - "400110246" - "400110247" - "400110248" - "400110249" - "400110250" - "400110251" - "400110252" - "400110253" - "400110254" - "400110255" - "400110256" - "400110257" - "400110258" - "400110259" - "400110260" - "400110261" - "400110262" - "400110263" - "400110264" - "400110321" - "400110322" - "400110323" - "400110324" - "400110325" - "400110326" - "400110327" - "400110400" - "400110401" - "400110402" - "400110403" - "400110404" - "400110405" - "400110406" - "400110407" - "400200000" - "400200010" - "400200011" - "400200012" - "400200013" - "400200014" - "400200015" - "400300000" - "400400000" - "400990000" - "400990100" - "400990101" - "400990200" - "401000001" - "401000002" - "401000003" - "401000004" - "401000005" - "401000006" - "401000007" - "401000008" - "401000009" - "403000000" - "403010000" - "403010001" - "403010002" - "403010003" - "403020000" - "403020001" - "403020002" - "403020003" - "403020004" - "403020005" - "403020006" - "403020007" - "403020008" - "403030000" - "403030001" - "403030002" - "403040000" - "403040001" - "403050000" - "403060000" - "403070000" - "403080000" - "403080001" - "403080002" - "403900000" - "403990000" - "403990001" - "403990002" - "404000000" - "404001697" - "404001698" - "404010000" - "404010101" - "404010102" - "404011000" - "404012000" - "404020000" - "404020001" - "404020002" - "404030000" - "404030001" - "404030002" - "404030003" - "404030005" - "404030006" - "404030007" - "404040000" - "404050000" - "404060000" - "404060001" - "404060002" - "404060003" - "404060004" - "404060005" - "404060006" - "404060007" - "404060008" - "404060009" - "404060010" - "404060011" - "404060012" - "404060013" - "404060014" - "404060015" - "404060016" - "404060017" - "404070100" - "404170001" - "404990000" - "404990100" - "409010000" - "412010000" - "412010001" - "412010002" - "500000001" - "500000002" - "500000003" - "500000004" - "500000005" - "500000098" - "500000198" - "500000298" - "500000398" - "500000498" - "500000598" - "500000698" - "500000798" - "500000898" - "500000998" - "500001098" - "500001099" - "500001198" - "500001298" - "500001299" - "500001398" - "500001399" - "500001498" - "500001698" - "500001798" - "500001799" - "500001900" - "500010000" - "500010001" - "500010002" - "500010003" - "500010100" - "500010101" - "500010200" - "500011000" - "500011001" - "500011002" - "500012001" - "500012002" - "500012003" - "500013000" - "500013001" - "500013002" - "500013003" - "500020000" - "500020001" - "500020002" - "500020003" - "500020004" - "500020005" - "500030000" - "500030001" - "500030002" - "500030003" - "500040000" - "500060000" - "500060001" - "500060002" - "500060004" - "500060005" - "500060006" - "500060007" - "500070000" - "500070001" - "500070004" - "500070100" - "500070101" - "500080000" - "500080001" - "500090000" - "500090001" - "500090002" - "500090003" - "500090004" - "500100000" - "500100001" - "500100002" - "500100100" - "500100101" - "500110000" - "500110001" - "500110002" - "500110003" - "500110010" - "500110011" - "500110012" - "500400001" - "500400002" - "500400003" - "500400004" - "500400005" - "500400006" - "500400010" - "500400011" - "500400012" - "500400013" - "500400014" - "500400021" - "500400022" - "500400023" - "500400024" - "500400025" - "500400026" - "500400099" - "500400201" - "500400204" - "500400205" - "500400206" - "500400209" - "500400210" - "500400211" - "500400212" - "500400213" - "500400214" - "500400900" - "500400901" - "500400902" - "500900000" - "500901000" - "500901100" - "500902000" - "500902001" - "500902100" - "500990000" - "500990001" - "500990002" - "500990003" - "503070100" - "504000000" - "504000001" - "504000002" - "504010000" - "504010001" - "504010002" - "520000000" - "520000001" - "520000002" - "520000003" - "520000004" - "520000005" - "520000006" - "520001698" - "520010000" - "520012000" - "520013000" - "520070100" - "520100000" - "520110000" - "520900000" - "520901000" - "520990000" - "520990100" KimConfigurationRequest: type: object properties: applicationId: type: string errorCode: type: string enum: - "200070000" - "202010000" - "202020000" - "208000001" - "208000002" - "208000003" - "302000000" - "400000000" - "400000001" - "400000002" - "400000003" - "400000004" - "400001600" - "400001699" - "400010001" - "400010002" - "400010005" - "400010007" - "400010008" - "400010009" - "400010010" - "400010011" - "400010012" - "400010013" - "400010014" - "400010015" - "400010016" - "400010019" - "400010020" - "400010021" - "400010022" - "400010023" - "400010024" - "400010025" - "400010026" - "400010027" - "400010028" - "400010029" - "400010030" - "400010031" - "400010032" - "400010033" - "400010034" - "400010035" - "400010036" - "400010037" - "400020001" - "400020004" - "400020005" - "400020009" - "400020010" - "400020013" - "400020014" - "400020015" - "400020016" - "400020017" - "400020019" - "400020020" - "400020021" - "400020022" - "400020023" - "400020024" - "400020025" - "400020026" - "400020027" - "400020038" - "400020039" - "400030001" - "400030002" - "400030003" - "400030004" - "400040000" - "400050000" - "400050001" - "400050002" - "400050003" - "400050004" - "400050005" - "400050006" - "400050008" - "400050116" - "400050117" - "400050200" - "400050201" - "400050300" - "400050302" - "400050303" - "400050500" - "400050501" - "400050502" - "400050503" - "400050504" - "400050505" - "400050506" - "400050507" - "400050510" - "400050514" - "400050515" - "400050516" - "400050517" - "400050518" - "400050519" - "400050520" - "400050521" - "400050522" - "400050523" - "400050524" - "400050525" - "400050526" - "400050527" - "400050528" - "400050529" - "400050530" - "400050531" - "400050532" - "400050533" - "400060001" - "400060002" - "400060003" - "400060004" - "400060005" - "400060006" - "400060007" - "400060008" - "400060009" - "400060010" - "400060011" - "400060012" - "400060013" - "400060014" - "400060015" - "400060016" - "400060017" - "400060018" - "400060019" - "400060020" - "400060021" - "400060022" - "400060023" - "400060024" - "400060025" - "400060026" - "400060027" - "400060028" - "400060029" - "400070000" - "400070100" - "400070101" - "400080000" - "400080001" - "400090000" - "400090001" - "400090002" - "400090004" - "400090005" - "400090010" - "400090011" - "400090012" - "400090013" - "400090014" - "400090015" - "400090016" - "400090017" - "400090018" - "400090019" - "400090020" - "400090021" - "400090023" - "400090024" - "400090025" - "400090026" - "400090027" - "400090028" - "400090030" - "400090031" - "400090032" - "400090033" - "400090035" - "400090036" - "400090037" - "400090038" - "400090039" - "400090040" - "400090041" - "400090042" - "400090043" - "400090044" - "400090045" - "400090046" - "400090047" - "400090048" - "400090049" - "400090050" - "400090051" - "400090052" - "400090053" - "400090054" - "400090056" - "400090057" - "400090058" - "400090059" - "400090060" - "400090061" - "400090062" - "400090063" - "400090064" - "400090065" - "400090066" - "400090067" - "400090068" - "400090069" - "400090070" - "400090071" - "400090072" - "400090073" - "400090074" - "400090075" - "400090076" - "400090077" - "400090080" - "400090081" - "400090082" - "400090083" - "400090084" - "400090085" - "400090086" - "400090087" - "400090088" - "400090089" - "400090090" - "400090091" - "400090092" - "400090093" - "400090094" - "400090095" - "400100000" - "400100001" - "400100002" - "400100003" - "400100004" - "400100005" - "400100006" - "400100007" - "400100008" - "400100009" - "400100010" - "400100011" - "400100012" - "400100013" - "400100014" - "400100015" - "400100016" - "400100017" - "400100018" - "400100019" - "400100020" - "400100021" - "400100022" - "400100023" - "400100024" - "400100025" - "400100100" - "400110027" - "400110029" - "400110030" - "400110102" - "400110103" - "400110104" - "400110105" - "400110107" - "400110108" - "400110109" - "400110110" - "400110111" - "400110112" - "400110113" - "400110114" - "400110115" - "400110116" - "400110117" - "400110118" - "400110200" - "400110201" - "400110202" - "400110203" - "400110204" - "400110205" - "400110206" - "400110207" - "400110208" - "400110209" - "400110210" - "400110211" - "400110212" - "400110213" - "400110214" - "400110215" - "400110216" - "400110217" - "400110218" - "400110219" - "400110220" - "400110221" - "400110222" - "400110223" - "400110224" - "400110225" - "400110226" - "400110227" - "400110228" - "400110229" - "400110230" - "400110231" - "400110232" - "400110233" - "400110234" - "400110235" - "400110236" - "400110237" - "400110238" - "400110239" - "400110240" - "400110241" - "400110242" - "400110243" - "400110244" - "400110245" - "400110246" - "400110247" - "400110248" - "400110249" - "400110250" - "400110251" - "400110252" - "400110253" - "400110254" - "400110255" - "400110256" - "400110257" - "400110258" - "400110259" - "400110260" - "400110261" - "400110262" - "400110263" - "400110264" - "400110321" - "400110322" - "400110323" - "400110324" - "400110325" - "400110326" - "400110327" - "400110400" - "400110401" - "400110402" - "400110403" - "400110404" - "400110405" - "400110406" - "400110407" - "400200000" - "400200010" - "400200011" - "400200012" - "400200013" - "400200014" - "400200015" - "400300000" - "400400000" - "400990000" - "400990100" - "400990101" - "400990200" - "401000001" - "401000002" - "401000003" - "401000004" - "401000005" - "401000006" - "401000007" - "401000008" - "401000009" - "403000000" - "403010000" - "403010001" - "403010002" - "403010003" - "403020000" - "403020001" - "403020002" - "403020003" - "403020004" - "403020005" - "403020006" - "403020007" - "403020008" - "403030000" - "403030001" - "403030002" - "403040000" - "403040001" - "403050000" - "403060000" - "403070000" - "403080000" - "403080001" - "403080002" - "403900000" - "403990000" - "403990001" - "403990002" - "404000000" - "404001697" - "404001698" - "404010000" - "404010101" - "404010102" - "404011000" - "404012000" - "404020000" - "404020001" - "404020002" - "404030000" - "404030001" - "404030002" - "404030003" - "404030005" - "404030006" - "404030007" - "404040000" - "404050000" - "404060000" - "404060001" - "404060002" - "404060003" - "404060004" - "404060005" - "404060006" - "404060007" - "404060008" - "404060009" - "404060010" - "404060011" - "404060012" - "404060013" - "404060014" - "404060015" - "404060016" - "404060017" - "404070100" - "404170001" - "404990000" - "404990100" - "409010000" - "412010000" - "412010001" - "412010002" - "500000001" - "500000002" - "500000003" - "500000004" - "500000005" - "500000098" - "500000198" - "500000298" - "500000398" - "500000498" - "500000598" - "500000698" - "500000798" - "500000898" - "500000998" - "500001098" - "500001099" - "500001198" - "500001298" - "500001299" - "500001398" - "500001399" - "500001498" - "500001698" - "500001798" - "500001799" - "500001900" - "500010000" - "500010001" - "500010002" - "500010003" - "500010100" - "500010101" - "500010200" - "500011000" - "500011001" - "500011002" - "500012001" - "500012002" - "500012003" - "500013000" - "500013001" - "500013002" - "500013003" - "500020000" - "500020001" - "500020002" - "500020003" - "500020004" - "500020005" - "500030000" - "500030001" - "500030002" - "500030003" - "500040000" - "500060000" - "500060001" - "500060002" - "500060004" - "500060005" - "500060006" - "500060007" - "500070000" - "500070001" - "500070004" - "500070100" - "500070101" - "500080000" - "500080001" - "500090000" - "500090001" - "500090002" - "500090003" - "500090004" - "500100000" - "500100001" - "500100002" - "500100100" - "500100101" - "500110000" - "500110001" - "500110002" - "500110003" - "500110010" - "500110011" - "500110012" - "500400001" - "500400002" - "500400003" - "500400004" - "500400005" - "500400006" - "500400010" - "500400011" - "500400012" - "500400013" - "500400014" - "500400021" - "500400022" - "500400023" - "500400024" - "500400025" - "500400026" - "500400099" - "500400201" - "500400204" - "500400205" - "500400206" - "500400209" - "500400210" - "500400211" - "500400212" - "500400213" - "500400214" - "500400900" - "500400901" - "500400902" - "500900000" - "500901000" - "500901100" - "500902000" - "500902001" - "500902100" - "500990000" - "500990001" - "500990002" - "500990003" - "503070100" - "504000000" - "504000001" - "504000002" - "504010000" - "504010001" - "504010002" - "520000000" - "520000001" - "520000002" - "520000003" - "520000004" - "520000005" - "520000006" - "520001698" - "520010000" - "520012000" - "520013000" - "520070100" - "520100000" - "520110000" - "520900000" - "520901000" - "520990000" - "520990100" issuerCode: type: string keyIcons: type: object additionalProperties: type: string keyImages: type: object additionalProperties: type: string keyVoices: type: array items: $ref: '#/components/schemas/LocaleVoices' lastEventmessage: type: string service: type: string subIssuerCode: type: string user: type: string KimConfigurationResponse: type: object properties: errorCode: type: string enum: - "200070000" - "202010000" - "202020000" - "208000001" - "208000002" - "208000003" - "302000000" - "400000000" - "400000001" - "400000002" - "400000003" - "400000004" - "400001600" - "400001699" - "400010001" - "400010002" - "400010005" - "400010007" - "400010008" - "400010009" - "400010010" - "400010011" - "400010012" - "400010013" - "400010014" - "400010015" - "400010016" - "400010019" - "400010020" - "400010021" - "400010022" - "400010023" - "400010024" - "400010025" - "400010026" - "400010027" - "400010028" - "400010029" - "400010030" - "400010031" - "400010032" - "400010033" - "400010034" - "400010035" - "400010036" - "400010037" - "400020001" - "400020004" - "400020005" - "400020009" - "400020010" - "400020013" - "400020014" - "400020015" - "400020016" - "400020017" - "400020019" - "400020020" - "400020021" - "400020022" - "400020023" - "400020024" - "400020025" - "400020026" - "400020027" - "400020038" - "400020039" - "400030001" - "400030002" - "400030003" - "400030004" - "400040000" - "400050000" - "400050001" - "400050002" - "400050003" - "400050004" - "400050005" - "400050006" - "400050008" - "400050116" - "400050117" - "400050200" - "400050201" - "400050300" - "400050302" - "400050303" - "400050500" - "400050501" - "400050502" - "400050503" - "400050504" - "400050505" - "400050506" - "400050507" - "400050510" - "400050514" - "400050515" - "400050516" - "400050517" - "400050518" - "400050519" - "400050520" - "400050521" - "400050522" - "400050523" - "400050524" - "400050525" - "400050526" - "400050527" - "400050528" - "400050529" - "400050530" - "400050531" - "400050532" - "400050533" - "400060001" - "400060002" - "400060003" - "400060004" - "400060005" - "400060006" - "400060007" - "400060008" - "400060009" - "400060010" - "400060011" - "400060012" - "400060013" - "400060014" - "400060015" - "400060016" - "400060017" - "400060018" - "400060019" - "400060020" - "400060021" - "400060022" - "400060023" - "400060024" - "400060025" - "400060026" - "400060027" - "400060028" - "400060029" - "400070000" - "400070100" - "400070101" - "400080000" - "400080001" - "400090000" - "400090001" - "400090002" - "400090004" - "400090005" - "400090010" - "400090011" - "400090012" - "400090013" - "400090014" - "400090015" - "400090016" - "400090017" - "400090018" - "400090019" - "400090020" - "400090021" - "400090023" - "400090024" - "400090025" - "400090026" - "400090027" - "400090028" - "400090030" - "400090031" - "400090032" - "400090033" - "400090035" - "400090036" - "400090037" - "400090038" - "400090039" - "400090040" - "400090041" - "400090042" - "400090043" - "400090044" - "400090045" - "400090046" - "400090047" - "400090048" - "400090049" - "400090050" - "400090051" - "400090052" - "400090053" - "400090054" - "400090056" - "400090057" - "400090058" - "400090059" - "400090060" - "400090061" - "400090062" - "400090063" - "400090064" - "400090065" - "400090066" - "400090067" - "400090068" - "400090069" - "400090070" - "400090071" - "400090072" - "400090073" - "400090074" - "400090075" - "400090076" - "400090077" - "400090080" - "400090081" - "400090082" - "400090083" - "400090084" - "400090085" - "400090086" - "400090087" - "400090088" - "400090089" - "400090090" - "400090091" - "400090092" - "400090093" - "400090094" - "400090095" - "400100000" - "400100001" - "400100002" - "400100003" - "400100004" - "400100005" - "400100006" - "400100007" - "400100008" - "400100009" - "400100010" - "400100011" - "400100012" - "400100013" - "400100014" - "400100015" - "400100016" - "400100017" - "400100018" - "400100019" - "400100020" - "400100021" - "400100022" - "400100023" - "400100024" - "400100025" - "400100100" - "400110027" - "400110029" - "400110030" - "400110102" - "400110103" - "400110104" - "400110105" - "400110107" - "400110108" - "400110109" - "400110110" - "400110111" - "400110112" - "400110113" - "400110114" - "400110115" - "400110116" - "400110117" - "400110118" - "400110200" - "400110201" - "400110202" - "400110203" - "400110204" - "400110205" - "400110206" - "400110207" - "400110208" - "400110209" - "400110210" - "400110211" - "400110212" - "400110213" - "400110214" - "400110215" - "400110216" - "400110217" - "400110218" - "400110219" - "400110220" - "400110221" - "400110222" - "400110223" - "400110224" - "400110225" - "400110226" - "400110227" - "400110228" - "400110229" - "400110230" - "400110231" - "400110232" - "400110233" - "400110234" - "400110235" - "400110236" - "400110237" - "400110238" - "400110239" - "400110240" - "400110241" - "400110242" - "400110243" - "400110244" - "400110245" - "400110246" - "400110247" - "400110248" - "400110249" - "400110250" - "400110251" - "400110252" - "400110253" - "400110254" - "400110255" - "400110256" - "400110257" - "400110258" - "400110259" - "400110260" - "400110261" - "400110262" - "400110263" - "400110264" - "400110321" - "400110322" - "400110323" - "400110324" - "400110325" - "400110326" - "400110327" - "400110400" - "400110401" - "400110402" - "400110403" - "400110404" - "400110405" - "400110406" - "400110407" - "400200000" - "400200010" - "400200011" - "400200012" - "400200013" - "400200014" - "400200015" - "400300000" - "400400000" - "400990000" - "400990100" - "400990101" - "400990200" - "401000001" - "401000002" - "401000003" - "401000004" - "401000005" - "401000006" - "401000007" - "401000008" - "401000009" - "403000000" - "403010000" - "403010001" - "403010002" - "403010003" - "403020000" - "403020001" - "403020002" - "403020003" - "403020004" - "403020005" - "403020006" - "403020007" - "403020008" - "403030000" - "403030001" - "403030002" - "403040000" - "403040001" - "403050000" - "403060000" - "403070000" - "403080000" - "403080001" - "403080002" - "403900000" - "403990000" - "403990001" - "403990002" - "404000000" - "404001697" - "404001698" - "404010000" - "404010101" - "404010102" - "404011000" - "404012000" - "404020000" - "404020001" - "404020002" - "404030000" - "404030001" - "404030002" - "404030003" - "404030005" - "404030006" - "404030007" - "404040000" - "404050000" - "404060000" - "404060001" - "404060002" - "404060003" - "404060004" - "404060005" - "404060006" - "404060007" - "404060008" - "404060009" - "404060010" - "404060011" - "404060012" - "404060013" - "404060014" - "404060015" - "404060016" - "404060017" - "404070100" - "404170001" - "404990000" - "404990100" - "409010000" - "412010000" - "412010001" - "412010002" - "500000001" - "500000002" - "500000003" - "500000004" - "500000005" - "500000098" - "500000198" - "500000298" - "500000398" - "500000498" - "500000598" - "500000698" - "500000798" - "500000898" - "500000998" - "500001098" - "500001099" - "500001198" - "500001298" - "500001299" - "500001398" - "500001399" - "500001498" - "500001698" - "500001798" - "500001799" - "500001900" - "500010000" - "500010001" - "500010002" - "500010003" - "500010100" - "500010101" - "500010200" - "500011000" - "500011001" - "500011002" - "500012001" - "500012002" - "500012003" - "500013000" - "500013001" - "500013002" - "500013003" - "500020000" - "500020001" - "500020002" - "500020003" - "500020004" - "500020005" - "500030000" - "500030001" - "500030002" - "500030003" - "500040000" - "500060000" - "500060001" - "500060002" - "500060004" - "500060005" - "500060006" - "500060007" - "500070000" - "500070001" - "500070004" - "500070100" - "500070101" - "500080000" - "500080001" - "500090000" - "500090001" - "500090002" - "500090003" - "500090004" - "500100000" - "500100001" - "500100002" - "500100100" - "500100101" - "500110000" - "500110001" - "500110002" - "500110003" - "500110010" - "500110011" - "500110012" - "500400001" - "500400002" - "500400003" - "500400004" - "500400005" - "500400006" - "500400010" - "500400011" - "500400012" - "500400013" - "500400014" - "500400021" - "500400022" - "500400023" - "500400024" - "500400025" - "500400026" - "500400099" - "500400201" - "500400204" - "500400205" - "500400206" - "500400209" - "500400210" - "500400211" - "500400212" - "500400213" - "500400214" - "500400900" - "500400901" - "500400902" - "500900000" - "500901000" - "500901100" - "500902000" - "500902001" - "500902100" - "500990000" - "500990001" - "500990002" - "500990003" - "503070100" - "504000000" - "504000001" - "504000002" - "504010000" - "504010001" - "504010002" - "520000000" - "520000001" - "520000002" - "520000003" - "520000004" - "520000005" - "520000006" - "520001698" - "520010000" - "520012000" - "520013000" - "520070100" - "520100000" - "520110000" - "520900000" - "520901000" - "520990000" - "520990100" issuerCode: type: string lastEventmessage: type: string service: type: string subIssuerCode: type: string user: type: string visuals: type: array items: $ref: '#/components/schemas/KimVisual' KimVisual: type: object properties: active: type: boolean creation_date: type: integer format: int64 id: type: string original_icons: type: object additionalProperties: type: string original_keys: type: object additionalProperties: type: string original_voices: type: object additionalProperties: type: object additionalProperties: type: string update_date: type: integer format: int64 LocaleVoices: type: object properties: locale: type: object properties: country: type: string displayCountry: type: string displayLanguage: type: string displayName: type: string displayScript: type: string displayVariant: type: string extensionKeys: uniqueItems: true type: array items: type: string iso3Country: type: string iso3Language: type: string language: type: string script: type: string unicodeLocaleAttributes: uniqueItems: true type: array items: type: string unicodeLocaleKeys: uniqueItems: true type: array items: type: string variant: type: string voices: type: object additionalProperties: type: string LogObject: type: object properties: ACTID: type: string AID: type: string AMI: type: string APP: type: string DT: type: string ENROL: type: string ERRC: type: string ERRL: type: string FB: type: string FC: type: string FS: type: string HOST: type: string IS: type: string ISS: type: string M: type: boolean MOD: type: string NB: type: integer format: int32 RC: type: integer format: int32 RT: type: integer format: int64 SCO: type: string SID: type: string SRV: type: string TOK: type: string TYP: type: string URL: type: string VRB: type: string Mean: type: object properties: name: type: string status: type: string enum: - UP - DOWN - BLACKLISTED - REMOVED - UNKNOWN url: type: string urlWs: type: string MessageContext: type: object properties: authentId: type: string cardStatus: type: string comment: type: string contextTemporary: type: object additionalProperties: type: string customerCode: type: string customerId: type: integer format: int32 customerParentCode: type: string errorCode: type: string enum: - "200070000" - "202010000" - "202020000" - "208000001" - "208000002" - "208000003" - "302000000" - "400000000" - "400000001" - "400000002" - "400000003" - "400000004" - "400001600" - "400001699" - "400010001" - "400010002" - "400010005" - "400010007" - "400010008" - "400010009" - "400010010" - "400010011" - "400010012" - "400010013" - "400010014" - "400010015" - "400010016" - "400010019" - "400010020" - "400010021" - "400010022" - "400010023" - "400010024" - "400010025" - "400010026" - "400010027" - "400010028" - "400010029" - "400010030" - "400010031" - "400010032" - "400010033" - "400010034" - "400010035" - "400010036" - "400010037" - "400020001" - "400020004" - "400020005" - "400020009" - "400020010" - "400020013" - "400020014" - "400020015" - "400020016" - "400020017" - "400020019" - "400020020" - "400020021" - "400020022" - "400020023" - "400020024" - "400020025" - "400020026" - "400020027" - "400020038" - "400020039" - "400030001" - "400030002" - "400030003" - "400030004" - "400040000" - "400050000" - "400050001" - "400050002" - "400050003" - "400050004" - "400050005" - "400050006" - "400050008" - "400050116" - "400050117" - "400050200" - "400050201" - "400050300" - "400050302" - "400050303" - "400050500" - "400050501" - "400050502" - "400050503" - "400050504" - "400050505" - "400050506" - "400050507" - "400050510" - "400050514" - "400050515" - "400050516" - "400050517" - "400050518" - "400050519" - "400050520" - "400050521" - "400050522" - "400050523" - "400050524" - "400050525" - "400050526" - "400050527" - "400050528" - "400050529" - "400050530" - "400050531" - "400050532" - "400050533" - "400060001" - "400060002" - "400060003" - "400060004" - "400060005" - "400060006" - "400060007" - "400060008" - "400060009" - "400060010" - "400060011" - "400060012" - "400060013" - "400060014" - "400060015" - "400060016" - "400060017" - "400060018" - "400060019" - "400060020" - "400060021" - "400060022" - "400060023" - "400060024" - "400060025" - "400060026" - "400060027" - "400060028" - "400060029" - "400070000" - "400070100" - "400070101" - "400080000" - "400080001" - "400090000" - "400090001" - "400090002" - "400090004" - "400090005" - "400090010" - "400090011" - "400090012" - "400090013" - "400090014" - "400090015" - "400090016" - "400090017" - "400090018" - "400090019" - "400090020" - "400090021" - "400090023" - "400090024" - "400090025" - "400090026" - "400090027" - "400090028" - "400090030" - "400090031" - "400090032" - "400090033" - "400090035" - "400090036" - "400090037" - "400090038" - "400090039" - "400090040" - "400090041" - "400090042" - "400090043" - "400090044" - "400090045" - "400090046" - "400090047" - "400090048" - "400090049" - "400090050" - "400090051" - "400090052" - "400090053" - "400090054" - "400090056" - "400090057" - "400090058" - "400090059" - "400090060" - "400090061" - "400090062" - "400090063" - "400090064" - "400090065" - "400090066" - "400090067" - "400090068" - "400090069" - "400090070" - "400090071" - "400090072" - "400090073" - "400090074" - "400090075" - "400090076" - "400090077" - "400090080" - "400090081" - "400090082" - "400090083" - "400090084" - "400090085" - "400090086" - "400090087" - "400090088" - "400090089" - "400090090" - "400090091" - "400090092" - "400090093" - "400090094" - "400090095" - "400100000" - "400100001" - "400100002" - "400100003" - "400100004" - "400100005" - "400100006" - "400100007" - "400100008" - "400100009" - "400100010" - "400100011" - "400100012" - "400100013" - "400100014" - "400100015" - "400100016" - "400100017" - "400100018" - "400100019" - "400100020" - "400100021" - "400100022" - "400100023" - "400100024" - "400100025" - "400100100" - "400110027" - "400110029" - "400110030" - "400110102" - "400110103" - "400110104" - "400110105" - "400110107" - "400110108" - "400110109" - "400110110" - "400110111" - "400110112" - "400110113" - "400110114" - "400110115" - "400110116" - "400110117" - "400110118" - "400110200" - "400110201" - "400110202" - "400110203" - "400110204" - "400110205" - "400110206" - "400110207" - "400110208" - "400110209" - "400110210" - "400110211" - "400110212" - "400110213" - "400110214" - "400110215" - "400110216" - "400110217" - "400110218" - "400110219" - "400110220" - "400110221" - "400110222" - "400110223" - "400110224" - "400110225" - "400110226" - "400110227" - "400110228" - "400110229" - "400110230" - "400110231" - "400110232" - "400110233" - "400110234" - "400110235" - "400110236" - "400110237" - "400110238" - "400110239" - "400110240" - "400110241" - "400110242" - "400110243" - "400110244" - "400110245" - "400110246" - "400110247" - "400110248" - "400110249" - "400110250" - "400110251" - "400110252" - "400110253" - "400110254" - "400110255" - "400110256" - "400110257" - "400110258" - "400110259" - "400110260" - "400110261" - "400110262" - "400110263" - "400110264" - "400110321" - "400110322" - "400110323" - "400110324" - "400110325" - "400110326" - "400110327" - "400110400" - "400110401" - "400110402" - "400110403" - "400110404" - "400110405" - "400110406" - "400110407" - "400200000" - "400200010" - "400200011" - "400200012" - "400200013" - "400200014" - "400200015" - "400300000" - "400400000" - "400990000" - "400990100" - "400990101" - "400990200" - "401000001" - "401000002" - "401000003" - "401000004" - "401000005" - "401000006" - "401000007" - "401000008" - "401000009" - "403000000" - "403010000" - "403010001" - "403010002" - "403010003" - "403020000" - "403020001" - "403020002" - "403020003" - "403020004" - "403020005" - "403020006" - "403020007" - "403020008" - "403030000" - "403030001" - "403030002" - "403040000" - "403040001" - "403050000" - "403060000" - "403070000" - "403080000" - "403080001" - "403080002" - "403900000" - "403990000" - "403990001" - "403990002" - "404000000" - "404001697" - "404001698" - "404010000" - "404010101" - "404010102" - "404011000" - "404012000" - "404020000" - "404020001" - "404020002" - "404030000" - "404030001" - "404030002" - "404030003" - "404030005" - "404030006" - "404030007" - "404040000" - "404050000" - "404060000" - "404060001" - "404060002" - "404060003" - "404060004" - "404060005" - "404060006" - "404060007" - "404060008" - "404060009" - "404060010" - "404060011" - "404060012" - "404060013" - "404060014" - "404060015" - "404060016" - "404060017" - "404070100" - "404170001" - "404990000" - "404990100" - "409010000" - "412010000" - "412010001" - "412010002" - "500000001" - "500000002" - "500000003" - "500000004" - "500000005" - "500000098" - "500000198" - "500000298" - "500000398" - "500000498" - "500000598" - "500000698" - "500000798" - "500000898" - "500000998" - "500001098" - "500001099" - "500001198" - "500001298" - "500001299" - "500001398" - "500001399" - "500001498" - "500001698" - "500001798" - "500001799" - "500001900" - "500010000" - "500010001" - "500010002" - "500010003" - "500010100" - "500010101" - "500010200" - "500011000" - "500011001" - "500011002" - "500012001" - "500012002" - "500012003" - "500013000" - "500013001" - "500013002" - "500013003" - "500020000" - "500020001" - "500020002" - "500020003" - "500020004" - "500020005" - "500030000" - "500030001" - "500030002" - "500030003" - "500040000" - "500060000" - "500060001" - "500060002" - "500060004" - "500060005" - "500060006" - "500060007" - "500070000" - "500070001" - "500070004" - "500070100" - "500070101" - "500080000" - "500080001" - "500090000" - "500090001" - "500090002" - "500090003" - "500090004" - "500100000" - "500100001" - "500100002" - "500100100" - "500100101" - "500110000" - "500110001" - "500110002" - "500110003" - "500110010" - "500110011" - "500110012" - "500400001" - "500400002" - "500400003" - "500400004" - "500400005" - "500400006" - "500400010" - "500400011" - "500400012" - "500400013" - "500400014" - "500400021" - "500400022" - "500400023" - "500400024" - "500400025" - "500400026" - "500400099" - "500400201" - "500400204" - "500400205" - "500400206" - "500400209" - "500400210" - "500400211" - "500400212" - "500400213" - "500400214" - "500400900" - "500400901" - "500400902" - "500900000" - "500901000" - "500901100" - "500902000" - "500902001" - "500902100" - "500990000" - "500990001" - "500990002" - "500990003" - "503070100" - "504000000" - "504000001" - "504000002" - "504010000" - "504010001" - "504010002" - "520000000" - "520000001" - "520000002" - "520000003" - "520000004" - "520000005" - "520000006" - "520001698" - "520010000" - "520012000" - "520013000" - "520070100" - "520100000" - "520110000" - "520900000" - "520901000" - "520990000" - "520990100" issuerCode: type: string lastEventCode: type: string enum: - "200070000" - "202010000" - "202020000" - "208000001" - "208000002" - "208000003" - "302000000" - "400000000" - "400000001" - "400000002" - "400000003" - "400000004" - "400001600" - "400001699" - "400010001" - "400010002" - "400010005" - "400010007" - "400010008" - "400010009" - "400010010" - "400010011" - "400010012" - "400010013" - "400010014" - "400010015" - "400010016" - "400010019" - "400010020" - "400010021" - "400010022" - "400010023" - "400010024" - "400010025" - "400010026" - "400010027" - "400010028" - "400010029" - "400010030" - "400010031" - "400010032" - "400010033" - "400010034" - "400010035" - "400010036" - "400010037" - "400020001" - "400020004" - "400020005" - "400020009" - "400020010" - "400020013" - "400020014" - "400020015" - "400020016" - "400020017" - "400020019" - "400020020" - "400020021" - "400020022" - "400020023" - "400020024" - "400020025" - "400020026" - "400020027" - "400020038" - "400020039" - "400030001" - "400030002" - "400030003" - "400030004" - "400040000" - "400050000" - "400050001" - "400050002" - "400050003" - "400050004" - "400050005" - "400050006" - "400050008" - "400050116" - "400050117" - "400050200" - "400050201" - "400050300" - "400050302" - "400050303" - "400050500" - "400050501" - "400050502" - "400050503" - "400050504" - "400050505" - "400050506" - "400050507" - "400050510" - "400050514" - "400050515" - "400050516" - "400050517" - "400050518" - "400050519" - "400050520" - "400050521" - "400050522" - "400050523" - "400050524" - "400050525" - "400050526" - "400050527" - "400050528" - "400050529" - "400050530" - "400050531" - "400050532" - "400050533" - "400060001" - "400060002" - "400060003" - "400060004" - "400060005" - "400060006" - "400060007" - "400060008" - "400060009" - "400060010" - "400060011" - "400060012" - "400060013" - "400060014" - "400060015" - "400060016" - "400060017" - "400060018" - "400060019" - "400060020" - "400060021" - "400060022" - "400060023" - "400060024" - "400060025" - "400060026" - "400060027" - "400060028" - "400060029" - "400070000" - "400070100" - "400070101" - "400080000" - "400080001" - "400090000" - "400090001" - "400090002" - "400090004" - "400090005" - "400090010" - "400090011" - "400090012" - "400090013" - "400090014" - "400090015" - "400090016" - "400090017" - "400090018" - "400090019" - "400090020" - "400090021" - "400090023" - "400090024" - "400090025" - "400090026" - "400090027" - "400090028" - "400090030" - "400090031" - "400090032" - "400090033" - "400090035" - "400090036" - "400090037" - "400090038" - "400090039" - "400090040" - "400090041" - "400090042" - "400090043" - "400090044" - "400090045" - "400090046" - "400090047" - "400090048" - "400090049" - "400090050" - "400090051" - "400090052" - "400090053" - "400090054" - "400090056" - "400090057" - "400090058" - "400090059" - "400090060" - "400090061" - "400090062" - "400090063" - "400090064" - "400090065" - "400090066" - "400090067" - "400090068" - "400090069" - "400090070" - "400090071" - "400090072" - "400090073" - "400090074" - "400090075" - "400090076" - "400090077" - "400090080" - "400090081" - "400090082" - "400090083" - "400090084" - "400090085" - "400090086" - "400090087" - "400090088" - "400090089" - "400090090" - "400090091" - "400090092" - "400090093" - "400090094" - "400090095" - "400100000" - "400100001" - "400100002" - "400100003" - "400100004" - "400100005" - "400100006" - "400100007" - "400100008" - "400100009" - "400100010" - "400100011" - "400100012" - "400100013" - "400100014" - "400100015" - "400100016" - "400100017" - "400100018" - "400100019" - "400100020" - "400100021" - "400100022" - "400100023" - "400100024" - "400100025" - "400100100" - "400110027" - "400110029" - "400110030" - "400110102" - "400110103" - "400110104" - "400110105" - "400110107" - "400110108" - "400110109" - "400110110" - "400110111" - "400110112" - "400110113" - "400110114" - "400110115" - "400110116" - "400110117" - "400110118" - "400110200" - "400110201" - "400110202" - "400110203" - "400110204" - "400110205" - "400110206" - "400110207" - "400110208" - "400110209" - "400110210" - "400110211" - "400110212" - "400110213" - "400110214" - "400110215" - "400110216" - "400110217" - "400110218" - "400110219" - "400110220" - "400110221" - "400110222" - "400110223" - "400110224" - "400110225" - "400110226" - "400110227" - "400110228" - "400110229" - "400110230" - "400110231" - "400110232" - "400110233" - "400110234" - "400110235" - "400110236" - "400110237" - "400110238" - "400110239" - "400110240" - "400110241" - "400110242" - "400110243" - "400110244" - "400110245" - "400110246" - "400110247" - "400110248" - "400110249" - "400110250" - "400110251" - "400110252" - "400110253" - "400110254" - "400110255" - "400110256" - "400110257" - "400110258" - "400110259" - "400110260" - "400110261" - "400110262" - "400110263" - "400110264" - "400110321" - "400110322" - "400110323" - "400110324" - "400110325" - "400110326" - "400110327" - "400110400" - "400110401" - "400110402" - "400110403" - "400110404" - "400110405" - "400110406" - "400110407" - "400200000" - "400200010" - "400200011" - "400200012" - "400200013" - "400200014" - "400200015" - "400300000" - "400400000" - "400990000" - "400990100" - "400990101" - "400990200" - "401000001" - "401000002" - "401000003" - "401000004" - "401000005" - "401000006" - "401000007" - "401000008" - "401000009" - "403000000" - "403010000" - "403010001" - "403010002" - "403010003" - "403020000" - "403020001" - "403020002" - "403020003" - "403020004" - "403020005" - "403020006" - "403020007" - "403020008" - "403030000" - "403030001" - "403030002" - "403040000" - "403040001" - "403050000" - "403060000" - "403070000" - "403080000" - "403080001" - "403080002" - "403900000" - "403990000" - "403990001" - "403990002" - "404000000" - "404001697" - "404001698" - "404010000" - "404010101" - "404010102" - "404011000" - "404012000" - "404020000" - "404020001" - "404020002" - "404030000" - "404030001" - "404030002" - "404030003" - "404030005" - "404030006" - "404030007" - "404040000" - "404050000" - "404060000" - "404060001" - "404060002" - "404060003" - "404060004" - "404060005" - "404060006" - "404060007" - "404060008" - "404060009" - "404060010" - "404060011" - "404060012" - "404060013" - "404060014" - "404060015" - "404060016" - "404060017" - "404070100" - "404170001" - "404990000" - "404990100" - "409010000" - "412010000" - "412010001" - "412010002" - "500000001" - "500000002" - "500000003" - "500000004" - "500000005" - "500000098" - "500000198" - "500000298" - "500000398" - "500000498" - "500000598" - "500000698" - "500000798" - "500000898" - "500000998" - "500001098" - "500001099" - "500001198" - "500001298" - "500001299" - "500001398" - "500001399" - "500001498" - "500001698" - "500001798" - "500001799" - "500001900" - "500010000" - "500010001" - "500010002" - "500010003" - "500010100" - "500010101" - "500010200" - "500011000" - "500011001" - "500011002" - "500012001" - "500012002" - "500012003" - "500013000" - "500013001" - "500013002" - "500013003" - "500020000" - "500020001" - "500020002" - "500020003" - "500020004" - "500020005" - "500030000" - "500030001" - "500030002" - "500030003" - "500040000" - "500060000" - "500060001" - "500060002" - "500060004" - "500060005" - "500060006" - "500060007" - "500070000" - "500070001" - "500070004" - "500070100" - "500070101" - "500080000" - "500080001" - "500090000" - "500090001" - "500090002" - "500090003" - "500090004" - "500100000" - "500100001" - "500100002" - "500100100" - "500100101" - "500110000" - "500110001" - "500110002" - "500110003" - "500110010" - "500110011" - "500110012" - "500400001" - "500400002" - "500400003" - "500400004" - "500400005" - "500400006" - "500400010" - "500400011" - "500400012" - "500400013" - "500400014" - "500400021" - "500400022" - "500400023" - "500400024" - "500400025" - "500400026" - "500400099" - "500400201" - "500400204" - "500400205" - "500400206" - "500400209" - "500400210" - "500400211" - "500400212" - "500400213" - "500400214" - "500400900" - "500400901" - "500400902" - "500900000" - "500901000" - "500901100" - "500902000" - "500902001" - "500902100" - "500990000" - "500990001" - "500990002" - "500990003" - "503070100" - "504000000" - "504000001" - "504000002" - "504010000" - "504010001" - "504010002" - "520000000" - "520000001" - "520000002" - "520000003" - "520000004" - "520000005" - "520000006" - "520001698" - "520010000" - "520012000" - "520013000" - "520070100" - "520100000" - "520110000" - "520900000" - "520901000" - "520990000" - "520990100" origin: type: string originHost: type: string originVersion: type: string principals: uniqueItems: true type: array items: $ref: '#/components/schemas/Principal' requestId: type: string service: type: string session: $ref: '#/components/schemas/AHSession' sessionId: type: string signature: type: string subIssuerCode: type: string user: type: string Passport: type: object properties: currentStackLevel: type: integer format: int32 stamps: type: array items: $ref: '#/components/schemas/Stamp' Principal: type: object properties: keyTag: type: string single: type: boolean type: type: string enum: - tokenPan - securePan - cardHolderId - maskedPan - pan - tokenVPan - secureVPan - encryptedVPan - vPan - maskedVPan - encryptedPan - cardId value: type: string ServiceRecord: type: object properties: available: type: boolean callbackURL: type: string format: url deployed: type: boolean disabled: type: boolean registrationDate: type: string format: date-time serviceVersion: type: string startupDate: type: string format: date-time Stamp: type: object properties: APP: type: string DT: type: string HOST: type: string IN: type: string ME: $ref: '#/components/schemas/Event' MI: type: array items: $ref: '#/components/schemas/Event' MT: type: string RT: type: integer format: int64 SL: type: integer format: int32 ST: type: string VS: type: string WN: type: string WSResponse: type: object properties: code: type: string comment: type: string error: type: boolean iv: type: string keyTag: type: string message: type: string responseLog: type: string type: type: string url: type: string