generated from mintlify/starter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mint.json
162 lines (156 loc) · 5.15 KB
/
mint.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
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
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
{
"$schema": "https://mintlify.com/schema.json",
"name": "Partna API docs",
"versions": ["v2", "v4"],
"logo": {
"dark": "/logo/dark.svg",
"light": "/logo/light.svg"
},
"metadata": {
"og:image": "https://res.cloudinary.com/payourse-technologies-inc/image/upload/v1710838758/seo-partna/dev_doc_cu1aax.jpg"
},
"favicon": "/favicon.svg",
"colors": {
"primary": "#00CC66",
"light": "#07C983",
"dark": "#00CC66",
"anchors": {
"from": "#0D9373",
"to": "#07C983"
}
},
"topbarLinks": [
{
"name": "Support",
"url": "mailto:[email protected]"
}
],
"topbarCtaButton": {
"name": "Dashboard",
"url": "https://app.getpartna.com"
},
"tabs": [
{
"name": "API Reference",
"url": "api-reference"
}
],
"navigation": [
{
"group": "Overview",
"pages": [
"introduction",
"environments",
"authentication",
"webhooks",
"rate-tiers"
],
"version": "v2"
},
{
"group": "Use cases",
"pages": [
"collect",
"onramp",
"payout",
"offramp"
],
"version": "v2"
},
{
"group": "Collect & Onramp",
"pages": [
"api-reference/endpoint/ventogram/balance/retrieve-merchant-account-balance",
"api-reference/endpoint/ventogram/merchants/retrieve-merchant-record",
"api-reference/endpoint/ventogram/merchants/update-merchant-record",
"api-reference/endpoint/ventogram/mock-payment/make-a-mock-payment",
"api-reference/endpoint/ventogram/rates/retrieves-conversion-rates",
"api-reference/endpoint/ventogram/transactions/retrieve-merchant-transaction-summary",
"api-reference/endpoint/ventogram/voucher/create-a-new-voucher-payment",
"api-reference/endpoint/ventogram/voucher/retrieve-voucher-record",
"api-reference/endpoint/ventogram/voucher/get-multiple-records",
"api-reference/endpoint/ventogram/voucher/redeem-existing-unused-voucher",
"api-reference/endpoint/ventogram/voucher/redeem-and-withdraw",
"api-reference/endpoint/ventogram/voucher-fee/retrieves-conversion-rates",
"api-reference/endpoint/ventogram/voucher-min-max-amount/retrieves-minimum-and-maximum-voucher-amounts"
],
"version": "v2"
},
{
"group": "Offramp",
"pages": [
"api-reference/endpoint/biz/create-api-key",
"api-reference/endpoint/biz/create-payment",
"api-reference/endpoint/biz/get-a-single-payment",
"api-reference/endpoint/biz/get-a-transaction",
"api-reference/endpoint/biz/get-current-rates",
"api-reference/endpoint/biz/get-minimum-amount-allowed",
"api-reference/endpoint/biz/get-supported-currencies",
"api-reference/endpoint/biz/get-supported-cryptocurrencies-and-network",
"api-reference/endpoint/biz/resolve-overpaid-transaction",
"api-reference/endpoint/biz/retrieve-subscribed-webhook-url",
"api-reference/endpoint/biz/retrieve-users-transaction-records",
"api-reference/endpoint/biz/retrieve-users-transaction-summary",
"api-reference/endpoint/biz/retrieves-a-users-crypto-wallet-addresses",
"api-reference/endpoint/biz/subscribe-to-webhook"
],
"version": "v2"
},
{
"group": "Payout",
"pages": [
"api-reference/endpoint/biz/get-current-rates",
"api-reference/endpoint/biz/withdraw-balance",
"api-reference/endpoint/biz/get-a-transaction",
"api-reference/endpoint/biz/resolve-bank-account",
"api-reference/endpoint/biz/get-minimum-amount-allowed",
"api-reference/endpoint/biz/retrieve-a-list-of-supported-banks",
"api-reference/endpoint/biz/retrieve-subscribed-webhook-url",
"api-reference/endpoint/biz/retrieve-users-account-balance",
"api-reference/endpoint/biz/retrieve-users-transaction-records",
"api-reference/endpoint/biz/retrieve-users-transaction-summary",
"api-reference/endpoint/biz/subscribe-to-webhook",
"api-reference/endpoint/biz/transfer-funds",
"api-reference/endpoint/biz/wallet-transfer"
],
"version": "v2"
},
{
"group": "Overview",
"pages": [
"v4"
],
"version": "v4"
},
{
"group":"Users",
"pages": [
"api-reference/endpoint/v3/user/self-activate"
],
"version": "v4"
},
{
"group":"Accounts",
"pages": [
"api-reference/endpoint/v3/account/get-account",
"api-reference/endpoint/v3/account/create-account"
],
"version": "v4"
},
{
"group":"Transfer",
"pages": [
"api-reference/endpoint/v3/transfer/transfer",
"api-reference/endpoint/v3/transfer/withdraw",
"api-reference/endpoint/v3/transfer/get-transactions",
"api-reference/endpoint/v3/assets/get-supported-assets"
],
"version": "v4"
}
],
"footerSocials": {
"twitter": "https://twitter.com/getpartna",
"linkedin": "https://www.linkedin.com/company/getpartna"
},
"openapi": ["api-reference/openapi.yml", "api-reference/biz.yml", "api-reference/partna.json"]
}