8484 description : |
8585 A collection of endpoints for automating sending money to beneficiaries
8686 x-product-name : Transfers
87+ - name : Balance
88+ description : >
89+ A collection of endpoints gaining insights into the amount on an
90+ integration
91+ x-product-name : Balance
8792 - name : Product
8893 description : |
8994 A collection of endpoints for creating and managing inventories
@@ -110,11 +115,6 @@ tags:
110115 description : |
111116 A collection of endpoints for gaining insights into payouts
112117 x-product-name : Settlements
113- - name : Balance
114- description : >
115- A collection of endpoints gaining insights into the amount on an
116- integration
117- x-product-name : Balance
118118 - name : Integration
119119 description : |
120120 A collection of endpoints for managing some settings on an integration
@@ -298,6 +298,10 @@ paths:
298298 $ref : paths/transfer_disable_otp_finalize.yaml
299299 /transfer/enable_otp :
300300 $ref : paths/transfer_enable_otp.yaml
301+ /balance :
302+ $ref : paths/balance.yaml
303+ /balance/ledger :
304+ $ref : paths/balance_ledger.yaml
301305 /product :
302306 $ref : paths/product.yaml
303307 /product/{id} :
@@ -350,10 +354,6 @@ paths:
350354 $ref : paths/settlement.yaml
351355 /settlement/{id}/transaction :
352356 $ref : paths/settlement_{id}_transaction.yaml
353- /balance :
354- $ref : paths/balance.yaml
355- /balance/ledger :
356- $ref : paths/balance_ledger.yaml
357357 /integration/payment_session_timeout :
358358 $ref : paths/integration_payment_session_timeout.yaml
359359 /refund :
0 commit comments