@moovio/sdk 26.7.1 → 26.7.2

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 (360) hide show
  1. package/README.md +22 -10
  2. package/bin/mcp-server.js +131 -38
  3. package/bin/mcp-server.js.map +93 -91
  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/amountdecimalrange.d.ts +1 -3
  50. package/models/components/amountdecimalrange.d.ts.map +1 -1
  51. package/models/components/amountdecimalrange.js.map +1 -1
  52. package/models/components/amountdecimalrangeupdate.d.ts +1 -3
  53. package/models/components/amountdecimalrangeupdate.d.ts.map +1 -1
  54. package/models/components/amountdecimalrangeupdate.js.map +1 -1
  55. package/models/components/applicationscope.d.ts +1 -1
  56. package/models/components/applicationscope.js +1 -1
  57. package/models/components/applicationscope.js.map +1 -1
  58. package/models/components/billingadjustment.d.ts +34 -0
  59. package/models/components/billingadjustment.d.ts.map +1 -0
  60. package/models/components/billingadjustment.js +64 -0
  61. package/models/components/billingadjustment.js.map +1 -0
  62. package/models/components/billingsummary.d.ts +15 -10
  63. package/models/components/billingsummary.d.ts.map +1 -1
  64. package/models/components/billingsummary.js +14 -11
  65. package/models/components/billingsummary.js.map +1 -1
  66. package/models/components/cancellation.d.ts +3 -0
  67. package/models/components/cancellation.d.ts.map +1 -1
  68. package/models/components/cancellation.js.map +1 -1
  69. package/models/components/createdtransfer.d.ts +8 -0
  70. package/models/components/createdtransfer.d.ts.map +1 -1
  71. package/models/components/createdtransfer.js.map +1 -1
  72. package/models/components/createfeeplanagreement.d.ts +16 -1
  73. package/models/components/createfeeplanagreement.d.ts.map +1 -1
  74. package/models/components/createfeeplanagreement.js +2 -0
  75. package/models/components/createfeeplanagreement.js.map +1 -1
  76. package/models/components/createpaymentlink.d.ts +3 -0
  77. package/models/components/createpaymentlink.d.ts.map +1 -1
  78. package/models/components/createpaymentlink.js.map +1 -1
  79. package/models/components/createrefund.d.ts +1 -1
  80. package/models/components/createreversal.d.ts +6 -1
  81. package/models/components/createreversal.d.ts.map +1 -1
  82. package/models/components/createreversal.js.map +1 -1
  83. package/models/components/createtransfer.d.ts +1 -1
  84. package/models/components/facilitatorfee.d.ts +2 -2
  85. package/models/components/feepaidby.d.ts +0 -6
  86. package/models/components/feepaidby.d.ts.map +1 -1
  87. package/models/components/feepaidby.js +0 -3
  88. package/models/components/feepaidby.js.map +1 -1
  89. package/models/components/feeplanagreement.d.ts +10 -0
  90. package/models/components/feeplanagreement.d.ts.map +1 -1
  91. package/models/components/feeplanagreement.js +5 -0
  92. package/models/components/feeplanagreement.js.map +1 -1
  93. package/models/components/fullissuedcard.d.ts +1 -0
  94. package/models/components/fullissuedcard.d.ts.map +1 -1
  95. package/models/components/fullissuedcard.js.map +1 -1
  96. package/models/components/index.d.ts +2 -0
  97. package/models/components/index.d.ts.map +1 -1
  98. package/models/components/index.js +2 -0
  99. package/models/components/index.js.map +1 -1
  100. package/models/components/issuedcard.d.ts +1 -0
  101. package/models/components/issuedcard.d.ts.map +1 -1
  102. package/models/components/issuedcard.js.map +1 -1
  103. package/models/components/issuedcardstate.d.ts +3 -0
  104. package/models/components/issuedcardstate.d.ts.map +1 -1
  105. package/models/components/issuedcardstate.js +2 -0
  106. package/models/components/issuedcardstate.js.map +1 -1
  107. package/models/components/issuedcontrols.d.ts +1 -4
  108. package/models/components/issuedcontrols.d.ts.map +1 -1
  109. package/models/components/issuedcontrols.js.map +1 -1
  110. package/models/components/issuingcontrols.d.ts +5 -5
  111. package/models/components/issuingcontrols.d.ts.map +1 -1
  112. package/models/components/issuingcontrolsrestrictionmode.d.ts +2 -2
  113. package/models/components/issuingcontrolsrestrictionmode.js +1 -1
  114. package/models/components/merchantcategoryrestrictions.d.ts +2 -2
  115. package/models/components/merchantentry.d.ts +3 -3
  116. package/models/components/merchantentry.d.ts.map +1 -1
  117. package/models/components/merchantentry.js +2 -2
  118. package/models/components/merchantentry.js.map +1 -1
  119. package/models/components/merchantentryerror.d.ts +2 -2
  120. package/models/components/merchantentryerror.d.ts.map +1 -1
  121. package/models/components/merchantentryerror.js +2 -2
  122. package/models/components/merchantentryerror.js.map +1 -1
  123. package/models/components/merchantrestrictions.d.ts +1 -1
  124. package/models/components/partnerpricingagreement.d.ts +12 -2
  125. package/models/components/partnerpricingagreement.d.ts.map +1 -1
  126. package/models/components/partnerpricingagreement.js +5 -0
  127. package/models/components/partnerpricingagreement.js.map +1 -1
  128. package/models/components/paymentlink.d.ts +4 -3
  129. package/models/components/paymentlink.d.ts.map +1 -1
  130. package/models/components/paymentlink.js.map +1 -1
  131. package/models/components/paymentlinkcustomamountpaymentdetails.d.ts +1 -3
  132. package/models/components/paymentlinkcustomamountpaymentdetails.d.ts.map +1 -1
  133. package/models/components/paymentlinkcustomamountpaymentdetails.js.map +1 -1
  134. package/models/components/paymentlinkcustomamountpaymentdetailsupdate.d.ts +1 -3
  135. package/models/components/paymentlinkcustomamountpaymentdetailsupdate.d.ts.map +1 -1
  136. package/models/components/paymentlinkcustomamountpaymentdetailsupdate.js.map +1 -1
  137. package/models/components/paymentlinkpayoutdetails.d.ts +7 -8
  138. package/models/components/paymentlinkpayoutdetails.d.ts.map +1 -1
  139. package/models/components/paymentlinkpayoutdetails.js.map +1 -1
  140. package/models/components/paymentlinkpayoutdetailsupdate.d.ts +7 -8
  141. package/models/components/paymentlinkpayoutdetailsupdate.d.ts.map +1 -1
  142. package/models/components/paymentlinkpayoutdetailsupdate.js.map +1 -1
  143. package/models/components/pushoptions.d.ts +4 -6
  144. package/models/components/pushoptions.d.ts.map +1 -1
  145. package/models/components/pushoptions.js.map +1 -1
  146. package/models/components/pushoptionsupdate.d.ts +4 -6
  147. package/models/components/pushoptionsupdate.d.ts.map +1 -1
  148. package/models/components/pushoptionsupdate.js.map +1 -1
  149. package/models/components/requestcard.d.ts +3 -0
  150. package/models/components/requestcard.d.ts.map +1 -1
  151. package/models/components/requestcard.js.map +1 -1
  152. package/models/components/requirementid.d.ts +14 -0
  153. package/models/components/requirementid.d.ts.map +1 -1
  154. package/models/components/requirementid.js +14 -0
  155. package/models/components/requirementid.js.map +1 -1
  156. package/models/components/reversalamountdetails.d.ts +5 -1
  157. package/models/components/reversalamountdetails.d.ts.map +1 -1
  158. package/models/components/reversalamountdetails.js.map +1 -1
  159. package/models/components/reversedwithcancellation.d.ts +3 -0
  160. package/models/components/reversedwithcancellation.d.ts.map +1 -1
  161. package/models/components/reversedwithcancellation.js.map +1 -1
  162. package/models/components/statement.d.ts +6 -0
  163. package/models/components/statement.d.ts.map +1 -1
  164. package/models/components/statement.js +3 -0
  165. package/models/components/statement.js.map +1 -1
  166. package/models/components/sweepconfig.d.ts +2 -2
  167. package/models/components/sweepconfigpaymentmethod.d.ts +1 -1
  168. package/models/components/transfer.d.ts +8 -0
  169. package/models/components/transfer.d.ts.map +1 -1
  170. package/models/components/transfer.js.map +1 -1
  171. package/models/components/transferfeepaidby.d.ts +1 -1
  172. package/models/components/updateissuedcard.d.ts +2 -0
  173. package/models/components/updateissuedcard.d.ts.map +1 -1
  174. package/models/components/updateissuedcard.js.map +1 -1
  175. package/models/components/updateissuedcardstate.d.ts +6 -0
  176. package/models/components/updateissuedcardstate.d.ts.map +1 -1
  177. package/models/components/updateissuedcardstate.js +4 -0
  178. package/models/components/updateissuedcardstate.js.map +1 -1
  179. package/models/components/updateissuingcontrols.d.ts +10 -10
  180. package/models/components/updatepaymentlink.d.ts +3 -0
  181. package/models/components/updatepaymentlink.d.ts.map +1 -1
  182. package/models/components/updatepaymentlink.js.map +1 -1
  183. package/models/errors/transfer.d.ts +16 -0
  184. package/models/errors/transfer.d.ts.map +1 -1
  185. package/models/errors/transfer.js.map +1 -1
  186. package/models/operations/listaccounts.d.ts +3 -0
  187. package/models/operations/listaccounts.d.ts.map +1 -1
  188. package/models/operations/listaccounts.js.map +1 -1
  189. package/models/operations/listconnectedaccountsforaccount.d.ts +3 -0
  190. package/models/operations/listconnectedaccountsforaccount.d.ts.map +1 -1
  191. package/models/operations/listconnectedaccountsforaccount.js.map +1 -1
  192. package/models/operations/listdisputes.d.ts +3 -0
  193. package/models/operations/listdisputes.d.ts.map +1 -1
  194. package/models/operations/listdisputes.js.map +1 -1
  195. package/models/operations/listfeeplanagreements.d.ts +3 -0
  196. package/models/operations/listfeeplanagreements.d.ts.map +1 -1
  197. package/models/operations/listfeeplanagreements.js.map +1 -1
  198. package/models/operations/listfeerevenue.d.ts +3 -0
  199. package/models/operations/listfeerevenue.d.ts.map +1 -1
  200. package/models/operations/listfeerevenue.js.map +1 -1
  201. package/models/operations/listinvoices.d.ts +3 -0
  202. package/models/operations/listinvoices.d.ts.map +1 -1
  203. package/models/operations/listinvoices.js.map +1 -1
  204. package/models/operations/listissuedcardauthorizationevents.d.ts +3 -0
  205. package/models/operations/listissuedcardauthorizationevents.d.ts.map +1 -1
  206. package/models/operations/listissuedcardauthorizationevents.js.map +1 -1
  207. package/models/operations/listissuedcardauthorizations.d.ts +3 -0
  208. package/models/operations/listissuedcardauthorizations.d.ts.map +1 -1
  209. package/models/operations/listissuedcardauthorizations.js.map +1 -1
  210. package/models/operations/listissuedcards.d.ts +3 -0
  211. package/models/operations/listissuedcards.d.ts.map +1 -1
  212. package/models/operations/listissuedcards.js.map +1 -1
  213. package/models/operations/listissuedcardtransactions.d.ts +8 -0
  214. package/models/operations/listissuedcardtransactions.d.ts.map +1 -1
  215. package/models/operations/listissuedcardtransactions.js +2 -0
  216. package/models/operations/listissuedcardtransactions.js.map +1 -1
  217. package/models/operations/listpartnerpricingagreements.d.ts +3 -0
  218. package/models/operations/listpartnerpricingagreements.d.ts.map +1 -1
  219. package/models/operations/listpartnerpricingagreements.js.map +1 -1
  220. package/models/operations/listpaymentlinks.d.ts +3 -0
  221. package/models/operations/listpaymentlinks.d.ts.map +1 -1
  222. package/models/operations/listpaymentlinks.js.map +1 -1
  223. package/models/operations/listproducts.d.ts +3 -0
  224. package/models/operations/listproducts.d.ts.map +1 -1
  225. package/models/operations/listproducts.js.map +1 -1
  226. package/models/operations/listresidualfees.d.ts +3 -0
  227. package/models/operations/listresidualfees.d.ts.map +1 -1
  228. package/models/operations/listresidualfees.js.map +1 -1
  229. package/models/operations/listresiduals.d.ts +3 -0
  230. package/models/operations/listresiduals.d.ts.map +1 -1
  231. package/models/operations/listresiduals.js.map +1 -1
  232. package/models/operations/listschedules.d.ts +3 -0
  233. package/models/operations/listschedules.d.ts.map +1 -1
  234. package/models/operations/listschedules.js.map +1 -1
  235. package/models/operations/liststatements.d.ts +3 -0
  236. package/models/operations/liststatements.d.ts.map +1 -1
  237. package/models/operations/liststatements.js.map +1 -1
  238. package/models/operations/listsweeps.d.ts +3 -0
  239. package/models/operations/listsweeps.d.ts.map +1 -1
  240. package/models/operations/listsweeps.js.map +1 -1
  241. package/models/operations/listtickets.d.ts +3 -0
  242. package/models/operations/listtickets.d.ts.map +1 -1
  243. package/models/operations/listtickets.js.map +1 -1
  244. package/models/operations/listtransfers.d.ts +4 -1
  245. package/models/operations/listtransfers.d.ts.map +1 -1
  246. package/models/operations/listtransfers.js.map +1 -1
  247. package/models/operations/listwallets.d.ts +3 -0
  248. package/models/operations/listwallets.d.ts.map +1 -1
  249. package/models/operations/listwallets.js.map +1 -1
  250. package/models/operations/listwallettransactions.d.ts +3 -0
  251. package/models/operations/listwallettransactions.d.ts.map +1 -1
  252. package/models/operations/listwallettransactions.js.map +1 -1
  253. package/models/operations/retrievefees.d.ts +3 -0
  254. package/models/operations/retrievefees.d.ts.map +1 -1
  255. package/models/operations/retrievefees.js.map +1 -1
  256. package/package.json +1 -1
  257. package/sdk/cardissuing.d.ts +1 -1
  258. package/sdk/cardissuing.js +1 -1
  259. package/sdk/images.d.ts +1 -1
  260. package/sdk/images.js +1 -1
  261. package/sdk/institutions.d.ts +1 -1
  262. package/sdk/institutions.js +1 -1
  263. package/sdk/transfers.d.ts +6 -0
  264. package/sdk/transfers.d.ts.map +1 -1
  265. package/sdk/transfers.js +6 -0
  266. package/sdk/transfers.js.map +1 -1
  267. package/src/funcs/cardIssuingGetFull.ts +1 -1
  268. package/src/funcs/imagesUpload.ts +1 -1
  269. package/src/funcs/institutionsSearch.ts +1 -1
  270. package/src/funcs/issuingTransactionsList.ts +1 -0
  271. package/src/funcs/transfersCreateCancellation.ts +6 -1
  272. package/src/funcs/transfersCreateReversal.ts +3 -0
  273. package/src/funcs/transfersListCancellations.ts +1 -1
  274. package/src/funcs/transfersListRefunds.ts +1 -1
  275. package/src/lib/config.ts +3 -3
  276. package/src/lib/encodings.ts +58 -23
  277. package/src/mcp-server/mcp-server.ts +1 -1
  278. package/src/mcp-server/server.ts +1 -1
  279. package/src/mcp-server/tools/cardIssuingGetFull.ts +1 -1
  280. package/src/mcp-server/tools/imagesUpload.ts +1 -1
  281. package/src/mcp-server/tools/institutionsSearch.ts +1 -1
  282. package/src/mcp-server/tools/transfersCreateCancellation.ts +3 -0
  283. package/src/mcp-server/tools/transfersCreateReversal.ts +4 -1
  284. package/src/mcp-server/tools/transfersListCancellations.ts +1 -1
  285. package/src/models/components/adjustmentfees.ts +72 -0
  286. package/src/models/components/amountdecimalrange.ts +1 -3
  287. package/src/models/components/amountdecimalrangeupdate.ts +1 -3
  288. package/src/models/components/applicationscope.ts +1 -1
  289. package/src/models/components/billingadjustment.ts +78 -0
  290. package/src/models/components/billingsummary.ts +35 -19
  291. package/src/models/components/cancellation.ts +3 -0
  292. package/src/models/components/createdtransfer.ts +8 -0
  293. package/src/models/components/createfeeplanagreement.ts +18 -1
  294. package/src/models/components/createpaymentlink.ts +3 -0
  295. package/src/models/components/createrefund.ts +1 -1
  296. package/src/models/components/createreversal.ts +6 -1
  297. package/src/models/components/createtransfer.ts +1 -1
  298. package/src/models/components/facilitatorfee.ts +2 -2
  299. package/src/models/components/feepaidby.ts +0 -6
  300. package/src/models/components/feeplanagreement.ts +15 -0
  301. package/src/models/components/fullissuedcard.ts +1 -0
  302. package/src/models/components/index.ts +2 -0
  303. package/src/models/components/issuedcard.ts +1 -0
  304. package/src/models/components/issuedcardstate.ts +3 -0
  305. package/src/models/components/issuedcontrols.ts +1 -4
  306. package/src/models/components/issuingcontrols.ts +5 -5
  307. package/src/models/components/issuingcontrolsrestrictionmode.ts +2 -2
  308. package/src/models/components/merchantcategoryrestrictions.ts +2 -2
  309. package/src/models/components/merchantentry.ts +5 -5
  310. package/src/models/components/merchantentryerror.ts +4 -4
  311. package/src/models/components/merchantrestrictions.ts +1 -1
  312. package/src/models/components/partnerpricingagreement.ts +17 -2
  313. package/src/models/components/paymentlink.ts +4 -3
  314. package/src/models/components/paymentlinkcustomamountpaymentdetails.ts +1 -3
  315. package/src/models/components/paymentlinkcustomamountpaymentdetailsupdate.ts +1 -3
  316. package/src/models/components/paymentlinkpayoutdetails.ts +7 -8
  317. package/src/models/components/paymentlinkpayoutdetailsupdate.ts +7 -8
  318. package/src/models/components/pushoptions.ts +4 -6
  319. package/src/models/components/pushoptionsupdate.ts +4 -6
  320. package/src/models/components/requestcard.ts +3 -0
  321. package/src/models/components/requirementid.ts +28 -0
  322. package/src/models/components/reversalamountdetails.ts +5 -1
  323. package/src/models/components/reversedwithcancellation.ts +3 -0
  324. package/src/models/components/statement.ts +13 -0
  325. package/src/models/components/sweepconfig.ts +2 -2
  326. package/src/models/components/sweepconfigpaymentmethod.ts +1 -1
  327. package/src/models/components/transfer.ts +8 -0
  328. package/src/models/components/transferfeepaidby.ts +1 -1
  329. package/src/models/components/updateissuedcard.ts +2 -0
  330. package/src/models/components/updateissuedcardstate.ts +6 -0
  331. package/src/models/components/updateissuingcontrols.ts +10 -10
  332. package/src/models/components/updatepaymentlink.ts +3 -0
  333. package/src/models/errors/transfer.ts +16 -0
  334. package/src/models/operations/listaccounts.ts +3 -0
  335. package/src/models/operations/listconnectedaccountsforaccount.ts +3 -0
  336. package/src/models/operations/listdisputes.ts +3 -0
  337. package/src/models/operations/listfeeplanagreements.ts +3 -0
  338. package/src/models/operations/listfeerevenue.ts +3 -0
  339. package/src/models/operations/listinvoices.ts +3 -0
  340. package/src/models/operations/listissuedcardauthorizationevents.ts +3 -0
  341. package/src/models/operations/listissuedcardauthorizations.ts +3 -0
  342. package/src/models/operations/listissuedcards.ts +3 -0
  343. package/src/models/operations/listissuedcardtransactions.ts +10 -0
  344. package/src/models/operations/listpartnerpricingagreements.ts +3 -0
  345. package/src/models/operations/listpaymentlinks.ts +3 -0
  346. package/src/models/operations/listproducts.ts +3 -0
  347. package/src/models/operations/listresidualfees.ts +3 -0
  348. package/src/models/operations/listresiduals.ts +3 -0
  349. package/src/models/operations/listschedules.ts +3 -0
  350. package/src/models/operations/liststatements.ts +3 -0
  351. package/src/models/operations/listsweeps.ts +3 -0
  352. package/src/models/operations/listtickets.ts +3 -0
  353. package/src/models/operations/listtransfers.ts +4 -1
  354. package/src/models/operations/listwallets.ts +3 -0
  355. package/src/models/operations/listwallettransactions.ts +3 -0
  356. package/src/models/operations/retrievefees.ts +3 -0
  357. package/src/sdk/cardissuing.ts +1 -1
  358. package/src/sdk/images.ts +1 -1
  359. package/src/sdk/institutions.ts +1 -1
  360. package/src/sdk/transfers.ts +6 -0
