@moovio/sdk 26.5.7 → 26.5.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (309) hide show
  1. package/README.md +22 -10
  2. package/bin/mcp-server.js +119 -34
  3. package/bin/mcp-server.js.map +78 -76
  4. package/funcs/cardIssuingGetFull.d.ts +1 -1
  5. package/funcs/cardIssuingGetFull.js +1 -1
  6. package/funcs/imagesUpload.d.ts +1 -1
  7. package/funcs/imagesUpload.js +1 -1
  8. package/funcs/institutionsSearch.d.ts +1 -1
  9. package/funcs/institutionsSearch.js +1 -1
  10. package/funcs/issuingTransactionsList.js +1 -0
  11. package/funcs/issuingTransactionsList.js.map +1 -1
  12. package/funcs/transfersCreateCancellation.d.ts +3 -0
  13. package/funcs/transfersCreateCancellation.d.ts.map +1 -1
  14. package/funcs/transfersCreateCancellation.js +6 -1
  15. package/funcs/transfersCreateCancellation.js.map +1 -1
  16. package/funcs/transfersCreateReversal.d.ts +3 -0
  17. package/funcs/transfersCreateReversal.d.ts.map +1 -1
  18. package/funcs/transfersCreateReversal.js +3 -0
  19. package/funcs/transfersCreateReversal.js.map +1 -1
  20. package/funcs/transfersListCancellations.js +1 -1
  21. package/funcs/transfersListCancellations.js.map +1 -1
  22. package/funcs/transfersListRefunds.js +1 -1
  23. package/funcs/transfersListRefunds.js.map +1 -1
  24. package/jsr.json +1 -1
  25. package/lib/config.d.ts +3 -3
  26. package/lib/config.js +3 -3
  27. package/lib/encodings.d.ts +10 -9
  28. package/lib/encodings.d.ts.map +1 -1
  29. package/lib/encodings.js +29 -13
  30. package/lib/encodings.js.map +1 -1
  31. package/mcp-server/mcp-server.js +1 -1
  32. package/mcp-server/server.js +1 -1
  33. package/mcp-server/tools/cardIssuingGetFull.js +1 -1
  34. package/mcp-server/tools/cardIssuingGetFull.js.map +1 -1
  35. package/mcp-server/tools/imagesUpload.js +1 -1
  36. package/mcp-server/tools/imagesUpload.js.map +1 -1
  37. package/mcp-server/tools/institutionsSearch.js +1 -1
  38. package/mcp-server/tools/transfersCreateCancellation.d.ts.map +1 -1
  39. package/mcp-server/tools/transfersCreateCancellation.js +3 -0
  40. package/mcp-server/tools/transfersCreateCancellation.js.map +1 -1
  41. package/mcp-server/tools/transfersCreateReversal.d.ts.map +1 -1
  42. package/mcp-server/tools/transfersCreateReversal.js +4 -1
  43. package/mcp-server/tools/transfersCreateReversal.js.map +1 -1
  44. package/mcp-server/tools/transfersListCancellations.js +1 -1
  45. package/models/components/adjustmentfees.d.ts +30 -0
  46. package/models/components/adjustmentfees.d.ts.map +1 -0
  47. package/models/components/adjustmentfees.js +62 -0
  48. package/models/components/adjustmentfees.js.map +1 -0
  49. package/models/components/applicationscope.d.ts +1 -1
  50. package/models/components/applicationscope.js +1 -1
  51. package/models/components/applicationscope.js.map +1 -1
  52. package/models/components/billingadjustment.d.ts +34 -0
  53. package/models/components/billingadjustment.d.ts.map +1 -0
  54. package/models/components/billingadjustment.js +63 -0
  55. package/models/components/billingadjustment.js.map +1 -0
  56. package/models/components/billingsummary.d.ts +15 -10
  57. package/models/components/billingsummary.d.ts.map +1 -1
  58. package/models/components/billingsummary.js +15 -11
  59. package/models/components/billingsummary.js.map +1 -1
  60. package/models/components/cancellation.d.ts +3 -0
  61. package/models/components/cancellation.d.ts.map +1 -1
  62. package/models/components/cancellation.js.map +1 -1
  63. package/models/components/createdtransfer.d.ts +8 -0
  64. package/models/components/createdtransfer.d.ts.map +1 -1
  65. package/models/components/createdtransfer.js.map +1 -1
  66. package/models/components/createfeeplanagreement.d.ts +16 -1
  67. package/models/components/createfeeplanagreement.d.ts.map +1 -1
  68. package/models/components/createfeeplanagreement.js +2 -0
  69. package/models/components/createfeeplanagreement.js.map +1 -1
  70. package/models/components/createpaymentlink.d.ts +3 -0
  71. package/models/components/createpaymentlink.d.ts.map +1 -1
  72. package/models/components/createpaymentlink.js.map +1 -1
  73. package/models/components/createrefund.d.ts +1 -1
  74. package/models/components/createreversal.d.ts +6 -1
  75. package/models/components/createreversal.d.ts.map +1 -1
  76. package/models/components/createreversal.js.map +1 -1
  77. package/models/components/facilitatorfee.d.ts +2 -2
  78. package/models/components/feeplanagreement.d.ts +10 -0
  79. package/models/components/feeplanagreement.d.ts.map +1 -1
  80. package/models/components/feeplanagreement.js +5 -0
  81. package/models/components/feeplanagreement.js.map +1 -1
  82. package/models/components/fullissuedcard.d.ts +4 -0
  83. package/models/components/fullissuedcard.d.ts.map +1 -1
  84. package/models/components/fullissuedcard.js.map +1 -1
  85. package/models/components/index.d.ts +2 -0
  86. package/models/components/index.d.ts.map +1 -1
  87. package/models/components/index.js +2 -0
  88. package/models/components/index.js.map +1 -1
  89. package/models/components/issuedcard.d.ts +4 -0
  90. package/models/components/issuedcard.d.ts.map +1 -1
  91. package/models/components/issuedcard.js.map +1 -1
  92. package/models/components/issuedcardstate.d.ts +3 -0
  93. package/models/components/issuedcardstate.d.ts.map +1 -1
  94. package/models/components/issuedcardstate.js +2 -0
  95. package/models/components/issuedcardstate.js.map +1 -1
  96. package/models/components/issuingcontrols.d.ts +3 -0
  97. package/models/components/issuingcontrols.d.ts.map +1 -1
  98. package/models/components/issuingcontrols.js.map +1 -1
  99. package/models/components/partnerpricingagreement.d.ts +12 -2
  100. package/models/components/partnerpricingagreement.d.ts.map +1 -1
  101. package/models/components/partnerpricingagreement.js +5 -0
  102. package/models/components/partnerpricingagreement.js.map +1 -1
  103. package/models/components/paymentlink.d.ts +3 -0
  104. package/models/components/paymentlink.d.ts.map +1 -1
  105. package/models/components/paymentlink.js.map +1 -1
  106. package/models/components/paymentlinkpayoutdetails.d.ts +4 -6
  107. package/models/components/paymentlinkpayoutdetails.d.ts.map +1 -1
  108. package/models/components/paymentlinkpayoutdetails.js.map +1 -1
  109. package/models/components/paymentlinkpayoutdetailsupdate.d.ts +4 -6
  110. package/models/components/paymentlinkpayoutdetailsupdate.d.ts.map +1 -1
  111. package/models/components/paymentlinkpayoutdetailsupdate.js.map +1 -1
  112. package/models/components/pushoptions.d.ts +4 -6
  113. package/models/components/pushoptions.d.ts.map +1 -1
  114. package/models/components/pushoptions.js.map +1 -1
  115. package/models/components/pushoptionsupdate.d.ts +4 -6
  116. package/models/components/pushoptionsupdate.d.ts.map +1 -1
  117. package/models/components/pushoptionsupdate.js.map +1 -1
  118. package/models/components/requestcard.d.ts +3 -0
  119. package/models/components/requestcard.d.ts.map +1 -1
  120. package/models/components/requestcard.js.map +1 -1
  121. package/models/components/requirementid.d.ts +7 -0
  122. package/models/components/requirementid.d.ts.map +1 -1
  123. package/models/components/requirementid.js +7 -0
  124. package/models/components/requirementid.js.map +1 -1
  125. package/models/components/reversedwithcancellation.d.ts +3 -0
  126. package/models/components/reversedwithcancellation.d.ts.map +1 -1
  127. package/models/components/reversedwithcancellation.js.map +1 -1
  128. package/models/components/statement.d.ts +6 -0
  129. package/models/components/statement.d.ts.map +1 -1
  130. package/models/components/statement.js +3 -0
  131. package/models/components/statement.js.map +1 -1
  132. package/models/components/sweepconfig.d.ts +2 -2
  133. package/models/components/sweepconfigpaymentmethod.d.ts +1 -1
  134. package/models/components/transfer.d.ts +8 -0
  135. package/models/components/transfer.d.ts.map +1 -1
  136. package/models/components/transfer.js.map +1 -1
  137. package/models/components/updateissuedcard.d.ts +2 -0
  138. package/models/components/updateissuedcard.d.ts.map +1 -1
  139. package/models/components/updateissuedcard.js.map +1 -1
  140. package/models/components/updateissuedcardstate.d.ts +6 -0
  141. package/models/components/updateissuedcardstate.d.ts.map +1 -1
  142. package/models/components/updateissuedcardstate.js +4 -0
  143. package/models/components/updateissuedcardstate.js.map +1 -1
  144. package/models/components/updatepaymentlink.d.ts +3 -0
  145. package/models/components/updatepaymentlink.d.ts.map +1 -1
  146. package/models/components/updatepaymentlink.js.map +1 -1
  147. package/models/errors/transfer.d.ts +16 -0
  148. package/models/errors/transfer.d.ts.map +1 -1
  149. package/models/errors/transfer.js.map +1 -1
  150. package/models/operations/listaccounts.d.ts +3 -0
  151. package/models/operations/listaccounts.d.ts.map +1 -1
  152. package/models/operations/listaccounts.js.map +1 -1
  153. package/models/operations/listconnectedaccountsforaccount.d.ts +3 -0
  154. package/models/operations/listconnectedaccountsforaccount.d.ts.map +1 -1
  155. package/models/operations/listconnectedaccountsforaccount.js.map +1 -1
  156. package/models/operations/listdisputes.d.ts +3 -0
  157. package/models/operations/listdisputes.d.ts.map +1 -1
  158. package/models/operations/listdisputes.js.map +1 -1
  159. package/models/operations/listfeeplanagreements.d.ts +3 -0
  160. package/models/operations/listfeeplanagreements.d.ts.map +1 -1
  161. package/models/operations/listfeeplanagreements.js.map +1 -1
  162. package/models/operations/listfeerevenue.d.ts +3 -0
  163. package/models/operations/listfeerevenue.d.ts.map +1 -1
  164. package/models/operations/listfeerevenue.js.map +1 -1
  165. package/models/operations/listinvoices.d.ts +3 -0
  166. package/models/operations/listinvoices.d.ts.map +1 -1
  167. package/models/operations/listinvoices.js.map +1 -1
  168. package/models/operations/listissuedcardauthorizationevents.d.ts +3 -0
  169. package/models/operations/listissuedcardauthorizationevents.d.ts.map +1 -1
  170. package/models/operations/listissuedcardauthorizationevents.js.map +1 -1
  171. package/models/operations/listissuedcardauthorizations.d.ts +3 -0
  172. package/models/operations/listissuedcardauthorizations.d.ts.map +1 -1
  173. package/models/operations/listissuedcardauthorizations.js.map +1 -1
  174. package/models/operations/listissuedcards.d.ts +3 -0
  175. package/models/operations/listissuedcards.d.ts.map +1 -1
  176. package/models/operations/listissuedcards.js.map +1 -1
  177. package/models/operations/listissuedcardtransactions.d.ts +8 -0
  178. package/models/operations/listissuedcardtransactions.d.ts.map +1 -1
  179. package/models/operations/listissuedcardtransactions.js +2 -0
  180. package/models/operations/listissuedcardtransactions.js.map +1 -1
  181. package/models/operations/listpartnerpricingagreements.d.ts +3 -0
  182. package/models/operations/listpartnerpricingagreements.d.ts.map +1 -1
  183. package/models/operations/listpartnerpricingagreements.js.map +1 -1
  184. package/models/operations/listpaymentlinks.d.ts +3 -0
  185. package/models/operations/listpaymentlinks.d.ts.map +1 -1
  186. package/models/operations/listpaymentlinks.js.map +1 -1
  187. package/models/operations/listproducts.d.ts +3 -0
  188. package/models/operations/listproducts.d.ts.map +1 -1
  189. package/models/operations/listproducts.js.map +1 -1
  190. package/models/operations/listresidualfees.d.ts +3 -0
  191. package/models/operations/listresidualfees.d.ts.map +1 -1
  192. package/models/operations/listresidualfees.js.map +1 -1
  193. package/models/operations/listresiduals.d.ts +3 -0
  194. package/models/operations/listresiduals.d.ts.map +1 -1
  195. package/models/operations/listresiduals.js.map +1 -1
  196. package/models/operations/listschedules.d.ts +3 -0
  197. package/models/operations/listschedules.d.ts.map +1 -1
  198. package/models/operations/listschedules.js.map +1 -1
  199. package/models/operations/liststatements.d.ts +3 -0
  200. package/models/operations/liststatements.d.ts.map +1 -1
  201. package/models/operations/liststatements.js.map +1 -1
  202. package/models/operations/listsweeps.d.ts +3 -0
  203. package/models/operations/listsweeps.d.ts.map +1 -1
  204. package/models/operations/listsweeps.js.map +1 -1
  205. package/models/operations/listtickets.d.ts +3 -0
  206. package/models/operations/listtickets.d.ts.map +1 -1
  207. package/models/operations/listtickets.js.map +1 -1
  208. package/models/operations/listtransfers.d.ts +4 -1
  209. package/models/operations/listtransfers.d.ts.map +1 -1
  210. package/models/operations/listtransfers.js.map +1 -1
  211. package/models/operations/listwallets.d.ts +3 -0
  212. package/models/operations/listwallets.d.ts.map +1 -1
  213. package/models/operations/listwallets.js.map +1 -1
  214. package/models/operations/listwallettransactions.d.ts +3 -0
  215. package/models/operations/listwallettransactions.d.ts.map +1 -1
  216. package/models/operations/listwallettransactions.js.map +1 -1
  217. package/models/operations/retrievefees.d.ts +3 -0
  218. package/models/operations/retrievefees.d.ts.map +1 -1
  219. package/models/operations/retrievefees.js.map +1 -1
  220. package/package.json +1 -1
  221. package/sdk/cardissuing.d.ts +1 -1
  222. package/sdk/cardissuing.js +1 -1
  223. package/sdk/images.d.ts +1 -1
  224. package/sdk/images.js +1 -1
  225. package/sdk/institutions.d.ts +1 -1
  226. package/sdk/institutions.js +1 -1
  227. package/sdk/transfers.d.ts +6 -0
  228. package/sdk/transfers.d.ts.map +1 -1
  229. package/sdk/transfers.js +6 -0
  230. package/sdk/transfers.js.map +1 -1
  231. package/src/funcs/cardIssuingGetFull.ts +1 -1
  232. package/src/funcs/imagesUpload.ts +1 -1
  233. package/src/funcs/institutionsSearch.ts +1 -1
  234. package/src/funcs/issuingTransactionsList.ts +1 -0
  235. package/src/funcs/transfersCreateCancellation.ts +6 -1
  236. package/src/funcs/transfersCreateReversal.ts +3 -0
  237. package/src/funcs/transfersListCancellations.ts +1 -1
  238. package/src/funcs/transfersListRefunds.ts +1 -1
  239. package/src/lib/config.ts +3 -3
  240. package/src/lib/encodings.ts +58 -23
  241. package/src/mcp-server/mcp-server.ts +1 -1
  242. package/src/mcp-server/server.ts +1 -1
  243. package/src/mcp-server/tools/cardIssuingGetFull.ts +1 -1
  244. package/src/mcp-server/tools/imagesUpload.ts +1 -1
  245. package/src/mcp-server/tools/institutionsSearch.ts +1 -1
  246. package/src/mcp-server/tools/transfersCreateCancellation.ts +3 -0
  247. package/src/mcp-server/tools/transfersCreateReversal.ts +4 -1
  248. package/src/mcp-server/tools/transfersListCancellations.ts +1 -1
  249. package/src/models/components/adjustmentfees.ts +72 -0
  250. package/src/models/components/applicationscope.ts +1 -1
  251. package/src/models/components/billingadjustment.ts +77 -0
  252. package/src/models/components/billingsummary.ts +34 -19
  253. package/src/models/components/cancellation.ts +3 -0
  254. package/src/models/components/createdtransfer.ts +8 -0
  255. package/src/models/components/createfeeplanagreement.ts +18 -1
  256. package/src/models/components/createpaymentlink.ts +3 -0
  257. package/src/models/components/createrefund.ts +1 -1
  258. package/src/models/components/createreversal.ts +6 -1
  259. package/src/models/components/facilitatorfee.ts +2 -2
  260. package/src/models/components/feeplanagreement.ts +17 -0
  261. package/src/models/components/fullissuedcard.ts +4 -0
  262. package/src/models/components/index.ts +2 -0
  263. package/src/models/components/issuedcard.ts +4 -0
  264. package/src/models/components/issuedcardstate.ts +3 -0
  265. package/src/models/components/issuingcontrols.ts +3 -0
  266. package/src/models/components/partnerpricingagreement.ts +19 -2
  267. package/src/models/components/paymentlink.ts +3 -0
  268. package/src/models/components/paymentlinkpayoutdetails.ts +4 -6
  269. package/src/models/components/paymentlinkpayoutdetailsupdate.ts +4 -6
  270. package/src/models/components/pushoptions.ts +4 -6
  271. package/src/models/components/pushoptionsupdate.ts +4 -6
  272. package/src/models/components/requestcard.ts +3 -0
  273. package/src/models/components/requirementid.ts +14 -0
  274. package/src/models/components/reversedwithcancellation.ts +3 -0
  275. package/src/models/components/statement.ts +13 -0
  276. package/src/models/components/sweepconfig.ts +2 -2
  277. package/src/models/components/sweepconfigpaymentmethod.ts +1 -1
  278. package/src/models/components/transfer.ts +8 -0
  279. package/src/models/components/updateissuedcard.ts +2 -0
  280. package/src/models/components/updateissuedcardstate.ts +6 -0
  281. package/src/models/components/updatepaymentlink.ts +3 -0
  282. package/src/models/errors/transfer.ts +16 -0
  283. package/src/models/operations/listaccounts.ts +3 -0
  284. package/src/models/operations/listconnectedaccountsforaccount.ts +3 -0
  285. package/src/models/operations/listdisputes.ts +3 -0
  286. package/src/models/operations/listfeeplanagreements.ts +3 -0
  287. package/src/models/operations/listfeerevenue.ts +3 -0
  288. package/src/models/operations/listinvoices.ts +3 -0
  289. package/src/models/operations/listissuedcardauthorizationevents.ts +3 -0
  290. package/src/models/operations/listissuedcardauthorizations.ts +3 -0
  291. package/src/models/operations/listissuedcards.ts +3 -0
  292. package/src/models/operations/listissuedcardtransactions.ts +10 -0
  293. package/src/models/operations/listpartnerpricingagreements.ts +3 -0
  294. package/src/models/operations/listpaymentlinks.ts +3 -0
  295. package/src/models/operations/listproducts.ts +3 -0
  296. package/src/models/operations/listresidualfees.ts +3 -0
  297. package/src/models/operations/listresiduals.ts +3 -0
  298. package/src/models/operations/listschedules.ts +3 -0
  299. package/src/models/operations/liststatements.ts +3 -0
  300. package/src/models/operations/listsweeps.ts +3 -0
  301. package/src/models/operations/listtickets.ts +3 -0
  302. package/src/models/operations/listtransfers.ts +4 -1
  303. package/src/models/operations/listwallets.ts +3 -0
  304. package/src/models/operations/listwallettransactions.ts +3 -0
  305. package/src/models/operations/retrievefees.ts +3 -0
  306. package/src/sdk/cardissuing.ts +1 -1
  307. package/src/sdk/images.ts +1 -1
  308. package/src/sdk/institutions.ts +1 -1
  309. package/src/sdk/transfers.ts +6 -0
