-
Notifications
You must be signed in to change notification settings - Fork 0
/
toc.json
85 lines (84 loc) · 1.67 KB
/
toc.json
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
{
"items": [
{
"type": "item",
"title": "Introduction",
"uri": "docs/10-index.md"
},
{
"type": "item",
"title": "Getting started",
"uri": "docs/20-getting-started.md"
},
{
"type": "item",
"title": "Production",
"uri": "docs/30-production.md"
},
{
"type": "item",
"title": "Sandbox",
"uri": "docs/40-sandbox.md"
},
{
"type": "item",
"title": "Planned Updates",
"uri": "docs/50-planned-updates.md"
},
{
"type": "divider"
},
{
"type": "item",
"title": "AISP API Overview",
"uri": "docs/API Overview/ais.md"
},
{
"type": "item",
"title": "PISP API Overview",
"uri": "docs/API Overview/pis.md"
},
{
"type": "divider"
},
{
"type": "item",
"title": "Account and Transaction API Specification",
"uri": "swagger/account-info-openapi.yaml"
},
{
"type": "item",
"title": "Payment Initiation Services API Specification",
"uri": "swagger/payment-initiation-openapi.yaml"
},
{
"type": "divider"
},
{
"type": "group",
"title": "Help",
"items": [
{
"type": "item",
"title": "Overview",
"uri": "docs/Help/10-overview.md"
},
{
"type": "item",
"title": "Resources",
"uri": "docs/Help/30-resources.md"
},
{
"type": "item",
"title": "FAQs",
"uri": "docs/Help/40-faqs.md"
}
]
},
{
"type": "item",
"title": "Contact Us",
"uri": "docs/60-contact-us.md"
}
]
}