@moovio/sdk 26.5.1 → 26.5.3

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 (321) hide show
  1. package/README.md +91 -87
  2. package/bin/mcp-server.js +635 -326
  3. package/bin/mcp-server.js.map +74 -71
  4. package/funcs/accountsCreate.d.ts +8 -10
  5. package/funcs/accountsCreate.d.ts.map +1 -1
  6. package/funcs/accountsCreate.js +8 -10
  7. package/funcs/accountsCreate.js.map +1 -1
  8. package/funcs/bankAccountsLink.d.ts +1 -1
  9. package/funcs/bankAccountsLink.js +1 -1
  10. package/funcs/capabilitiesDisable.d.ts +1 -1
  11. package/funcs/capabilitiesDisable.js +1 -1
  12. package/funcs/capabilitiesGet.d.ts +1 -1
  13. package/funcs/capabilitiesGet.js +1 -1
  14. package/funcs/capabilitiesList.d.ts +1 -1
  15. package/funcs/capabilitiesList.js +1 -1
  16. package/funcs/capabilitiesRequest.d.ts +1 -1
  17. package/funcs/capabilitiesRequest.js +1 -1
  18. package/funcs/cardIssuingGet.js +1 -1
  19. package/funcs/cardIssuingGet.js.map +1 -1
  20. package/funcs/cardIssuingGetFull.js +1 -1
  21. package/funcs/cardIssuingGetFull.js.map +1 -1
  22. package/funcs/cardIssuingList.js +1 -1
  23. package/funcs/cardIssuingList.js.map +1 -1
  24. package/funcs/cardIssuingRequest.js +1 -1
  25. package/funcs/cardIssuingRequest.js.map +1 -1
  26. package/funcs/cardIssuingUpdate.js +1 -1
  27. package/funcs/cardIssuingUpdate.js.map +1 -1
  28. package/funcs/transfersListCancellations.d.ts +17 -0
  29. package/funcs/transfersListCancellations.d.ts.map +1 -0
  30. package/funcs/transfersListCancellations.js +129 -0
  31. package/funcs/transfersListCancellations.js.map +1 -0
  32. package/hooks/types.d.ts +1 -0
  33. package/hooks/types.d.ts.map +1 -1
  34. package/jsr.json +1 -1
  35. package/lib/config.d.ts +3 -3
  36. package/lib/config.js +3 -3
  37. package/lib/encodings.js +12 -12
  38. package/lib/encodings.js.map +1 -1
  39. package/lib/matchers.js +3 -3
  40. package/lib/matchers.js.map +1 -1
  41. package/lib/primitives.d.ts +1 -0
  42. package/lib/primitives.d.ts.map +1 -1
  43. package/lib/primitives.js +18 -0
  44. package/lib/primitives.js.map +1 -1
  45. package/lib/retries.js +7 -0
  46. package/lib/retries.js.map +1 -1
  47. package/lib/sdks.d.ts.map +1 -1
  48. package/lib/sdks.js +50 -16
  49. package/lib/sdks.js.map +1 -1
  50. package/mcp-server/mcp-server.js +1 -1
  51. package/mcp-server/server.d.ts.map +1 -1
  52. package/mcp-server/server.js +3 -1
  53. package/mcp-server/server.js.map +1 -1
  54. package/mcp-server/tools/accountsCreate.d.ts.map +1 -1
  55. package/mcp-server/tools/accountsCreate.js +8 -10
  56. package/mcp-server/tools/accountsCreate.js.map +1 -1
  57. package/mcp-server/tools/bankAccountsLink.js +1 -1
  58. package/mcp-server/tools/capabilitiesDisable.js +1 -1
  59. package/mcp-server/tools/capabilitiesGet.js +1 -1
  60. package/mcp-server/tools/capabilitiesList.js +1 -1
  61. package/mcp-server/tools/capabilitiesRequest.js +1 -1
  62. package/mcp-server/tools/transfersListCancellations.d.ts +8 -0
  63. package/mcp-server/tools/transfersListCancellations.d.ts.map +1 -0
  64. package/mcp-server/tools/transfersListCancellations.js +65 -0
  65. package/mcp-server/tools/transfersListCancellations.js.map +1 -0
  66. package/models/components/addcapabilities.d.ts +9 -0
  67. package/models/components/addcapabilities.d.ts.map +1 -1
  68. package/models/components/addcapabilities.js.map +1 -1
  69. package/models/components/capability.d.ts +7 -1
  70. package/models/components/capability.d.ts.map +1 -1
  71. package/models/components/capability.js.map +1 -1
  72. package/models/components/capabilityid.d.ts +15 -2
  73. package/models/components/capabilityid.d.ts.map +1 -1
  74. package/models/components/capabilityid.js +8 -1
  75. package/models/components/capabilityid.js.map +1 -1
  76. package/models/components/cardtransactiondetails.d.ts +7 -0
  77. package/models/components/cardtransactiondetails.d.ts.map +1 -1
  78. package/models/components/cardtransactiondetails.js +5 -0
  79. package/models/components/cardtransactiondetails.js.map +1 -1
  80. package/models/components/cardtransactionstatus.d.ts +1 -0
  81. package/models/components/cardtransactionstatus.d.ts.map +1 -1
  82. package/models/components/cardtransactionstatus.js +1 -0
  83. package/models/components/cardtransactionstatus.js.map +1 -1
  84. package/models/components/createaccount.d.ts +9 -0
  85. package/models/components/createaccount.d.ts.map +1 -1
  86. package/models/components/createaccount.js.map +1 -1
  87. package/models/components/createpaymentlink.d.ts +3 -3
  88. package/models/components/createtransferdestinationcard.d.ts +5 -0
  89. package/models/components/createtransferdestinationcard.d.ts.map +1 -1
  90. package/models/components/createtransferdestinationcard.js +2 -0
  91. package/models/components/createtransferdestinationcard.js.map +1 -1
  92. package/models/components/fullissuedcard.d.ts +26 -12
  93. package/models/components/fullissuedcard.d.ts.map +1 -1
  94. package/models/components/fullissuedcard.js +11 -5
  95. package/models/components/fullissuedcard.js.map +1 -1
  96. package/models/components/index.d.ts +5 -4
  97. package/models/components/index.d.ts.map +1 -1
  98. package/models/components/index.js +5 -4
  99. package/models/components/index.js.map +1 -1
  100. package/models/components/invoice.d.ts +5 -0
  101. package/models/components/invoice.d.ts.map +1 -1
  102. package/models/components/invoice.js +2 -0
  103. package/models/components/invoice.js.map +1 -1
  104. package/models/components/issuedcard.d.ts +26 -12
  105. package/models/components/issuedcard.d.ts.map +1 -1
  106. package/models/components/issuedcard.js +11 -5
  107. package/models/components/issuedcard.js.map +1 -1
  108. package/models/components/issuedcardstate.d.ts +2 -8
  109. package/models/components/issuedcardstate.d.ts.map +1 -1
  110. package/models/components/issuedcardstate.js +1 -5
  111. package/models/components/issuedcardstate.js.map +1 -1
  112. package/models/components/manualtermsofservice.d.ts +1 -1
  113. package/models/components/manualtermsofserviceupdate.d.ts +1 -1
  114. package/models/components/onboardinginvite.d.ts +1 -1
  115. package/models/components/onboardinginviterequest.d.ts +1 -1
  116. package/models/components/patchtransfer.d.ts +3 -0
  117. package/models/components/patchtransfer.d.ts.map +1 -1
  118. package/models/components/patchtransfer.js.map +1 -1
  119. package/models/components/paymentlink.d.ts +2 -2
  120. package/models/components/paymentlinkpayoutdetails.d.ts +11 -0
  121. package/models/components/paymentlinkpayoutdetails.d.ts.map +1 -1
  122. package/models/components/paymentlinkpayoutdetails.js +3 -0
  123. package/models/components/paymentlinkpayoutdetails.js.map +1 -1
  124. package/models/components/paymentlinkpayoutdetailsupdate.d.ts +11 -0
  125. package/models/components/paymentlinkpayoutdetailsupdate.d.ts.map +1 -1
  126. package/models/components/paymentlinkpayoutdetailsupdate.js +3 -0
  127. package/models/components/paymentlinkpayoutdetailsupdate.js.map +1 -1
  128. package/models/components/payoutdetailserror.d.ts +3 -0
  129. package/models/components/payoutdetailserror.d.ts.map +1 -1
  130. package/models/components/payoutdetailserror.js +3 -0
  131. package/models/components/payoutdetailserror.js.map +1 -1
  132. package/models/components/pushdeliveryspeed.d.ts +18 -0
  133. package/models/components/pushdeliveryspeed.d.ts.map +1 -0
  134. package/models/components/pushdeliveryspeed.js +52 -0
  135. package/models/components/pushdeliveryspeed.js.map +1 -0
  136. package/models/components/pushoptions.d.ts +35 -0
  137. package/models/components/pushoptions.d.ts.map +1 -0
  138. package/models/components/{createauthorizeduser.js → pushoptions.js} +15 -17
  139. package/models/components/pushoptions.js.map +1 -0
  140. package/models/components/pushoptionserror.d.ts +19 -0
  141. package/models/components/pushoptionserror.d.ts.map +1 -0
  142. package/models/components/{authorizeduser.js → pushoptionserror.js} +14 -14
  143. package/models/components/pushoptionserror.js.map +1 -0
  144. package/models/components/pushoptionsupdate.d.ts +35 -0
  145. package/models/components/pushoptionsupdate.d.ts.map +1 -0
  146. package/models/components/{createauthorizedusererror.js → pushoptionsupdate.js} +15 -17
  147. package/models/components/pushoptionsupdate.js.map +1 -0
  148. package/models/components/requestcard.d.ts +14 -17
  149. package/models/components/requestcard.d.ts.map +1 -1
  150. package/models/components/requestcard.js +9 -10
  151. package/models/components/requestcard.js.map +1 -1
  152. package/models/components/termsofservice.d.ts +1 -1
  153. package/models/components/updateissuedcard.d.ts +33 -8
  154. package/models/components/updateissuedcard.d.ts.map +1 -1
  155. package/models/components/updateissuedcard.js +35 -6
  156. package/models/components/updateissuedcard.js.map +1 -1
  157. package/models/components/webhookdata.d.ts +3 -2
  158. package/models/components/webhookdata.d.ts.map +1 -1
  159. package/models/components/webhookdata.js +7 -4
  160. package/models/components/webhookdata.js.map +1 -1
  161. package/models/components/webhookdataauthorizationexpiring.d.ts +23 -0
  162. package/models/components/webhookdataauthorizationexpiring.d.ts.map +1 -0
  163. package/models/components/{createauthorizeduserupdate.js → webhookdataauthorizationexpiring.js} +18 -17
  164. package/models/components/webhookdataauthorizationexpiring.js.map +1 -0
  165. package/models/components/webhookdatacapabilityrequested.d.ts +7 -1
  166. package/models/components/webhookdatacapabilityrequested.d.ts.map +1 -1
  167. package/models/components/webhookdatacapabilityrequested.js.map +1 -1
  168. package/models/components/webhookdatacapabilityupdated.d.ts +7 -1
  169. package/models/components/webhookdatacapabilityupdated.d.ts.map +1 -1
  170. package/models/components/webhookdatacapabilityupdated.js.map +1 -1
  171. package/models/components/webhookdatasweepcreated.d.ts +5 -0
  172. package/models/components/webhookdatasweepcreated.d.ts.map +1 -1
  173. package/models/components/webhookdatasweepcreated.js +2 -0
  174. package/models/components/webhookdatasweepcreated.js.map +1 -1
  175. package/models/components/webhookdatasweepupdated.d.ts +5 -0
  176. package/models/components/webhookdatasweepupdated.d.ts.map +1 -1
  177. package/models/components/webhookdatasweepupdated.js +2 -0
  178. package/models/components/webhookdatasweepupdated.js.map +1 -1
  179. package/models/components/webhookeventtype.d.ts +1 -0
  180. package/models/components/webhookeventtype.d.ts.map +1 -1
  181. package/models/components/webhookeventtype.js +1 -0
  182. package/models/components/webhookeventtype.js.map +1 -1
  183. package/models/errors/requestcarderror.d.ts +12 -12
  184. package/models/errors/requestcarderror.d.ts.map +1 -1
  185. package/models/errors/requestcarderror.js +17 -17
  186. package/models/errors/requestcarderror.js.map +1 -1
  187. package/models/errors/updateissuedcarderror.d.ts +9 -6
  188. package/models/errors/updateissuedcarderror.d.ts.map +1 -1
  189. package/models/errors/updateissuedcarderror.js +12 -9
  190. package/models/errors/updateissuedcarderror.js.map +1 -1
  191. package/models/operations/disablecapability.d.ts +7 -1
  192. package/models/operations/disablecapability.d.ts.map +1 -1
  193. package/models/operations/disablecapability.js.map +1 -1
  194. package/models/operations/getcapability.d.ts +7 -1
  195. package/models/operations/getcapability.d.ts.map +1 -1
  196. package/models/operations/getcapability.js.map +1 -1
  197. package/models/operations/index.d.ts +1 -0
  198. package/models/operations/index.d.ts.map +1 -1
  199. package/models/operations/index.js +1 -0
  200. package/models/operations/index.js.map +1 -1
  201. package/models/operations/linkbankaccount.d.ts +1 -1
  202. package/models/operations/listcancellations.d.ts +45 -0
  203. package/models/operations/listcancellations.d.ts.map +1 -0
  204. package/models/operations/listcancellations.js +90 -0
  205. package/models/operations/listcancellations.js.map +1 -0
  206. package/models/operations/listissuedcards.d.ts +1 -1
  207. package/package.json +1 -1
  208. package/sdk/accounts.d.ts +8 -10
  209. package/sdk/accounts.d.ts.map +1 -1
  210. package/sdk/accounts.js +8 -10
  211. package/sdk/accounts.js.map +1 -1
  212. package/sdk/bankaccounts.d.ts +1 -1
  213. package/sdk/bankaccounts.js +1 -1
  214. package/sdk/capabilities.d.ts +4 -4
  215. package/sdk/capabilities.js +4 -4
  216. package/sdk/transfers.d.ts +7 -0
  217. package/sdk/transfers.d.ts.map +1 -1
  218. package/sdk/transfers.js +10 -0
  219. package/sdk/transfers.js.map +1 -1
  220. package/src/funcs/accountsCreate.ts +8 -10
  221. package/src/funcs/bankAccountsLink.ts +1 -1
  222. package/src/funcs/capabilitiesDisable.ts +1 -1
  223. package/src/funcs/capabilitiesGet.ts +1 -1
  224. package/src/funcs/capabilitiesList.ts +1 -1
  225. package/src/funcs/capabilitiesRequest.ts +1 -1
  226. package/src/funcs/cardIssuingGet.ts +1 -1
  227. package/src/funcs/cardIssuingGetFull.ts +3 -3
  228. package/src/funcs/cardIssuingList.ts +1 -1
  229. package/src/funcs/cardIssuingRequest.ts +1 -1
  230. package/src/funcs/cardIssuingUpdate.ts +1 -1
  231. package/src/funcs/transfersListCancellations.ts +181 -0
  232. package/src/hooks/types.ts +1 -0
  233. package/src/lib/config.ts +3 -3
  234. package/src/lib/encodings.ts +1 -1
  235. package/src/lib/matchers.ts +1 -1
  236. package/src/lib/primitives.ts +16 -0
  237. package/src/lib/retries.ts +8 -0
  238. package/src/lib/sdks.ts +54 -17
  239. package/src/mcp-server/mcp-server.ts +1 -1
  240. package/src/mcp-server/server.ts +3 -1
  241. package/src/mcp-server/tools/accountsCreate.ts +8 -10
  242. package/src/mcp-server/tools/bankAccountsLink.ts +1 -1
  243. package/src/mcp-server/tools/capabilitiesDisable.ts +1 -1
  244. package/src/mcp-server/tools/capabilitiesGet.ts +1 -1
  245. package/src/mcp-server/tools/capabilitiesList.ts +1 -1
  246. package/src/mcp-server/tools/capabilitiesRequest.ts +1 -1
  247. package/src/mcp-server/tools/transfersListCancellations.ts +38 -0
  248. package/src/models/components/addcapabilities.ts +9 -0
  249. package/src/models/components/capability.ts +7 -1
  250. package/src/models/components/capabilityid.ts +15 -2
  251. package/src/models/components/cardtransactiondetails.ts +14 -0
  252. package/src/models/components/cardtransactionstatus.ts +1 -0
  253. package/src/models/components/createaccount.ts +9 -0
  254. package/src/models/components/createpaymentlink.ts +3 -3
  255. package/src/models/components/createtransferdestinationcard.ts +9 -0
  256. package/src/models/components/fullissuedcard.ts +36 -20
  257. package/src/models/components/index.ts +5 -4
  258. package/src/models/components/invoice.ts +7 -0
  259. package/src/models/components/issuedcard.ts +36 -20
  260. package/src/models/components/issuedcardstate.ts +2 -8
  261. package/src/models/components/manualtermsofservice.ts +1 -1
  262. package/src/models/components/manualtermsofserviceupdate.ts +1 -1
  263. package/src/models/components/onboardinginvite.ts +1 -1
  264. package/src/models/components/onboardinginviterequest.ts +1 -1
  265. package/src/models/components/patchtransfer.ts +3 -0
  266. package/src/models/components/paymentlink.ts +2 -2
  267. package/src/models/components/paymentlinkpayoutdetails.ts +18 -0
  268. package/src/models/components/paymentlinkpayoutdetailsupdate.ts +18 -0
  269. package/src/models/components/payoutdetailserror.ts +10 -0
  270. package/src/models/components/pushdeliveryspeed.ts +27 -0
  271. package/src/models/components/pushoptions.ts +71 -0
  272. package/src/models/components/pushoptionserror.ts +55 -0
  273. package/src/models/components/pushoptionsupdate.ts +75 -0
  274. package/src/models/components/requestcard.ts +23 -34
  275. package/src/models/components/termsofservice.ts +1 -1
  276. package/src/models/components/updateissuedcard.ts +73 -17
  277. package/src/models/components/webhookdata.ts +18 -8
  278. package/src/models/components/webhookdataauthorizationexpiring.ts +65 -0
  279. package/src/models/components/webhookdatacapabilityrequested.ts +7 -1
  280. package/src/models/components/webhookdatacapabilityupdated.ts +7 -1
  281. package/src/models/components/webhookdatasweepcreated.ts +7 -0
  282. package/src/models/components/webhookdatasweepupdated.ts +7 -0
  283. package/src/models/components/webhookeventtype.ts +1 -0
  284. package/src/models/errors/requestcarderror.ts +26 -25
  285. package/src/models/errors/updateissuedcarderror.ts +18 -13
  286. package/src/models/operations/disablecapability.ts +7 -1
  287. package/src/models/operations/getcapability.ts +7 -1
  288. package/src/models/operations/index.ts +1 -0
  289. package/src/models/operations/linkbankaccount.ts +1 -1
  290. package/src/models/operations/listcancellations.ts +120 -0
  291. package/src/models/operations/listissuedcards.ts +1 -1
  292. package/src/sdk/accounts.ts +8 -10
  293. package/src/sdk/bankaccounts.ts +1 -1
  294. package/src/sdk/capabilities.ts +4 -4
  295. package/src/sdk/transfers.ts +18 -0
  296. package/lib/dlv.d.ts +0 -14
  297. package/lib/dlv.d.ts.map +0 -1
  298. package/lib/dlv.js +0 -49
  299. package/lib/dlv.js.map +0 -1
  300. package/lib/is-plain-object.d.ts +0 -2
  301. package/lib/is-plain-object.d.ts.map +0 -1
  302. package/lib/is-plain-object.js +0 -41
  303. package/lib/is-plain-object.js.map +0 -1
  304. package/models/components/authorizeduser.d.ts +0 -22
  305. package/models/components/authorizeduser.d.ts.map +0 -1
  306. package/models/components/authorizeduser.js.map +0 -1
  307. package/models/components/createauthorizeduser.d.ts +0 -25
  308. package/models/components/createauthorizeduser.d.ts.map +0 -1
  309. package/models/components/createauthorizeduser.js.map +0 -1
  310. package/models/components/createauthorizedusererror.d.ts +0 -22
  311. package/models/components/createauthorizedusererror.d.ts.map +0 -1
  312. package/models/components/createauthorizedusererror.js.map +0 -1
  313. package/models/components/createauthorizeduserupdate.d.ts +0 -25
  314. package/models/components/createauthorizeduserupdate.d.ts.map +0 -1
  315. package/models/components/createauthorizeduserupdate.js.map +0 -1
  316. package/src/lib/dlv.ts +0 -53
  317. package/src/lib/is-plain-object.ts +0 -43
  318. package/src/models/components/authorizeduser.ts +0 -54
  319. package/src/models/components/createauthorizeduser.ts +0 -68
  320. package/src/models/components/createauthorizedusererror.ts +0 -65
  321. package/src/models/components/createauthorizeduserupdate.ts +0 -68