package/README.md CHANGED
@@ -577,7 +577,7 @@ you'll need to specify the `/accounts/{accountID}/issued-cards.write` scope.
577
577
  Only use this endpoint if you have provided Moov with a copy of your PCI attestation of compliance.
578
578
 
579
579
  To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
580
- you'll need to specify the `/accounts/{accountID}/issued-cards.read-secure` scope.
580
+ you'll need to specify the `/accounts/{accountID}/issued-cards.read-private` scope.
581
581
 
582
582
  ### [Cards](docs/sdks/cards/README.md)
583
583
 
@@ -800,7 +800,7 @@ you'll need to specify the `/accounts/{accountID}/cards.write` scope.
800
800
 
801
801
  * [list](docs/sdks/images/README.md#list) - List metadata for all images in the specified account.
802
802
  * [upload](docs/sdks/images/README.md#upload) - Upload a new PNG, JPEG, or WebP image with optional metadata.
803
- Duplicate images, and requests larger than 16MB will be rejected.
803
+ Duplicate images return the existing image's metadata with a 409 status. Requests larger than 16MB will be rejected.
804
804
  * [getMetadata](docs/sdks/images/README.md#getmetadata) - Retrieve metadata for a specific image by its ID.
805
805
  * [update](docs/sdks/images/README.md#update) - Replace an existing image and, optionally, its metadata.
806
806
 
@@ -830,7 +830,7 @@ This can be used to validate a financial institution before initiating payment a
830
830
 
831
831
  To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
832
832
  you'll need to specify the `/institutions.read` scope.
833
- * [~~search~~](docs/sdks/institutions/README.md#search) - This endpoint has been deprecated and will be removed in a future release. Use [/institutions](https://docs.moov.io/api/enrichment/form-shortening/institutions/get/).
833
+ * [~~search~~](docs/sdks/institutions/README.md#search) - This endpoint has been deprecated and will be removed in a future release. Use [/institutions](https://docs.moov.io/api/enrichment/institutions/get/).
834
834
 
835
835
  Search for institutions by either their name or routing number.
836
836
 
@@ -1233,10 +1233,13 @@ To access this endpoint using an [access token](https://docs.moov.io/api/authent
1233
1233
  you'll need to specify the `/accounts/{accountID}/transfers.write` scope.
1234
1234
  * [createCancellation](docs/sdks/transfers/README.md#createcancellation) - Initiate a cancellation for a card, ACH, or queued transfer.
1235
1235
 
1236
+ In v2026.10 and later, an auth-capture `card-payment` transfer can be canceled before any captures exist.
1237
+ For these transfers, a successful cancellation reduces `capturableAmount` without changing `authorizedAmount`.
1238
+ For these transfers, a partial cancellation leaves the remaining `capturableAmount` available for capture.
1236
1239
  To access this endpoint using a [token](https://docs.moov.io/api/authentication/access-tokens/) you'll need
1237
1240
  to specify the `/accounts/{accountID}/transfers.write` scope.
1238
1241
  * [listCancellations](docs/sdks/transfers/README.md#listcancellations) - Get a list of cancellations for a transfer.
1239
-
1242
+
1240
1243
  To access this endpoint using a [token](https://docs.moov.io/api/authentication/access-tokens/) you'll need
1241
1244
  to specify the `/accounts/{accountID}/transfers.read` scope.
1242
1245
  * [getCancellation](docs/sdks/transfers/README.md#getcancellation) - Get details of a cancellation for a transfer.
@@ -1258,7 +1261,10 @@ you'll need to specify the `/accounts/{accountID}/transfers.read` scope.
1258
1261
 
1259
1262
  To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
1260
1263
  you'll need to specify the `/accounts/{accountID}/transfers.read` scope.
1261
- * [createReversal](docs/sdks/transfers/README.md#createreversal) - Reverses a card transfer by initiating a cancellation or refund depending on the transaction status.
1264
+ * [createReversal](docs/sdks/transfers/README.md#createreversal) - Reverses a card transfer by initiating a cancellation or refund depending on the transaction status.
1265
+ In v2026.10 and later, reversing an auth-capture `card-payment` transfer with no captures cancels the entire `capturableAmount`.
1266
+ In those API versions, an auth-capture `card-payment` transfer with one final capture is canceled or refunded depending on its processing state.
1267
+ Auth-capture `card-payment` transfers with a non-final capture or multiple captures are not supported in those API versions.
1262
1268
  Read our [reversals guide](https://docs.moov.io/guides/money-movement/accept-payments/card-acceptance/reversals/)
1263
1269
  to learn more.
1264
1270
 
@@ -1621,7 +1627,7 @@ you'll need to specify the `/accounts/{accountID}/issued-cards.read` scope.
1621
1627
  Only use this endpoint if you have provided Moov with a copy of your PCI attestation of compliance.
1622
1628
 
1623
1629
  To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
1624
- you'll need to specify the `/accounts/{accountID}/issued-cards.read-secure` scope.
1630
+ you'll need to specify the `/accounts/{accountID}/issued-cards.read-private` scope.
1625
1631
  - [`cardIssuingList`](docs/sdks/cardissuing/README.md#list) - List Moov issued cards existing for the account.
1626
1632
 
1627
1633
  To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
@@ -1840,7 +1846,7 @@ This endpoint replaces the existing image with the new PNG, JPEG, or WebP. Omit
1840
1846
  the metadata form section to keep existing metadata. Duplicate images, and requests larger than 16MB will be rejected.
1841
1847
  - [`imagesUpdateMetadata`](docs/sdks/images/README.md#updatemetadata) - Replace the metadata for an existing image.
1842
1848
  - [`imagesUpload`](docs/sdks/images/README.md#upload) - Upload a new PNG, JPEG, or WebP image with optional metadata.
1843
- Duplicate images, and requests larger than 16MB will be rejected.
1849
+ Duplicate images return the existing image's metadata with a 409 status. Requests larger than 16MB will be rejected.
1844
1850
  - [`industriesList`](docs/sdks/industries/README.md#list) - Returns a list of industries relevant to merchant profile enrichment. Results are ordered by industry name.
1845
1851
 
1846
1852
  To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/),
@@ -2166,9 +2172,15 @@ To access this endpoint using an [access token](https://docs.moov.io/api/authent
2166
2172
  you'll need to specify the `/accounts/{accountID}/transfers.write` scope.
2167
2173
  - [`transfersCreateCancellation`](docs/sdks/transfers/README.md#createcancellation) - Initiate a cancellation for a card, ACH, or queued transfer.
2168
2174
 
2175
+ In v2026.10 and later, an auth-capture `card-payment` transfer can be canceled before any captures exist.
2176
+ For these transfers, a successful cancellation reduces `capturableAmount` without changing `authorizedAmount`.
2177
+ For these transfers, a partial cancellation leaves the remaining `capturableAmount` available for capture.
2169
2178
  To access this endpoint using a [token](https://docs.moov.io/api/authentication/access-tokens/) you'll need
2170
2179
  to specify the `/accounts/{accountID}/transfers.write` scope.
2171
- - [`transfersCreateReversal`](docs/sdks/transfers/README.md#createreversal) - Reverses a card transfer by initiating a cancellation or refund depending on the transaction status.
2180
+ - [`transfersCreateReversal`](docs/sdks/transfers/README.md#createreversal) - Reverses a card transfer by initiating a cancellation or refund depending on the transaction status.
2181
+ In v2026.10 and later, reversing an auth-capture `card-payment` transfer with no captures cancels the entire `capturableAmount`.
2182
+ In those API versions, an auth-capture `card-payment` transfer with one final capture is canceled or refunded depending on its processing state.
2183
+ Auth-capture `card-payment` transfers with a non-final capture or multiple captures are not supported in those API versions.
2172
2184
  Read our [reversals guide](https://docs.moov.io/guides/money-movement/accept-payments/card-acceptance/reversals/)
2173
2185
  to learn more.
2174
2186
 
@@ -2217,7 +2229,7 @@ period of time. You can run multiple requests in smaller time window increments
2217
2229
  To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
2218
2230
  you'll need to specify the `/accounts/{accountID}/transfers.read` scope.
2219
2231
  - [`transfersListCancellations`](docs/sdks/transfers/README.md#listcancellations) - Get a list of cancellations for a transfer.
2220
-
2232
+
2221
2233
  To access this endpoint using a [token](https://docs.moov.io/api/authentication/access-tokens/) you'll need
2222
2234
  to specify the `/accounts/{accountID}/transfers.read` scope.
2223
2235
  - [`transfersListRefunds`](docs/sdks/transfers/README.md#listrefunds) - Get a list of refunds for a card transfer.
@@ -2292,7 +2304,7 @@ you'll need to specify the `/accounts/{accountID}/wallets.read` scope.
2292
2304
  - [`webhooksListEventTypes`](docs/sdks/webhooks/README.md#listeventtypes) - List all available event types that can be subscribed to.
2293
2305
  - [`webhooksPing`](docs/sdks/webhooks/README.md#ping) - Send a test ping to a webhook to verify it is configured correctly.
2294
2306
  - [`webhooksUpdate`](docs/sdks/webhooks/README.md#update) - Update an existing webhook.
2295
- - ~~[`institutionsSearch`](docs/sdks/institutions/README.md#search)~~ - This endpoint has been deprecated and will be removed in a future release. Use [/institutions](https://docs.moov.io/api/enrichment/form-shortening/institutions/get/).
2307
+ - ~~[`institutionsSearch`](docs/sdks/institutions/README.md#search)~~ - This endpoint has been deprecated and will be removed in a future release. Use [/institutions](https://docs.moov.io/api/enrichment/institutions/get/).
2296
2308
 
2297
2309
  Search for institutions by either their name or routing number.
2298
2310
 
package/bin/mcp-server.js CHANGED
@@ -52974,9 +52974,9 @@ var init_config = __esm(() => {
52974
52974
  SDK_METADATA = {
52975
52975
  language: "typescript",
52976
52976
  openapiDocVersion: "v2026.04.00",
52977
- sdkVersion: "26.5.7",
52978
- genVersion: "2.924.0",
52979
- userAgent: "speakeasy-sdk/typescript 26.5.7 2.924.0 v2026.04.00 @moovio/sdk"
52977
+ sdkVersion: "26.5.8",
52978
+ genVersion: "2.935.1",
52979
+ userAgent: "speakeasy-sdk/typescript 26.5.8 2.935.1 v2026.04.00 @moovio/sdk"
52980
52980
  };
52981
52981
  });
52982
52982
 
@@ -53150,6 +53150,19 @@ var init_base64 = __esm(() => {
53150
53150
  });
53151
53151
 
53152
53152
  // src/lib/encodings.ts
53153
+ function encodeKeyChars(v2, charEncoding) {
53154
+ return encodeChars(v2, charEncoding === "percentExceptReserved" ? "percent" : charEncoding);
53155
+ }
53156
+ function encodeChars(v2, charEncoding) {
53157
+ switch (charEncoding) {
53158
+ case "percent":
53159
+ return encodeURIComponent(v2);
53160
+ case "percentExceptReserved":
53161
+ return encodeURIComponent(v2).replace(reservedEscapes, (m) => decodeURIComponent(m));
53162
+ default:
53163
+ return v2;
53164
+ }
53165
+ }
53153
53166
  function formEncoder(sep) {
53154
53167
  return (key, value, options) => {
53155
53168
  let out = "";
@@ -53158,7 +53171,7 @@ function formEncoder(sep) {
53158
53171
  return;
53159
53172
  }
53160
53173
  const encodeString = (v2) => {
53161
- return options?.charEncoding === "percent" ? encodeURIComponent(v2) : v2;
53174
+ return encodeChars(v2, options?.charEncoding);
53162
53175
  };
53163
53176
  const encodeValue = (v2) => encodeString(serializeValue(v2));
53164
53177
  const encodedSep = encodeString(sep);
@@ -53179,7 +53192,7 @@ function formEncoder(sep) {
53179
53192
  if (encValue == null) {
53180
53193
  return;
53181
53194
  }
53182
- tmp = `${encodeString(pk)}=${encValue}`;
53195
+ tmp = `${encodeKeyChars(pk, options?.charEncoding)}=${encValue}`;
53183
53196
  if (!tmp || tmp === "=") {
53184
53197
  return;
53185
53198
  }
@@ -53203,7 +53216,7 @@ function encodeDeepObjectObject(key, value, options) {
53203
53216
  }
53204
53217
  let out = "";
53205
53218
  const encodeString = (v2) => {
53206
- return options?.charEncoding === "percent" ? encodeURIComponent(v2) : v2;
53219
+ return encodeChars(v2, options?.charEncoding);
53207
53220
  };
53208
53221
  if (!isPlainObject2(value)) {
53209
53222
  throw new EncodingError(`Expected parameter '${key}' to be an object.`);
@@ -53220,7 +53233,7 @@ function encodeDeepObjectObject(key, value, options) {
53220
53233
  }
53221
53234
  const pairs = Array.isArray(cv) ? cv : [cv];
53222
53235
  const encoded = mapDefined(pairs, (v2) => {
53223
- return `${encodeString(pk)}=${encodeString(serializeValue(v2))}`;
53236
+ return `${encodeKeyChars(pk, options?.charEncoding)}=${encodeString(serializeValue(v2))}`;
53224
53237
  })?.join("&");
53225
53238
  out += encoded == null ? "" : `&${encoded}`;
53226
53239
  });
@@ -53231,10 +53244,10 @@ function encodeJSON(key, value, options) {
53231
53244
  return;
53232
53245
  }
53233
53246
  const encodeString = (v2) => {
53234
- return options?.charEncoding === "percent" ? encodeURIComponent(v2) : v2;
53247
+ return encodeChars(v2, options?.charEncoding);
53235
53248
  };
53236
53249
  const encVal = encodeString(JSON.stringify(value, jsonReplacer));
53237
- return options?.explode ? encVal : `${encodeString(key)}=${encVal}`;
53250
+ return options?.explode ? encVal : `${encodeKeyChars(key, options?.charEncoding)}=${encVal}`;
53238
53251
  }
53239
53252
  function explode(key, value) {
53240
53253
  if (Array.isArray(value)) {
@@ -53348,14 +53361,14 @@ async function normalizeBlob(value) {
53348
53361
  }
53349
53362
  return new Blob([await value.arrayBuffer()], { type: value.type });
53350
53363
  }
53351
- var EncodingError, encodeForm, encodeSpaceDelimited, encodePipeDelimited, encodeSimple = (key, value, options) => {
53364
+ var EncodingError, reservedEscapes, encodeForm, encodeSpaceDelimited, encodePipeDelimited, encodeSimple = (key, value, options) => {
53352
53365
  let out = "";
53353
53366
  const pairs = options?.explode ? explode(key, value) : [[key, value]];
53354
53367
  if (pairs.every(([_2, v2]) => v2 == null)) {
53355
53368
  return;
53356
53369
  }
53357
53370
  const encodeString = (v2) => {
53358
- return options?.charEncoding === "percent" ? encodeURIComponent(v2) : v2;
53371
+ return encodeChars(v2, options?.charEncoding);
53359
53372
  };
53360
53373
  const encodeValue = (v2) => encodeString(serializeValue(v2));
53361
53374
  pairs.forEach(([pk, pv]) => {
@@ -53386,6 +53399,7 @@ var init_encodings = __esm(() => {
53386
53399
  this.name = "EncodingError";
53387
53400
  }
53388
53401
  };
53402
+ reservedEscapes = /%(2[346bcf]|3[abdf]|40|5[bd])/gi;
53389
53403
  encodeForm = formEncoder(",");
53390
53404
  encodeSpaceDelimited = formEncoder(" ");
53391
53405
  encodePipeDelimited = formEncoder("|");
@@ -56158,6 +56172,39 @@ var init_adjustment = __esm(() => {
56158
56172
  });
56159
56173
  });
56160
56174
 
56175
+ // src/models/components/billingadjustment.ts
56176
+ var BillingAdjustment$inboundSchema, BillingAdjustment$outboundSchema;
56177
+ var init_billingadjustment = __esm(() => {
56178
+ init_esm();
56179
+ init_amountdecimal();
56180
+ BillingAdjustment$inboundSchema = objectType({
56181
+ feeName: stringType(),
56182
+ count: numberType().int(),
56183
+ amount: AmountDecimal$inboundSchema
56184
+ });
56185
+ BillingAdjustment$outboundSchema = objectType({
56186
+ feeName: stringType(),
56187
+ count: numberType().int(),
56188
+ amount: AmountDecimal$outboundSchema
56189
+ });
56190
+ });
56191
+
56192
+ // src/models/components/adjustmentfees.ts
56193
+ var AdjustmentFees$inboundSchema, AdjustmentFees$outboundSchema;
56194
+ var init_adjustmentfees = __esm(() => {
56195
+ init_esm();
56196
+ init_billingadjustment();
56197
+ init_billingcountandamount();
56198
+ AdjustmentFees$inboundSchema = objectType({
56199
+ items: arrayType(BillingAdjustment$inboundSchema),
56200
+ total: BillingCountAndAmount$inboundSchema
56201
+ });
56202
+ AdjustmentFees$outboundSchema = objectType({
56203
+ items: arrayType(BillingAdjustment$outboundSchema),
56204
+ total: BillingCountAndAmount$outboundSchema
56205
+ });
56206
+ });
56207
+
56161
56208
  // src/models/components/amount.ts
56162
56209
  var Amount$inboundSchema, Amount$outboundSchema;
56163
56210
  var init_amount = __esm(() => {
@@ -56413,7 +56460,7 @@ var init_applicationscope = __esm(() => {
56413
56460
  FilesWrite: "files.write",
56414
56461
  IssuedCardsRead: "issued-cards.read",
56415
56462
  IssuedCardsWrite: "issued-cards.write",
56416
- IssuedCardsReadSecure: "issued-cards.read-secure",
56463
+ IssuedCardsReadPrivate: "issued-cards.read-private",
56417
56464
  PaymentMethodsRead: "payment-methods.read",
56418
56465
  PingRead: "ping.read",
56419
56466
  ProfileEnrichmentRead: "profile-enrichment.read",
@@ -59348,7 +59395,7 @@ var init_partnerfees = __esm(() => {
59348
59395
  });
59349
59396
 
59350
59397
  // src/models/components/billingsummary.ts
59351
- var BillingSummaryVolumeAmount$inboundSchema, BillingSummaryVolumeAmount$outboundSchema, CardAcquiring$inboundSchema, CardAcquiring$outboundSchema, BillingSummaryPlatformFees$inboundSchema, BillingSummaryPlatformFees$outboundSchema, AdjustmentFees$inboundSchema, AdjustmentFees$outboundSchema, OtherFees$inboundSchema, OtherFees$outboundSchema, BillingSummary$inboundSchema, BillingSummary$outboundSchema;
59398
+ var BillingSummaryVolumeAmount$inboundSchema, BillingSummaryVolumeAmount$outboundSchema, CardAcquiring$inboundSchema, CardAcquiring$outboundSchema, BillingSummaryPlatformFees$inboundSchema, BillingSummaryPlatformFees$outboundSchema, BillingSummaryAdjustmentFees$inboundSchema, BillingSummaryAdjustmentFees$outboundSchema, OtherFees$inboundSchema, OtherFees$outboundSchema, BillingSummary$inboundSchema, BillingSummary$outboundSchema;
59352
59399
  var init_billingsummary = __esm(() => {
59353
59400
  init_esm();
59354
59401
  init_amountdecimal();
@@ -59389,11 +59436,11 @@ var init_billingsummary = __esm(() => {
59389
59436
  currency: stringType(),
59390
59437
  valueDecimal: stringType()
59391
59438
  });
59392
- AdjustmentFees$inboundSchema = objectType({
59439
+ BillingSummaryAdjustmentFees$inboundSchema = objectType({
59393
59440
  currency: stringType(),
59394
59441
  valueDecimal: stringType()
59395
59442
  });
59396
- AdjustmentFees$outboundSchema = objectType({
59443
+ BillingSummaryAdjustmentFees$outboundSchema = objectType({
59397
59444
  currency: stringType(),
59398
59445
  valueDecimal: stringType()
59399
59446
  });
@@ -59411,7 +59458,7 @@ var init_billingsummary = __esm(() => {
59411
59458
  instantPayments: BillingSummaryDetails$inboundSchema.optional(),
59412
59459
  platformFees: lazyType(() => BillingSummaryPlatformFees$inboundSchema).optional(),
59413
59460
  accountFees: BillingSummaryDetails$inboundSchema.optional(),
59414
- adjustmentFees: lazyType(() => AdjustmentFees$inboundSchema).optional(),
59461
+ adjustmentFees: lazyType(() => BillingSummaryAdjustmentFees$inboundSchema).optional(),
59415
59462
  otherFees: lazyType(() => OtherFees$inboundSchema).optional(),
59416
59463
  otherCardFees: BillingSummaryDetails$inboundSchema.optional(),
59417
59464
  total: AmountDecimal$inboundSchema.optional(),
@@ -59419,7 +59466,8 @@ var init_billingsummary = __esm(() => {
59419
59466
  revenueShare: stringType().optional(),
59420
59467
  residualSubtotal: AmountDecimal$inboundSchema.optional(),
59421
59468
  monthlyPartnerCosts: PartnerFees$inboundSchema.optional(),
59422
- netPartnerPayment: AmountDecimal$inboundSchema.optional()
59469
+ netPartnerPayment: AmountDecimal$inboundSchema.optional(),
59470
+ totalNetPartnerPayment: AmountDecimal$inboundSchema.optional()
59423
59471
  });
59424
59472
  BillingSummary$outboundSchema = objectType({
59425
59473
  cardAcquiring: lazyType(() => CardAcquiring$outboundSchema).optional(),
@@ -59427,7 +59475,7 @@ var init_billingsummary = __esm(() => {
59427
59475
  instantPayments: BillingSummaryDetails$outboundSchema.optional(),
59428
59476
  platformFees: lazyType(() => BillingSummaryPlatformFees$outboundSchema).optional(),
59429
59477
  accountFees: BillingSummaryDetails$outboundSchema.optional(),
59430
- adjustmentFees: lazyType(() => AdjustmentFees$outboundSchema).optional(),
59478
+ adjustmentFees: lazyType(() => BillingSummaryAdjustmentFees$outboundSchema).optional(),
59431
59479
  otherFees: lazyType(() => OtherFees$outboundSchema).optional(),
59432
59480
  otherCardFees: BillingSummaryDetails$outboundSchema.optional(),
59433
59481
  total: AmountDecimal$outboundSchema.optional(),
@@ -59435,7 +59483,8 @@ var init_billingsummary = __esm(() => {
59435
59483
  revenueShare: stringType().optional(),
59436
59484
  residualSubtotal: AmountDecimal$outboundSchema.optional(),
59437
59485
  monthlyPartnerCosts: PartnerFees$outboundSchema.optional(),
59438
- netPartnerPayment: AmountDecimal$outboundSchema.optional()
59486
+ netPartnerPayment: AmountDecimal$outboundSchema.optional(),
59487
+ totalNetPartnerPayment: AmountDecimal$outboundSchema.optional()
59439
59488
  });
59440
59489
  });
59441
59490
 
@@ -59745,6 +59794,13 @@ var init_requirementid = __esm(() => {
59745
59794
  UnderwritingSendFundsPushToCardEstimatedActivityMonthlyVolumeRange: "underwriting.sendFunds.pushToCard.estimatedActivity.monthlyVolumeRange",
59746
59795
  UnderwritingSendFundsPushToCardFulfillment: "underwriting.sendFunds.pushToCard.fulfillment",
59747
59796
  UnderwritingSendFundsPushToCardRefundPolicy: "underwriting.sendFunds.pushToCard.refundPolicy",
59797
+ UnderwritingSendFundsInstantBankCardAcceptanceMethods: "underwriting.sendFunds.instantBank.cardAcceptanceMethods",
59798
+ UnderwritingSendFundsInstantBankCurrentlyAcceptsCards: "underwriting.sendFunds.instantBank.currentlyAcceptsCards",
59799
+ UnderwritingSendFundsInstantBankEstimatedActivityAverageTransactionAmount: "underwriting.sendFunds.instantBank.estimatedActivity.averageTransactionAmount",
59800
+ UnderwritingSendFundsInstantBankEstimatedActivityMaximumTransactionAmount: "underwriting.sendFunds.instantBank.estimatedActivity.maximumTransactionAmount",
59801
+ UnderwritingSendFundsInstantBankEstimatedActivityMonthlyVolumeRange: "underwriting.sendFunds.instantBank.estimatedActivity.monthlyVolumeRange",
59802
+ UnderwritingSendFundsInstantBankFulfillment: "underwriting.sendFunds.instantBank.fulfillment",
59803
+ UnderwritingSendFundsInstantBankRefundPolicy: "underwriting.sendFunds.instantBank.refundPolicy",
59748
59804
  UnderwritingMoneyTransferPullFromCardCardAcceptanceMethods: "underwriting.moneyTransfer.pullFromCard.cardAcceptanceMethods",
59749
59805
  UnderwritingMoneyTransferPullFromCardCurrentlyAcceptsCards: "underwriting.moneyTransfer.pullFromCard.currentlyAcceptsCards",
59750
59806
  UnderwritingMoneyTransferPullFromCardEstimatedActivityAverageTransactionAmount: "underwriting.moneyTransfer.pullFromCard.estimatedActivity.averageTransactionAmount",
@@ -62006,10 +62062,12 @@ var CreateFeePlanAgreement$inboundSchema, CreateFeePlanAgreement$outboundSchema;
62006
62062
  var init_createfeeplanagreement = __esm(() => {
62007
62063
  init_esm();
62008
62064
  CreateFeePlanAgreement$inboundSchema = objectType({
62009
- planID: stringType()
62065
+ planID: stringType(),
62066
+ priorAgreementID: stringType().optional()
62010
62067
  });
62011
62068
  CreateFeePlanAgreement$outboundSchema = objectType({
62012
- planID: stringType()
62069
+ planID: stringType(),
62070
+ priorAgreementID: stringType().optional()
62013
62071
  });
62014
62072
  });
62015
62073
 
@@ -63870,7 +63928,9 @@ var init_feeplanagreement = __esm(() => {
63870
63928
  cardAcquiringModel: CardAcquiringModel$inboundSchema,
63871
63929
  billableFees: arrayType(BillableFee$inboundSchema),
63872
63930
  minimumCommitment: MinimumCommitment$inboundSchema,
63873
- monthlyPlatformFee: MonthlyPlatformFee$inboundSchema
63931
+ monthlyPlatformFee: MonthlyPlatformFee$inboundSchema,
63932
+ priorAgreementID: stringType().optional(),
63933
+ priorAgreementTerminatedOn: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional()
63874
63934
  });
63875
63935
  FeePlanAgreement$outboundSchema = objectType({
63876
63936
  agreementID: stringType(),
@@ -63883,7 +63943,9 @@ var init_feeplanagreement = __esm(() => {
63883
63943
  cardAcquiringModel: CardAcquiringModel$outboundSchema,
63884
63944
  billableFees: arrayType(BillableFee$outboundSchema),
63885
63945
  minimumCommitment: MinimumCommitment$outboundSchema,
63886
- monthlyPlatformFee: MonthlyPlatformFee$outboundSchema
63946
+ monthlyPlatformFee: MonthlyPlatformFee$outboundSchema,
63947
+ priorAgreementID: stringType().optional(),
63948
+ priorAgreementTerminatedOn: dateType().transform((v2) => v2.toISOString()).optional()
63887
63949
  });
63888
63950
  });
63889
63951
 
@@ -64085,6 +64147,7 @@ var init_issuedcardstate = __esm(() => {
64085
64147
  init_esm();
64086
64148
  IssuedCardState = {
64087
64149
  Active: "active",
64150
+ Frozen: "frozen",
64088
64151
  Closed: "closed"
64089
64152
  };
64090
64153
  IssuedCardState$inboundSchema = nativeEnumType(IssuedCardState);
@@ -66037,6 +66100,8 @@ var init_partnerpricingagreement = __esm(() => {
66037
66100
  billableFees: arrayType(BillableFee$inboundSchema),
66038
66101
  minimumCommitment: MinimumCommitment$inboundSchema,
66039
66102
  monthlyPlatformFee: MonthlyPlatformFee$inboundSchema,
66103
+ priorAgreementID: stringType().optional(),
66104
+ priorAgreementTerminatedOn: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
66040
66105
  revenueShare: stringType()
66041
66106
  });
66042
66107
  PartnerPricingAgreement$outboundSchema = objectType({
@@ -66051,6 +66116,8 @@ var init_partnerpricingagreement = __esm(() => {
66051
66116
  billableFees: arrayType(BillableFee$outboundSchema),
66052
66117
  minimumCommitment: MinimumCommitment$outboundSchema,
66053
66118
  monthlyPlatformFee: MonthlyPlatformFee$outboundSchema,
66119
+ priorAgreementID: stringType().optional(),
66120
+ priorAgreementTerminatedOn: dateType().transform((v2) => v2.toISOString()).optional(),
66054
66121
  revenueShare: stringType()
66055
66122
  });
66056
66123
  });
@@ -67777,6 +67844,7 @@ var init_statement = __esm(() => {
67777
67844
  init_esm();
67778
67845
  init_accountfees();
67779
67846
  init_achfees();
67847
+ init_adjustmentfees();
67780
67848
  init_billingsummary();
67781
67849
  init_cardacquiringfees();
67782
67850
  init_instantpaymentfees();
@@ -67799,6 +67867,7 @@ var init_statement = __esm(() => {
67799
67867
  accountFees: AccountFees$inboundSchema.optional(),
67800
67868
  otherCardFees: OtherCardFees$inboundSchema.optional(),
67801
67869
  partnerFees: PartnerFees$inboundSchema.optional(),
67870
+ adjustments: AdjustmentFees$inboundSchema.optional(),
67802
67871
  createdOn: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)),
67803
67872
  updatedOn: stringType().datetime({ offset: true }).transform((v2) => new Date(v2))
67804
67873
  });
@@ -67818,6 +67887,7 @@ var init_statement = __esm(() => {
67818
67887
  accountFees: AccountFees$outboundSchema.optional(),
67819
67888
  otherCardFees: OtherCardFees$outboundSchema.optional(),
67820
67889
  partnerFees: PartnerFees$outboundSchema.optional(),
67890
+ adjustments: AdjustmentFees$outboundSchema.optional(),
67821
67891
  createdOn: dateType().transform((v2) => v2.toISOString()),
67822
67892
  updatedOn: dateType().transform((v2) => v2.toISOString())
67823
67893
  });
@@ -68600,6 +68670,8 @@ var UpdateIssuedCardState, UpdateIssuedCardState$inboundSchema, UpdateIssuedCard
68600
68670
  var init_updateissuedcardstate = __esm(() => {
68601
68671
  init_esm();
68602
68672
  UpdateIssuedCardState = {
68673
+ Active: "active",
68674
+ Frozen: "frozen",
68603
68675
  Closed: "closed"
68604
68676
  };
68605
68677
  UpdateIssuedCardState$inboundSchema = nativeEnumType(UpdateIssuedCardState);
@@ -69952,6 +70024,7 @@ var init_components = __esm(() => {
69952
70024
  init_addresssuggestion();
69953
70025
  init_addressupdate();
69954
70026
  init_adjustment();
70027
+ init_adjustmentfees();
69955
70028
  init_amount();
69956
70029
  init_amountdecimal();
69957
70030
  init_amountdecimalupdate();
@@ -69987,6 +70060,7 @@ var init_components = __esm(() => {
69987
70060
  init_basicpaymentmethod();
69988
70061
  init_batchgettransfersrequest();
69989
70062
  init_billablefee();
70063
+ init_billingadjustment();
69990
70064
  init_billingcountandamount();
69991
70065
  init_billinginterchangeprogramfee();
69992
70066
  init_billingsummary();
@@ -78313,6 +78387,7 @@ var init_listissuedcardtransactions = __esm(() => {
78313
78387
  skip: numberType().int().optional(),
78314
78388
  count: numberType().int().optional(),
78315
78389
  issuedCardID: stringType().optional(),
78390
+ merchantName: stringType().optional(),
78316
78391
  startDateTime: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
78317
78392
  endDateTime: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional()
78318
78393
  });
@@ -78321,6 +78396,7 @@ var init_listissuedcardtransactions = __esm(() => {
78321
78396
  skip: numberType().int().optional(),
78322
78397
  count: numberType().int().optional(),
78323
78398
  issuedCardID: stringType().optional(),
78399
+ merchantName: stringType().optional(),
78324
78400
  startDateTime: dateType().transform((v2) => v2.toISOString()).optional(),
78325
78401
  endDateTime: dateType().transform((v2) => v2.toISOString()).optional()
78326
78402
  });
@@ -85789,7 +85865,7 @@ var init_cardIssuingGetFull2 = __esm(() => {
85789
85865
  Only use this endpoint if you have provided Moov with a copy of your PCI attestation of compliance.
85790
85866
 
85791
85867
  To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
85792
- you'll need to specify the \`/accounts/{accountID}/issued-cards.read-secure\` scope.`,
85868
+ you'll need to specify the \`/accounts/{accountID}/issued-cards.read-private\` scope.`,
85793
85869
  args: args43,
85794
85870
  tool: async (client, args44, ctx) => {
85795
85871
  const [result, apiCall] = await cardIssuingGetFull(client, args44.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
@@ -91090,7 +91166,7 @@ var init_imagesUpload2 = __esm(() => {
91090
91166
  tool$imagesUpload = {
91091
91167
  name: "images-upload",
91092
91168
  description: ` Upload a new PNG, JPEG, or WebP image with optional metadata.
91093
- Duplicate images, and requests larger than 16MB will be rejected.`,
91169
+ Duplicate images return the existing image's metadata with a 409 status. Requests larger than 16MB will be rejected.`,
91094
91170
  args: args86,
91095
91171
  tool: async (client, args87, ctx) => {
91096
91172
  const [result, apiCall] = await imagesUpload(client, args87.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
@@ -91291,7 +91367,7 @@ var init_institutionsSearch2 = __esm(() => {
91291
91367
  };
91292
91368
  tool$institutionsSearch = {
91293
91369
  name: "institutions-search",
91294
- description: `This endpoint has been deprecated and will be removed in a future release. Use [/institutions](https://docs.moov.io/api/enrichment/form-shortening/institutions/get/).
91370
+ description: `This endpoint has been deprecated and will be removed in a future release. Use [/institutions](https://docs.moov.io/api/enrichment/institutions/get/).
91295
91371
 
91296
91372
  Search for institutions by either their name or routing number.
91297
91373
 
@@ -92503,6 +92579,7 @@ async function $do100(client, request, options) {
92503
92579
  count: payload.count,
92504
92580
  endDateTime: payload.endDateTime,
92505
92581
  issuedCardID: payload.issuedCardID,
92582
+ merchantName: payload.merchantName,
92506
92583
  skip: payload.skip,
92507
92584
  startDateTime: payload.startDateTime
92508
92585
  }, { explode: false });
@@ -99489,7 +99566,9 @@ async function $do161(client, request, options) {
99489
99566
  const [result] = await match(json([200, 202], CreateCancellationResponse$inboundSchema, {
99490
99567
  hdrs: true,
99491
99568
  key: "Result"
99492
- }), jsonErr(400, GenericError$inboundSchema, { hdrs: true }), fail([401, 403, 404, 429]), fail([500, 504]), fail("4XX"), fail("5XX"))(response, req, { extraFields: responseFields });
99569
+ }), jsonErr([400, 409, 422], GenericError$inboundSchema, {
99570
+ hdrs: true
99571
+ }), fail([401, 403, 404, 429]), fail([500, 504]), fail("4XX"), fail("5XX"))(response, req, { extraFields: responseFields });
99493
99572
  if (!result.ok) {
99494
99573
  return [result, { status: "complete", request: req, response }];
99495
99574
  }
@@ -99521,6 +99600,9 @@ var init_transfersCreateCancellation2 = __esm(() => {
99521
99600
  name: "transfers-create-cancellation",
99522
99601
  description: ` Initiate a cancellation for a card, ACH, or queued transfer.
99523
99602
 
99603
+ In v2026.10 and later, an auth-capture \`card-payment\` transfer can be canceled before any captures exist.
99604
+ For these transfers, a successful cancellation reduces \`capturableAmount\` without changing \`authorizedAmount\`.
99605
+ For these transfers, a partial cancellation leaves the remaining \`capturableAmount\` available for capture.
99524
99606
  To access this endpoint using a [token](https://docs.moov.io/api/authentication/access-tokens/) you'll need
99525
99607
  to specify the \`/accounts/{accountID}/transfers.write\` scope.`,
99526
99608
  args: args156,
@@ -99639,7 +99721,10 @@ var init_transfersCreateReversal2 = __esm(() => {
99639
99721
  };
99640
99722
  tool$transfersCreateReversal = {
99641
99723
  name: "transfers-create-reversal",
99642
- description: `Reverses a card transfer by initiating a cancellation or refund depending on the transaction status.
99724
+ description: `Reverses a card transfer by initiating a cancellation or refund depending on the transaction status.
99725
+ In v2026.10 and later, reversing an auth-capture \`card-payment\` transfer with no captures cancels the entire \`capturableAmount\`.
99726
+ In those API versions, an auth-capture \`card-payment\` transfer with one final capture is canceled or refunded depending on its processing state.
99727
+ Auth-capture \`card-payment\` transfers with a non-final capture or multiple captures are not supported in those API versions.
99643
99728
  Read our [reversals guide](https://docs.moov.io/guides/money-movement/accept-payments/card-acceptance/reversals/)
99644
99729
  to learn more.
99645
99730
 
@@ -100471,7 +100556,7 @@ async function $do169(client, request, options) {
100471
100556
  const [result] = await match(json(200, ListCancellationsResponse$inboundSchema, {
100472
100557
  hdrs: true,
100473
100558
  key: "Result"
100474
- }), fail([401, 403, 429]), fail([500, 504]), fail("4XX"), fail("5XX"))(response, req, { extraFields: responseFields });
100559
+ }), fail([401, 403, 404, 429]), fail([500, 504]), fail("4XX"), fail("5XX"))(response, req, { extraFields: responseFields });
100475
100560
  if (!result.ok) {
100476
100561
  return [result, { status: "complete", request: req, response }];
100477
100562
  }
@@ -100501,7 +100586,7 @@ var init_transfersListCancellations2 = __esm(() => {
100501
100586
  tool$transfersListCancellations = {
100502
100587
  name: "transfers-list-cancellations",
100503
100588
  description: ` Get a list of cancellations for a transfer.
100504
-
100589
+
100505
100590
  To access this endpoint using a [token](https://docs.moov.io/api/authentication/access-tokens/) you'll need
100506
100591
  to specify the \`/accounts/{accountID}/transfers.read\` scope.`,
100507
100592
  args: args164,
@@ -100586,7 +100671,7 @@ async function $do170(client, request, options) {
100586
100671
  const [result] = await match(json(200, ListRefundsResponse$inboundSchema, {
100587
100672
  hdrs: true,
100588
100673
  key: "Result"
100589
- }), fail([401, 403, 429]), fail([500, 504]), fail("4XX"), fail("5XX"))(response, req, { extraFields: responseFields });
100674
+ }), fail([401, 403, 404, 429]), fail([500, 504]), fail("4XX"), fail("5XX"))(response, req, { extraFields: responseFields });
100590
100675
  if (!result.ok) {
100591
100676
  return [result, { status: "complete", request: req, response }];
100592
100677
  }
@@ -102670,7 +102755,7 @@ var init_webhooksUpdate2 = __esm(() => {
102670
102755
  function createMCPServer(deps) {
102671
102756
  const server = new McpServer({
102672
102757
  name: "Moov",
102673
- version: "26.5.7"
102758
+ version: "26.5.8"
102674
102759
  });
102675
102760
  const client = new MoovCore({
102676
102761
  security: deps.security,
@@ -104270,7 +104355,7 @@ var routes = rn({
104270
104355
  var app = Ve(routes, {
104271
104356
  name: "mcp",
104272
104357
  versionInfo: {
104273
- currentVersion: "26.5.7"
104358
+ currentVersion: "26.5.8"
104274
104359
  }
104275
104360
  });
104276
104361
  _t(app, process3.argv.slice(2), buildContext(process3));
@@ -104278,5 +104363,5 @@ export {
104278
104363
  app
104279
104364
  };
104280
104365
 
104281
- //# debugId=06BBA4AAFA31197E64756E2164756E21
104366
+ //# debugId=2B0BC2801BBEC54364756E2164756E21
104282
104367
  //# sourceMappingURL=mcp-server.js.map