forked from paycrest/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdocs.json
More file actions
126 lines (126 loc) · 3.46 KB
/
docs.json
File metadata and controls
126 lines (126 loc) · 3.46 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
{
"$schema": "https://mintlify.com/docs.json",
"theme": "mint",
"name": "Paycrest",
"colors": {
"primary": "#3B82F6",
"light": "#F8FAFC",
"dark": "#0F172A"
},
"favicon": "/logo/favicon.png",
"logo": {
"light": "/logo/light.svg",
"dark": "/logo/dark.svg"
},
"navigation": {
"tabs": [
{
"tab": "Guides",
"groups": [
{
"group": "Getting Started",
"pages": [
"introduction",
"quickstart",
"protocol-overview"
]
},
{
"group": "Core Concepts",
"pages": [
"concepts/participants",
"concepts/architecture",
"concepts/compliance-security",
"concepts/transaction-lifecycle"
]
},
{
"group": "Implementation Guides",
"pages": [
"implementation-guides/sender-api-integration",
"implementation-guides/smart-contract-interaction",
"implementation-guides/provider-setup-guide"
]
},
{
"group": "Resources",
"pages": [
"resources/supported-stablecoins",
"resources/supported-currencies",
"resources/code-standards",
"resources/gateway-contract-addresses",
"resources/troubleshooting"
]
}
]
},
{
"tab": "API Reference",
"groups": [
{
"group": "Overview",
"pages": [
"api-reference/introduction",
"api-reference/authentication",
"api-reference/errors"
]
},
{
"group": "Sender",
"pages": [
"api-reference/sender/initiate-payment-order",
"api-reference/sender/list-payment-orders",
"api-reference/sender/get-payment-order-by-id",
"api-reference/sender/get-lock-payment-order-status",
"api-reference/sender/get-sender-stats"
]
},
{
"group": "Provider",
"pages": [
"api-reference/provider/list-lock-payment-orders",
"api-reference/provider/get-market-rate",
"api-reference/provider/get-provider-stats",
"api-reference/provider/get-node-info"
]
},
{
"group": "General",
"pages": [
"api-reference/general/list-supported-currencies",
"api-reference/general/list-supported-institutions",
"api-reference/general/list-supported-tokens",
"api-reference/general/get-token-rate",
"api-reference/general/get-aggregator-public-key",
"api-reference/general/verify-account",
"api-reference/general/reindex-transaction"
]
}
]
}
]
},
"navbar": {
"links": [
{
"label": "Support",
"href": "mailto:[email protected]"
},
{
"label": "GitHub",
"href": "https://github.com/paycrest"
},
{
"label": "Community",
"href": "https://t.me/+Stx-wLOdj49iNDM0"
}
]
},
"footer": {
"socials": {
"x": "https://x.com/paycrest",
"github": "https://github.com/paycrest",
"linkedin": "https://www.linkedin.com/company/paycrest"
}
}
}