package/README.md CHANGED
@@ -293,21 +293,19 @@ you'll need to specify the `/accounts/{accountID}/terminal-configuration.read` s
293
293
 
294
294
  ### [Accounts](docs/sdks/accounts/README.md)
295
295
 
296
- * [create](docs/sdks/accounts/README.md#create) - You can create **business** or **individual** accounts for your users (i.e., customers, merchants) by passing the required
297
- information to Moov. Requirements differ per account type and requested [capabilities](https://docs.moov.io/guides/accounts/capabilities/requirements/).
296
+ * [create](docs/sdks/accounts/README.md#create) - You can create business or individual accounts for your users (i.e., customers, merchants) by passing the required information to Moov. Requirements differ per account type and requested [capabilities](https://docs.moov.io/guides/accounts/capabilities/reference/).
298
297
 
299
- If you're requesting the `wallet`, `send-funds`, `collect-funds`, or `card-issuing` capabilities, you'll need to:
300
- + Send Moov the user [platform terms of service agreement](https://docs.moov.io/guides/accounts/requirements/platform-agreement/) acceptance.
301
- This can be done upon account creation, or by [patching](https://docs.moov.io/api/moov-accounts/accounts/patch/) the account using the `termsOfService` field.
302
- If you're creating a business account with the business type `llc`, `partnership`, or `privateCorporation`, you'll need to:
298
+ The `transfers` capability is automatically requested for every account. If you request any capability beyond `transfers` (for example, `send-funds.ach`, `collect-funds.card-payments`), you'll need to:
299
+ + Send Moov the user's [platform terms of service agreement](https://docs.moov.io/guides/accounts/requirements/platform-agreement/) acceptance. This can be done at account creation, or by [patching](https://docs.moov.io/api/moov-accounts/accounts/patch/) the account using the `termsOfService` field.
300
+ + Fulfill the [verification and underwriting requirements](https://docs.moov.io/guides/accounts/requirements/) for each requested capability. A capability isn't enabled until its requirements pass — check the capability's status to see what's still outstanding.
301
+
302
+ If you're creating a business account, depending on the business type, you'll also need to:
303
303
  + Provide [business representatives](https://docs.moov.io/api/moov-accounts/representatives/) after creating the account.
304
304
  + [Patch](https://docs.moov.io/api/moov-accounts/accounts/patch/) the account to indicate that business representative ownership information is complete.
305
305
 
306
- Visit our documentation to read more about [creating accounts](https://docs.moov.io/guides/accounts/create-accounts/) and [verification requirements](https://docs.moov.io/guides/accounts/requirements/identity-verification/).
307
- Note that the `mode` field (for production or sandbox) is only required when creating a _facilitator_ account. All non-facilitator account requests will ignore the mode field and be set to the calling facilitator's mode.
306
+ Visit our documentation to read more about [creating accounts](https://docs.moov.io/guides/accounts/create-accounts/) and [verification requirements](https://docs.moov.io/guides/accounts/requirements/identity-verification/). Note that the `mode` field (for production or sandbox) is only required when creating a Partner account. All other account requests will ignore the mode field and be set to the calling Partner account's mode.
308
307
 
309
- To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/) you'll need
310
- to specify the `/accounts.write` scope.
308
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/) you'll need to specify the `/accounts.write` scope.
311
309
  * [list](docs/sdks/accounts/README.md#list) - List or search accounts to which the caller is connected.
312
310
 
313
311
  All supported query parameters are optional. If none are provided the response will include all connected accounts.
@@ -435,7 +433,7 @@ you'll need to specify the `/profile-enrichment.read` scope.
435
433
  * [link](docs/sdks/bankaccounts/README.md#link) - Link a bank account to an existing Moov account. Read our [bank accounts guide](https://docs.moov.io/guides/sources/bank-accounts/) to learn more.
436
434
 
437
435
  It is strongly recommended that callers include the `X-Wait-For` header, set to `payment-method`, if the newly linked
438
- bank-account is intended to be used right away. If this header is not included, the caller will need to poll the [List Payment
436
+ bank account is intended to be used right away. If this header is not included, the caller will need to poll the [List Payment
439
437
  Methods](https://docs.moov.io/api/sources/payment-methods/list/)
440
438
  endpoint to wait for the new payment methods to be available for use.
441
439
 
@@ -539,19 +537,19 @@ you'll need to specify the `/accounts/{accountID}/branding.read` scope.
539
537
 
540
538
  * [list](docs/sdks/capabilities/README.md#list) - Retrieve all the capabilities an account has requested.
541
539
 
542
- Read our [capabilities guide](https://docs.moov.io/guides/accounts/capabilities/) to learn more.
540
+ Read our [capabilities reference](https://docs.moov.io/guides/accounts/capabilities/reference/) to learn more.
543
541
 
544
542
  To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
545
543
  you'll need to specify the `/accounts/{accountID}/capabilities.read` scope.
546
- * [request](docs/sdks/capabilities/README.md#request) - Request capabilities for a specific account. Read our [capabilities guide](https://docs.moov.io/guides/accounts/capabilities/) to learn more.
544
+ * [request](docs/sdks/capabilities/README.md#request) - Request capabilities for a specific account. Read our [capabilities reference](https://docs.moov.io/guides/accounts/capabilities/reference/) to learn more.
547
545
 
548
546
  To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
549
547
  you'll need to specify the `/accounts/{accountID}/capabilities.write` scope.
550
- * [get](docs/sdks/capabilities/README.md#get) - Retrieve a specific capability that an account has requested. Read our [capabilities guide](https://docs.moov.io/guides/accounts/capabilities/) to learn more.
548
+ * [get](docs/sdks/capabilities/README.md#get) - Retrieve a specific capability that an account has requested. Read our [capabilities reference](https://docs.moov.io/guides/accounts/capabilities/reference/) to learn more.
551
549
 
552
550
  To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
553
551
  you'll need to specify the `/accounts/{accountID}/capabilities.read` scope.
554
- * [disable](docs/sdks/capabilities/README.md#disable) - Disable a specific capability that an account has requested. Read our [capabilities guide](https://docs.moov.io/guides/accounts/capabilities/) to learn more.
552
+ * [disable](docs/sdks/capabilities/README.md#disable) - Disable a specific capability that an account has requested. Read our [capabilities reference](https://docs.moov.io/guides/accounts/capabilities/reference/) to learn more.
555
553
 
556
554
  To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
557
555
  you'll need to specify the `/accounts/{accountID}/capabilities.write` scope.
@@ -1237,6 +1235,10 @@ you'll need to specify the `/accounts/{accountID}/transfers.write` scope.
1237
1235
 
1238
1236
  To access this endpoint using a [token](https://docs.moov.io/api/authentication/access-tokens/) you'll need
1239
1237
  to specify the `/accounts/{accountID}/transfers.write` scope.
1238
+ * [listCancellations](docs/sdks/transfers/README.md#listcancellations) - Get a list of cancellations for a transfer.
1239
+
1240
+ To access this endpoint using a [token](https://docs.moov.io/api/authentication/access-tokens/) you'll need
1241
+ to specify the `/accounts/{accountID}/transfers.read` scope.
1240
1242
  * [getCancellation](docs/sdks/transfers/README.md#getcancellation) - Get details of a cancellation for a transfer.
1241
1243
 
1242
1244
  To access this endpoint using a [token](https://docs.moov.io/api/authentication/access-tokens/) you'll need
@@ -1363,21 +1365,19 @@ To access this endpoint using an [access token](https://docs.moov.io/api/authent
1363
1365
  you'll need to specify the `/accounts/{accountID}/profile.write` scope.
1364
1366
  - [`accountsConnect`](docs/sdks/accounts/README.md#connect) - Shares access scopes from the account specified to the caller, establishing a connection
1365
1367
  between the two accounts with the specified permissions.
1366
- - [`accountsCreate`](docs/sdks/accounts/README.md#create) - You can create **business** or **individual** accounts for your users (i.e., customers, merchants) by passing the required
1367
- information to Moov. Requirements differ per account type and requested [capabilities](https://docs.moov.io/guides/accounts/capabilities/requirements/).
1368
+ - [`accountsCreate`](docs/sdks/accounts/README.md#create) - You can create business or individual accounts for your users (i.e., customers, merchants) by passing the required information to Moov. Requirements differ per account type and requested [capabilities](https://docs.moov.io/guides/accounts/capabilities/reference/).
1368
1369
 
1369
- If you're requesting the `wallet`, `send-funds`, `collect-funds`, or `card-issuing` capabilities, you'll need to:
1370
- + Send Moov the user [platform terms of service agreement](https://docs.moov.io/guides/accounts/requirements/platform-agreement/) acceptance.
1371
- This can be done upon account creation, or by [patching](https://docs.moov.io/api/moov-accounts/accounts/patch/) the account using the `termsOfService` field.
1372
- If you're creating a business account with the business type `llc`, `partnership`, or `privateCorporation`, you'll need to:
1370
+ The `transfers` capability is automatically requested for every account. If you request any capability beyond `transfers` (for example, `send-funds.ach`, `collect-funds.card-payments`), you'll need to:
1371
+ + Send Moov the user's [platform terms of service agreement](https://docs.moov.io/guides/accounts/requirements/platform-agreement/) acceptance. This can be done at account creation, or by [patching](https://docs.moov.io/api/moov-accounts/accounts/patch/) the account using the `termsOfService` field.
1372
+ + Fulfill the [verification and underwriting requirements](https://docs.moov.io/guides/accounts/requirements/) for each requested capability. A capability isn't enabled until its requirements pass — check the capability's status to see what's still outstanding.
1373
+
1374
+ If you're creating a business account, depending on the business type, you'll also need to:
1373
1375
  + Provide [business representatives](https://docs.moov.io/api/moov-accounts/representatives/) after creating the account.
1374
1376
  + [Patch](https://docs.moov.io/api/moov-accounts/accounts/patch/) the account to indicate that business representative ownership information is complete.
1375
1377
 
1376
- Visit our documentation to read more about [creating accounts](https://docs.moov.io/guides/accounts/create-accounts/) and [verification requirements](https://docs.moov.io/guides/accounts/requirements/identity-verification/).
1377
- Note that the `mode` field (for production or sandbox) is only required when creating a _facilitator_ account. All non-facilitator account requests will ignore the mode field and be set to the calling facilitator's mode.
1378
+ Visit our documentation to read more about [creating accounts](https://docs.moov.io/guides/accounts/create-accounts/) and [verification requirements](https://docs.moov.io/guides/accounts/requirements/identity-verification/). Note that the `mode` field (for production or sandbox) is only required when creating a Partner account. All other account requests will ignore the mode field and be set to the calling Partner account's mode.
1378
1379
 
1379
- To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/) you'll need
1380
- to specify the `/accounts.write` scope.
1380
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/) you'll need to specify the `/accounts.write` scope.
1381
1381
  - [`accountsDisconnect`](docs/sdks/accounts/README.md#disconnect) - This will sever the connection between you and the account specified and it will no longer be listed as
1382
1382
  active in the list of accounts. This also means you'll only have read-only access to the account going
1383
1383
  forward for reporting purposes.
@@ -1570,7 +1570,7 @@ you'll need to specify the `/accounts/{accountID}/bank-accounts.write` scope.
1570
1570
  - [`bankAccountsLink`](docs/sdks/bankaccounts/README.md#link) - Link a bank account to an existing Moov account. Read our [bank accounts guide](https://docs.moov.io/guides/sources/bank-accounts/) to learn more.
1571
1571
 
1572
1572
  It is strongly recommended that callers include the `X-Wait-For` header, set to `payment-method`, if the newly linked
1573
- bank-account is intended to be used right away. If this header is not included, the caller will need to poll the [List Payment
1573
+ bank account is intended to be used right away. If this header is not included, the caller will need to poll the [List Payment
1574
1574
  Methods](https://docs.moov.io/api/sources/payment-methods/list/)
1575
1575
  endpoint to wait for the new payment methods to be available for use.
1576
1576
 
@@ -1594,21 +1594,21 @@ you'll need to specify the `/accounts/{accountID}/branding.read` scope.
1594
1594
 
1595
1595
  To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
1596
1596
  you'll need to specify the `/accounts/{accountID}/branding.write` scope.
1597
- - [`capabilitiesDisable`](docs/sdks/capabilities/README.md#disable) - Disable a specific capability that an account has requested. Read our [capabilities guide](https://docs.moov.io/guides/accounts/capabilities/) to learn more.
1597
+ - [`capabilitiesDisable`](docs/sdks/capabilities/README.md#disable) - Disable a specific capability that an account has requested. Read our [capabilities reference](https://docs.moov.io/guides/accounts/capabilities/reference/) to learn more.
1598
1598
 
1599
1599
  To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
1600
1600
  you'll need to specify the `/accounts/{accountID}/capabilities.write` scope.
1601
- - [`capabilitiesGet`](docs/sdks/capabilities/README.md#get) - Retrieve a specific capability that an account has requested. Read our [capabilities guide](https://docs.moov.io/guides/accounts/capabilities/) to learn more.
1601
+ - [`capabilitiesGet`](docs/sdks/capabilities/README.md#get) - Retrieve a specific capability that an account has requested. Read our [capabilities reference](https://docs.moov.io/guides/accounts/capabilities/reference/) to learn more.
1602
1602
 
1603
1603
  To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
1604
1604
  you'll need to specify the `/accounts/{accountID}/capabilities.read` scope.
1605
1605
  - [`capabilitiesList`](docs/sdks/capabilities/README.md#list) - Retrieve all the capabilities an account has requested.
1606
1606
 
1607
- Read our [capabilities guide](https://docs.moov.io/guides/accounts/capabilities/) to learn more.
1607
+ Read our [capabilities reference](https://docs.moov.io/guides/accounts/capabilities/reference/) to learn more.
1608
1608
 
1609
1609
  To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
1610
1610
  you'll need to specify the `/accounts/{accountID}/capabilities.read` scope.
1611
- - [`capabilitiesRequest`](docs/sdks/capabilities/README.md#request) - Request capabilities for a specific account. Read our [capabilities guide](https://docs.moov.io/guides/accounts/capabilities/) to learn more.
1611
+ - [`capabilitiesRequest`](docs/sdks/capabilities/README.md#request) - Request capabilities for a specific account. Read our [capabilities reference](https://docs.moov.io/guides/accounts/capabilities/reference/) to learn more.
1612
1612
 
1613
1613
  To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
1614
1614
  you'll need to specify the `/accounts/{accountID}/capabilities.write` scope.
@@ -2216,6 +2216,10 @@ period of time. You can run multiple requests in smaller time window increments
2216
2216
 
2217
2217
  To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
2218
2218
  you'll need to specify the `/accounts/{accountID}/transfers.read` scope.
2219
+ - [`transfersListCancellations`](docs/sdks/transfers/README.md#listcancellations) - Get a list of cancellations for a transfer.
2220
+
2221
+ To access this endpoint using a [token](https://docs.moov.io/api/authentication/access-tokens/) you'll need
2222
+ to specify the `/accounts/{accountID}/transfers.read` scope.
2219
2223
  - [`transfersListRefunds`](docs/sdks/transfers/README.md#listrefunds) - Get a list of refunds for a card transfer.
2220
2224
 
2221
2225
  To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
@@ -2499,63 +2503,63 @@ run();
2499
2503
 
2500
2504
 
2501
2505
  **Inherit from [`MoovError`](./src/models/errors/mooverror.ts)**:
2502
- * [`GenericError`](./src/models/errors/genericerror.ts): Applicable to 84 of 187 methods.*
2503
- * [`BrandValidationError`](./src/models/errors/brandvalidationerror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 2 of 187 methods.*
2504
- * [`ImageRequestValidationError`](./src/models/errors/imagerequestvalidationerror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 2 of 187 methods.*
2505
- * [`ProductRequestValidationError`](./src/models/errors/productrequestvalidationerror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 2 of 187 methods.*
2506
- * [`ScheduleValidationError`](./src/models/errors/schedulevalidationerror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 2 of 187 methods.*
2507
- * [`TransferConfigValidationError`](./src/models/errors/transferconfigvalidationerror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 2 of 187 methods.*
2508
- * [`TerminalApplicationError`](./src/models/errors/terminalapplicationerror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 2 of 187 methods.*
2509
- * [`DuplicateCardError`](./src/models/errors/duplicatecarderror.ts): Attempted to link card that already exists on the account. Status code `409`. Applicable to 1 of 187 methods.*
2510
- * [`Transfer`](./src/models/errors/transfer.ts): Details of a Transfer. Status code `409`. Applicable to 1 of 187 methods.*
2511
- * [`CardAcquiringRefund`](./src/models/errors/cardacquiringrefund.ts): Details of a card refund. Status code `409`. Applicable to 1 of 187 methods.*
2512
- * [`CreateAccountError`](./src/models/errors/createaccounterror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 187 methods.*
2513
- * [`PatchAccountError`](./src/models/errors/patchaccounterror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 187 methods.*
2514
- * [`ConnectAccountRequestValidationError`](./src/models/errors/connectaccountrequestvalidationerror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 187 methods.*
2515
- * [`AssignCountriesError`](./src/models/errors/assigncountrieserror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 187 methods.*
2516
- * [`LinkApplePayError`](./src/models/errors/linkapplepayerror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 187 methods.*
2517
- * [`BankAccountValidationError`](./src/models/errors/bankaccountvalidationerror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 187 methods.*
2518
- * [`MicroDepositValidationError`](./src/models/errors/microdepositvalidationerror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 187 methods.*
2519
- * [`AddCapabilitiesError`](./src/models/errors/addcapabilitieserror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 187 methods.*
2520
- * [`LinkCardError`](./src/models/errors/linkcarderror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 187 methods.*
2521
- * [`UpdateCardError`](./src/models/errors/updatecarderror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 187 methods.*
2522
- * [`FileUploadValidationError`](./src/models/errors/fileuploadvalidationerror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 187 methods.*
2523
- * [`FeePlanAgreementError`](./src/models/errors/feeplanagreementerror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 187 methods.*
2524
- * [`FileValidationError`](./src/models/errors/filevalidationerror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 187 methods.*
2525
- * [`LinkGooglePayError`](./src/models/errors/linkgooglepayerror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 187 methods.*
2526
- * [`ImageMetadataValidationError`](./src/models/errors/imagemetadatavalidationerror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 187 methods.*
2527
- * [`CreateInvoiceError`](./src/models/errors/createinvoiceerror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 187 methods.*
2528
- * [`ListInvoicesValidationError`](./src/models/errors/listinvoicesvalidationerror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 187 methods.*
2529
- * [`UpdateInvoiceError`](./src/models/errors/updateinvoiceerror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 187 methods.*
2530
- * [`CreateInvoicePaymentError`](./src/models/errors/createinvoicepaymenterror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 187 methods.*
2531
- * [`CreatePaymentLinkError`](./src/models/errors/createpaymentlinkerror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 187 methods.*
2532
- * [`UpdatePaymentLinkError`](./src/models/errors/updatepaymentlinkerror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 187 methods.*
2533
- * [`RepresentativeValidationError`](./src/models/errors/representativevalidationerror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 187 methods.*
2534
- * [`CreateResolutionLinkError`](./src/models/errors/createresolutionlinkerror.ts): Describes validation errors for the create resolution link request. Status code `422`. Applicable to 1 of 187 methods.*
2535
- * [`CreateSweepConfigError`](./src/models/errors/createsweepconfigerror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 187 methods.*
2536
- * [`PatchSweepConfigError`](./src/models/errors/patchsweepconfigerror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 187 methods.*
2537
- * [`AccountTerminalApplicationError`](./src/models/errors/accountterminalapplicationerror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 187 methods.*
2538
- * [`CreateTicketError`](./src/models/errors/createticketerror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 187 methods.*
2539
- * [`UpdateTicketError`](./src/models/errors/updateticketerror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 187 methods.*
2540
- * [`TransferOptionsValidationError`](./src/models/errors/transferoptionsvalidationerror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 187 methods.*
2541
- * [`TransferValidationError`](./src/models/errors/transfervalidationerror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 187 methods.*
2542
- * [`ListTransfersValidationError`](./src/models/errors/listtransfersvalidationerror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 187 methods.*
2543
- * [`PatchTransferValidationError`](./src/models/errors/patchtransfervalidationerror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 187 methods.*
2544
- * [`RefundValidationError`](./src/models/errors/refundvalidationerror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 187 methods.*
2545
- * [`ReversalValidationError`](./src/models/errors/reversalvalidationerror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 187 methods.*
2546
- * [`UpsertUnderwritingError`](./src/models/errors/upsertunderwritingerror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 187 methods.*
2547
- * [`UpdateUnderwritingError`](./src/models/errors/updateunderwritingerror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 187 methods.*
2548
- * [`CreateWalletValidationError`](./src/models/errors/createwalletvalidationerror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 187 methods.*
2549
- * [`ListWalletsValidationError`](./src/models/errors/listwalletsvalidationerror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 187 methods.*
2550
- * [`PatchWalletValidationError`](./src/models/errors/patchwalletvalidationerror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 187 methods.*
2551
- * [`ListWalletTransactionsValidationError`](./src/models/errors/listwallettransactionsvalidationerror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 187 methods.*
2552
- * [`CreateWebhookValidationError`](./src/models/errors/createwebhookvalidationerror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 187 methods.*
2553
- * [`UpdateWebhookValidationError`](./src/models/errors/updatewebhookvalidationerror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 187 methods.*
2554
- * [`RequestCardError`](./src/models/errors/requestcarderror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 187 methods.*
2555
- * [`UpdateIssuedCardError`](./src/models/errors/updateissuedcarderror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 187 methods.*
2556
- * [`RevokeTokenRequestError`](./src/models/errors/revoketokenrequesterror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 187 methods.*
2557
- * [`AuthTokenRequestError`](./src/models/errors/authtokenrequesterror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 187 methods.*
2558
- * [`OnboardingInviteError`](./src/models/errors/onboardinginviteerror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 187 methods.*
2506
+ * [`GenericError`](./src/models/errors/genericerror.ts): Applicable to 84 of 188 methods.*
2507
+ * [`BrandValidationError`](./src/models/errors/brandvalidationerror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 2 of 188 methods.*
2508
+ * [`ImageRequestValidationError`](./src/models/errors/imagerequestvalidationerror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 2 of 188 methods.*
2509
+ * [`ProductRequestValidationError`](./src/models/errors/productrequestvalidationerror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 2 of 188 methods.*
2510
+ * [`ScheduleValidationError`](./src/models/errors/schedulevalidationerror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 2 of 188 methods.*
2511
+ * [`TransferConfigValidationError`](./src/models/errors/transferconfigvalidationerror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 2 of 188 methods.*
2512
+ * [`TerminalApplicationError`](./src/models/errors/terminalapplicationerror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 2 of 188 methods.*
2513
+ * [`DuplicateCardError`](./src/models/errors/duplicatecarderror.ts): Attempted to link card that already exists on the account. Status code `409`. Applicable to 1 of 188 methods.*
2514
+ * [`Transfer`](./src/models/errors/transfer.ts): Details of a Transfer. Status code `409`. Applicable to 1 of 188 methods.*
2515
+ * [`CardAcquiringRefund`](./src/models/errors/cardacquiringrefund.ts): Details of a card refund. Status code `409`. Applicable to 1 of 188 methods.*
2516
+ * [`CreateAccountError`](./src/models/errors/createaccounterror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 188 methods.*
2517
+ * [`PatchAccountError`](./src/models/errors/patchaccounterror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 188 methods.*
2518
+ * [`ConnectAccountRequestValidationError`](./src/models/errors/connectaccountrequestvalidationerror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 188 methods.*
2519
+ * [`AssignCountriesError`](./src/models/errors/assigncountrieserror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 188 methods.*
2520
+ * [`LinkApplePayError`](./src/models/errors/linkapplepayerror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 188 methods.*
2521
+ * [`BankAccountValidationError`](./src/models/errors/bankaccountvalidationerror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 188 methods.*
2522
+ * [`MicroDepositValidationError`](./src/models/errors/microdepositvalidationerror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 188 methods.*
2523
+ * [`AddCapabilitiesError`](./src/models/errors/addcapabilitieserror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 188 methods.*
2524
+ * [`LinkCardError`](./src/models/errors/linkcarderror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 188 methods.*
2525
+ * [`UpdateCardError`](./src/models/errors/updatecarderror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 188 methods.*
2526
+ * [`FileUploadValidationError`](./src/models/errors/fileuploadvalidationerror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 188 methods.*
2527
+ * [`FeePlanAgreementError`](./src/models/errors/feeplanagreementerror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 188 methods.*
2528
+ * [`FileValidationError`](./src/models/errors/filevalidationerror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 188 methods.*
2529
+ * [`LinkGooglePayError`](./src/models/errors/linkgooglepayerror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 188 methods.*
2530
+ * [`ImageMetadataValidationError`](./src/models/errors/imagemetadatavalidationerror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 188 methods.*
2531
+ * [`CreateInvoiceError`](./src/models/errors/createinvoiceerror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 188 methods.*
2532
+ * [`ListInvoicesValidationError`](./src/models/errors/listinvoicesvalidationerror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 188 methods.*
2533
+ * [`UpdateInvoiceError`](./src/models/errors/updateinvoiceerror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 188 methods.*
2534
+ * [`CreateInvoicePaymentError`](./src/models/errors/createinvoicepaymenterror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 188 methods.*
2535
+ * [`CreatePaymentLinkError`](./src/models/errors/createpaymentlinkerror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 188 methods.*
2536
+ * [`UpdatePaymentLinkError`](./src/models/errors/updatepaymentlinkerror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 188 methods.*
2537
+ * [`RepresentativeValidationError`](./src/models/errors/representativevalidationerror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 188 methods.*
2538
+ * [`CreateResolutionLinkError`](./src/models/errors/createresolutionlinkerror.ts): Describes validation errors for the create resolution link request. Status code `422`. Applicable to 1 of 188 methods.*
2539
+ * [`CreateSweepConfigError`](./src/models/errors/createsweepconfigerror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 188 methods.*
2540
+ * [`PatchSweepConfigError`](./src/models/errors/patchsweepconfigerror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 188 methods.*
2541
+ * [`AccountTerminalApplicationError`](./src/models/errors/accountterminalapplicationerror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 188 methods.*
2542
+ * [`CreateTicketError`](./src/models/errors/createticketerror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 188 methods.*
2543
+ * [`UpdateTicketError`](./src/models/errors/updateticketerror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 188 methods.*
2544
+ * [`TransferOptionsValidationError`](./src/models/errors/transferoptionsvalidationerror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 188 methods.*
2545
+ * [`TransferValidationError`](./src/models/errors/transfervalidationerror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 188 methods.*
2546
+ * [`ListTransfersValidationError`](./src/models/errors/listtransfersvalidationerror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 188 methods.*
2547
+ * [`PatchTransferValidationError`](./src/models/errors/patchtransfervalidationerror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 188 methods.*
2548
+ * [`RefundValidationError`](./src/models/errors/refundvalidationerror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 188 methods.*
2549
+ * [`ReversalValidationError`](./src/models/errors/reversalvalidationerror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 188 methods.*
2550
+ * [`UpsertUnderwritingError`](./src/models/errors/upsertunderwritingerror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 188 methods.*
2551
+ * [`UpdateUnderwritingError`](./src/models/errors/updateunderwritingerror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 188 methods.*
2552
+ * [`CreateWalletValidationError`](./src/models/errors/createwalletvalidationerror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 188 methods.*
2553
+ * [`ListWalletsValidationError`](./src/models/errors/listwalletsvalidationerror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 188 methods.*
2554
+ * [`PatchWalletValidationError`](./src/models/errors/patchwalletvalidationerror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 188 methods.*
2555
+ * [`ListWalletTransactionsValidationError`](./src/models/errors/listwallettransactionsvalidationerror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 188 methods.*
2556
+ * [`CreateWebhookValidationError`](./src/models/errors/createwebhookvalidationerror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 188 methods.*
2557
+ * [`UpdateWebhookValidationError`](./src/models/errors/updatewebhookvalidationerror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 188 methods.*
2558
+ * [`RequestCardError`](./src/models/errors/requestcarderror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 188 methods.*
2559
+ * [`UpdateIssuedCardError`](./src/models/errors/updateissuedcarderror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 188 methods.*
2560
+ * [`RevokeTokenRequestError`](./src/models/errors/revoketokenrequesterror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 188 methods.*
2561
+ * [`AuthTokenRequestError`](./src/models/errors/authtokenrequesterror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 188 methods.*
2562
+ * [`OnboardingInviteError`](./src/models/errors/onboardinginviteerror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 188 methods.*
2559
2563
  * [`ResponseValidationError`](./src/models/errors/responsevalidationerror.ts): Type mismatch between the data returned from the server and the structure expected by the SDK. See `error.rawValue` for the raw value and `error.pretty()` for a nicely formatted multi-line string.
2560
2564
 
2561
2565
  </details>