@@ -25,11 +25,11 @@ import {
25
25
  } from "./merchantentry.js";
26
26
 
27
27
  /**
28
- * Restricts card usage by merchant category.
28
+ * Restricts card usage by merchant category. When not set, all categories are allowed.
29
29
  */
30
30
  export type MerchantCategoryRestrictions = {
31
31
  /**
32
- * Whether the listed categories are the only ones allowed, or the ones to block.
32
+ * Whether the listed items should be allowed (`allow`) or blocked (`block`).
33
33
  */
34
34
  mode: IssuingControlsRestrictionMode;
35
35
  /**
@@ -9,13 +9,13 @@ import * as types from "../../types/primitives.js";
9
9
  import { SDKValidationError } from "../errors/sdkvalidationerror.js";
10
10
 
11
11
  /**
12
- * Identifies a merchant by ID, descriptor pattern, or both. At least one of `mid` or `descriptorPattern` must be set.
12
+ * Identifies a merchant by ID, descriptor pattern, or both. At least one of `networkID` or `descriptorPattern` must be set.
13
13
  */
14
14
  export type MerchantEntry = {
15
15
  /**
16
16
  * The merchant's unique identifier (ISO 8583 DE42), matched exactly.
17
17
  */
18
- mid?: string | undefined;
18
+ networkID?: string | undefined;
19
19
  /**
20
20
  * A case-insensitive RE2 regular expression matched against the merchant descriptor (ISO 8583 DE43).
21
21
  */
@@ -32,13 +32,13 @@ export const MerchantEntry$inboundSchema: z.ZodType<
32
32
  z.ZodTypeDef,
33
33
  unknown
34
34
  > = z.object({
35
- mid: types.optional(types.string()),
35
+ networkID: types.optional(types.string()),
36
36
  descriptorPattern: types.optional(types.string()),
37
37
  name: types.optional(types.string()),
38
38
  });
39
39
  /** @internal */
40
40
  export type MerchantEntry$Outbound = {
41
- mid?: string | undefined;
41
+ networkID?: string | undefined;
42
42
  descriptorPattern?: string | undefined;
43
43
  name?: string | undefined;
44
44
  };
@@ -49,7 +49,7 @@ export const MerchantEntry$outboundSchema: z.ZodType<
49
49
  z.ZodTypeDef,
50
50
  MerchantEntry
51
51
  > = z.object({
52
- mid: z.string().optional(),
52
+ networkID: z.string().optional(),
53
53
  descriptorPattern: z.string().optional(),
54
54
  name: z.string().optional(),
55
55
  });
@@ -9,7 +9,7 @@ import * as types from "../../types/primitives.js";
9
9
  import { SDKValidationError } from "../errors/sdkvalidationerror.js";
10
10
 
11
11
  export type MerchantEntryError = {
12
- mid?: string | undefined;
12
+ networkID?: string | undefined;
13
13
  descriptorPattern?: string | undefined;
14
14
  };
15
15
 
@@ -19,12 +19,12 @@ export const MerchantEntryError$inboundSchema: z.ZodType<
19
19
  z.ZodTypeDef,
20
20
  unknown
21
21
  > = z.object({
22
- mid: types.optional(types.string()),
22
+ networkID: types.optional(types.string()),
23
23
  descriptorPattern: types.optional(types.string()),
24
24
  });
25
25
  /** @internal */
26
26
  export type MerchantEntryError$Outbound = {
27
- mid?: string | undefined;
27
+ networkID?: string | undefined;
28
28
  descriptorPattern?: string | undefined;
29
29
  };
30
30
 
@@ -34,7 +34,7 @@ export const MerchantEntryError$outboundSchema: z.ZodType<
34
34
  z.ZodTypeDef,
35
35
  MerchantEntryError
36
36
  > = z.object({
37
- mid: z.string().optional(),
37
+ networkID: z.string().optional(),
38
38
  descriptorPattern: z.string().optional(),
39
39
  });
40
40
 
@@ -23,7 +23,7 @@ import {
23
23
  */
24
24
  export type MerchantRestrictions = {
25
25
  /**
26
- * Whether the listed merchants are the only ones allowed, or the ones to block.
26
+ * Whether the listed items should be allowed (`allow`) or blocked (`block`).
27
27
  */
28
28
  mode: IssuingControlsRestrictionMode;
29
29
  /**
@@ -73,11 +73,19 @@ export type PartnerPricingAgreement = {
73
73
  */
74
74
  monthlyPlatformFee: MonthlyPlatformFee;
75
75
  /**
76
- * The decimal-formatted numerical string of the revenue split for partner.
76
+ * The agreement this one replaced. Only set when the agreement was created by replacing another.
77
+ */
78
+ priorAgreementID?: string | undefined;
79
+ /**
80
+ * The date and time the prior agreement was terminated.
81
+ */
82
+ priorAgreementTerminatedOn?: Date | undefined;
83
+ /**
84
+ * The decimal-formatted numerical string of the revenue split for partner.
77
85
  *
78
86
  * @remarks
79
87
  *
80
- * For example, 2.25% is '2.25'.
88
+ * For example, 2.25% is '2.25'.
81
89
  */
82
90
  revenueShare: string;
83
91
  };
@@ -99,6 +107,8 @@ export const PartnerPricingAgreement$inboundSchema: z.ZodType<
99
107
  billableFees: z.array(BillableFee$inboundSchema),
100
108
  minimumCommitment: MinimumCommitment$inboundSchema,
101
109
  monthlyPlatformFee: MonthlyPlatformFee$inboundSchema,
110
+ priorAgreementID: types.optional(types.string()),
111
+ priorAgreementTerminatedOn: types.optional(types.date()),
102
112
  revenueShare: types.string(),
103
113
  });
104
114
  /** @internal */
@@ -114,6 +124,8 @@ export type PartnerPricingAgreement$Outbound = {
114
124
  billableFees: Array<BillableFee$Outbound>;
115
125
  minimumCommitment: MinimumCommitment$Outbound;
116
126
  monthlyPlatformFee: MonthlyPlatformFee$Outbound;
127
+ priorAgreementID?: string | undefined;
128
+ priorAgreementTerminatedOn?: string | undefined;
117
129
  revenueShare: string;
118
130
  };
119
131
 
@@ -134,6 +146,9 @@ export const PartnerPricingAgreement$outboundSchema: z.ZodType<
134
146
  billableFees: z.array(BillableFee$outboundSchema),
135
147
  minimumCommitment: MinimumCommitment$outboundSchema,
136
148
  monthlyPlatformFee: MonthlyPlatformFee$outboundSchema,
149
+ priorAgreementID: z.string().optional(),
150
+ priorAgreementTerminatedOn: z.date().transform(v => v.toISOString())
151
+ .optional(),
137
152
  revenueShare: z.string(),
138
153
  });
