-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy path.klarna-system-metadata.json
More file actions
40 lines (40 loc) · 1.39 KB
/
.klarna-system-metadata.json
File metadata and controls
40 lines (40 loc) · 1.39 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"system_id": "partner-sfcc",
"system_dependencies": [
{
"system_id": "global-api-routing",
"sla_impact": "IMMEDIATE",
"description": "Handling all API requests"
},
{
"system_id": "order-management-api",
"sla_impact": "IMMEDIATE",
"description": "Handling post-order-placement actions like capture, cancel and refund"
},
{
"system_id": "klarna-payments-client",
"sla_impact": "IMMEDIATE",
"description": "Frontend component for Klarna Payments so that the whole workflow is working"
},
{
"system_id": "payments-acquiring-service",
"sla_impact": "IMMEDIATE",
"description": "Backend component for Klarna Payments so that the whole workflow is working"
},
{
"system_id": "osm-frontends",
"sla_impact": "AFTER_24_HOURS",
"description": "Showing Klarna OSM banner and information"
},
{
"system_id": "klarna-login-button",
"sla_impact": "AFTER_24_HOURS",
"description": "Customers can use the Klarna product Express Button"
},
{
"system_id": "sign-in-with-klarna",
"sla_impact": "AFTER_24_HOURS",
"description": "Customers can sign in with Klarna"
}
]
}