8989 A collection of endpoints gaining insights into the amount on an
9090 integration
9191 x-product-name : Balance
92+ - name : Payment Request
93+ description : |
94+ A collection of endpoints for managing invoices for the payment of goods
95+ and services
96+ x-product-name : Payment Requests
9297 - name : Product
9398 description : |
9499 A collection of endpoints for creating and managing inventories
@@ -106,11 +111,6 @@ tags:
106111 A collection of endpoints for creating and managing links for the
107112 collection of payment for products
108113 x-product-name : Payment Pages
109- - name : Payment Request
110- description : |
111- A collection of endpoints for managing invoices for the payment of goods
112- and services
113- x-product-name : Payment Requests
114114 - name : Settlement
115115 description : |
116116 A collection of endpoints for gaining insights into payouts
@@ -302,6 +302,20 @@ paths:
302302 $ref : paths/balance.yaml
303303 /balance/ledger :
304304 $ref : paths/balance_ledger.yaml
305+ /paymentrequest :
306+ $ref : paths/paymentrequest.yaml
307+ /paymentrequest/{id} :
308+ $ref : paths/paymentrequest_{id}.yaml
309+ /paymentrequest/verify/{id} :
310+ $ref : paths/paymentrequest_verify_{id}.yaml
311+ /paymentrequest/notify/{id} :
312+ $ref : paths/paymentrequest_notify_{id}.yaml
313+ /paymentrequest/totals :
314+ $ref : paths/paymentrequest_totals.yaml
315+ /paymentrequest/finalize/{id} :
316+ $ref : paths/paymentrequest_finalize_{id}.yaml
317+ /paymentrequest/archive/{id} :
318+ $ref : paths/paymentrequest_archive_{id}.yaml
305319 /product :
306320 $ref : paths/product.yaml
307321 /product/{id} :
@@ -336,20 +350,6 @@ paths:
336350 $ref : paths/page_check_slug_availability_{slug}.yaml
337351 /page/{id}/product :
338352 $ref : paths/page_{id}_product.yaml
339- /paymentrequest :
340- $ref : paths/paymentrequest.yaml
341- /paymentrequest/{id} :
342- $ref : paths/paymentrequest_{id}.yaml
343- /paymentrequest/verify/{id} :
344- $ref : paths/paymentrequest_verify_{id}.yaml
345- /paymentrequest/notify/{id} :
346- $ref : paths/paymentrequest_notify_{id}.yaml
347- /paymentrequest/totals :
348- $ref : paths/paymentrequest_totals.yaml
349- /paymentrequest/finalize/{id} :
350- $ref : paths/paymentrequest_finalize_{id}.yaml
351- /paymentrequest/archive/{id} :
352- $ref : paths/paymentrequest_archive_{id}.yaml
353353 /settlement :
354354 $ref : paths/settlement.yaml
355355 /settlement/{id}/transaction :
0 commit comments