|
68 | 68 | { |
69 | 69 | "group": "⚙️ API Features", |
70 | 70 | "pages": [ |
71 | | - "api-features/payment-types-overview", |
72 | | - "api-features/standard-payments", |
73 | | - "api-features/conversion-payments", |
74 | | - "api-features/crypto-to-fiat-payments", |
75 | | - "api-features/batch-payments", |
76 | | - "api-features/crosschain-payments", |
77 | | - "api-features/partial-payments", |
78 | | - "api-features/recurring-payments", |
79 | | - "api-features/payment-detection", |
80 | | - "api-features/webhooks-events", |
81 | | - "api-features/custom-fees", |
82 | | - "api-features/create-requests-query-status", |
83 | | - "api-features/query-payments", |
84 | | - "api-features/fee-breakdowns" |
| 71 | + { |
| 72 | + "group": "Requests", |
| 73 | + "pages": [ |
| 74 | + "api-features/create-requests-query-status" |
| 75 | + ] |
| 76 | + }, |
| 77 | + { |
| 78 | + "group": "Payment Types", |
| 79 | + "pages": [ |
| 80 | + "api-features/payment-types-overview", |
| 81 | + "api-features/standard-payments", |
| 82 | + "api-features/conversion-payments", |
| 83 | + "api-features/crypto-to-fiat-payments", |
| 84 | + "api-features/batch-payments", |
| 85 | + "api-features/crosschain-payments", |
| 86 | + "api-features/partial-payments", |
| 87 | + "api-features/recurring-payments" |
| 88 | + ] |
| 89 | + }, |
| 90 | + { |
| 91 | + "group": "Reconciliation", |
| 92 | + "pages": [ |
| 93 | + "api-features/payment-detection", |
| 94 | + "api-features/query-payments", |
| 95 | + "api-features/webhooks-events" |
| 96 | + ] |
| 97 | + }, |
| 98 | + { |
| 99 | + "group": "Fee Structure", |
| 100 | + "pages": [ |
| 101 | + "api-features/custom-fees", |
| 102 | + "api-features/fee-breakdowns" |
| 103 | + ] |
| 104 | + } |
85 | 105 | ] |
86 | 106 | }, |
87 | 107 | { |
|
0 commit comments