@moovio/sdk 26.5.6 → 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 (349) hide show
  1. package/README.md +30 -18
  2. package/bin/mcp-server.js +166 -45
  3. package/bin/mcp-server.js.map +88 -85
  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/transfersList.js +2 -0
  21. package/funcs/transfersList.js.map +1 -1
  22. package/funcs/transfersListCancellations.js +1 -1
  23. package/funcs/transfersListCancellations.js.map +1 -1
  24. package/funcs/transfersListRefunds.js +1 -1
  25. package/funcs/transfersListRefunds.js.map +1 -1
  26. package/jsr.json +1 -1
  27. package/lib/config.d.ts +3 -3
  28. package/lib/config.js +3 -3
  29. package/lib/encodings.d.ts +10 -9
  30. package/lib/encodings.d.ts.map +1 -1
  31. package/lib/encodings.js +29 -13
  32. package/lib/encodings.js.map +1 -1
  33. package/mcp-server/mcp-server.js +1 -1
  34. package/mcp-server/server.js +1 -1
  35. package/mcp-server/tools/avatarsGet.js +1 -1
  36. package/mcp-server/tools/cardIssuingGetFull.js +1 -1
  37. package/mcp-server/tools/cardIssuingGetFull.js.map +1 -1
  38. package/mcp-server/tools/enrichedAddressGet.js +1 -1
  39. package/mcp-server/tools/enrichedProfileGet.js +1 -1
  40. package/mcp-server/tools/imagesUpload.js +1 -1
  41. package/mcp-server/tools/imagesUpload.js.map +1 -1
  42. package/mcp-server/tools/institutionsSearch.js +2 -2
  43. package/mcp-server/tools/transfersCreateCancellation.d.ts.map +1 -1
  44. package/mcp-server/tools/transfersCreateCancellation.js +3 -0
  45. package/mcp-server/tools/transfersCreateCancellation.js.map +1 -1
  46. package/mcp-server/tools/transfersCreateReversal.d.ts.map +1 -1
  47. package/mcp-server/tools/transfersCreateReversal.js +4 -1
  48. package/mcp-server/tools/transfersCreateReversal.js.map +1 -1
  49. package/mcp-server/tools/transfersListCancellations.js +1 -1
  50. package/models/components/adjustmentfees.d.ts +30 -0
  51. package/models/components/adjustmentfees.d.ts.map +1 -0
  52. package/models/components/adjustmentfees.js +62 -0
  53. package/models/components/adjustmentfees.js.map +1 -0
  54. package/models/components/applicationscope.d.ts +1 -1
  55. package/models/components/applicationscope.js +1 -1
  56. package/models/components/applicationscope.js.map +1 -1
  57. package/models/components/billingadjustment.d.ts +34 -0
  58. package/models/components/billingadjustment.d.ts.map +1 -0
  59. package/models/components/billingadjustment.js +63 -0
  60. package/models/components/billingadjustment.js.map +1 -0
  61. package/models/components/billingsummary.d.ts +15 -10
  62. package/models/components/billingsummary.d.ts.map +1 -1
  63. package/models/components/billingsummary.js +15 -11
  64. package/models/components/billingsummary.js.map +1 -1
  65. package/models/components/cancellation.d.ts +3 -0
  66. package/models/components/cancellation.d.ts.map +1 -1
  67. package/models/components/cancellation.js.map +1 -1
  68. package/models/components/createdtransfer.d.ts +14 -0
  69. package/models/components/createdtransfer.d.ts.map +1 -1
  70. package/models/components/createdtransfer.js +3 -0
  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 +2 -2
  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/facilitatorfee.d.ts +2 -2
  84. package/models/components/feeplanagreement.d.ts +10 -0
  85. package/models/components/feeplanagreement.d.ts.map +1 -1
  86. package/models/components/feeplanagreement.js +5 -0
  87. package/models/components/feeplanagreement.js.map +1 -1
  88. package/models/components/fullissuedcard.d.ts +4 -0
  89. package/models/components/fullissuedcard.d.ts.map +1 -1
  90. package/models/components/fullissuedcard.js.map +1 -1
  91. package/models/components/index.d.ts +3 -0
  92. package/models/components/index.d.ts.map +1 -1
  93. package/models/components/index.js +3 -0
  94. package/models/components/index.js.map +1 -1
  95. package/models/components/issuedcard.d.ts +4 -0
  96. package/models/components/issuedcard.d.ts.map +1 -1
  97. package/models/components/issuedcard.js.map +1 -1
  98. package/models/components/issuedcardstate.d.ts +3 -0
  99. package/models/components/issuedcardstate.d.ts.map +1 -1
  100. package/models/components/issuedcardstate.js +2 -0
  101. package/models/components/issuedcardstate.js.map +1 -1
  102. package/models/components/issuingcontrols.d.ts +3 -0
  103. package/models/components/issuingcontrols.d.ts.map +1 -1
  104. package/models/components/issuingcontrols.js.map +1 -1
  105. package/models/components/partnerpricingagreement.d.ts +12 -2
  106. package/models/components/partnerpricingagreement.d.ts.map +1 -1
  107. package/models/components/partnerpricingagreement.js +5 -0
  108. package/models/components/partnerpricingagreement.js.map +1 -1
  109. package/models/components/paymentlink.d.ts +3 -0
  110. package/models/components/paymentlink.d.ts.map +1 -1
  111. package/models/components/paymentlink.js.map +1 -1
  112. package/models/components/paymentlinkpayoutdetails.d.ts +4 -6
  113. package/models/components/paymentlinkpayoutdetails.d.ts.map +1 -1
  114. package/models/components/paymentlinkpayoutdetails.js.map +1 -1
  115. package/models/components/paymentlinkpayoutdetailsupdate.d.ts +4 -6
  116. package/models/components/paymentlinkpayoutdetailsupdate.d.ts.map +1 -1
  117. package/models/components/paymentlinkpayoutdetailsupdate.js.map +1 -1
  118. package/models/components/paymentmethodswallet.d.ts +1 -0
  119. package/models/components/paymentmethodswallet.d.ts.map +1 -1
  120. package/models/components/paymentmethodswallet.js.map +1 -1
  121. package/models/components/pushoptions.d.ts +4 -6
  122. package/models/components/pushoptions.d.ts.map +1 -1
  123. package/models/components/pushoptions.js.map +1 -1
  124. package/models/components/pushoptionsupdate.d.ts +4 -6
  125. package/models/components/pushoptionsupdate.d.ts.map +1 -1
  126. package/models/components/pushoptionsupdate.js.map +1 -1
  127. package/models/components/requestcard.d.ts +3 -0
  128. package/models/components/requestcard.d.ts.map +1 -1
  129. package/models/components/requestcard.js.map +1 -1
  130. package/models/components/requirementid.d.ts +7 -0
  131. package/models/components/requirementid.d.ts.map +1 -1
  132. package/models/components/requirementid.js +7 -0
  133. package/models/components/requirementid.js.map +1 -1
  134. package/models/components/reversedwithcancellation.d.ts +3 -0
  135. package/models/components/reversedwithcancellation.d.ts.map +1 -1
  136. package/models/components/reversedwithcancellation.js.map +1 -1
  137. package/models/components/statement.d.ts +6 -0
  138. package/models/components/statement.d.ts.map +1 -1
  139. package/models/components/statement.js +3 -0
  140. package/models/components/statement.js.map +1 -1
  141. package/models/components/sweepconfig.d.ts +2 -2
  142. package/models/components/sweepconfigpaymentmethod.d.ts +1 -1
  143. package/models/components/transfer.d.ts +14 -0
  144. package/models/components/transfer.d.ts.map +1 -1
  145. package/models/components/transfer.js +3 -0
  146. package/models/components/transfer.js.map +1 -1
  147. package/models/components/transfercapture.d.ts +28 -0
  148. package/models/components/transfercapture.d.ts.map +1 -0
  149. package/models/components/transfercapture.js +60 -0
  150. package/models/components/transfercapture.js.map +1 -0
  151. package/models/components/transferpaymentmethodswallet.d.ts +1 -0
  152. package/models/components/transferpaymentmethodswallet.d.ts.map +1 -1
  153. package/models/components/transferpaymentmethodswallet.js.map +1 -1
  154. package/models/components/updateissuedcard.d.ts +2 -0
  155. package/models/components/updateissuedcard.d.ts.map +1 -1
  156. package/models/components/updateissuedcard.js.map +1 -1
  157. package/models/components/updateissuedcardstate.d.ts +6 -0
  158. package/models/components/updateissuedcardstate.d.ts.map +1 -1
  159. package/models/components/updateissuedcardstate.js +4 -0
  160. package/models/components/updateissuedcardstate.js.map +1 -1
  161. package/models/components/updatepaymentlink.d.ts +3 -0
  162. package/models/components/updatepaymentlink.d.ts.map +1 -1
  163. package/models/components/updatepaymentlink.js.map +1 -1
  164. package/models/components/wallet.d.ts +1 -0
  165. package/models/components/wallet.d.ts.map +1 -1
  166. package/models/components/wallet.js.map +1 -1
  167. package/models/components/wallettype.d.ts +3 -0
  168. package/models/components/wallettype.d.ts.map +1 -1
  169. package/models/components/wallettype.js +2 -0
  170. package/models/components/wallettype.js.map +1 -1
  171. package/models/components/webhookdatatransferstatus.d.ts +3 -0
  172. package/models/components/webhookdatatransferstatus.d.ts.map +1 -1
  173. package/models/components/webhookdatatransferstatus.js +3 -0
  174. package/models/components/webhookdatatransferstatus.js.map +1 -1
  175. package/models/errors/transfer.d.ts +25 -0
  176. package/models/errors/transfer.d.ts.map +1 -1
  177. package/models/errors/transfer.js +4 -0
  178. package/models/errors/transfer.js.map +1 -1
  179. package/models/operations/listaccounts.d.ts +3 -0
  180. package/models/operations/listaccounts.d.ts.map +1 -1
  181. package/models/operations/listaccounts.js.map +1 -1
  182. package/models/operations/listconnectedaccountsforaccount.d.ts +3 -0
  183. package/models/operations/listconnectedaccountsforaccount.d.ts.map +1 -1
  184. package/models/operations/listconnectedaccountsforaccount.js.map +1 -1
  185. package/models/operations/listdisputes.d.ts +3 -0
  186. package/models/operations/listdisputes.d.ts.map +1 -1
  187. package/models/operations/listdisputes.js.map +1 -1
  188. package/models/operations/listfeeplanagreements.d.ts +3 -0
  189. package/models/operations/listfeeplanagreements.d.ts.map +1 -1
  190. package/models/operations/listfeeplanagreements.js.map +1 -1
  191. package/models/operations/listfeerevenue.d.ts +3 -0
  192. package/models/operations/listfeerevenue.d.ts.map +1 -1
  193. package/models/operations/listfeerevenue.js.map +1 -1
  194. package/models/operations/listinvoices.d.ts +3 -0
  195. package/models/operations/listinvoices.d.ts.map +1 -1
  196. package/models/operations/listinvoices.js.map +1 -1
  197. package/models/operations/listissuedcardauthorizationevents.d.ts +3 -0
  198. package/models/operations/listissuedcardauthorizationevents.d.ts.map +1 -1
  199. package/models/operations/listissuedcardauthorizationevents.js.map +1 -1
  200. package/models/operations/listissuedcardauthorizations.d.ts +3 -0
  201. package/models/operations/listissuedcardauthorizations.d.ts.map +1 -1
  202. package/models/operations/listissuedcardauthorizations.js.map +1 -1
  203. package/models/operations/listissuedcards.d.ts +3 -0
  204. package/models/operations/listissuedcards.d.ts.map +1 -1
  205. package/models/operations/listissuedcards.js.map +1 -1
  206. package/models/operations/listissuedcardtransactions.d.ts +8 -0
  207. package/models/operations/listissuedcardtransactions.d.ts.map +1 -1
  208. package/models/operations/listissuedcardtransactions.js +2 -0
  209. package/models/operations/listissuedcardtransactions.js.map +1 -1
  210. package/models/operations/listpartnerpricingagreements.d.ts +3 -0
  211. package/models/operations/listpartnerpricingagreements.d.ts.map +1 -1
  212. package/models/operations/listpartnerpricingagreements.js.map +1 -1
  213. package/models/operations/listpaymentlinks.d.ts +3 -0
  214. package/models/operations/listpaymentlinks.d.ts.map +1 -1
  215. package/models/operations/listpaymentlinks.js.map +1 -1
  216. package/models/operations/listproducts.d.ts +3 -0
  217. package/models/operations/listproducts.d.ts.map +1 -1
  218. package/models/operations/listproducts.js.map +1 -1
  219. package/models/operations/listresidualfees.d.ts +3 -0
  220. package/models/operations/listresidualfees.d.ts.map +1 -1
  221. package/models/operations/listresidualfees.js.map +1 -1
  222. package/models/operations/listresiduals.d.ts +3 -0
  223. package/models/operations/listresiduals.d.ts.map +1 -1
  224. package/models/operations/listresiduals.js.map +1 -1
  225. package/models/operations/listschedules.d.ts +3 -0
  226. package/models/operations/listschedules.d.ts.map +1 -1
  227. package/models/operations/listschedules.js.map +1 -1
  228. package/models/operations/liststatements.d.ts +3 -0
  229. package/models/operations/liststatements.d.ts.map +1 -1
  230. package/models/operations/liststatements.js.map +1 -1
  231. package/models/operations/listsweeps.d.ts +3 -0
  232. package/models/operations/listsweeps.d.ts.map +1 -1
  233. package/models/operations/listsweeps.js.map +1 -1
  234. package/models/operations/listtickets.d.ts +3 -0
  235. package/models/operations/listtickets.d.ts.map +1 -1
  236. package/models/operations/listtickets.js.map +1 -1
  237. package/models/operations/listtransfers.d.ts +13 -0
  238. package/models/operations/listtransfers.d.ts.map +1 -1
  239. package/models/operations/listtransfers.js +4 -0
  240. package/models/operations/listtransfers.js.map +1 -1
  241. package/models/operations/listwallets.d.ts +3 -0
  242. package/models/operations/listwallets.d.ts.map +1 -1
  243. package/models/operations/listwallets.js.map +1 -1
  244. package/models/operations/listwallettransactions.d.ts +3 -0
  245. package/models/operations/listwallettransactions.d.ts.map +1 -1
  246. package/models/operations/listwallettransactions.js.map +1 -1
  247. package/models/operations/retrievefees.d.ts +3 -0
  248. package/models/operations/retrievefees.d.ts.map +1 -1
  249. package/models/operations/retrievefees.js.map +1 -1
  250. package/package.json +1 -1
  251. package/sdk/cardissuing.d.ts +1 -1
  252. package/sdk/cardissuing.js +1 -1
  253. package/sdk/images.d.ts +1 -1
  254. package/sdk/images.js +1 -1
  255. package/sdk/institutions.d.ts +1 -1
  256. package/sdk/institutions.js +1 -1
  257. package/sdk/transfers.d.ts +6 -0
  258. package/sdk/transfers.d.ts.map +1 -1
  259. package/sdk/transfers.js +6 -0
  260. package/sdk/transfers.js.map +1 -1
  261. package/src/funcs/cardIssuingGetFull.ts +1 -1
  262. package/src/funcs/imagesUpload.ts +1 -1
  263. package/src/funcs/institutionsSearch.ts +1 -1
  264. package/src/funcs/issuingTransactionsList.ts +1 -0
  265. package/src/funcs/transfersCreateCancellation.ts +6 -1
  266. package/src/funcs/transfersCreateReversal.ts +3 -0
  267. package/src/funcs/transfersList.ts +2 -0
  268. package/src/funcs/transfersListCancellations.ts +1 -1
  269. package/src/funcs/transfersListRefunds.ts +1 -1
  270. package/src/lib/config.ts +3 -3
  271. package/src/lib/encodings.ts +58 -23
  272. package/src/mcp-server/mcp-server.ts +1 -1
  273. package/src/mcp-server/server.ts +1 -1
  274. package/src/mcp-server/tools/avatarsGet.ts +1 -1
  275. package/src/mcp-server/tools/cardIssuingGetFull.ts +1 -1
  276. package/src/mcp-server/tools/enrichedAddressGet.ts +1 -1
  277. package/src/mcp-server/tools/enrichedProfileGet.ts +1 -1
  278. package/src/mcp-server/tools/imagesUpload.ts +1 -1
  279. package/src/mcp-server/tools/institutionsSearch.ts +2 -2
  280. package/src/mcp-server/tools/transfersCreateCancellation.ts +3 -0
  281. package/src/mcp-server/tools/transfersCreateReversal.ts +4 -1
  282. package/src/mcp-server/tools/transfersListCancellations.ts +1 -1
  283. package/src/models/components/adjustmentfees.ts +72 -0
  284. package/src/models/components/applicationscope.ts +1 -1
  285. package/src/models/components/billingadjustment.ts +77 -0
  286. package/src/models/components/billingsummary.ts +34 -19
  287. package/src/models/components/cancellation.ts +3 -0
  288. package/src/models/components/createdtransfer.ts +21 -0
  289. package/src/models/components/createfeeplanagreement.ts +18 -1
  290. package/src/models/components/createpaymentlink.ts +3 -0
  291. package/src/models/components/createrefund.ts +2 -2
  292. package/src/models/components/createreversal.ts +6 -1
  293. package/src/models/components/facilitatorfee.ts +2 -2
  294. package/src/models/components/feeplanagreement.ts +17 -0
  295. package/src/models/components/fullissuedcard.ts +4 -0
  296. package/src/models/components/index.ts +3 -0
  297. package/src/models/components/issuedcard.ts +4 -0
  298. package/src/models/components/issuedcardstate.ts +3 -0
  299. package/src/models/components/issuingcontrols.ts +3 -0
  300. package/src/models/components/partnerpricingagreement.ts +19 -2
  301. package/src/models/components/paymentlink.ts +3 -0
  302. package/src/models/components/paymentlinkpayoutdetails.ts +4 -6
  303. package/src/models/components/paymentlinkpayoutdetailsupdate.ts +4 -6
  304. package/src/models/components/paymentmethodswallet.ts +1 -0
  305. package/src/models/components/pushoptions.ts +4 -6
  306. package/src/models/components/pushoptionsupdate.ts +4 -6
  307. package/src/models/components/requestcard.ts +3 -0
  308. package/src/models/components/requirementid.ts +14 -0
  309. package/src/models/components/reversedwithcancellation.ts +3 -0
  310. package/src/models/components/statement.ts +13 -0
  311. package/src/models/components/sweepconfig.ts +2 -2
  312. package/src/models/components/sweepconfigpaymentmethod.ts +1 -1
  313. package/src/models/components/transfer.ts +21 -0
  314. package/src/models/components/transfercapture.ts +62 -0
  315. package/src/models/components/transferpaymentmethodswallet.ts +1 -0
  316. package/src/models/components/updateissuedcard.ts +2 -0
  317. package/src/models/components/updateissuedcardstate.ts +6 -0
  318. package/src/models/components/updatepaymentlink.ts +3 -0
  319. package/src/models/components/wallet.ts +1 -0
  320. package/src/models/components/wallettype.ts +3 -0
  321. package/src/models/components/webhookdatatransferstatus.ts +3 -0
  322. package/src/models/errors/transfer.ts +28 -0
  323. package/src/models/operations/listaccounts.ts +3 -0
  324. package/src/models/operations/listconnectedaccountsforaccount.ts +3 -0
  325. package/src/models/operations/listdisputes.ts +3 -0
  326. package/src/models/operations/listfeeplanagreements.ts +3 -0
  327. package/src/models/operations/listfeerevenue.ts +3 -0
  328. package/src/models/operations/listinvoices.ts +3 -0
  329. package/src/models/operations/listissuedcardauthorizationevents.ts +3 -0
  330. package/src/models/operations/listissuedcardauthorizations.ts +3 -0
  331. package/src/models/operations/listissuedcards.ts +3 -0
  332. package/src/models/operations/listissuedcardtransactions.ts +10 -0
  333. package/src/models/operations/listpartnerpricingagreements.ts +3 -0
  334. package/src/models/operations/listpaymentlinks.ts +3 -0
  335. package/src/models/operations/listproducts.ts +3 -0
  336. package/src/models/operations/listresidualfees.ts +3 -0
  337. package/src/models/operations/listresiduals.ts +3 -0
  338. package/src/models/operations/listschedules.ts +3 -0
  339. package/src/models/operations/liststatements.ts +3 -0
  340. package/src/models/operations/listsweeps.ts +3 -0
  341. package/src/models/operations/listtickets.ts +3 -0
  342. package/src/models/operations/listtransfers.ts +17 -0
  343. package/src/models/operations/listwallets.ts +3 -0
  344. package/src/models/operations/listwallettransactions.ts +3 -0
  345. package/src/models/operations/retrievefees.ts +3 -0
  346. package/src/sdk/cardissuing.ts +1 -1
  347. package/src/sdk/images.ts +1 -1
  348. package/src/sdk/institutions.ts +1 -1
  349. package/src/sdk/transfers.ts +6 -0
