-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdocs.json
More file actions
129 lines (129 loc) · 3.12 KB
/
Copy pathdocs.json
File metadata and controls
129 lines (129 loc) · 3.12 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
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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
{
"$schema": "https://mintlify.com/docs.json",
"theme": "mint",
"name": "Safepay Raastwire",
"colors": {
"primary": "#002de0",
"light": "#ffffff",
"dark": "#171721"
},
"favicon": "/favicon.svg",
"navigation": {
"tabs": [
{
"tab": "Guides",
"groups": [
{
"group": "Getting started",
"pages": [
"overview/introduction",
"overview/quickstart",
"overview/create-aggregator",
"overview/request-access-key",
"overview/first-api-call"
]
},
{
"group": "Integration guides",
"pages": [
"guides/overview",
"guides/raast-integration-journey",
"guides/payment-lifecycle",
"guides/payout-lifecycle",
"guides/webhooks-delivery",
"guides/webhook-events"
]
},
{
"group": "Use Cases",
"pages": [
"use-cases/overview",
"use-cases/rtp_now",
"use-cases/rtp_later",
"use-cases/dynamic_qr",
"use-cases/static_qr",
"use-cases/payouts"
]
},
{
"group": "Concepts",
"pages": [
"concepts/aggregator",
"concepts/merchant",
"concepts/raast-merchants",
"concepts/payment-types",
"concepts/account-validation",
"concepts/payment",
"concepts/qr_code",
"concepts/refunds",
"concepts/webhooks",
"concepts/ledger",
"concepts/settlement-operations",
"concepts/settlement-reports"
]
},
{
"group": "Reference",
"pages": [
"reference/errors",
"reference/rate-limits",
"reference/pagination"
]
}
]
},
{
"tab": "API reference",
"groups": [
{
"group": "API documentation",
"openapi": "api-reference/openapi.yaml"
}
]
}
],
"global": {
"anchors": [
{
"anchor": "Home",
"href": "https://getsafepay.pk",
"icon": "house"
},
{
"anchor": "Card Payment Docs",
"href": "https://safepay-docs.netlify.app",
"icon": "book"
},
{
"anchor": "Blog",
"href": "https://getsafepay.pk/blog",
"icon": "newspaper"
}
]
}
},
"logo": {
"light": "/logo/light.svg",
"dark": "/logo/dark.svg"
},
"navbar": {
"links": [
{
"label": "Support",
"href": "mailto:support@getsafepay.com"
}
],
"primary": {
"type": "button",
"label": "Dashboard",
"href": "https://getsafepay.com/dashboard/signup"
}
},
"footer": {
"socials": {
"x": "https://x.com/safepayhq",
"github": "https://github.com/getsafepay",
"linkedin": "https://www.linkedin.com/company/safepay-hq"
}
}
}