139
154
 
@@ -138,13 +138,14 @@ export type PaymentLink = {
138
138
  * Options for payment links used to collect payment.
139
139
  */
140
140
  payment?: PaymentLinkPaymentDetails | undefined;
141
+ /**
142
+ * Options for payout links used to send a payout.
143
+ */
141
144
  payout?: PaymentLinkPayoutDetails | undefined;
142
145
  /**
143
- * Options for custom amount payment links.
146
+ * A custom amount payment link shares all the options of a `payment` link, but the payor chooses how much to
144
147
  *
145
148
  * @remarks
146
- *
147
- * A custom amount payment link shares all the options of a `payment` link, but the payor chooses how much to
148
149
  * pay rather than the merchant fixing the amount. The amount may optionally be constrained to a range.
149
150
  */
150
151
  customAmountPayment?: PaymentLinkCustomAmountPaymentDetails | undefined;
@@ -38,11 +38,9 @@ import {
38
38
  } from "./collectionpaymentmethodtype.js";
39
39
 
40
40
  /**
41
- * Options for custom amount payment links.
41
+ * A custom amount payment link shares all the options of a `payment` link, but the payor chooses how much to
42
42
  *
43
43
  * @remarks
44
- *
45
- * A custom amount payment link shares all the options of a `payment` link, but the payor chooses how much to
46
44
  * pay rather than the merchant fixing the amount. The amount may optionally be constrained to a range.
47
45
  */
48
46
  export type PaymentLinkCustomAmountPaymentDetails = {
@@ -38,11 +38,9 @@ import {
38
38
  } from "./collectionpaymentmethodtype.js";
39
39
 
40
40
  /**
41
- * Options for custom amount payment links.
41
+ * A custom amount payment link shares all the options of a `payment` link, but the payor chooses how much to
42
42
  *
43
43
  * @remarks
44
- *
45
- * A custom amount payment link shares all the options of a `payment` link, but the payor chooses how much to
46
44
  * pay rather than the merchant fixing the amount. The amount may optionally be constrained to a range.
47
45
  */
48
46
  export type PaymentLinkCustomAmountPaymentDetailsUpdate = {
@@ -30,6 +30,9 @@ import {
30
30
  PushOptions$outboundSchema,
31
31
  } from "./pushoptions.js";
32
32
 
33
+ /**
34
+ * Options for payout links used to send a payout.
35
+ */
33
36
  export type PaymentLinkPayoutDetails = {
34
37
  /**
35
38
  * A list of payment methods that should be supported for this payment link.
@@ -49,20 +52,16 @@ export type PaymentLinkPayoutDetails = {
49
52
  */
50
53
  metadata?: { [k: string]: string } | undefined;
51
54
  /**
52
- * Delivery options for push-to-card payouts. Only applies when `allowedMethods` includes `push-to-card`.
53
- *
54
- * @remarks
55
- *
56
- * The `deferred` speed and `deferredBy` apply to `push-to-card` only. Other push methods
57
- * (`push-to-apple-pay`, `push-to-google-pay`) are always delivered instantly regardless of these options.
55
+ * Delivery options for `push-to-card` and `push-to-apple-pay` payouts.
58
56
  */
59
57
  pushOptions?: PushOptions | undefined;
60
58
  /**
61
- * Indicates which party bears the fee, keyed by disbursement payment method (`DisbursementPaymentMethodType`).
59
+ * Indicates which party pays the fee, keyed by `PayoutFeePaidByKey`. If keys are not set,
62
60
  *
63
61
  * @remarks
62
+ * the default is `source`.
64
63
  *
65
- * Sparse include only the methods you want to attribute. Any method left unset defaults to `source`.
64
+ * Possible `PayoutFeePaidByKey` keys: `instant-push-to-card`, `deferred-push-to-card`, `instant-push-to-apple-pay`, `deferred-push-to-apple-pay`, `instant-bank-credit` (API v2026.01.00 and later), `rtp-credit`, `ach-credit-same-day`, `ach-credit-standard`, `push-to-google-pay`
66
65
  */
67
66
  feePaidBy?: { [k: string]: FeePaidBy } | undefined;
68
67
  };
@@ -30,6 +30,9 @@ import {
30
30
  PushOptionsUpdate$outboundSchema,
31
31
  } from "./pushoptionsupdate.js";
32
32
 
33
+ /**
34
+ * Options for payout links used to send a payout.
35
+ */
33
36
  export type PaymentLinkPayoutDetailsUpdate = {
34
37
  /**
35
38
  * A list of payment methods that should be supported for this payment link.
@@ -49,20 +52,16 @@ export type PaymentLinkPayoutDetailsUpdate = {
49
52
  */
50
53
  metadata?: { [k: string]: string } | undefined;
51
54
  /**
52
- * Delivery options for push-to-card payouts. Only applies when `allowedMethods` includes `push-to-card`.
53
- *
54
- * @remarks
55
- *
56
- * The `deferred` speed and `deferredBy` apply to `push-to-card` only. Other push methods
57
- * (`push-to-apple-pay`, `push-to-google-pay`) are always delivered instantly regardless of these options.
55
+ * Delivery options for `push-to-card` and `push-to-apple-pay` payouts.
58
56
  */
59
57
  pushOptions?: PushOptionsUpdate | undefined;
60
58
  /**
61
- * Indicates which party bears the fee, keyed by disbursement payment method (`DisbursementPaymentMethodType`).
59
+ * Indicates which party pays the fee, keyed by `PayoutFeePaidByKey`. If keys are not set,
62
60
  *
63
61
  * @remarks
62
+ * the default is `source`.
64
63
  *
65
- * Sparse include only the methods you want to attribute. Any method left unset defaults to `source`.
64
+ * Possible `PayoutFeePaidByKey` keys: `instant-push-to-card`, `deferred-push-to-card`, `instant-push-to-apple-pay`, `deferred-push-to-apple-pay`, `rtp-credit`, `ach-credit-same-day`, `ach-credit-standard`, `push-to-google-pay`
66
65
  */
67
66
  feePaidBy?: { [k: string]: FeePaidBy } | undefined;
68
67
  };
@@ -13,19 +13,17 @@ import {
13
13
  PushDeliverySpeed$outboundSchema,
14
14
  } from "./pushdeliveryspeed.js";
15
15
 
16
- /**
17
- * Delivery options for push-to-card payouts.
18
- */
19
16
  export type PushOptions = {
20
17
  /**
21
- * Delivery speeds the recipient may choose from for `push-to-card`. Include `instant` to allow immediate
18
+ * Delivery speeds the recipient may choose from for `push-to-card` and `push-to-apple-pay`.
22
19
  *
23
20
  * @remarks
24
- * delivery, `deferred` to allow delayed delivery, or both to let the recipient choose at checkout.
21
+ * Include `instant` to allow immediate delivery, `deferred` to allow delayed delivery, or both
22
+ * to let the recipient choose at checkout.
25
23
  */
26
24
  allowedSpeeds: Array<PushDeliverySpeed>;
27
25
  /**
28
- * Delay before delivering a deferred `push-to-card` payout. Required when `allowedSpeeds` includes `deferred`.
26
+ * Delay before delivering a deferred payout. Required when `allowedSpeeds` includes `deferred`.
29
27
  *
30
28
  * @remarks
31
29
  * Accepted values are `24h` or `48h`.
@@ -13,19 +13,17 @@ import {
13
13
  PushDeliverySpeed$outboundSchema,
14
14
  } from "./pushdeliveryspeed.js";
15
15
 
16
- /**
17
- * Delivery options for push-to-card payouts.
18
- */
19
16
  export type PushOptionsUpdate = {
20
17
  /**
21
- * Delivery speeds the recipient may choose from for `push-to-card`. Include `instant` to allow immediate
18
+ * Delivery speeds the recipient may choose from for `push-to-card` and `push-to-apple-pay`.
22
19
  *
23
20
  * @remarks
24
- * delivery, `deferred` to allow delayed delivery, or both to let the recipient choose at checkout.
21
+ * Include `instant` to allow immediate delivery, `deferred` to allow delayed delivery, or both
22
+ * to let the recipient choose at checkout.
25
23
  */
26
24
  allowedSpeeds?: Array<PushDeliverySpeed> | undefined;
27
25
  /**
28
- * Delay before delivering a deferred `push-to-card` payout. Required when `allowedSpeeds` includes `deferred`.
26
+ * Delay before delivering a deferred payout. Required when `allowedSpeeds` includes `deferred`.
29
27
  *
30
28
  * @remarks
31
29
  * Accepted values are `24h` or `48h`.
@@ -38,6 +38,9 @@ export type RequestCard = {
38
38
  * The expiration date of the card or token.
39
39
  */
40
40
  expiration?: CardExpiration | undefined;
41
+ /**
42
+ * Mutable spend controls for the card.
43
+ */
41
44
  controls?: IssuingControls | undefined;
42
45
  };
43
46
 
@@ -144,6 +144,34 @@ export const RequirementID = {
144
144
  "underwriting.sendFunds.pushToCard.fulfillment",
145
145
  UnderwritingSendFundsPushToCardRefundPolicy:
146
146
  "underwriting.sendFunds.pushToCard.refundPolicy",
147
+ UnderwritingSendFundsInstantBankCardAcceptanceMethods:
148
+ "underwriting.sendFunds.instantBank.cardAcceptanceMethods",
149
+ UnderwritingSendFundsInstantBankCurrentlyAcceptsCards:
150
+ "underwriting.sendFunds.instantBank.currentlyAcceptsCards",
151
+ UnderwritingSendFundsInstantBankEstimatedActivityAverageTransactionAmount:
152
+ "underwriting.sendFunds.instantBank.estimatedActivity.averageTransactionAmount",
153
+ UnderwritingSendFundsInstantBankEstimatedActivityMaximumTransactionAmount:
154
+ "underwriting.sendFunds.instantBank.estimatedActivity.maximumTransactionAmount",
155
+ UnderwritingSendFundsInstantBankEstimatedActivityMonthlyVolumeRange:
156
+ "underwriting.sendFunds.instantBank.estimatedActivity.monthlyVolumeRange",
157
+ UnderwritingSendFundsInstantBankFulfillment:
158
+ "underwriting.sendFunds.instantBank.fulfillment",
159
+ UnderwritingSendFundsInstantBankRefundPolicy:
160
+ "underwriting.sendFunds.instantBank.refundPolicy",
161
+ UnderwritingSendFundsWireCardAcceptanceMethods:
162
+ "underwriting.sendFunds.wire.cardAcceptanceMethods",
163
+ UnderwritingSendFundsWireCurrentlyAcceptsCards:
164
+ "underwriting.sendFunds.wire.currentlyAcceptsCards",
165
+ UnderwritingSendFundsWireEstimatedActivityAverageTransactionAmount:
166
+ "underwriting.sendFunds.wire.estimatedActivity.averageTransactionAmount",
167
+ UnderwritingSendFundsWireEstimatedActivityMaximumTransactionAmount:
168
+ "underwriting.sendFunds.wire.estimatedActivity.maximumTransactionAmount",
169
+ UnderwritingSendFundsWireEstimatedActivityMonthlyVolumeRange:
170
+ "underwriting.sendFunds.wire.estimatedActivity.monthlyVolumeRange",
171
+ UnderwritingSendFundsWireFulfillment:
172
+ "underwriting.sendFunds.wire.fulfillment",
173
+ UnderwritingSendFundsWireRefundPolicy:
174
+ "underwriting.sendFunds.wire.refundPolicy",
147
175
  UnderwritingMoneyTransferPullFromCardCardAcceptanceMethods:
148
176
  "underwriting.moneyTransfer.pullFromCard.cardAcceptanceMethods",
149
177
  UnderwritingMoneyTransferPullFromCardCurrentlyAcceptsCards:
@@ -16,7 +16,11 @@ import {
16
16
 
17
17
  export type ReversalAmountDetails = {
18
18
  /**
19
- * The amount of surcharge to refund. Should be proportionate to the surcharge on the original transfer. This does not reply if the reversal resulted in a cancellation instead of a refund
19
+ * The amount of surcharge to refund.
20
+ *
21
+ * @remarks
22
+ * It should be proportional to the surcharge on the original transfer.
23
+ * This field applies only when the reversal results in a refund.
20
24
  */
21
25
  surcharge?: AmountDecimal | undefined;
22
26
  };
@@ -14,6 +14,9 @@ import {
14
14
  } from "./cancellation.js";
15
15
 
16
16
  export type ReversedWithCancellation = {
17
+ /**
18
+ * Cancellation of a transfer.
19
+ */
17
20
  cancellation: Cancellation;
18
21
  };
19
22
 
@@ -19,6 +19,12 @@ import {
19
19
  ACHFees$Outbound,
20
20
  ACHFees$outboundSchema,
21
21
  } from "./achfees.js";
22
+ import {
23
+ AdjustmentFees,
24
+ AdjustmentFees$inboundSchema,
25
+ AdjustmentFees$Outbound,
26
+ AdjustmentFees$outboundSchema,
27
+ } from "./adjustmentfees.js";
22
28
  import {
23
29
  BillingSummary,
24
30
  BillingSummary$inboundSchema,
@@ -122,6 +128,10 @@ export type Statement = {
122
128
  * Monthly partner costs that are charged separately and not included in residual subtotal (e.g. platform fees, minimums).
123
129
  */
124
130
  partnerFees?: PartnerFees | undefined;
131
+ /**
132
+ * A detailed breakdown of adjustment (correction) fees by fee name.
133
+ */
134
+ adjustments?: AdjustmentFees | undefined;
125
135
  /**
126
136
  * The date and time the statement was created.
127
137
  */
@@ -153,6 +163,7 @@ export const Statement$inboundSchema: z.ZodType<
153
163
  accountFees: types.optional(AccountFees$inboundSchema),
154
164
  otherCardFees: types.optional(OtherCardFees$inboundSchema),
155
165
  partnerFees: types.optional(PartnerFees$inboundSchema),
166
+ adjustments: types.optional(AdjustmentFees$inboundSchema),
156
167
  createdOn: types.date(),
157
168
  updatedOn: types.date(),
158
169
  });
@@ -173,6 +184,7 @@ export type Statement$Outbound = {
173
184
  accountFees?: AccountFees$Outbound | undefined;
174
185
  otherCardFees?: OtherCardFees$Outbound | undefined;
175
186
  partnerFees?: PartnerFees$Outbound | undefined;
187
+ adjustments?: AdjustmentFees$Outbound | undefined;
176
188
  createdOn: string;
177
189
  updatedOn: string;
178
190
  };
@@ -198,6 +210,7 @@ export const Statement$outboundSchema: z.ZodType<
198
210
  accountFees: AccountFees$outboundSchema.optional(),
199
211
  otherCardFees: OtherCardFees$outboundSchema.optional(),
200
212
  partnerFees: PartnerFees$outboundSchema.optional(),
213
+ adjustments: AdjustmentFees$outboundSchema.optional(),
201
214
  createdOn: z.date().transform(v => v.toISOString()),
202
215
  updatedOn: z.date().transform(v => v.toISOString()),
203
216
  });
@@ -27,14 +27,14 @@ export type SweepConfig = {
27
27
  * The payment method used to push or pull funds to a bank account.
28
28
  *
29
29
  * @remarks
30
- * The push payment method can only be ach-credit-standard, ach-credit-same-day, or rtp-credit. The pull payment method can only be ach-debit-fund.
30
+ * The push payment method can only be ach-credit-standard, ach-credit-same-day, rtp-credit, or instant-bank-credit (API v2026.01.00 and later). The pull payment method can only be ach-debit-fund.
31
31
  */
32
32
  pushPaymentMethod: SweepConfigPaymentMethod;
33
33
  /**
34
34
  * The payment method used to push or pull funds to a bank account.
35
35
  *
36
36
  * @remarks
37
- * The push payment method can only be ach-credit-standard, ach-credit-same-day, or rtp-credit. The pull payment method can only be ach-debit-fund.
37
+ * The push payment method can only be ach-credit-standard, ach-credit-same-day, rtp-credit, or instant-bank-credit (API v2026.01.00 and later). The pull payment method can only be ach-debit-fund.
38
38
  */
39
39
  pullPaymentMethod: SweepConfigPaymentMethod;
40
40
  /**
@@ -12,7 +12,7 @@ import { SDKValidationError } from "../errors/sdkvalidationerror.js";
12
12
  * The payment method used to push or pull funds to a bank account.
13
13
  *
14
14
  * @remarks
15
- * The push payment method can only be ach-credit-standard, ach-credit-same-day, or rtp-credit. The pull payment method can only be ach-debit-fund.
15
+ * The push payment method can only be ach-credit-standard, ach-credit-same-day, rtp-credit, or instant-bank-credit (API v2026.01.00 and later). The pull payment method can only be ach-debit-fund.
16
16
  */
17
17
  export type SweepConfigPaymentMethod = {
18
18
  /**
@@ -107,6 +107,14 @@ export type Transfer = {
107
107
  * Reason for a transfer's failure.
108
108
  */
109
109
  failureReason?: TransferFailureReason | undefined;
110
+ /**
111
+ * Amount associated with this transfer.
112
+ *
113
+ * @remarks
114
+ * In v2026.10 and later, an auth-capture `card-payment` transfer reports the approved authorization amount until a final capture is created.
115
+ * For these transfers, when a final capture is created, this is updated to the cumulative captured amount.
116
+ * For other transfer types, this is the transfer amount.
117
+ */
110
118
  amount: Amount;
111
119
  /**
112
120
  * An optional description of the transfer that is used on receipts and for your own internal use.
@@ -18,7 +18,7 @@ import {
18
18
  */
19
19
  export type TransferFeePaidBy = {
20
20
  /**
21
- * For payouts, indicates which party bears the fee. Defaults to `source`.
21
+ * Defaults to `source`.
22
22
  */
23
23
  payout?: FeePaidBy | undefined;
24
24
  };
@@ -33,6 +33,8 @@ export type UpdateIssuedCard = {
33
33
  * Updates the state of a Moov issued card.
34
34
  *
35
35
  * @remarks
36
+ * - `active`: Reactivates a frozen card so it can approve authorizations again.
37
+ * - `frozen`: Temporarily suspends the card so it cannot approve authorizations. A card can be moved between `frozen` and `active` at will until it is `closed`, which is a terminal state.
36
38
  * - `closed`: The card is permanently deactivated and cannot approve authorizations. A card can be closed by request or when it expires.
37
39
  */
38
40
  state?: UpdateIssuedCardState | undefined;
@@ -9,15 +9,21 @@ import { ClosedEnum } from "../../types/enums.js";
9
9
  * Updates the state of a Moov issued card.
10
10
  *
11
11
  * @remarks
12
+ * - `active`: Reactivates a frozen card so it can approve authorizations again.
13
+ * - `frozen`: Temporarily suspends the card so it cannot approve authorizations. A card can be moved between `frozen` and `active` at will until it is `closed`, which is a terminal state.
12
14
  * - `closed`: The card is permanently deactivated and cannot approve authorizations. A card can be closed by request or when it expires.
13
15
  */
14
16
  export const UpdateIssuedCardState = {
17
+ Active: "active",
18
+ Frozen: "frozen",
15
19
  Closed: "closed",
16
20
  } as const;
17
21
  /**
18
22
  * Updates the state of a Moov issued card.
19
23
  *
20
24
  * @remarks
25
+ * - `active`: Reactivates a frozen card so it can approve authorizations again.
26
+ * - `frozen`: Temporarily suspends the card so it cannot approve authorizations. A card can be moved between `frozen` and `active` at will until it is `closed`, which is a terminal state.
21
27
  * - `closed`: The card is permanently deactivated and cannot approve authorizations. A card can be closed by request or when it expires.
22
28
  */
23
29
  export type UpdateIssuedCardState = ClosedEnum<typeof UpdateIssuedCardState>;
@@ -37,11 +37,11 @@ import {
37
37
  } from "./schedulewindow.js";
38
38
 
39
39
  /**
40
- * Replaces the merchant category restrictions. Set to `null` to remove.
40
+ * Restricts card usage by merchant category. Set to `null` to remove all category restrictions.
41
41
  */
42
42
  export type UpdateIssuingControlsMerchantCategoryRestrictions = {
43
43
  /**
44
- * Whether the listed categories are the only ones allowed, or the ones to block.
44
+ * Whether the listed items should be allowed (`allow`) or blocked (`block`).
45
45
  */
46
46
  mode?: IssuingControlsRestrictionMode | undefined;
47
47
  /**
@@ -59,11 +59,11 @@ export type UpdateIssuingControlsMerchantCategoryRestrictions = {
59
59
  };
60
60
 
61
61
  /**
62
- * Replaces the merchant restrictions. Set to `null` to remove.
62
+ * Restricts card usage to specific merchants, independent of merchant category. Set to `null` to remove merchant restrictions.
63
63
  */
64
64
  export type UpdateIssuingControlsMerchantRestrictions = {
65
65
  /**
66
- * Whether the listed merchants are the only ones allowed, or the ones to block.
66
+ * Whether the listed items should be allowed (`allow`) or blocked (`block`).
67
67
  */
68
68
  mode?: IssuingControlsRestrictionMode | undefined;
69
69
  /**
@@ -73,7 +73,7 @@ export type UpdateIssuingControlsMerchantRestrictions = {
73
73
  };
74
74
 
75
75
  /**
76
- * Replaces the allowed schedule. Set to `null` to remove all schedule restrictions.
76
+ * Limits card usage to specific days and times. Set to `null` to remove all schedule restrictions.
77
77
  */
78
78
  export type UpdateIssuingControlsAllowedSchedule = {
79
79
  /**
@@ -87,7 +87,7 @@ export type UpdateIssuingControlsAllowedSchedule = {
87
87
  };
88
88
 
89
89
  /**
90
- * Mutable spend controls. Each field replaces the entire corresponding value.
90
+ * Each field replaces the entire corresponding value.
91
91
  */
92
92
  export type UpdateIssuingControls = {
93
93
  /**
@@ -95,25 +95,25 @@ export type UpdateIssuingControls = {
95
95
  */
96
96
  velocityLimits?: Array<IssuingVelocityLimit> | undefined;
97
97
  /**
98
- * Replaces the merchant category restrictions. Set to `null` to remove.
98
+ * Restricts card usage by merchant category. Set to `null` to remove all category restrictions.
99
99
  */
100
100
  merchantCategoryRestrictions?:
101
101
  | UpdateIssuingControlsMerchantCategoryRestrictions
102
102
  | null
103
103
  | undefined;
104
104
  /**
105
- * Replaces the merchant restrictions. Set to `null` to remove.
105
+ * Restricts card usage to specific merchants, independent of merchant category. Set to `null` to remove merchant restrictions.
106
106
  */
107
107
  merchantRestrictions?:
108
108
  | UpdateIssuingControlsMerchantRestrictions
109
109
  | null
110
110
  | undefined;
111
111
  /**
112
- * Replaces the allowed schedule. Set to `null` to remove all schedule restrictions.
112
+ * Limits card usage to specific days and times. Set to `null` to remove all schedule restrictions.
113
113
  */
114
114
  allowedSchedule?: UpdateIssuingControlsAllowedSchedule | null | undefined;
115
115
  /**
116
- * A spend cutoff date and time. Set to `null` to remove the cutoff.
116
+ * A spend cutoff date and time. Set to `null` to remove the spend cutoff.
117
117
  */
118
118
  expiresOn?: Date | null | undefined;
119
119
  };
@@ -68,6 +68,9 @@ export type UpdatePaymentLink = {
68
68
  * Options for payment links used to collect payment.
69
69
  */
70
70
  payment?: PaymentLinkPaymentDetailsUpdate | undefined;
71
+ /**
72
+ * Options for payout links used to send a payout.
73
+ */
71
74
  payout?: PaymentLinkPayoutDetailsUpdate | undefined;
72
75
  /**
73
76
  * Options for a custom amount payment link. A payment link's type cannot be changed after creation.
@@ -24,6 +24,14 @@ export type TransferData = {
24
24
  * Reason for a transfer's failure.
25
25
  */
26
26
  failureReason?: components.TransferFailureReason | undefined;
27
+ /**
28
+ * Amount associated with this transfer.
29
+ *
30
+ * @remarks
31
+ * In v2026.10 and later, an auth-capture `card-payment` transfer reports the approved authorization amount until a final capture is created.
32
+ * For these transfers, when a final capture is created, this is updated to the cumulative captured amount.
33
+ * For other transfer types, this is the transfer amount.
34
+ */
27
35
  amount: components.Amount;
28
36
  /**
29
37
  * An optional description of the transfer that is used on receipts and for your own internal use.
@@ -105,6 +113,14 @@ export class Transfer extends MoovError {
105
113
  * Reason for a transfer's failure.
106
114
  */
107
115
  failureReason?: components.TransferFailureReason | undefined;
116
+ /**
117
+ * Amount associated with this transfer.
118
+ *
119
+ * @remarks
120
+ * In v2026.10 and later, an auth-capture `card-payment` transfer reports the approved authorization amount until a final capture is created.
121
+ * For these transfers, when a final capture is created, this is updated to the cumulative captured amount.
122
+ * For other transfer types, this is the transfer amount.
123
+ */
108
124
  amount: components.Amount;
109
125
  /**
110
126
  * An optional description of the transfer that is used on receipts and for your own internal use.
@@ -67,6 +67,9 @@ export type ListAccountsRequest = {
67
67
  */
68
68
  capabilityStatus?: components.CapabilityStatus | undefined;
69
69
  skip?: number | undefined;
70
+ /**
71
+ * Page size. When omitted, the server defaults to `200`.
72
+ */
70
73
  count?: number | undefined;
71
74
  };
72
75