@@ -129,6 +129,9 @@ export type PaymentLink = {
129
129
  * Options for payment links used to collect payment.
130
130
  */
131
131
  payment?: PaymentLinkPaymentDetails | undefined;
132
+ /**
133
+ * Options for payout links used to send a payout.
134
+ */
132
135
  payout?: PaymentLinkPayoutDetails | undefined;
133
136
  /**
134
137
  * An optional collection of line items for a payment link.
@@ -24,6 +24,9 @@ import {
24
24
  PushOptions$outboundSchema,
25
25
  } from "./pushoptions.js";
26
26
 
27
+ /**
28
+ * Options for payout links used to send a payout.
29
+ */
27
30
  export type PaymentLinkPayoutDetails = {
28
31
  /**
29
32
  * A list of payment methods that should be supported for this payment link.
@@ -43,12 +46,7 @@ export type PaymentLinkPayoutDetails = {
43
46
  */
44
47
  metadata?: { [k: string]: string } | undefined;
45
48
  /**
46
- * Delivery options for push-to-card payouts. Only applies when `allowedMethods` includes `push-to-card`.
47
- *
48
- * @remarks
49
- *
50
- * The `deferred` speed and `deferredBy` apply to `push-to-card` only. Other push methods
51
- * (`push-to-apple-pay`, `push-to-google-pay`) are always delivered instantly regardless of these options.
49
+ * Delivery options for `push-to-card` and `push-to-apple-pay` payouts.
52
50
  */
53
51
  pushOptions?: PushOptions | undefined;
54
52
  };
@@ -24,6 +24,9 @@ import {
24
24
  PushOptionsUpdate$outboundSchema,
25
25
  } from "./pushoptionsupdate.js";
26
26
 
27
+ /**
28
+ * Options for payout links used to send a payout.
29
+ */
27
30
  export type PaymentLinkPayoutDetailsUpdate = {
28
31
  /**
29
32
  * A list of payment methods that should be supported for this payment link.
@@ -43,12 +46,7 @@ export type PaymentLinkPayoutDetailsUpdate = {
43
46
  */
44
47
  metadata?: { [k: string]: string } | undefined;
45
48
  /**
46
- * Delivery options for push-to-card payouts. Only applies when `allowedMethods` includes `push-to-card`.
47
- *
48
- * @remarks
49
- *
50
- * The `deferred` speed and `deferredBy` apply to `push-to-card` only. Other push methods
51
- * (`push-to-apple-pay`, `push-to-google-pay`) are always delivered instantly regardless of these options.
49
+ * Delivery options for `push-to-card` and `push-to-apple-pay` payouts.
52
50
  */
53
51
  pushOptions?: PushOptionsUpdate | undefined;
54
52
  };
@@ -21,6 +21,7 @@ export type PaymentMethodsWallet = {
21
21
  * @remarks
22
22
  * - `default`: The system-generated wallet automatically created when an account is granted the wallet capability.
23
23
  * - `general`: An additional, user-defined wallet created via API or Dashboard.
24
+ * - `card-issuing`: The system-generated wallet automatically created when an account is granted the card-issuing capability.
24
25
  */
25
26
  walletType: WalletType;
26
27
  };
@@ -12,19 +12,17 @@ import {
12
12
  PushDeliverySpeed$outboundSchema,
13
13
  } from "./pushdeliveryspeed.js";
14
14
 
15
- /**
16
- * Delivery options for push-to-card payouts.
17
- */
18
15
  export type PushOptions = {
19
16
  /**
20
- * Delivery speeds the recipient may choose from for `push-to-card`. Include `instant` to allow immediate
17
+ * Delivery speeds the recipient may choose from for `push-to-card` and `push-to-apple-pay`.
21
18
  *
22
19
  * @remarks
23
- * delivery, `deferred` to allow delayed delivery, or both to let the recipient choose at checkout.
20
+ * Include `instant` to allow immediate delivery, `deferred` to allow delayed delivery, or both
21
+ * to let the recipient choose at checkout.
24
22
  */
25
23
  allowedSpeeds: Array<PushDeliverySpeed>;
26
24
  /**
27
- * Delay before delivering a deferred `push-to-card` payout. Required when `allowedSpeeds` includes `deferred`.
25
+ * Delay before delivering a deferred payout. Required when `allowedSpeeds` includes `deferred`.
28
26
  *
29
27
  * @remarks
30
28
  * Accepted values are `24h` or `48h`.
@@ -12,19 +12,17 @@ import {
12
12
  PushDeliverySpeed$outboundSchema,
13
13
  } from "./pushdeliveryspeed.js";
14
14
 
15
- /**
16
- * Delivery options for push-to-card payouts.
17
- */
18
15
  export type PushOptionsUpdate = {
19
16
  /**
20
- * Delivery speeds the recipient may choose from for `push-to-card`. Include `instant` to allow immediate
17
+ * Delivery speeds the recipient may choose from for `push-to-card` and `push-to-apple-pay`.
21
18
  *
22
19
  * @remarks
23
- * delivery, `deferred` to allow delayed delivery, or both to let the recipient choose at checkout.
20
+ * Include `instant` to allow immediate delivery, `deferred` to allow delayed delivery, or both
21
+ * to let the recipient choose at checkout.
24
22
  */
25
23
  allowedSpeeds?: Array<PushDeliverySpeed> | undefined;
26
24
  /**
27
- * Delay before delivering a deferred `push-to-card` payout. Required when `allowedSpeeds` includes `deferred`.
25
+ * Delay before delivering a deferred payout. Required when `allowedSpeeds` includes `deferred`.
28
26
  *
29
27
  * @remarks
30
28
  * Accepted values are `24h` or `48h`.
@@ -37,6 +37,9 @@ export type RequestCard = {
37
37
  * The expiration date of the card or token.
38
38
  */
39
39
  expiration?: CardExpiration | undefined;
40
+ /**
41
+ * Mutable spend controls for the card.
42
+ */
40
43
  controls?: IssuingControls | undefined;
41
44
  };
42
45
 
@@ -143,6 +143,20 @@ export const RequirementID = {
143
143
  "underwriting.sendFunds.pushToCard.fulfillment",
144
144
  UnderwritingSendFundsPushToCardRefundPolicy:
145
145
  "underwriting.sendFunds.pushToCard.refundPolicy",
146
+ UnderwritingSendFundsInstantBankCardAcceptanceMethods:
147
+ "underwriting.sendFunds.instantBank.cardAcceptanceMethods",
148
+ UnderwritingSendFundsInstantBankCurrentlyAcceptsCards:
149
+ "underwriting.sendFunds.instantBank.currentlyAcceptsCards",
150
+ UnderwritingSendFundsInstantBankEstimatedActivityAverageTransactionAmount:
151
+ "underwriting.sendFunds.instantBank.estimatedActivity.averageTransactionAmount",
152
+ UnderwritingSendFundsInstantBankEstimatedActivityMaximumTransactionAmount:
153
+ "underwriting.sendFunds.instantBank.estimatedActivity.maximumTransactionAmount",
154
+ UnderwritingSendFundsInstantBankEstimatedActivityMonthlyVolumeRange:
155
+ "underwriting.sendFunds.instantBank.estimatedActivity.monthlyVolumeRange",
156
+ UnderwritingSendFundsInstantBankFulfillment:
157
+ "underwriting.sendFunds.instantBank.fulfillment",
158
+ UnderwritingSendFundsInstantBankRefundPolicy:
159
+ "underwriting.sendFunds.instantBank.refundPolicy",
146
160
  UnderwritingMoneyTransferPullFromCardCardAcceptanceMethods:
147
161
  "underwriting.moneyTransfer.pullFromCard.cardAcceptanceMethods",
148
162
  UnderwritingMoneyTransferPullFromCardCurrentlyAcceptsCards:
@@ -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
 
@@ -18,6 +18,12 @@ import {
18
18
  ACHFees$Outbound,
19
19
  ACHFees$outboundSchema,
20
20
  } from "./achfees.js";
21
+ import {
22
+ AdjustmentFees,
23
+ AdjustmentFees$inboundSchema,
24
+ AdjustmentFees$Outbound,
25
+ AdjustmentFees$outboundSchema,
26
+ } from "./adjustmentfees.js";
21
27
  import {
22
28
  BillingSummary,
23
29
  BillingSummary$inboundSchema,
@@ -121,6 +127,10 @@ export type Statement = {
121
127
  * Monthly partner costs that are charged separately and not included in residual subtotal (e.g. platform fees, minimums).
122
128
  */
123
129
  partnerFees?: PartnerFees | undefined;
130
+ /**
131
+ * A detailed breakdown of adjustment (correction) fees by fee name.
132
+ */
133
+ adjustments?: AdjustmentFees | undefined;
124
134
  /**
125
135
  * The date and time the statement was created.
126
136
  */
@@ -156,6 +166,7 @@ export const Statement$inboundSchema: z.ZodType<
156
166
  accountFees: AccountFees$inboundSchema.optional(),
157
167
  otherCardFees: OtherCardFees$inboundSchema.optional(),
158
168
  partnerFees: PartnerFees$inboundSchema.optional(),
169
+ adjustments: AdjustmentFees$inboundSchema.optional(),
159
170
  createdOn: z.string().datetime({ offset: true }).transform(v => new Date(v)),
160
171
  updatedOn: z.string().datetime({ offset: true }).transform(v => new Date(v)),
161
172
  });
@@ -176,6 +187,7 @@ export type Statement$Outbound = {
176
187
  accountFees?: AccountFees$Outbound | undefined;
177
188
  otherCardFees?: OtherCardFees$Outbound | undefined;
178
189
  partnerFees?: PartnerFees$Outbound | undefined;
190
+ adjustments?: AdjustmentFees$Outbound | undefined;
179
191
  createdOn: string;
180
192
  updatedOn: string;
181
193
  };
@@ -201,6 +213,7 @@ export const Statement$outboundSchema: z.ZodType<
201
213
  accountFees: AccountFees$outboundSchema.optional(),
202
214
  otherCardFees: OtherCardFees$outboundSchema.optional(),
203
215
  partnerFees: PartnerFees$outboundSchema.optional(),
216
+ adjustments: AdjustmentFees$outboundSchema.optional(),
204
217
  createdOn: z.date().transform(v => v.toISOString()),
205
218
  updatedOn: z.date().transform(v => v.toISOString()),
206
219
  });
@@ -26,14 +26,14 @@ export type SweepConfig = {
26
26
  * The payment method used to push or pull funds to a bank account.
27
27
  *
28
28
  * @remarks
29
- * 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.
29
+ * 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.
30
30
  */
31
31
  pushPaymentMethod: SweepConfigPaymentMethod;
32
32
  /**
33
33
  * The payment method used to push or pull funds to a bank account.
34
34
  *
35
35
  * @remarks
36
- * 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.
36
+ * 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.
37
37
  */
38
38
  pullPaymentMethod: SweepConfigPaymentMethod;
39
39
  /**
@@ -11,7 +11,7 @@ import { SDKValidationError } from "../errors/sdkvalidationerror.js";
11
11
  * The payment method used to push or pull funds to a bank account.
12
12
  *
13
13
  * @remarks
14
- * 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.
14
+ * 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.
15
15
  */
16
16
  export type SweepConfigPaymentMethod = {
17
17
  /**
@@ -54,6 +54,12 @@ import {
54
54
  TransferAmountDetails$Outbound,
55
55
  TransferAmountDetails$outboundSchema,
56
56
  } from "./transferamountdetails.js";
57
+ import {
58
+ TransferCapture,
59
+ TransferCapture$inboundSchema,
60
+ TransferCapture$Outbound,
61
+ TransferCapture$outboundSchema,
62
+ } from "./transfercapture.js";
57
63
  import {
58
64
  TransferDestination,
59
65
  TransferDestination$inboundSchema,
@@ -100,6 +106,14 @@ export type Transfer = {
100
106
  * Reason for a transfer's failure.
101
107
  */
102
108
  failureReason?: TransferFailureReason | undefined;
109
+ /**
110
+ * Amount associated with this transfer.
111
+ *
112
+ * @remarks
113
+ * In v2026.10 and later, an auth-capture `card-payment` transfer reports the approved authorization amount until a final capture is created.
114
+ * For these transfers, when a final capture is created, this is updated to the cumulative captured amount.
115
+ * For other transfer types, this is the transfer amount.
116
+ */
103
117
  amount: Amount;
104
118
  /**
105
119
  * An optional description of the transfer that is used on receipts and for your own internal use.
@@ -159,6 +173,10 @@ export type Transfer = {
159
173
  */
160
174
  invoiceID?: string | undefined;
161
175
  amountDetails?: TransferAmountDetails | undefined;
176
+ /**
177
+ * The card authorization and capture IDs associated with a transfer.
178
+ */
179
+ capture?: TransferCapture | undefined;
162
180
  };
163
181
 
164
182
  /** @internal */
@@ -198,6 +216,7 @@ export const Transfer$inboundSchema: z.ZodType<
198
216
  lineItems: TransferLineItems$inboundSchema.optional(),
199
217
  invoiceID: z.string().optional(),
200
218
  amountDetails: TransferAmountDetails$inboundSchema.optional(),
219
+ capture: TransferCapture$inboundSchema.optional(),
201
220
  });
202
221
  /** @internal */
203
222
  export type Transfer$Outbound = {
@@ -231,6 +250,7 @@ export type Transfer$Outbound = {
231
250
  lineItems?: TransferLineItems$Outbound | undefined;
232
251
  invoiceID?: string | undefined;
233
252
  amountDetails?: TransferAmountDetails$Outbound | undefined;
253
+ capture?: TransferCapture$Outbound | undefined;
234
254
  };
235
255
 
236
256
  /** @internal */
@@ -269,6 +289,7 @@ export const Transfer$outboundSchema: z.ZodType<
269
289
  lineItems: TransferLineItems$outboundSchema.optional(),
270
290
  invoiceID: z.string().optional(),
271
291
  amountDetails: TransferAmountDetails$outboundSchema.optional(),
292
+ capture: TransferCapture$outboundSchema.optional(),
272
293
  });
273
294
 
274
295
  export function transferToJSON(transfer: Transfer): string {
@@ -0,0 +1,62 @@
1
+ /*
2
+ * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
3
+ */
4
+
5
+ import * as z from "zod/v3";
6
+ import { safeParse } from "../../lib/schemas.js";
7
+ import { Result as SafeParseResult } from "../../types/fp.js";
8
+ import { SDKValidationError } from "../errors/sdkvalidationerror.js";
9
+
10
+ /**
11
+ * The card authorization and capture IDs associated with a transfer.
12
+ */
13
+ export type TransferCapture = {
14
+ /**
15
+ * ID of the card authorization associated with this transfer.
16
+ */
17
+ authorizationID: string;
18
+ /**
19
+ * ID of the card capture associated with this transfer.
20
+ */
21
+ captureID: string;
22
+ };
23
+
24
+ /** @internal */
25
+ export const TransferCapture$inboundSchema: z.ZodType<
26
+ TransferCapture,
27
+ z.ZodTypeDef,
28
+ unknown
29
+ > = z.object({
30
+ authorizationID: z.string(),
31
+ captureID: z.string(),
32
+ });
33
+ /** @internal */
34
+ export type TransferCapture$Outbound = {
35
+ authorizationID: string;
36
+ captureID: string;
37
+ };
38
+
39
+ /** @internal */
40
+ export const TransferCapture$outboundSchema: z.ZodType<
41
+ TransferCapture$Outbound,
42
+ z.ZodTypeDef,
43
+ TransferCapture
44
+ > = z.object({
45
+ authorizationID: z.string(),
46
+ captureID: z.string(),
47
+ });
48
+
49
+ export function transferCaptureToJSON(
50
+ transferCapture: TransferCapture,
51
+ ): string {
52
+ return JSON.stringify(TransferCapture$outboundSchema.parse(transferCapture));
53
+ }
54
+ export function transferCaptureFromJSON(
55
+ jsonString: string,
56
+ ): SafeParseResult<TransferCapture, SDKValidationError> {
57
+ return safeParse(
58
+ jsonString,
59
+ (x) => TransferCapture$inboundSchema.parse(JSON.parse(x)),
60
+ `Failed to parse 'TransferCapture' from JSON`,
61
+ );
62
+ }
@@ -21,6 +21,7 @@ export type TransferPaymentMethodsWallet = {
21
21
  * @remarks
22
22
  * - `default`: The system-generated wallet automatically created when an account is granted the wallet capability.
23
23
  * - `general`: An additional, user-defined wallet created via API or Dashboard.
24
+ * - `card-issuing`: The system-generated wallet automatically created when an account is granted the card-issuing capability.
24
25
  */
25
26
  walletType: WalletType;
26
27
  };
@@ -26,6 +26,8 @@ export type UpdateIssuedCard = {
26
26
  * Updates the state of a Moov issued card.
27
27
  *
28
28
  * @remarks
29
+ * - `active`: Reactivates a frozen card so it can approve authorizations again.
30
+ * - `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.
29
31
  * - `closed`: The card is permanently deactivated and cannot approve authorizations. A card can be closed by request or when it expires.
30
32
  */
31
33
  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>;
@@ -56,6 +56,9 @@ export type UpdatePaymentLink = {
56
56
  * Options for payment links used to collect payment.
57
57
  */
58
58
  payment?: PaymentLinkPaymentDetailsUpdate | undefined;
59
+ /**
60
+ * Options for payout links used to send a payout.
61
+ */
59
62
  payout?: PaymentLinkPayoutDetailsUpdate | undefined;
60
63
  /**
61
64
  * An optional collection of line items for a payment link.
@@ -48,6 +48,7 @@ export type Wallet = {
48
48
  * @remarks
49
49
  * - `default`: The system-generated wallet automatically created when an account is granted the wallet capability.
50
50
  * - `general`: An additional, user-defined wallet created via API or Dashboard.
51
+ * - `card-issuing`: The system-generated wallet automatically created when an account is granted the card-issuing capability.
51
52
  */
52
53
  walletType: WalletType;
53
54
  /**
@@ -11,10 +11,12 @@ import { ClosedEnum } from "../../types/enums.js";
11
11
  * @remarks
12
12
  * - `default`: The system-generated wallet automatically created when an account is granted the wallet capability.
13
13
  * - `general`: An additional, user-defined wallet created via API or Dashboard.
14
+ * - `card-issuing`: The system-generated wallet automatically created when an account is granted the card-issuing capability.
14
15
  */
15
16
  export const WalletType = {
16
17
  Default: "default",
17
18
  General: "general",
19
+ CardIssuing: "card-issuing",
18
20
  } as const;
19
21
  /**
20
22
  * Type of a wallet.
@@ -22,6 +24,7 @@ export const WalletType = {
22
24
  * @remarks
23
25
  * - `default`: The system-generated wallet automatically created when an account is granted the wallet capability.
24
26
  * - `general`: An additional, user-defined wallet created via API or Dashboard.
27
+ * - `card-issuing`: The system-generated wallet automatically created when an account is granted the card-issuing capability.
25
28
  */
26
29
  export type WalletType = ClosedEnum<typeof WalletType>;
27
30
 
@@ -28,8 +28,11 @@ export const WebhookDataTransferStatus = {
28
28
  DestinationReturned: "destination.returned",
29
29
  DestinationOriginated: "destination.originated",
30
30
  DestinationConfirmed: "destination.confirmed",
31
+ DestinationSettled: "destination.settled",
31
32
  DestinationFailed: "destination.failed",
33
+ DestinationCanceled: "destination.canceled",
32
34
  DestinationAcceptedWithoutPosting: "destination.accepted-without-posting",
35
+ DestinationDeferred: "destination.deferred",
33
36
  } as const;
34
37
  export type WebhookDataTransferStatus = ClosedEnum<
35
38
  typeof WebhookDataTransferStatus
@@ -23,6 +23,14 @@ export type TransferData = {
23
23
  * Reason for a transfer's failure.
24
24
  */
25
25
  failureReason?: components.TransferFailureReason | undefined;
26
+ /**
27
+ * Amount associated with this transfer.
28
+ *
29
+ * @remarks
30
+ * In v2026.10 and later, an auth-capture `card-payment` transfer reports the approved authorization amount until a final capture is created.
31
+ * For these transfers, when a final capture is created, this is updated to the cumulative captured amount.
32
+ * For other transfer types, this is the transfer amount.
33
+ */
26
34
  amount: components.Amount;
27
35
  /**
28
36
  * An optional description of the transfer that is used on receipts and for your own internal use.
@@ -82,6 +90,10 @@ export type TransferData = {
82
90
  */
83
91
  invoiceID?: string | undefined;
84
92
  amountDetails?: components.TransferAmountDetails | undefined;
93
+ /**
94
+ * The card authorization and capture IDs associated with a transfer.
95
+ */
96
+ capture?: components.TransferCapture | undefined;
85
97
  };
86
98
 
87
99
  /**
@@ -101,6 +113,14 @@ export class Transfer extends MoovError {
101
113
  * Reason for a transfer's failure.
102
114
  */
103
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
+ */
104
124
  amount: components.Amount;
105
125
  /**
106
126
  * An optional description of the transfer that is used on receipts and for your own internal use.
@@ -160,6 +180,10 @@ export class Transfer extends MoovError {
160
180
  */
161
181
  invoiceID?: string | undefined;
162
182
  amountDetails?: components.TransferAmountDetails | undefined;
183
+ /**
184
+ * The card authorization and capture IDs associated with a transfer.
185
+ */
186
+ capture?: components.TransferCapture | undefined;
163
187
 
164
188
  /** The original data that was passed to this error instance. */
165
189
  data$: TransferData;
@@ -203,6 +227,7 @@ export class Transfer extends MoovError {
203
227
  if (err.lineItems != null) this.lineItems = err.lineItems;
204
228
  if (err.invoiceID != null) this.invoiceID = err.invoiceID;
205
229
  if (err.amountDetails != null) this.amountDetails = err.amountDetails;
230
+ if (err.capture != null) this.capture = err.capture;
206
231
 
207
232
  this.name = "Transfer";
208
233
  }
@@ -245,6 +270,7 @@ export const Transfer$inboundSchema: z.ZodType<
245
270
  lineItems: components.TransferLineItems$inboundSchema.optional(),
246
271
  invoiceID: z.string().optional(),
247
272
  amountDetails: components.TransferAmountDetails$inboundSchema.optional(),
273
+ capture: components.TransferCapture$inboundSchema.optional(),
248
274
  request$: z.instanceof(Request),
249
275
  response$: z.instanceof(Response),
250
276
  body$: z.string(),
@@ -289,6 +315,7 @@ export type Transfer$Outbound = {
289
315
  lineItems?: components.TransferLineItems$Outbound | undefined;
290
316
  invoiceID?: string | undefined;
291
317
  amountDetails?: components.TransferAmountDetails$Outbound | undefined;
318
+ capture?: components.TransferCapture$Outbound | undefined;
292
319
  };
293
320
 
294
321
  /** @internal */
@@ -330,4 +357,5 @@ export const Transfer$outboundSchema: z.ZodType<
330
357
  lineItems: components.TransferLineItems$outboundSchema.optional(),
331
358
  invoiceID: z.string().optional(),
332
359
  amountDetails: components.TransferAmountDetails$outboundSchema.optional(),
360
+ capture: components.TransferCapture$outboundSchema.optional(),
333
361
  }));
@@ -66,6 +66,9 @@ export type ListAccountsRequest = {
66
66
  */
67
67
  capabilityStatus?: components.CapabilityStatus | undefined;
68
68
  skip?: number | undefined;
69
+ /**
70
+ * Page size. When omitted, the server defaults to `200`.
71
+ */
69
72
  count?: number | undefined;
70
73
  };
71
74
 
@@ -67,6 +67,9 @@ export type ListConnectedAccountsForAccountRequest = {
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
 
@@ -12,6 +12,9 @@ import { SDKValidationError } from "../errors/sdkvalidationerror.js";
12
12
  export type ListDisputesRequest = {
13
13
  accountID: string;
14
14
  skip?: number | undefined;
15
+ /**
16
+ * Page size. When omitted, the server defaults to `200`.
17
+ */
15
18
  count?: number | undefined;
16
19
  /**
17
20
  * Optional date-time parameter to filter all disputes created on and after the provided date and time.
@@ -11,6 +11,9 @@ import { SDKValidationError } from "../errors/sdkvalidationerror.js";
11
11
 
12
12
  export type ListFeePlanAgreementsRequest = {
13
13
  skip?: number | undefined;
14
+ /**
15
+ * Page size. When omitted, the server defaults to `200`.
16
+ */
14
17
  count?: number | undefined;
15
18
  accountID: string;
16
19
  /**
@@ -11,6 +11,9 @@ import { SDKValidationError } from "../errors/sdkvalidationerror.js";
11
11
 
12
12
  export type ListFeeRevenueRequest = {
13
13
  skip?: number | undefined;
14
+ /**
15
+ * Page size. When omitted, the server defaults to `200`.
16
+ */
14
17
  count?: number | undefined;
15
18
  /**
16
19
  * The Partner's AccountID.
@@ -11,6 +11,9 @@ import { SDKValidationError } from "../errors/sdkvalidationerror.js";
11
11
 
12
12
  export type ListInvoicesRequest = {
13
13
  skip?: number | undefined;
14
+ /**
15
+ * Page size. When omitted, the server defaults to `200`.
16
+ */
14
17
  count?: number | undefined;
15
18
  status?: components.InvoiceStatus | undefined;
16
19
  customerAccountID?: string | undefined;
@@ -16,6 +16,9 @@ export type ListIssuedCardAuthorizationEventsRequest = {
16
16
  accountID: string;
17
17
  authorizationID: string;
18
18
  skip?: number | undefined;
19
+ /**
20
+ * Page size. When omitted, the server defaults to `200`.
21
+ */
19
22
  count?: number | undefined;
20
23
  };
21
24
 
@@ -15,6 +15,9 @@ export type ListIssuedCardAuthorizationsRequest = {
15
15
  */
16
16
  accountID: string;
17
17
  skip?: number | undefined;
18
+ /**
19
+ * Page size. When omitted, the server defaults to `200`.
20
+ */
18
21
  count?: number | undefined;
19
22
  /**
20
23
  * Optional ID of the issued card to filter results.
@@ -15,6 +15,9 @@ export type ListIssuedCardsRequest = {
15
15
  */
16
16
  accountID: string;
17
17
  skip?: number | undefined;
18
+ /**
19
+ * Page size. When omitted, the server defaults to `200`.
20
+ */
18
21
  count?: number | undefined;
19
22
  /**
20
23
  * Optional, comma-separated states to filter the Moov list issued cards response. For example `active,closed`