@moovio/sdk 0.1.1 → 0.3.0

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 (2141) hide show
  1. package/FUNCTIONS.md +12 -14
  2. package/README.md +919 -753
  3. package/docs/sdks/accounts/README.md +216 -204
  4. package/docs/sdks/adjustments/README.md +44 -46
  5. package/docs/sdks/applepay/README.md +577 -0
  6. package/docs/sdks/authentication/README.md +34 -40
  7. package/docs/sdks/avatars/README.md +21 -20
  8. package/docs/sdks/bankaccounts/README.md +230 -217
  9. package/docs/sdks/billing/README.md +85 -90
  10. package/docs/sdks/branding/README.md +189 -63
  11. package/docs/sdks/capabilities/README.md +97 -87
  12. package/docs/sdks/cardissuing/README.md +114 -117
  13. package/docs/sdks/cards/README.md +114 -690
  14. package/docs/sdks/disputes/README.md +250 -257
  15. package/docs/sdks/endtoendencryption/README.md +35 -38
  16. package/docs/sdks/enrichedaddress/README.md +23 -22
  17. package/docs/sdks/enrichedprofile/README.md +23 -22
  18. package/docs/sdks/files/README.md +66 -69
  19. package/docs/sdks/industries/README.md +25 -24
  20. package/docs/sdks/institutions/README.md +25 -24
  21. package/docs/sdks/issuingtransactions/README.md +110 -115
  22. package/docs/sdks/onboarding/README.md +121 -127
  23. package/docs/sdks/paymentlinks/README.md +135 -139
  24. package/docs/sdks/paymentmethods/README.md +47 -43
  25. package/docs/sdks/ping/README.md +23 -22
  26. package/docs/sdks/representatives/README.md +120 -113
  27. package/docs/sdks/scheduling/README.md +148 -116
  28. package/docs/sdks/sweeps/README.md +149 -119
  29. package/docs/sdks/transfers/README.md +202 -213
  30. package/docs/sdks/underwriting/README.md +44 -46
  31. package/docs/sdks/wallets/README.md +54 -44
  32. package/docs/sdks/wallettransactions/README.md +56 -46
  33. package/funcs/accountsAssignCountries.d.ts +18 -0
  34. package/funcs/accountsAssignCountries.d.ts.map +1 -0
  35. package/funcs/accountsAssignCountries.js +134 -0
  36. package/funcs/accountsAssignCountries.js.map +1 -0
  37. package/funcs/accountsCreate.d.ts +28 -0
  38. package/funcs/accountsCreate.d.ts.map +1 -0
  39. package/funcs/accountsCreate.js +140 -0
  40. package/funcs/accountsCreate.js.map +1 -0
  41. package/funcs/accountsDisconnect.d.ts +18 -0
  42. package/funcs/accountsDisconnect.d.ts.map +1 -0
  43. package/funcs/accountsDisconnect.js +131 -0
  44. package/funcs/accountsDisconnect.js.map +1 -0
  45. package/funcs/accountsGet.d.ts +15 -0
  46. package/funcs/accountsGet.d.ts.map +1 -0
  47. package/funcs/accountsGet.js +118 -0
  48. package/funcs/accountsGet.js.map +1 -0
  49. package/funcs/accountsGetCountries.d.ts +15 -0
  50. package/funcs/accountsGetCountries.d.ts.map +1 -0
  51. package/funcs/accountsGetCountries.js +118 -0
  52. package/funcs/accountsGetCountries.js.map +1 -0
  53. package/funcs/accountsGetMerchantProcessingAgreement.d.ts +3 -3
  54. package/funcs/accountsGetMerchantProcessingAgreement.d.ts.map +1 -1
  55. package/funcs/accountsGetMerchantProcessingAgreement.js +11 -24
  56. package/funcs/accountsGetMerchantProcessingAgreement.js.map +1 -1
  57. package/funcs/accountsGetTermsOfServiceToken.d.ts +5 -5
  58. package/funcs/accountsGetTermsOfServiceToken.d.ts.map +1 -1
  59. package/funcs/accountsGetTermsOfServiceToken.js +12 -6
  60. package/funcs/accountsGetTermsOfServiceToken.js.map +1 -1
  61. package/funcs/accountsList.d.ts +19 -0
  62. package/funcs/accountsList.d.ts.map +1 -0
  63. package/funcs/accountsList.js +128 -0
  64. package/funcs/accountsList.js.map +1 -0
  65. package/funcs/accountsUpdate.d.ts +24 -0
  66. package/funcs/accountsUpdate.d.ts.map +1 -0
  67. package/funcs/accountsUpdate.js +144 -0
  68. package/funcs/accountsUpdate.js.map +1 -0
  69. package/funcs/adjustmentsGet.d.ts +15 -0
  70. package/funcs/adjustmentsGet.d.ts.map +1 -0
  71. package/funcs/adjustmentsGet.js +122 -0
  72. package/funcs/adjustmentsGet.js.map +1 -0
  73. package/funcs/adjustmentsList.d.ts +15 -0
  74. package/funcs/adjustmentsList.d.ts.map +1 -0
  75. package/funcs/adjustmentsList.js +122 -0
  76. package/funcs/adjustmentsList.js.map +1 -0
  77. package/funcs/applePayCreateSession.d.ts +19 -0
  78. package/funcs/applePayCreateSession.d.ts.map +1 -0
  79. package/funcs/applePayCreateSession.js +139 -0
  80. package/funcs/applePayCreateSession.js.map +1 -0
  81. package/funcs/applePayGetMerchantDomains.d.ts +17 -0
  82. package/funcs/applePayGetMerchantDomains.d.ts.map +1 -0
  83. package/funcs/applePayGetMerchantDomains.js +120 -0
  84. package/funcs/applePayGetMerchantDomains.js.map +1 -0
  85. package/funcs/applePayLinkToken.d.ts +19 -0
  86. package/funcs/applePayLinkToken.d.ts.map +1 -0
  87. package/funcs/applePayLinkToken.js +135 -0
  88. package/funcs/applePayLinkToken.js.map +1 -0
  89. package/funcs/applePayRegisterMerchantDomains.d.ts +19 -0
  90. package/funcs/applePayRegisterMerchantDomains.d.ts.map +1 -0
  91. package/funcs/applePayRegisterMerchantDomains.js +133 -0
  92. package/funcs/applePayRegisterMerchantDomains.js.map +1 -0
  93. package/funcs/applePayUpdateMerchantDomains.d.ts +19 -0
  94. package/funcs/applePayUpdateMerchantDomains.d.ts.map +1 -0
  95. package/funcs/applePayUpdateMerchantDomains.js +134 -0
  96. package/funcs/applePayUpdateMerchantDomains.js.map +1 -0
  97. package/funcs/authenticationCreateAccessToken.d.ts +14 -0
  98. package/funcs/authenticationCreateAccessToken.d.ts.map +1 -0
  99. package/funcs/authenticationCreateAccessToken.js +112 -0
  100. package/funcs/authenticationCreateAccessToken.js.map +1 -0
  101. package/funcs/authenticationRevokeAccessToken.d.ts +16 -0
  102. package/funcs/authenticationRevokeAccessToken.d.ts.map +1 -0
  103. package/funcs/authenticationRevokeAccessToken.js +115 -0
  104. package/funcs/authenticationRevokeAccessToken.js.map +1 -0
  105. package/funcs/avatarsGet.d.ts +21 -0
  106. package/funcs/avatarsGet.d.ts.map +1 -0
  107. package/funcs/avatarsGet.js +129 -0
  108. package/funcs/avatarsGet.js.map +1 -0
  109. package/funcs/bankAccountsCompleteMicroDeposits.d.ts +3 -4
  110. package/funcs/bankAccountsCompleteMicroDeposits.d.ts.map +1 -1
  111. package/funcs/bankAccountsCompleteMicroDeposits.js +13 -22
  112. package/funcs/bankAccountsCompleteMicroDeposits.js.map +1 -1
  113. package/funcs/bankAccountsCompleteVerification.d.ts +23 -0
  114. package/funcs/bankAccountsCompleteVerification.d.ts.map +1 -0
  115. package/funcs/bankAccountsCompleteVerification.js +144 -0
  116. package/funcs/bankAccountsCompleteVerification.js.map +1 -0
  117. package/funcs/bankAccountsDisable.d.ts +16 -0
  118. package/funcs/bankAccountsDisable.d.ts.map +1 -0
  119. package/funcs/bankAccountsDisable.js +133 -0
  120. package/funcs/bankAccountsDisable.js.map +1 -0
  121. package/funcs/bankAccountsGet.d.ts +17 -0
  122. package/funcs/bankAccountsGet.d.ts.map +1 -0
  123. package/funcs/bankAccountsGet.js +124 -0
  124. package/funcs/bankAccountsGet.js.map +1 -0
  125. package/funcs/bankAccountsGetVerification.d.ts +24 -0
  126. package/funcs/bankAccountsGetVerification.d.ts.map +1 -0
  127. package/funcs/bankAccountsGetVerification.js +131 -0
  128. package/funcs/bankAccountsGetVerification.js.map +1 -0
  129. package/funcs/bankAccountsInitiateMicroDeposits.d.ts +12 -6
  130. package/funcs/bankAccountsInitiateMicroDeposits.d.ts.map +1 -1
  131. package/funcs/bankAccountsInitiateMicroDeposits.js +17 -25
  132. package/funcs/bankAccountsInitiateMicroDeposits.js.map +1 -1
  133. package/funcs/bankAccountsInitiateVerification.d.ts +31 -0
  134. package/funcs/bankAccountsInitiateVerification.d.ts.map +1 -0
  135. package/funcs/bankAccountsInitiateVerification.js +150 -0
  136. package/funcs/bankAccountsInitiateVerification.js.map +1 -0
  137. package/funcs/bankAccountsLink.d.ts +21 -0
  138. package/funcs/bankAccountsLink.d.ts.map +1 -0
  139. package/funcs/bankAccountsLink.js +143 -0
  140. package/funcs/bankAccountsLink.js.map +1 -0
  141. package/funcs/bankAccountsList.d.ts +17 -0
  142. package/funcs/bankAccountsList.d.ts.map +1 -0
  143. package/funcs/bankAccountsList.js +120 -0
  144. package/funcs/bankAccountsList.js.map +1 -0
  145. package/funcs/billingCreateFeePlanAgreements.d.ts +3 -4
  146. package/funcs/billingCreateFeePlanAgreements.d.ts.map +1 -1
  147. package/funcs/billingCreateFeePlanAgreements.js +11 -22
  148. package/funcs/billingCreateFeePlanAgreements.js.map +1 -1
  149. package/funcs/billingListFeePlanAgreements.d.ts +3 -4
  150. package/funcs/billingListFeePlanAgreements.d.ts.map +1 -1
  151. package/funcs/billingListFeePlanAgreements.js +14 -23
  152. package/funcs/billingListFeePlanAgreements.js.map +1 -1
  153. package/funcs/billingListFeePlans.d.ts +3 -4
  154. package/funcs/billingListFeePlans.d.ts.map +1 -1
  155. package/funcs/billingListFeePlans.js +14 -23
  156. package/funcs/billingListFeePlans.js.map +1 -1
  157. package/funcs/billingListPartnerPricing.d.ts +3 -4
  158. package/funcs/billingListPartnerPricing.d.ts.map +1 -1
  159. package/funcs/billingListPartnerPricing.js +14 -23
  160. package/funcs/billingListPartnerPricing.js.map +1 -1
  161. package/funcs/billingListPartnerPricingAgreements.d.ts +3 -4
  162. package/funcs/billingListPartnerPricingAgreements.d.ts.map +1 -1
  163. package/funcs/billingListPartnerPricingAgreements.js +14 -23
  164. package/funcs/billingListPartnerPricingAgreements.js.map +1 -1
  165. package/funcs/brandingCreate.d.ts +16 -0
  166. package/funcs/brandingCreate.d.ts.map +1 -0
  167. package/funcs/brandingCreate.js +132 -0
  168. package/funcs/brandingCreate.js.map +1 -0
  169. package/funcs/brandingGet.d.ts +15 -0
  170. package/funcs/brandingGet.d.ts.map +1 -0
  171. package/funcs/brandingGet.js +118 -0
  172. package/funcs/brandingGet.js.map +1 -0
  173. package/funcs/brandingUpdate.d.ts +16 -0
  174. package/funcs/brandingUpdate.d.ts.map +1 -0
  175. package/funcs/brandingUpdate.js +132 -0
  176. package/funcs/brandingUpdate.js.map +1 -0
  177. package/funcs/brandingUpsert.d.ts +16 -0
  178. package/funcs/brandingUpsert.d.ts.map +1 -0
  179. package/funcs/brandingUpsert.js +132 -0
  180. package/funcs/brandingUpsert.js.map +1 -0
  181. package/funcs/capabilitiesDisable.d.ts +16 -0
  182. package/funcs/capabilitiesDisable.d.ts.map +1 -0
  183. package/funcs/capabilitiesDisable.js +133 -0
  184. package/funcs/capabilitiesDisable.js.map +1 -0
  185. package/funcs/capabilitiesGet.d.ts +15 -0
  186. package/funcs/capabilitiesGet.d.ts.map +1 -0
  187. package/funcs/capabilitiesGet.js +122 -0
  188. package/funcs/capabilitiesGet.js.map +1 -0
  189. package/funcs/capabilitiesList.d.ts +17 -0
  190. package/funcs/capabilitiesList.d.ts.map +1 -0
  191. package/funcs/capabilitiesList.js +120 -0
  192. package/funcs/capabilitiesList.js.map +1 -0
  193. package/funcs/capabilitiesRequest.d.ts +16 -0
  194. package/funcs/capabilitiesRequest.d.ts.map +1 -0
  195. package/funcs/capabilitiesRequest.js +132 -0
  196. package/funcs/capabilitiesRequest.js.map +1 -0
  197. package/funcs/cardIssuingGet.d.ts +15 -0
  198. package/funcs/cardIssuingGet.d.ts.map +1 -0
  199. package/funcs/cardIssuingGet.js +122 -0
  200. package/funcs/cardIssuingGet.js.map +1 -0
  201. package/funcs/cardIssuingGetFull.d.ts +17 -0
  202. package/funcs/cardIssuingGetFull.d.ts.map +1 -0
  203. package/funcs/cardIssuingGetFull.js +124 -0
  204. package/funcs/cardIssuingGetFull.js.map +1 -0
  205. package/funcs/cardIssuingList.d.ts +15 -0
  206. package/funcs/cardIssuingList.d.ts.map +1 -0
  207. package/funcs/cardIssuingList.js +124 -0
  208. package/funcs/cardIssuingList.js.map +1 -0
  209. package/funcs/cardIssuingRequest.d.ts +16 -0
  210. package/funcs/cardIssuingRequest.d.ts.map +1 -0
  211. package/funcs/cardIssuingRequest.js +131 -0
  212. package/funcs/cardIssuingRequest.js.map +1 -0
  213. package/funcs/cardIssuingUpdate.d.ts +16 -0
  214. package/funcs/cardIssuingUpdate.d.ts.map +1 -0
  215. package/funcs/cardIssuingUpdate.js +135 -0
  216. package/funcs/cardIssuingUpdate.js.map +1 -0
  217. package/funcs/cardsDisable.d.ts +16 -0
  218. package/funcs/cardsDisable.d.ts.map +1 -0
  219. package/funcs/cardsDisable.js +133 -0
  220. package/funcs/cardsDisable.js.map +1 -0
  221. package/funcs/cardsGet.d.ts +17 -0
  222. package/funcs/cardsGet.d.ts.map +1 -0
  223. package/funcs/cardsGet.js +124 -0
  224. package/funcs/cardsGet.js.map +1 -0
  225. package/funcs/cardsLink.d.ts +30 -0
  226. package/funcs/cardsLink.d.ts.map +1 -0
  227. package/funcs/cardsLink.js +150 -0
  228. package/funcs/cardsLink.js.map +1 -0
  229. package/funcs/cardsList.d.ts +17 -0
  230. package/funcs/cardsList.d.ts.map +1 -0
  231. package/funcs/cardsList.js +120 -0
  232. package/funcs/cardsList.js.map +1 -0
  233. package/funcs/cardsUpdate.d.ts +25 -0
  234. package/funcs/cardsUpdate.d.ts.map +1 -0
  235. package/funcs/cardsUpdate.js +145 -0
  236. package/funcs/cardsUpdate.js.map +1 -0
  237. package/funcs/disputesAccept.d.ts +18 -0
  238. package/funcs/disputesAccept.d.ts.map +1 -0
  239. package/funcs/disputesAccept.js +136 -0
  240. package/funcs/disputesAccept.js.map +1 -0
  241. package/funcs/disputesDeleteEvidence.d.ts +18 -0
  242. package/funcs/disputesDeleteEvidence.d.ts.map +1 -0
  243. package/funcs/disputesDeleteEvidence.js +126 -0
  244. package/funcs/disputesDeleteEvidence.js.map +1 -0
  245. package/funcs/disputesGet.d.ts +17 -0
  246. package/funcs/disputesGet.d.ts.map +1 -0
  247. package/funcs/disputesGet.js +124 -0
  248. package/funcs/disputesGet.js.map +1 -0
  249. package/funcs/disputesGetEvidence.d.ts +17 -0
  250. package/funcs/disputesGetEvidence.d.ts.map +1 -0
  251. package/funcs/disputesGetEvidence.js +128 -0
  252. package/funcs/disputesGetEvidence.js.map +1 -0
  253. package/funcs/disputesGetEvidenceData.d.ts +24 -0
  254. package/funcs/disputesGetEvidenceData.d.ts.map +1 -0
  255. package/funcs/disputesGetEvidenceData.js +145 -0
  256. package/funcs/disputesGetEvidenceData.js.map +1 -0
  257. package/funcs/disputesList.d.ts +17 -0
  258. package/funcs/disputesList.d.ts.map +1 -0
  259. package/funcs/disputesList.js +135 -0
  260. package/funcs/disputesList.js.map +1 -0
  261. package/funcs/disputesListEvidence.d.ts +17 -0
  262. package/funcs/disputesListEvidence.d.ts.map +1 -0
  263. package/funcs/disputesListEvidence.js +124 -0
  264. package/funcs/disputesListEvidence.js.map +1 -0
  265. package/funcs/disputesSubmitEvidence.d.ts +21 -0
  266. package/funcs/disputesSubmitEvidence.d.ts.map +1 -0
  267. package/funcs/disputesSubmitEvidence.js +139 -0
  268. package/funcs/disputesSubmitEvidence.js.map +1 -0
  269. package/funcs/disputesUpdateEvidence.d.ts +18 -0
  270. package/funcs/disputesUpdateEvidence.d.ts.map +1 -0
  271. package/funcs/disputesUpdateEvidence.js +130 -0
  272. package/funcs/disputesUpdateEvidence.js.map +1 -0
  273. package/funcs/disputesUploadEvidenceFile.d.ts +18 -0
  274. package/funcs/disputesUploadEvidenceFile.d.ts.map +1 -0
  275. package/funcs/disputesUploadEvidenceFile.js +150 -0
  276. package/funcs/disputesUploadEvidenceFile.js.map +1 -0
  277. package/funcs/disputesUploadEvidenceText.d.ts +18 -0
  278. package/funcs/disputesUploadEvidenceText.d.ts.map +1 -0
  279. package/funcs/disputesUploadEvidenceText.js +139 -0
  280. package/funcs/disputesUploadEvidenceText.js.map +1 -0
  281. package/funcs/endToEndEncryptionGenerateKey.d.ts +12 -0
  282. package/funcs/endToEndEncryptionGenerateKey.d.ts.map +1 -0
  283. package/funcs/endToEndEncryptionGenerateKey.js +101 -0
  284. package/funcs/endToEndEncryptionGenerateKey.js.map +1 -0
  285. package/funcs/endToEndEncryptionTestEncryptedToken.d.ts +17 -0
  286. package/funcs/endToEndEncryptionTestEncryptedToken.d.ts.map +1 -0
  287. package/funcs/endToEndEncryptionTestEncryptedToken.js +114 -0
  288. package/funcs/endToEndEncryptionTestEncryptedToken.js.map +1 -0
  289. package/funcs/enrichedAddressGet.d.ts +15 -0
  290. package/funcs/enrichedAddressGet.d.ts.map +1 -0
  291. package/funcs/enrichedAddressGet.js +128 -0
  292. package/funcs/enrichedAddressGet.js.map +1 -0
  293. package/funcs/enrichedProfileGet.d.ts +15 -0
  294. package/funcs/enrichedProfileGet.d.ts.map +1 -0
  295. package/funcs/enrichedProfileGet.js +116 -0
  296. package/funcs/enrichedProfileGet.js.map +1 -0
  297. package/funcs/filesGet.d.ts +15 -0
  298. package/funcs/filesGet.d.ts.map +1 -0
  299. package/funcs/filesGet.js +122 -0
  300. package/funcs/filesGet.js.map +1 -0
  301. package/funcs/filesList.d.ts +15 -0
  302. package/funcs/filesList.d.ts.map +1 -0
  303. package/funcs/filesList.js +118 -0
  304. package/funcs/filesList.js.map +1 -0
  305. package/funcs/filesUpload.d.ts +19 -0
  306. package/funcs/filesUpload.d.ts.map +1 -0
  307. package/funcs/filesUpload.js +154 -0
  308. package/funcs/filesUpload.js.map +1 -0
  309. package/funcs/industriesList.d.ts +15 -0
  310. package/funcs/industriesList.d.ts.map +1 -0
  311. package/funcs/industriesList.js +104 -0
  312. package/funcs/industriesList.js.map +1 -0
  313. package/funcs/institutionsSearch.d.ts +16 -0
  314. package/funcs/institutionsSearch.d.ts.map +1 -0
  315. package/funcs/institutionsSearch.js +120 -0
  316. package/funcs/institutionsSearch.js.map +1 -0
  317. package/funcs/issuingTransactionsGet.d.ts +15 -0
  318. package/funcs/issuingTransactionsGet.d.ts.map +1 -0
  319. package/funcs/issuingTransactionsGet.js +119 -0
  320. package/funcs/issuingTransactionsGet.js.map +1 -0
  321. package/funcs/issuingTransactionsGetAuthorization.d.ts +15 -0
  322. package/funcs/issuingTransactionsGetAuthorization.d.ts.map +1 -0
  323. package/funcs/issuingTransactionsGetAuthorization.js +122 -0
  324. package/funcs/issuingTransactionsGetAuthorization.js.map +1 -0
  325. package/funcs/issuingTransactionsList.d.ts +15 -0
  326. package/funcs/issuingTransactionsList.d.ts.map +1 -0
  327. package/funcs/issuingTransactionsList.js +126 -0
  328. package/funcs/issuingTransactionsList.js.map +1 -0
  329. package/funcs/issuingTransactionsListAuthorizationEvents.d.ts +15 -0
  330. package/funcs/issuingTransactionsListAuthorizationEvents.d.ts.map +1 -0
  331. package/funcs/issuingTransactionsListAuthorizationEvents.js +124 -0
  332. package/funcs/issuingTransactionsListAuthorizationEvents.js.map +1 -0
  333. package/funcs/issuingTransactionsListAuthorizations.d.ts +15 -0
  334. package/funcs/issuingTransactionsListAuthorizations.d.ts.map +1 -0
  335. package/funcs/issuingTransactionsListAuthorizations.js +127 -0
  336. package/funcs/issuingTransactionsListAuthorizations.js.map +1 -0
  337. package/funcs/onboardingCreateInvite.d.ts +17 -0
  338. package/funcs/onboardingCreateInvite.d.ts.map +1 -0
  339. package/funcs/onboardingCreateInvite.js +127 -0
  340. package/funcs/onboardingCreateInvite.js.map +1 -0
  341. package/funcs/onboardingGetInvite.d.ts +15 -0
  342. package/funcs/onboardingGetInvite.d.ts.map +1 -0
  343. package/funcs/onboardingGetInvite.js +118 -0
  344. package/funcs/onboardingGetInvite.js.map +1 -0
  345. package/funcs/onboardingListInvites.d.ts +15 -0
  346. package/funcs/onboardingListInvites.d.ts.map +1 -0
  347. package/funcs/onboardingListInvites.js +104 -0
  348. package/funcs/onboardingListInvites.js.map +1 -0
  349. package/funcs/onboardingRevokeInvite.d.ts +15 -0
  350. package/funcs/onboardingRevokeInvite.d.ts.map +1 -0
  351. package/funcs/onboardingRevokeInvite.js +115 -0
  352. package/funcs/onboardingRevokeInvite.js.map +1 -0
  353. package/funcs/paymentLinksCreate.d.ts +16 -0
  354. package/funcs/paymentLinksCreate.d.ts.map +1 -0
  355. package/funcs/paymentLinksCreate.js +132 -0
  356. package/funcs/paymentLinksCreate.js.map +1 -0
  357. package/funcs/paymentLinksDisable.d.ts +15 -0
  358. package/funcs/paymentLinksDisable.d.ts.map +1 -0
  359. package/funcs/paymentLinksDisable.js +121 -0
  360. package/funcs/paymentLinksDisable.js.map +1 -0
  361. package/funcs/paymentLinksGet.d.ts +15 -0
  362. package/funcs/paymentLinksGet.d.ts.map +1 -0
  363. package/funcs/paymentLinksGet.js +122 -0
  364. package/funcs/paymentLinksGet.js.map +1 -0
  365. package/funcs/paymentLinksGetQRCode.d.ts +23 -0
  366. package/funcs/paymentLinksGetQRCode.d.ts.map +1 -0
  367. package/funcs/paymentLinksGetQRCode.js +135 -0
  368. package/funcs/paymentLinksGetQRCode.js.map +1 -0
  369. package/funcs/paymentLinksList.d.ts +15 -0
  370. package/funcs/paymentLinksList.d.ts.map +1 -0
  371. package/funcs/paymentLinksList.js +118 -0
  372. package/funcs/paymentLinksList.js.map +1 -0
  373. package/funcs/paymentLinksUpdate.d.ts +16 -0
  374. package/funcs/paymentLinksUpdate.d.ts.map +1 -0
  375. package/funcs/paymentLinksUpdate.js +136 -0
  376. package/funcs/paymentLinksUpdate.js.map +1 -0
  377. package/funcs/paymentMethodsGet.d.ts +15 -0
  378. package/funcs/paymentMethodsGet.d.ts.map +1 -0
  379. package/funcs/paymentMethodsGet.js +122 -0
  380. package/funcs/paymentMethodsGet.js.map +1 -0
  381. package/funcs/paymentMethodsList.d.ts +16 -0
  382. package/funcs/paymentMethodsList.d.ts.map +1 -0
  383. package/funcs/paymentMethodsList.js +124 -0
  384. package/funcs/paymentMethodsList.js.map +1 -0
  385. package/funcs/pingPing.d.ts +3 -3
  386. package/funcs/pingPing.d.ts.map +1 -1
  387. package/funcs/pingPing.js +13 -30
  388. package/funcs/pingPing.js.map +1 -1
  389. package/funcs/representativesCreate.d.ts +18 -0
  390. package/funcs/representativesCreate.d.ts.map +1 -0
  391. package/funcs/representativesCreate.js +138 -0
  392. package/funcs/representativesCreate.js.map +1 -0
  393. package/funcs/representativesDelete.d.ts +16 -0
  394. package/funcs/representativesDelete.d.ts.map +1 -0
  395. package/funcs/representativesDelete.js +128 -0
  396. package/funcs/representativesDelete.js.map +1 -0
  397. package/funcs/representativesGet.d.ts +15 -0
  398. package/funcs/representativesGet.d.ts.map +1 -0
  399. package/funcs/representativesGet.js +119 -0
  400. package/funcs/representativesGet.js.map +1 -0
  401. package/funcs/representativesList.d.ts +18 -0
  402. package/funcs/representativesList.d.ts.map +1 -0
  403. package/funcs/representativesList.js +121 -0
  404. package/funcs/representativesList.js.map +1 -0
  405. package/funcs/representativesUpdate.d.ts +29 -0
  406. package/funcs/representativesUpdate.d.ts.map +1 -0
  407. package/funcs/representativesUpdate.js +147 -0
  408. package/funcs/representativesUpdate.js.map +1 -0
  409. package/funcs/schedulingCancel.d.ts +16 -0
  410. package/funcs/schedulingCancel.d.ts.map +1 -0
  411. package/funcs/schedulingCancel.js +133 -0
  412. package/funcs/schedulingCancel.js.map +1 -0
  413. package/funcs/schedulingCreate.d.ts +16 -0
  414. package/funcs/schedulingCreate.d.ts.map +1 -0
  415. package/funcs/schedulingCreate.js +134 -0
  416. package/funcs/schedulingCreate.js.map +1 -0
  417. package/funcs/schedulingGet.d.ts +15 -0
  418. package/funcs/schedulingGet.d.ts.map +1 -0
  419. package/funcs/schedulingGet.js +122 -0
  420. package/funcs/schedulingGet.js.map +1 -0
  421. package/funcs/schedulingGetOccurrance.d.ts +15 -0
  422. package/funcs/schedulingGetOccurrance.d.ts.map +1 -0
  423. package/funcs/schedulingGetOccurrance.js +123 -0
  424. package/funcs/schedulingGetOccurrance.js.map +1 -0
  425. package/funcs/schedulingList.d.ts +15 -0
  426. package/funcs/schedulingList.d.ts.map +1 -0
  427. package/funcs/schedulingList.js +123 -0
  428. package/funcs/schedulingList.js.map +1 -0
  429. package/funcs/schedulingUpdate.d.ts +16 -0
  430. package/funcs/schedulingUpdate.d.ts.map +1 -0
  431. package/funcs/schedulingUpdate.js +138 -0
  432. package/funcs/schedulingUpdate.js.map +1 -0
  433. package/funcs/sweepsCreateConfig.d.ts +16 -0
  434. package/funcs/sweepsCreateConfig.d.ts.map +1 -0
  435. package/funcs/sweepsCreateConfig.js +132 -0
  436. package/funcs/sweepsCreateConfig.js.map +1 -0
  437. package/funcs/sweepsGet.d.ts +15 -0
  438. package/funcs/sweepsGet.d.ts.map +1 -0
  439. package/funcs/sweepsGet.js +126 -0
  440. package/funcs/sweepsGet.js.map +1 -0
  441. package/funcs/sweepsGetConfig.d.ts +15 -0
  442. package/funcs/sweepsGetConfig.d.ts.map +1 -0
  443. package/funcs/sweepsGetConfig.js +122 -0
  444. package/funcs/sweepsGetConfig.js.map +1 -0
  445. package/funcs/sweepsList.d.ts +15 -0
  446. package/funcs/sweepsList.d.ts.map +1 -0
  447. package/funcs/sweepsList.js +129 -0
  448. package/funcs/sweepsList.js.map +1 -0
  449. package/funcs/sweepsListConfigs.d.ts +15 -0
  450. package/funcs/sweepsListConfigs.d.ts.map +1 -0
  451. package/funcs/sweepsListConfigs.js +118 -0
  452. package/funcs/sweepsListConfigs.js.map +1 -0
  453. package/funcs/sweepsUpdateConfig.d.ts +16 -0
  454. package/funcs/sweepsUpdateConfig.d.ts.map +1 -0
  455. package/funcs/sweepsUpdateConfig.js +136 -0
  456. package/funcs/sweepsUpdateConfig.js.map +1 -0
  457. package/funcs/transfersCreate.d.ts +18 -0
  458. package/funcs/transfersCreate.d.ts.map +1 -0
  459. package/funcs/transfersCreate.js +135 -0
  460. package/funcs/transfersCreate.js.map +1 -0
  461. package/funcs/transfersCreateReversal.d.ts +18 -0
  462. package/funcs/transfersCreateReversal.d.ts.map +1 -0
  463. package/funcs/transfersCreateReversal.js +141 -0
  464. package/funcs/transfersCreateReversal.js.map +1 -0
  465. package/funcs/transfersGenerateOptions.d.ts +19 -0
  466. package/funcs/transfersGenerateOptions.d.ts.map +1 -0
  467. package/funcs/transfersGenerateOptions.js +110 -0
  468. package/funcs/transfersGenerateOptions.js.map +1 -0
  469. package/funcs/transfersGet.d.ts +18 -0
  470. package/funcs/transfersGet.d.ts.map +1 -0
  471. package/funcs/transfersGet.js +125 -0
  472. package/funcs/transfersGet.js.map +1 -0
  473. package/funcs/transfersGetRefund.d.ts +3 -4
  474. package/funcs/transfersGetRefund.d.ts.map +1 -1
  475. package/funcs/transfersGetRefund.js +14 -22
  476. package/funcs/transfersGetRefund.js.map +1 -1
  477. package/funcs/transfersInitiateRefund.d.ts +19 -0
  478. package/funcs/transfersInitiateRefund.d.ts.map +1 -0
  479. package/funcs/transfersInitiateRefund.js +135 -0
  480. package/funcs/transfersInitiateRefund.js.map +1 -0
  481. package/funcs/transfersList.d.ts +22 -0
  482. package/funcs/transfersList.d.ts.map +1 -0
  483. package/funcs/transfersList.js +137 -0
  484. package/funcs/transfersList.js.map +1 -0
  485. package/funcs/transfersListRefunds.d.ts +3 -4
  486. package/funcs/transfersListRefunds.d.ts.map +1 -1
  487. package/funcs/transfersListRefunds.js +14 -23
  488. package/funcs/transfersListRefunds.js.map +1 -1
  489. package/funcs/transfersUpdate.d.ts +17 -0
  490. package/funcs/transfersUpdate.d.ts.map +1 -0
  491. package/funcs/transfersUpdate.js +124 -0
  492. package/funcs/transfersUpdate.js.map +1 -0
  493. package/funcs/underwritingGet.d.ts +17 -0
  494. package/funcs/underwritingGet.d.ts.map +1 -0
  495. package/funcs/underwritingGet.js +120 -0
  496. package/funcs/underwritingGet.js.map +1 -0
  497. package/funcs/underwritingUpdate.d.ts +18 -0
  498. package/funcs/underwritingUpdate.d.ts.map +1 -0
  499. package/funcs/underwritingUpdate.js +138 -0
  500. package/funcs/underwritingUpdate.js.map +1 -0
  501. package/funcs/walletTransactionsGet.d.ts +17 -0
  502. package/funcs/walletTransactionsGet.d.ts.map +1 -0
  503. package/funcs/walletTransactionsGet.js +128 -0
  504. package/funcs/walletTransactionsGet.js.map +1 -0
  505. package/funcs/walletTransactionsList.d.ts +17 -0
  506. package/funcs/walletTransactionsList.d.ts.map +1 -0
  507. package/funcs/walletTransactionsList.js +138 -0
  508. package/funcs/walletTransactionsList.js.map +1 -0
  509. package/funcs/walletsGet.d.ts +17 -0
  510. package/funcs/walletsGet.d.ts.map +1 -0
  511. package/funcs/walletsGet.js +124 -0
  512. package/funcs/walletsGet.js.map +1 -0
  513. package/funcs/walletsList.d.ts +17 -0
  514. package/funcs/walletsList.d.ts.map +1 -0
  515. package/funcs/walletsList.js +120 -0
  516. package/funcs/walletsList.js.map +1 -0
  517. package/jsr.json +1 -1
  518. package/lib/config.d.ts +3 -3
  519. package/lib/config.js +3 -3
  520. package/lib/retries.js +0 -1
  521. package/lib/retries.js.map +1 -1
  522. package/models/components/achcreditsamedaypaymentmethod.d.ts +5 -5
  523. package/models/components/achcreditsamedaypaymentmethod.d.ts.map +1 -1
  524. package/models/components/achcreditsamedaypaymentmethod.js +3 -3
  525. package/models/components/achcreditsamedaypaymentmethod.js.map +1 -1
  526. package/models/components/achcreditstandardpaymentmethod.d.ts +5 -5
  527. package/models/components/achcreditstandardpaymentmethod.d.ts.map +1 -1
  528. package/models/components/achcreditstandardpaymentmethod.js +3 -3
  529. package/models/components/achcreditstandardpaymentmethod.js.map +1 -1
  530. package/models/components/achdebitcollectpaymentmethod.d.ts +5 -5
  531. package/models/components/achdebitcollectpaymentmethod.d.ts.map +1 -1
  532. package/models/components/achdebitcollectpaymentmethod.js +3 -3
  533. package/models/components/achdebitcollectpaymentmethod.js.map +1 -1
  534. package/models/components/achdebitfundpaymentmethod.d.ts +5 -5
  535. package/models/components/achdebitfundpaymentmethod.d.ts.map +1 -1
  536. package/models/components/achdebitfundpaymentmethod.js +3 -3
  537. package/models/components/achdebitfundpaymentmethod.js.map +1 -1
  538. package/models/components/applepaypaymentmethod.d.ts +6 -2
  539. package/models/components/applepaypaymentmethod.d.ts.map +1 -1
  540. package/models/components/applepaypaymentmethod.js +3 -2
  541. package/models/components/applepaypaymentmethod.js.map +1 -1
  542. package/models/components/authtoken.d.ts +1 -6
  543. package/models/components/authtoken.d.ts.map +1 -1
  544. package/models/components/authtoken.js.map +1 -1
  545. package/models/components/brandcolors.d.ts +35 -0
  546. package/models/components/brandcolors.d.ts.map +1 -0
  547. package/models/components/brandcolors.js +72 -0
  548. package/models/components/brandcolors.js.map +1 -0
  549. package/models/components/brandproperties.d.ts +33 -0
  550. package/models/components/brandproperties.d.ts.map +1 -0
  551. package/models/components/brandproperties.js +70 -0
  552. package/models/components/brandproperties.js.map +1 -0
  553. package/models/components/card.d.ts +2 -2
  554. package/models/components/card.d.ts.map +1 -1
  555. package/models/components/card.js +2 -2
  556. package/models/components/card.js.map +1 -1
  557. package/models/components/cardpaymentpaymentmethod.d.ts +5 -5
  558. package/models/components/cardpaymentpaymentmethod.d.ts.map +1 -1
  559. package/models/components/cardpaymentpaymentmethod.js +3 -3
  560. package/models/components/cardpaymentpaymentmethod.js.map +1 -1
  561. package/models/components/createrepresentative.d.ts +1 -1
  562. package/models/components/index.d.ts +6 -5
  563. package/models/components/index.d.ts.map +1 -1
  564. package/models/components/index.js +6 -5
  565. package/models/components/index.js.map +1 -1
  566. package/models/components/moovwalletpaymentmethod.d.ts +3 -2
  567. package/models/components/moovwalletpaymentmethod.d.ts.map +1 -1
  568. package/models/components/moovwalletpaymentmethod.js +3 -2
  569. package/models/components/moovwalletpaymentmethod.js.map +1 -1
  570. package/models/components/paymentmethodsbankaccount.d.ts +66 -0
  571. package/models/components/paymentmethodsbankaccount.d.ts.map +1 -0
  572. package/models/components/paymentmethodsbankaccount.js +90 -0
  573. package/models/components/paymentmethodsbankaccount.js.map +1 -0
  574. package/models/components/paymentmethodscard.d.ts +121 -0
  575. package/models/components/paymentmethodscard.d.ts.map +1 -0
  576. package/models/components/paymentmethodscard.js +109 -0
  577. package/models/components/paymentmethodscard.js.map +1 -0
  578. package/models/components/paymentmethodswallet.d.ts +29 -0
  579. package/models/components/paymentmethodswallet.d.ts.map +1 -0
  580. package/models/components/paymentmethodswallet.js +69 -0
  581. package/models/components/paymentmethodswallet.js.map +1 -0
  582. package/models/components/pullfromcardpaymentmethod.d.ts +5 -5
  583. package/models/components/pullfromcardpaymentmethod.d.ts.map +1 -1
  584. package/models/components/pullfromcardpaymentmethod.js +3 -3
  585. package/models/components/pullfromcardpaymentmethod.js.map +1 -1
  586. package/models/components/pushtocardpaymentmethod.d.ts +5 -5
  587. package/models/components/pushtocardpaymentmethod.d.ts.map +1 -1
  588. package/models/components/pushtocardpaymentmethod.js +3 -3
  589. package/models/components/pushtocardpaymentmethod.js.map +1 -1
  590. package/models/components/rtpcreditpaymentmethod.d.ts +5 -5
  591. package/models/components/rtpcreditpaymentmethod.d.ts.map +1 -1
  592. package/models/components/rtpcreditpaymentmethod.js +3 -3
  593. package/models/components/rtpcreditpaymentmethod.js.map +1 -1
  594. package/models/components/security.d.ts +4 -4
  595. package/models/components/security.d.ts.map +1 -1
  596. package/models/components/security.js +4 -4
  597. package/models/components/security.js.map +1 -1
  598. package/models/components/tokentype.d.ts +5 -18
  599. package/models/components/tokentype.d.ts.map +1 -1
  600. package/models/components/tokentype.js +2 -8
  601. package/models/components/tokentype.js.map +1 -1
  602. package/models/components/transferresponse.d.ts +27 -0
  603. package/models/components/transferresponse.d.ts.map +1 -0
  604. package/models/components/transferresponse.js +67 -0
  605. package/models/components/transferresponse.js.map +1 -0
  606. package/models/errors/index.d.ts +1 -1
  607. package/models/errors/index.d.ts.map +1 -1
  608. package/models/errors/index.js +1 -1
  609. package/models/errors/index.js.map +1 -1
  610. package/models/errors/updateaccount.d.ts +38 -0
  611. package/models/errors/updateaccount.d.ts.map +1 -0
  612. package/models/errors/updateaccount.js +81 -0
  613. package/models/errors/updateaccount.js.map +1 -0
  614. package/models/operations/acceptdispute.d.ts +58 -21
  615. package/models/operations/acceptdispute.d.ts.map +1 -1
  616. package/models/operations/acceptdispute.js +59 -34
  617. package/models/operations/acceptdispute.js.map +1 -1
  618. package/models/operations/assignaccountcountries.d.ts +58 -21
  619. package/models/operations/assignaccountcountries.d.ts.map +1 -1
  620. package/models/operations/assignaccountcountries.js +59 -28
  621. package/models/operations/assignaccountcountries.js.map +1 -1
  622. package/models/operations/cancelschedule.d.ts +56 -22
  623. package/models/operations/cancelschedule.d.ts.map +1 -1
  624. package/models/operations/cancelschedule.js +55 -35
  625. package/models/operations/cancelschedule.js.map +1 -1
  626. package/models/operations/completebankaccountverification.d.ts +58 -21
  627. package/models/operations/completebankaccountverification.d.ts.map +1 -1
  628. package/models/operations/completebankaccountverification.js +59 -28
  629. package/models/operations/completebankaccountverification.js.map +1 -1
  630. package/models/operations/completemicrodeposits.d.ts +58 -21
  631. package/models/operations/completemicrodeposits.d.ts.map +1 -1
  632. package/models/operations/completemicrodeposits.js +59 -28
  633. package/models/operations/completemicrodeposits.js.map +1 -1
  634. package/models/operations/createaccesstoken.d.ts +74 -0
  635. package/models/operations/createaccesstoken.d.ts.map +1 -0
  636. package/models/operations/createaccesstoken.js +118 -0
  637. package/models/operations/createaccesstoken.js.map +1 -0
  638. package/models/operations/createaccount.d.ts +47 -40
  639. package/models/operations/createaccount.d.ts.map +1 -1
  640. package/models/operations/createaccount.js +43 -51
  641. package/models/operations/createaccount.js.map +1 -1
  642. package/models/operations/createapplepaysession.d.ts +58 -21
  643. package/models/operations/createapplepaysession.d.ts.map +1 -1
  644. package/models/operations/createapplepaysession.js +59 -28
  645. package/models/operations/createapplepaysession.js.map +1 -1
  646. package/models/operations/createbrand.d.ts +101 -0
  647. package/models/operations/createbrand.d.ts.map +1 -0
  648. package/models/operations/createbrand.js +155 -0
  649. package/models/operations/createbrand.js.map +1 -0
  650. package/models/operations/createfeeplanagreements.d.ts +58 -21
  651. package/models/operations/createfeeplanagreements.d.ts.map +1 -1
  652. package/models/operations/createfeeplanagreements.js +59 -28
  653. package/models/operations/createfeeplanagreements.js.map +1 -1
  654. package/models/operations/createonboardinginvite.d.ts +47 -35
  655. package/models/operations/createonboardinginvite.d.ts.map +1 -1
  656. package/models/operations/createonboardinginvite.js +43 -47
  657. package/models/operations/createonboardinginvite.js.map +1 -1
  658. package/models/operations/createpaymentlink.d.ts +58 -21
  659. package/models/operations/createpaymentlink.d.ts.map +1 -1
  660. package/models/operations/createpaymentlink.js +59 -28
  661. package/models/operations/createpaymentlink.js.map +1 -1
  662. package/models/operations/createrepresentative.d.ts +58 -21
  663. package/models/operations/createrepresentative.d.ts.map +1 -1
  664. package/models/operations/createrepresentative.js +59 -28
  665. package/models/operations/createrepresentative.js.map +1 -1
  666. package/models/operations/createreversal.d.ts +114 -0
  667. package/models/operations/createreversal.d.ts.map +1 -0
  668. package/models/operations/createreversal.js +161 -0
  669. package/models/operations/createreversal.js.map +1 -0
  670. package/models/operations/createschedule.d.ts +58 -21
  671. package/models/operations/createschedule.d.ts.map +1 -1
  672. package/models/operations/createschedule.js +59 -28
  673. package/models/operations/createschedule.js.map +1 -1
  674. package/models/operations/createsweepconfig.d.ts +58 -21
  675. package/models/operations/createsweepconfig.d.ts.map +1 -1
  676. package/models/operations/createsweepconfig.js +59 -28
  677. package/models/operations/createsweepconfig.js.map +1 -1
  678. package/models/operations/createtransfer.d.ts +52 -39
  679. package/models/operations/createtransfer.d.ts.map +1 -1
  680. package/models/operations/createtransfer.js +57 -53
  681. package/models/operations/createtransfer.js.map +1 -1
  682. package/models/operations/createtransferoptions.d.ts +58 -23
  683. package/models/operations/createtransferoptions.d.ts.map +1 -1
  684. package/models/operations/createtransferoptions.js +61 -38
  685. package/models/operations/createtransferoptions.js.map +1 -1
  686. package/models/operations/deletedisputeevidencefile.d.ts +56 -22
  687. package/models/operations/deletedisputeevidencefile.d.ts.map +1 -1
  688. package/models/operations/deletedisputeevidencefile.js +55 -35
  689. package/models/operations/deletedisputeevidencefile.js.map +1 -1
  690. package/models/operations/deleterepresentative.d.ts +56 -22
  691. package/models/operations/deleterepresentative.d.ts.map +1 -1
  692. package/models/operations/deleterepresentative.js +55 -35
  693. package/models/operations/deleterepresentative.js.map +1 -1
  694. package/models/operations/disablebankaccount.d.ts +56 -22
  695. package/models/operations/disablebankaccount.d.ts.map +1 -1
  696. package/models/operations/disablebankaccount.js +55 -35
  697. package/models/operations/disablebankaccount.js.map +1 -1
  698. package/models/operations/disablecapability.d.ts +56 -21
  699. package/models/operations/disablecapability.d.ts.map +1 -1
  700. package/models/operations/disablecapability.js +55 -34
  701. package/models/operations/disablecapability.js.map +1 -1
  702. package/models/operations/disablecard.d.ts +56 -22
  703. package/models/operations/disablecard.d.ts.map +1 -1
  704. package/models/operations/disablecard.js +55 -35
  705. package/models/operations/disablecard.js.map +1 -1
  706. package/models/operations/disablepaymentlink.d.ts +56 -22
  707. package/models/operations/disablepaymentlink.d.ts.map +1 -1
  708. package/models/operations/disablepaymentlink.js +55 -35
  709. package/models/operations/disablepaymentlink.js.map +1 -1
  710. package/models/operations/disconnectaccount.d.ts +56 -22
  711. package/models/operations/disconnectaccount.d.ts.map +1 -1
  712. package/models/operations/disconnectaccount.js +55 -35
  713. package/models/operations/disconnectaccount.js.map +1 -1
  714. package/models/operations/generateendtoendkey.d.ts +67 -5
  715. package/models/operations/generateendtoendkey.d.ts.map +1 -1
  716. package/models/operations/generateendtoendkey.js +67 -5
  717. package/models/operations/generateendtoendkey.js.map +1 -1
  718. package/models/operations/getaccount.d.ts +58 -21
  719. package/models/operations/getaccount.d.ts.map +1 -1
  720. package/models/operations/getaccount.js +59 -34
  721. package/models/operations/getaccount.js.map +1 -1
  722. package/models/operations/getaccountcountries.d.ts +58 -21
  723. package/models/operations/getaccountcountries.d.ts.map +1 -1
  724. package/models/operations/getaccountcountries.js +59 -34
  725. package/models/operations/getaccountcountries.js.map +1 -1
  726. package/models/operations/getadjustment.d.ts +58 -21
  727. package/models/operations/getadjustment.d.ts.map +1 -1
  728. package/models/operations/getadjustment.js +59 -34
  729. package/models/operations/getadjustment.js.map +1 -1
  730. package/models/operations/getapplepaymerchantdomains.d.ts +58 -21
  731. package/models/operations/getapplepaymerchantdomains.d.ts.map +1 -1
  732. package/models/operations/getapplepaymerchantdomains.js +59 -34
  733. package/models/operations/getapplepaymerchantdomains.js.map +1 -1
  734. package/models/operations/getavatar.d.ts +60 -24
  735. package/models/operations/getavatar.d.ts.map +1 -1
  736. package/models/operations/getavatar.js +67 -37
  737. package/models/operations/getavatar.js.map +1 -1
  738. package/models/operations/getbankaccount.d.ts +58 -21
  739. package/models/operations/getbankaccount.d.ts.map +1 -1
  740. package/models/operations/getbankaccount.js +59 -34
  741. package/models/operations/getbankaccount.js.map +1 -1
  742. package/models/operations/getbankaccountverification.d.ts +58 -21
  743. package/models/operations/getbankaccountverification.d.ts.map +1 -1
  744. package/models/operations/getbankaccountverification.js +59 -34
  745. package/models/operations/getbankaccountverification.js.map +1 -1
  746. package/models/operations/getbrand.d.ts +58 -21
  747. package/models/operations/getbrand.d.ts.map +1 -1
  748. package/models/operations/getbrand.js +59 -34
  749. package/models/operations/getbrand.js.map +1 -1
  750. package/models/operations/getcapability.d.ts +58 -21
  751. package/models/operations/getcapability.d.ts.map +1 -1
  752. package/models/operations/getcapability.js +59 -34
  753. package/models/operations/getcapability.js.map +1 -1
  754. package/models/operations/getcard.d.ts +58 -21
  755. package/models/operations/getcard.d.ts.map +1 -1
  756. package/models/operations/getcard.js +59 -34
  757. package/models/operations/getcard.js.map +1 -1
  758. package/models/operations/getdispute.d.ts +58 -21
  759. package/models/operations/getdispute.d.ts.map +1 -1
  760. package/models/operations/getdispute.js +59 -34
  761. package/models/operations/getdispute.js.map +1 -1
  762. package/models/operations/getdisputeevidence.d.ts +58 -21
  763. package/models/operations/getdisputeevidence.d.ts.map +1 -1
  764. package/models/operations/getdisputeevidence.js +59 -34
  765. package/models/operations/getdisputeevidence.js.map +1 -1
  766. package/models/operations/getdisputeevidencedata.d.ts +60 -24
  767. package/models/operations/getdisputeevidencedata.d.ts.map +1 -1
  768. package/models/operations/getdisputeevidencedata.js +69 -37
  769. package/models/operations/getdisputeevidencedata.js.map +1 -1
  770. package/models/operations/getenrichmentaddress.d.ts +59 -22
  771. package/models/operations/getenrichmentaddress.d.ts.map +1 -1
  772. package/models/operations/getenrichmentaddress.js +59 -34
  773. package/models/operations/getenrichmentaddress.js.map +1 -1
  774. package/models/operations/getenrichmentprofile.d.ts +58 -21
  775. package/models/operations/getenrichmentprofile.d.ts.map +1 -1
  776. package/models/operations/getenrichmentprofile.js +59 -34
  777. package/models/operations/getenrichmentprofile.js.map +1 -1
  778. package/models/operations/getfiledetails.d.ts +58 -21
  779. package/models/operations/getfiledetails.d.ts.map +1 -1
  780. package/models/operations/getfiledetails.js +59 -34
  781. package/models/operations/getfiledetails.js.map +1 -1
  782. package/models/operations/getfullissuedcard.d.ts +58 -21
  783. package/models/operations/getfullissuedcard.d.ts.map +1 -1
  784. package/models/operations/getfullissuedcard.js +59 -34
  785. package/models/operations/getfullissuedcard.js.map +1 -1
  786. package/models/operations/getissuedcard.d.ts +58 -21
  787. package/models/operations/getissuedcard.d.ts.map +1 -1
  788. package/models/operations/getissuedcard.js +59 -34
  789. package/models/operations/getissuedcard.js.map +1 -1
  790. package/models/operations/getissuedcardauthorization.d.ts +58 -21
  791. package/models/operations/getissuedcardauthorization.d.ts.map +1 -1
  792. package/models/operations/getissuedcardauthorization.js +59 -34
  793. package/models/operations/getissuedcardauthorization.js.map +1 -1
  794. package/models/operations/getissuedcardtransaction.d.ts +58 -21
  795. package/models/operations/getissuedcardtransaction.d.ts.map +1 -1
  796. package/models/operations/getissuedcardtransaction.js +59 -34
  797. package/models/operations/getissuedcardtransaction.js.map +1 -1
  798. package/models/operations/getmerchantprocessingagreement.d.ts +58 -22
  799. package/models/operations/getmerchantprocessingagreement.d.ts.map +1 -1
  800. package/models/operations/getmerchantprocessingagreement.js +59 -35
  801. package/models/operations/getmerchantprocessingagreement.js.map +1 -1
  802. package/models/operations/getonboardinginvite.d.ts +58 -21
  803. package/models/operations/getonboardinginvite.d.ts.map +1 -1
  804. package/models/operations/getonboardinginvite.js +59 -34
  805. package/models/operations/getonboardinginvite.js.map +1 -1
  806. package/models/operations/getpaymentlink.d.ts +58 -21
  807. package/models/operations/getpaymentlink.d.ts.map +1 -1
  808. package/models/operations/getpaymentlink.js +59 -34
  809. package/models/operations/getpaymentlink.js.map +1 -1
  810. package/models/operations/getpaymentlinkqrcode.d.ts +60 -23
  811. package/models/operations/getpaymentlinkqrcode.d.ts.map +1 -1
  812. package/models/operations/getpaymentlinkqrcode.js +67 -36
  813. package/models/operations/getpaymentlinkqrcode.js.map +1 -1
  814. package/models/operations/getpaymentmethod.d.ts +58 -21
  815. package/models/operations/getpaymentmethod.d.ts.map +1 -1
  816. package/models/operations/getpaymentmethod.js +59 -34
  817. package/models/operations/getpaymentmethod.js.map +1 -1
  818. package/models/operations/getrefund.d.ts +58 -21
  819. package/models/operations/getrefund.d.ts.map +1 -1
  820. package/models/operations/getrefund.js +59 -34
  821. package/models/operations/getrefund.js.map +1 -1
  822. package/models/operations/getrepresentative.d.ts +58 -21
  823. package/models/operations/getrepresentative.d.ts.map +1 -1
  824. package/models/operations/getrepresentative.js +59 -34
  825. package/models/operations/getrepresentative.js.map +1 -1
  826. package/models/operations/getscheduledoccurrence.d.ts +58 -21
  827. package/models/operations/getscheduledoccurrence.d.ts.map +1 -1
  828. package/models/operations/getscheduledoccurrence.js +59 -34
  829. package/models/operations/getscheduledoccurrence.js.map +1 -1
  830. package/models/operations/getschedules.d.ts +58 -21
  831. package/models/operations/getschedules.d.ts.map +1 -1
  832. package/models/operations/getschedules.js +59 -34
  833. package/models/operations/getschedules.js.map +1 -1
  834. package/models/operations/getsweep.d.ts +58 -21
  835. package/models/operations/getsweep.d.ts.map +1 -1
  836. package/models/operations/getsweep.js +59 -34
  837. package/models/operations/getsweep.js.map +1 -1
  838. package/models/operations/getsweepconfig.d.ts +58 -21
  839. package/models/operations/getsweepconfig.d.ts.map +1 -1
  840. package/models/operations/getsweepconfig.js +59 -34
  841. package/models/operations/getsweepconfig.js.map +1 -1
  842. package/models/operations/gettermsofservicetoken.d.ts +67 -3
  843. package/models/operations/gettermsofservicetoken.d.ts.map +1 -1
  844. package/models/operations/gettermsofservicetoken.js +73 -9
  845. package/models/operations/gettermsofservicetoken.js.map +1 -1
  846. package/models/operations/gettransfer.d.ts +58 -21
  847. package/models/operations/gettransfer.d.ts.map +1 -1
  848. package/models/operations/gettransfer.js +59 -34
  849. package/models/operations/gettransfer.js.map +1 -1
  850. package/models/operations/getunderwriting.d.ts +58 -21
  851. package/models/operations/getunderwriting.d.ts.map +1 -1
  852. package/models/operations/getunderwriting.js +59 -34
  853. package/models/operations/getunderwriting.js.map +1 -1
  854. package/models/operations/getwallet.d.ts +58 -21
  855. package/models/operations/getwallet.d.ts.map +1 -1
  856. package/models/operations/getwallet.js +59 -34
  857. package/models/operations/getwallet.js.map +1 -1
  858. package/models/operations/getwallettransaction.d.ts +58 -21
  859. package/models/operations/getwallettransaction.d.ts.map +1 -1
  860. package/models/operations/getwallettransaction.js +59 -34
  861. package/models/operations/getwallettransaction.js.map +1 -1
  862. package/models/operations/index.d.ts +10 -9
  863. package/models/operations/index.d.ts.map +1 -1
  864. package/models/operations/index.js +10 -9
  865. package/models/operations/index.js.map +1 -1
  866. package/models/operations/initiatebankaccountverification.d.ts +58 -21
  867. package/models/operations/initiatebankaccountverification.d.ts.map +1 -1
  868. package/models/operations/initiatebankaccountverification.js +59 -28
  869. package/models/operations/initiatebankaccountverification.js.map +1 -1
  870. package/models/operations/initiatemicrodeposits.d.ts +56 -22
  871. package/models/operations/initiatemicrodeposits.d.ts.map +1 -1
  872. package/models/operations/initiatemicrodeposits.js +55 -35
  873. package/models/operations/initiatemicrodeposits.js.map +1 -1
  874. package/models/operations/initiaterefund.d.ts +143 -0
  875. package/models/operations/initiaterefund.d.ts.map +1 -0
  876. package/models/operations/initiaterefund.js +200 -0
  877. package/models/operations/initiaterefund.js.map +1 -0
  878. package/models/operations/linkapplepaytoken.d.ts +58 -21
  879. package/models/operations/linkapplepaytoken.d.ts.map +1 -1
  880. package/models/operations/linkapplepaytoken.js +59 -28
  881. package/models/operations/linkapplepaytoken.js.map +1 -1
  882. package/models/operations/linkbankaccount.d.ts +58 -21
  883. package/models/operations/linkbankaccount.d.ts.map +1 -1
  884. package/models/operations/linkbankaccount.js +59 -28
  885. package/models/operations/linkbankaccount.js.map +1 -1
  886. package/models/operations/linkcard.d.ts +58 -21
  887. package/models/operations/linkcard.d.ts.map +1 -1
  888. package/models/operations/linkcard.js +59 -28
  889. package/models/operations/linkcard.js.map +1 -1
  890. package/models/operations/listaccounts.d.ts +58 -21
  891. package/models/operations/listaccounts.d.ts.map +1 -1
  892. package/models/operations/listaccounts.js +59 -34
  893. package/models/operations/listaccounts.js.map +1 -1
  894. package/models/operations/listadjustments.d.ts +58 -21
  895. package/models/operations/listadjustments.d.ts.map +1 -1
  896. package/models/operations/listadjustments.js +59 -34
  897. package/models/operations/listadjustments.js.map +1 -1
  898. package/models/operations/listbankaccounts.d.ts +58 -21
  899. package/models/operations/listbankaccounts.d.ts.map +1 -1
  900. package/models/operations/listbankaccounts.js +59 -34
  901. package/models/operations/listbankaccounts.js.map +1 -1
  902. package/models/operations/listcapabilities.d.ts +58 -21
  903. package/models/operations/listcapabilities.d.ts.map +1 -1
  904. package/models/operations/listcapabilities.js +59 -34
  905. package/models/operations/listcapabilities.js.map +1 -1
  906. package/models/operations/listcards.d.ts +58 -21
  907. package/models/operations/listcards.d.ts.map +1 -1
  908. package/models/operations/listcards.js +59 -34
  909. package/models/operations/listcards.js.map +1 -1
  910. package/models/operations/listdisputeevidence.d.ts +58 -21
  911. package/models/operations/listdisputeevidence.d.ts.map +1 -1
  912. package/models/operations/listdisputeevidence.js +59 -34
  913. package/models/operations/listdisputeevidence.js.map +1 -1
  914. package/models/operations/listdisputes.d.ts +58 -21
  915. package/models/operations/listdisputes.d.ts.map +1 -1
  916. package/models/operations/listdisputes.js +59 -34
  917. package/models/operations/listdisputes.js.map +1 -1
  918. package/models/operations/listfeeplanagreements.d.ts +58 -21
  919. package/models/operations/listfeeplanagreements.d.ts.map +1 -1
  920. package/models/operations/listfeeplanagreements.js +59 -34
  921. package/models/operations/listfeeplanagreements.js.map +1 -1
  922. package/models/operations/listfeeplans.d.ts +58 -21
  923. package/models/operations/listfeeplans.d.ts.map +1 -1
  924. package/models/operations/listfeeplans.js +59 -34
  925. package/models/operations/listfeeplans.js.map +1 -1
  926. package/models/operations/listfiles.d.ts +58 -21
  927. package/models/operations/listfiles.d.ts.map +1 -1
  928. package/models/operations/listfiles.js +59 -34
  929. package/models/operations/listfiles.js.map +1 -1
  930. package/models/operations/listindustries.d.ts +58 -23
  931. package/models/operations/listindustries.d.ts.map +1 -1
  932. package/models/operations/listindustries.js +61 -38
  933. package/models/operations/listindustries.js.map +1 -1
  934. package/models/operations/listinstitutions.d.ts +58 -21
  935. package/models/operations/listinstitutions.d.ts.map +1 -1
  936. package/models/operations/listinstitutions.js +59 -34
  937. package/models/operations/listinstitutions.js.map +1 -1
  938. package/models/operations/listissuedcardauthorizationevents.d.ts +58 -21
  939. package/models/operations/listissuedcardauthorizationevents.d.ts.map +1 -1
  940. package/models/operations/listissuedcardauthorizationevents.js +59 -34
  941. package/models/operations/listissuedcardauthorizationevents.js.map +1 -1
  942. package/models/operations/listissuedcardauthorizations.d.ts +58 -21
  943. package/models/operations/listissuedcardauthorizations.d.ts.map +1 -1
  944. package/models/operations/listissuedcardauthorizations.js +59 -34
  945. package/models/operations/listissuedcardauthorizations.js.map +1 -1
  946. package/models/operations/listissuedcards.d.ts +58 -21
  947. package/models/operations/listissuedcards.d.ts.map +1 -1
  948. package/models/operations/listissuedcards.js +59 -34
  949. package/models/operations/listissuedcards.js.map +1 -1
  950. package/models/operations/listissuedcardtransactions.d.ts +58 -21
  951. package/models/operations/listissuedcardtransactions.d.ts.map +1 -1
  952. package/models/operations/listissuedcardtransactions.js +59 -34
  953. package/models/operations/listissuedcardtransactions.js.map +1 -1
  954. package/models/operations/listonboardinginvites.d.ts +58 -23
  955. package/models/operations/listonboardinginvites.d.ts.map +1 -1
  956. package/models/operations/listonboardinginvites.js +61 -38
  957. package/models/operations/listonboardinginvites.js.map +1 -1
  958. package/models/operations/listpartnerpricing.d.ts +58 -21
  959. package/models/operations/listpartnerpricing.d.ts.map +1 -1
  960. package/models/operations/listpartnerpricing.js +59 -34
  961. package/models/operations/listpartnerpricing.js.map +1 -1
  962. package/models/operations/listpartnerpricingagreements.d.ts +58 -21
  963. package/models/operations/listpartnerpricingagreements.d.ts.map +1 -1
  964. package/models/operations/listpartnerpricingagreements.js +59 -34
  965. package/models/operations/listpartnerpricingagreements.js.map +1 -1
  966. package/models/operations/listpaymentlinks.d.ts +58 -21
  967. package/models/operations/listpaymentlinks.d.ts.map +1 -1
  968. package/models/operations/listpaymentlinks.js +59 -34
  969. package/models/operations/listpaymentlinks.js.map +1 -1
  970. package/models/operations/listpaymentmethods.d.ts +64 -22
  971. package/models/operations/listpaymentmethods.d.ts.map +1 -1
  972. package/models/operations/listpaymentmethods.js +59 -34
  973. package/models/operations/listpaymentmethods.js.map +1 -1
  974. package/models/operations/listrefunds.d.ts +58 -21
  975. package/models/operations/listrefunds.d.ts.map +1 -1
  976. package/models/operations/listrefunds.js +59 -34
  977. package/models/operations/listrefunds.js.map +1 -1
  978. package/models/operations/listrepresentatives.d.ts +58 -21
  979. package/models/operations/listrepresentatives.d.ts.map +1 -1
  980. package/models/operations/listrepresentatives.js +59 -34
  981. package/models/operations/listrepresentatives.js.map +1 -1
  982. package/models/operations/listschedules.d.ts +58 -21
  983. package/models/operations/listschedules.d.ts.map +1 -1
  984. package/models/operations/listschedules.js +59 -34
  985. package/models/operations/listschedules.js.map +1 -1
  986. package/models/operations/listsweepconfigs.d.ts +58 -21
  987. package/models/operations/listsweepconfigs.d.ts.map +1 -1
  988. package/models/operations/listsweepconfigs.js +59 -34
  989. package/models/operations/listsweepconfigs.js.map +1 -1
  990. package/models/operations/listsweeps.d.ts +58 -21
  991. package/models/operations/listsweeps.d.ts.map +1 -1
  992. package/models/operations/listsweeps.js +59 -34
  993. package/models/operations/listsweeps.js.map +1 -1
  994. package/models/operations/listtransfers.d.ts +58 -21
  995. package/models/operations/listtransfers.d.ts.map +1 -1
  996. package/models/operations/listtransfers.js +59 -34
  997. package/models/operations/listtransfers.js.map +1 -1
  998. package/models/operations/listwallets.d.ts +58 -21
  999. package/models/operations/listwallets.d.ts.map +1 -1
  1000. package/models/operations/listwallets.js +59 -34
  1001. package/models/operations/listwallets.js.map +1 -1
  1002. package/models/operations/listwallettransactions.d.ts +60 -23
  1003. package/models/operations/listwallettransactions.d.ts.map +1 -1
  1004. package/models/operations/listwallettransactions.js +61 -36
  1005. package/models/operations/listwallettransactions.js.map +1 -1
  1006. package/models/operations/ping.d.ts +56 -24
  1007. package/models/operations/ping.d.ts.map +1 -1
  1008. package/models/operations/ping.js +57 -39
  1009. package/models/operations/ping.js.map +1 -1
  1010. package/models/operations/registerapplepaymerchantdomains.d.ts +58 -21
  1011. package/models/operations/registerapplepaymerchantdomains.d.ts.map +1 -1
  1012. package/models/operations/registerapplepaymerchantdomains.js +59 -28
  1013. package/models/operations/registerapplepaymerchantdomains.js.map +1 -1
  1014. package/models/operations/requestcapabilities.d.ts +101 -0
  1015. package/models/operations/requestcapabilities.d.ts.map +1 -0
  1016. package/models/operations/requestcapabilities.js +155 -0
  1017. package/models/operations/requestcapabilities.js.map +1 -0
  1018. package/models/operations/requestcard.d.ts +58 -21
  1019. package/models/operations/requestcard.d.ts.map +1 -1
  1020. package/models/operations/requestcard.js +59 -28
  1021. package/models/operations/requestcard.js.map +1 -1
  1022. package/models/operations/revokeaccesstoken.d.ts +71 -0
  1023. package/models/operations/revokeaccesstoken.d.ts.map +1 -0
  1024. package/models/operations/revokeaccesstoken.js +113 -0
  1025. package/models/operations/revokeaccesstoken.js.map +1 -0
  1026. package/models/operations/revokeonboardinginvite.d.ts +56 -22
  1027. package/models/operations/revokeonboardinginvite.d.ts.map +1 -1
  1028. package/models/operations/revokeonboardinginvite.js +55 -35
  1029. package/models/operations/revokeonboardinginvite.js.map +1 -1
  1030. package/models/operations/submitdisputeevidence.d.ts +58 -21
  1031. package/models/operations/submitdisputeevidence.d.ts.map +1 -1
  1032. package/models/operations/submitdisputeevidence.js +59 -34
  1033. package/models/operations/submitdisputeevidence.js.map +1 -1
  1034. package/models/operations/testendtoendtoken.d.ts +45 -36
  1035. package/models/operations/testendtoendtoken.d.ts.map +1 -1
  1036. package/models/operations/testendtoendtoken.js +39 -48
  1037. package/models/operations/testendtoendtoken.js.map +1 -1
  1038. package/models/operations/updateaccount.d.ts +101 -0
  1039. package/models/operations/updateaccount.d.ts.map +1 -0
  1040. package/models/operations/updateaccount.js +155 -0
  1041. package/models/operations/updateaccount.js.map +1 -0
  1042. package/models/operations/updateapplepaymerchantdomains.d.ts +56 -21
  1043. package/models/operations/updateapplepaymerchantdomains.d.ts.map +1 -1
  1044. package/models/operations/updateapplepaymerchantdomains.js +55 -28
  1045. package/models/operations/updateapplepaymerchantdomains.js.map +1 -1
  1046. package/models/operations/updatebrand.d.ts +58 -21
  1047. package/models/operations/updatebrand.d.ts.map +1 -1
  1048. package/models/operations/updatebrand.js +59 -28
  1049. package/models/operations/updatebrand.js.map +1 -1
  1050. package/models/operations/updatecard.d.ts +58 -21
  1051. package/models/operations/updatecard.d.ts.map +1 -1
  1052. package/models/operations/updatecard.js +59 -28
  1053. package/models/operations/updatecard.js.map +1 -1
  1054. package/models/operations/updatedisputeevidence.d.ts +58 -21
  1055. package/models/operations/updatedisputeevidence.d.ts.map +1 -1
  1056. package/models/operations/updatedisputeevidence.js +59 -28
  1057. package/models/operations/updatedisputeevidence.js.map +1 -1
  1058. package/models/operations/updateissuedcard.d.ts +56 -21
  1059. package/models/operations/updateissuedcard.d.ts.map +1 -1
  1060. package/models/operations/updateissuedcard.js +55 -28
  1061. package/models/operations/updateissuedcard.js.map +1 -1
  1062. package/models/operations/updatepaymentlink.d.ts +58 -21
  1063. package/models/operations/updatepaymentlink.d.ts.map +1 -1
  1064. package/models/operations/updatepaymentlink.js +59 -28
  1065. package/models/operations/updatepaymentlink.js.map +1 -1
  1066. package/models/operations/updaterepresentative.d.ts +58 -21
  1067. package/models/operations/updaterepresentative.d.ts.map +1 -1
  1068. package/models/operations/updaterepresentative.js +59 -28
  1069. package/models/operations/updaterepresentative.js.map +1 -1
  1070. package/models/operations/updateschedule.d.ts +58 -21
  1071. package/models/operations/updateschedule.d.ts.map +1 -1
  1072. package/models/operations/updateschedule.js +59 -28
  1073. package/models/operations/updateschedule.js.map +1 -1
  1074. package/models/operations/updatesweepconfig.d.ts +103 -0
  1075. package/models/operations/updatesweepconfig.d.ts.map +1 -0
  1076. package/models/operations/updatesweepconfig.js +157 -0
  1077. package/models/operations/updatesweepconfig.js.map +1 -0
  1078. package/models/operations/updatetransfer.d.ts +104 -0
  1079. package/models/operations/updatetransfer.d.ts.map +1 -0
  1080. package/models/operations/updatetransfer.js +147 -0
  1081. package/models/operations/updatetransfer.js.map +1 -0
  1082. package/models/operations/updateunderwriting.d.ts +58 -21
  1083. package/models/operations/updateunderwriting.d.ts.map +1 -1
  1084. package/models/operations/updateunderwriting.js +59 -28
  1085. package/models/operations/updateunderwriting.js.map +1 -1
  1086. package/models/operations/uploaddisputeevidencefile.d.ts +56 -21
  1087. package/models/operations/uploaddisputeevidencefile.d.ts.map +1 -1
  1088. package/models/operations/uploaddisputeevidencefile.js +55 -28
  1089. package/models/operations/uploaddisputeevidencefile.js.map +1 -1
  1090. package/models/operations/uploaddisputeevidencetext.d.ts +58 -21
  1091. package/models/operations/uploaddisputeevidencetext.d.ts.map +1 -1
  1092. package/models/operations/uploaddisputeevidencetext.js +59 -28
  1093. package/models/operations/uploaddisputeevidencetext.js.map +1 -1
  1094. package/models/operations/uploadfile.d.ts +58 -21
  1095. package/models/operations/uploadfile.d.ts.map +1 -1
  1096. package/models/operations/uploadfile.js +59 -28
  1097. package/models/operations/uploadfile.js.map +1 -1
  1098. package/models/operations/upsertbrand.d.ts +101 -0
  1099. package/models/operations/upsertbrand.d.ts.map +1 -0
  1100. package/models/operations/upsertbrand.js +155 -0
  1101. package/models/operations/upsertbrand.js.map +1 -0
  1102. package/package.json +6 -7
  1103. package/sdk/accounts.d.ts +37 -26
  1104. package/sdk/accounts.d.ts.map +1 -1
  1105. package/sdk/accounts.js +51 -40
  1106. package/sdk/accounts.js.map +1 -1
  1107. package/sdk/adjustments.d.ts +6 -7
  1108. package/sdk/adjustments.d.ts.map +1 -1
  1109. package/sdk/adjustments.js +10 -10
  1110. package/sdk/adjustments.js.map +1 -1
  1111. package/sdk/applepay.d.ts +54 -0
  1112. package/sdk/applepay.d.ts.map +1 -0
  1113. package/sdk/applepay.js +76 -0
  1114. package/sdk/applepay.js.map +1 -0
  1115. package/sdk/authentication.d.ts +2 -2
  1116. package/sdk/authentication.d.ts.map +1 -1
  1117. package/sdk/authentication.js +6 -6
  1118. package/sdk/authentication.js.map +1 -1
  1119. package/sdk/avatars.d.ts +6 -5
  1120. package/sdk/avatars.d.ts.map +1 -1
  1121. package/sdk/avatars.js +8 -7
  1122. package/sdk/avatars.js.map +1 -1
  1123. package/sdk/bankaccounts.d.ts +44 -36
  1124. package/sdk/bankaccounts.d.ts.map +1 -1
  1125. package/sdk/bankaccounts.js +60 -51
  1126. package/sdk/bankaccounts.js.map +1 -1
  1127. package/sdk/billing.d.ts +15 -16
  1128. package/sdk/billing.d.ts.map +1 -1
  1129. package/sdk/billing.js +20 -20
  1130. package/sdk/billing.js.map +1 -1
  1131. package/sdk/branding.d.ts +21 -6
  1132. package/sdk/branding.d.ts.map +1 -1
  1133. package/sdk/branding.js +30 -11
  1134. package/sdk/branding.js.map +1 -1
  1135. package/sdk/capabilities.d.ts +13 -8
  1136. package/sdk/capabilities.d.ts.map +1 -1
  1137. package/sdk/capabilities.js +21 -15
  1138. package/sdk/capabilities.js.map +1 -1
  1139. package/sdk/cardissuing.d.ts +15 -16
  1140. package/sdk/cardissuing.d.ts.map +1 -1
  1141. package/sdk/cardissuing.js +25 -25
  1142. package/sdk/cardissuing.js.map +1 -1
  1143. package/sdk/cards.d.ts +15 -65
  1144. package/sdk/cards.d.ts.map +1 -1
  1145. package/sdk/cards.js +25 -89
  1146. package/sdk/cards.js.map +1 -1
  1147. package/sdk/disputes.d.ts +37 -38
  1148. package/sdk/disputes.d.ts.map +1 -1
  1149. package/sdk/disputes.js +59 -59
  1150. package/sdk/disputes.js.map +1 -1
  1151. package/sdk/endtoendencryption.d.ts +4 -4
  1152. package/sdk/endtoendencryption.d.ts.map +1 -1
  1153. package/sdk/endtoendencryption.js +8 -8
  1154. package/sdk/endtoendencryption.js.map +1 -1
  1155. package/sdk/enrichedaddress.d.ts +4 -4
  1156. package/sdk/enrichedaddress.d.ts.map +1 -1
  1157. package/sdk/enrichedaddress.js +6 -5
  1158. package/sdk/enrichedaddress.js.map +1 -1
  1159. package/sdk/enrichedprofile.d.ts +4 -4
  1160. package/sdk/enrichedprofile.d.ts.map +1 -1
  1161. package/sdk/enrichedprofile.js +6 -5
  1162. package/sdk/enrichedprofile.js.map +1 -1
  1163. package/sdk/files.d.ts +9 -10
  1164. package/sdk/files.d.ts.map +1 -1
  1165. package/sdk/files.js +15 -15
  1166. package/sdk/files.js.map +1 -1
  1167. package/sdk/industries.d.ts +4 -4
  1168. package/sdk/industries.d.ts.map +1 -1
  1169. package/sdk/industries.js +6 -5
  1170. package/sdk/industries.js.map +1 -1
  1171. package/sdk/institutions.d.ts +4 -4
  1172. package/sdk/institutions.d.ts.map +1 -1
  1173. package/sdk/institutions.js +6 -5
  1174. package/sdk/institutions.js.map +1 -1
  1175. package/sdk/issuingtransactions.d.ts +15 -16
  1176. package/sdk/issuingtransactions.d.ts.map +1 -1
  1177. package/sdk/issuingtransactions.js +25 -25
  1178. package/sdk/issuingtransactions.js.map +1 -1
  1179. package/sdk/onboarding.d.ts +12 -12
  1180. package/sdk/onboarding.d.ts.map +1 -1
  1181. package/sdk/onboarding.js +20 -20
  1182. package/sdk/onboarding.js.map +1 -1
  1183. package/sdk/paymentlinks.d.ts +21 -22
  1184. package/sdk/paymentlinks.d.ts.map +1 -1
  1185. package/sdk/paymentlinks.js +33 -33
  1186. package/sdk/paymentlinks.js.map +1 -1
  1187. package/sdk/paymentmethods.d.ts +8 -6
  1188. package/sdk/paymentmethods.d.ts.map +1 -1
  1189. package/sdk/paymentmethods.js +12 -9
  1190. package/sdk/paymentmethods.js.map +1 -1
  1191. package/sdk/ping.d.ts +3 -3
  1192. package/sdk/ping.d.ts.map +1 -1
  1193. package/sdk/ping.js +4 -4
  1194. package/sdk/ping.js.map +1 -1
  1195. package/sdk/representatives.d.ts +19 -15
  1196. package/sdk/representatives.d.ts.map +1 -1
  1197. package/sdk/representatives.js +29 -24
  1198. package/sdk/representatives.js.map +1 -1
  1199. package/sdk/scheduling.d.ts +24 -7
  1200. package/sdk/scheduling.d.ts.map +1 -1
  1201. package/sdk/scheduling.js +36 -18
  1202. package/sdk/scheduling.js.map +1 -1
  1203. package/sdk/sdk.d.ts +5 -2
  1204. package/sdk/sdk.d.ts.map +1 -1
  1205. package/sdk/sdk.js +6 -2
  1206. package/sdk/sdk.js.map +1 -1
  1207. package/sdk/sweeps.d.ts +24 -7
  1208. package/sdk/sweeps.d.ts.map +1 -1
  1209. package/sdk/sweeps.js +36 -18
  1210. package/sdk/sweeps.js.map +1 -1
  1211. package/sdk/transfers.d.ts +25 -27
  1212. package/sdk/transfers.d.ts.map +1 -1
  1213. package/sdk/transfers.js +41 -42
  1214. package/sdk/transfers.js.map +1 -1
  1215. package/sdk/underwriting.d.ts +6 -7
  1216. package/sdk/underwriting.d.ts.map +1 -1
  1217. package/sdk/underwriting.js +10 -10
  1218. package/sdk/underwriting.js.map +1 -1
  1219. package/sdk/wallets.d.ts +12 -7
  1220. package/sdk/wallets.d.ts.map +1 -1
  1221. package/sdk/wallets.js +16 -10
  1222. package/sdk/wallets.js.map +1 -1
  1223. package/sdk/wallettransactions.d.ts +12 -7
  1224. package/sdk/wallettransactions.d.ts.map +1 -1
  1225. package/sdk/wallettransactions.js +16 -10
  1226. package/sdk/wallettransactions.js.map +1 -1
  1227. package/src/funcs/accountsAssignCountries.ts +168 -0
  1228. package/src/funcs/accountsCreate.ts +172 -0
  1229. package/src/funcs/accountsDisconnect.ts +161 -0
  1230. package/src/funcs/accountsGet.ts +145 -0
  1231. package/src/funcs/accountsGetCountries.ts +146 -0
  1232. package/src/funcs/accountsGetMerchantProcessingAgreement.ts +23 -33
  1233. package/src/funcs/accountsGetTermsOfServiceToken.ts +20 -11
  1234. package/src/funcs/accountsList.ts +155 -0
  1235. package/src/funcs/accountsUpdate.ts +177 -0
  1236. package/src/funcs/adjustmentsGet.ts +151 -0
  1237. package/src/funcs/adjustmentsList.ts +150 -0
  1238. package/src/funcs/applePayCreateSession.ts +172 -0
  1239. package/src/funcs/applePayGetMerchantDomains.ts +150 -0
  1240. package/src/funcs/applePayLinkToken.ts +168 -0
  1241. package/src/funcs/applePayRegisterMerchantDomains.ts +172 -0
  1242. package/src/funcs/applePayUpdateMerchantDomains.ts +173 -0
  1243. package/src/funcs/authenticationCreateAccessToken.ts +144 -0
  1244. package/src/funcs/authenticationRevokeAccessToken.ts +147 -0
  1245. package/src/funcs/avatarsGet.ts +156 -0
  1246. package/src/funcs/bankAccountsCompleteMicroDeposits.ts +21 -32
  1247. package/src/funcs/bankAccountsCompleteVerification.ts +183 -0
  1248. package/src/funcs/bankAccountsDisable.ts +165 -0
  1249. package/src/funcs/bankAccountsGet.ts +153 -0
  1250. package/src/funcs/bankAccountsGetVerification.ts +161 -0
  1251. package/src/funcs/bankAccountsInitiateMicroDeposits.ts +28 -34
  1252. package/src/funcs/bankAccountsInitiateVerification.ts +189 -0
  1253. package/src/funcs/bankAccountsLink.ts +176 -0
  1254. package/src/funcs/bankAccountsList.ts +147 -0
  1255. package/src/funcs/billingCreateFeePlanAgreements.ts +19 -32
  1256. package/src/funcs/billingListFeePlanAgreements.ts +22 -32
  1257. package/src/funcs/billingListFeePlans.ts +22 -32
  1258. package/src/funcs/billingListPartnerPricing.ts +22 -32
  1259. package/src/funcs/billingListPartnerPricingAgreements.ts +22 -32
  1260. package/src/funcs/brandingCreate.ts +165 -0
  1261. package/src/funcs/brandingGet.ts +145 -0
  1262. package/src/funcs/brandingUpdate.ts +165 -0
  1263. package/src/funcs/brandingUpsert.ts +165 -0
  1264. package/src/funcs/capabilitiesDisable.ts +165 -0
  1265. package/src/funcs/capabilitiesGet.ts +151 -0
  1266. package/src/funcs/capabilitiesList.ts +147 -0
  1267. package/src/funcs/capabilitiesRequest.ts +166 -0
  1268. package/src/funcs/cardIssuingGet.ts +151 -0
  1269. package/src/funcs/cardIssuingGetFull.ts +153 -0
  1270. package/src/funcs/cardIssuingList.ts +152 -0
  1271. package/src/funcs/cardIssuingRequest.ts +164 -0
  1272. package/src/funcs/cardIssuingUpdate.ts +170 -0
  1273. package/src/funcs/cardsDisable.ts +163 -0
  1274. package/src/funcs/cardsGet.ts +151 -0
  1275. package/src/funcs/cardsLink.ts +183 -0
  1276. package/src/funcs/cardsList.ts +147 -0
  1277. package/src/funcs/cardsUpdate.ts +178 -0
  1278. package/src/funcs/disputesAccept.ts +168 -0
  1279. package/src/funcs/disputesDeleteEvidence.ts +163 -0
  1280. package/src/funcs/disputesGet.ts +153 -0
  1281. package/src/funcs/disputesGetEvidence.ts +157 -0
  1282. package/src/funcs/disputesGetEvidenceData.ts +178 -0
  1283. package/src/funcs/disputesList.ts +163 -0
  1284. package/src/funcs/disputesListEvidence.ts +154 -0
  1285. package/src/funcs/disputesSubmitEvidence.ts +172 -0
  1286. package/src/funcs/disputesUpdateEvidence.ts +163 -0
  1287. package/src/funcs/disputesUploadEvidenceFile.ts +199 -0
  1288. package/src/funcs/disputesUploadEvidenceText.ts +172 -0
  1289. package/src/funcs/endToEndEncryptionGenerateKey.ts +121 -0
  1290. package/src/funcs/endToEndEncryptionTestEncryptedToken.ts +143 -0
  1291. package/src/funcs/enrichedAddressGet.ts +156 -0
  1292. package/src/funcs/enrichedProfileGet.ts +144 -0
  1293. package/src/funcs/filesGet.ts +149 -0
  1294. package/src/funcs/filesList.ts +145 -0
  1295. package/src/funcs/filesUpload.ts +199 -0
  1296. package/src/funcs/industriesList.ts +125 -0
  1297. package/src/funcs/institutionsSearch.ts +150 -0
  1298. package/src/funcs/issuingTransactionsGet.ts +153 -0
  1299. package/src/funcs/issuingTransactionsGetAuthorization.ts +152 -0
  1300. package/src/funcs/issuingTransactionsList.ts +155 -0
  1301. package/src/funcs/issuingTransactionsListAuthorizationEvents.ts +161 -0
  1302. package/src/funcs/issuingTransactionsListAuthorizations.ts +158 -0
  1303. package/src/funcs/onboardingCreateInvite.ts +159 -0
  1304. package/src/funcs/onboardingGetInvite.ts +146 -0
  1305. package/src/funcs/onboardingListInvites.ts +125 -0
  1306. package/src/funcs/onboardingRevokeInvite.ts +145 -0
  1307. package/src/funcs/paymentLinksCreate.ts +165 -0
  1308. package/src/funcs/paymentLinksDisable.ts +148 -0
  1309. package/src/funcs/paymentLinksGet.ts +151 -0
  1310. package/src/funcs/paymentLinksGetQRCode.ts +165 -0
  1311. package/src/funcs/paymentLinksList.ts +145 -0
  1312. package/src/funcs/paymentLinksUpdate.ts +171 -0
  1313. package/src/funcs/paymentMethodsGet.ts +151 -0
  1314. package/src/funcs/paymentMethodsList.ts +152 -0
  1315. package/src/funcs/pingPing.ts +22 -45
  1316. package/src/funcs/representativesCreate.ts +172 -0
  1317. package/src/funcs/representativesDelete.ts +169 -0
  1318. package/src/funcs/representativesGet.ts +152 -0
  1319. package/src/funcs/representativesList.ts +149 -0
  1320. package/src/funcs/representativesUpdate.ts +184 -0
  1321. package/src/funcs/schedulingCancel.ts +165 -0
  1322. package/src/funcs/schedulingCreate.ts +167 -0
  1323. package/src/funcs/schedulingGet.ts +151 -0
  1324. package/src/funcs/schedulingGetOccurrance.ts +157 -0
  1325. package/src/funcs/schedulingList.ts +151 -0
  1326. package/src/funcs/schedulingUpdate.ts +173 -0
  1327. package/src/funcs/sweepsCreateConfig.ts +165 -0
  1328. package/src/funcs/sweepsGet.ts +155 -0
  1329. package/src/funcs/sweepsGetConfig.ts +151 -0
  1330. package/src/funcs/sweepsList.ts +159 -0
  1331. package/src/funcs/sweepsListConfigs.ts +145 -0
  1332. package/src/funcs/sweepsUpdateConfig.ts +171 -0
  1333. package/src/funcs/transfersCreate.ts +177 -0
  1334. package/src/funcs/transfersCreateReversal.ts +180 -0
  1335. package/src/funcs/transfersGenerateOptions.ts +137 -0
  1336. package/src/funcs/transfersGet.ts +154 -0
  1337. package/src/funcs/transfersGetRefund.ts +22 -31
  1338. package/src/funcs/transfersInitiateRefund.ts +178 -0
  1339. package/src/funcs/transfersList.ts +165 -0
  1340. package/src/funcs/transfersListRefunds.ts +22 -32
  1341. package/src/funcs/transfersUpdate.ts +153 -0
  1342. package/src/funcs/underwritingGet.ts +147 -0
  1343. package/src/funcs/underwritingUpdate.ts +171 -0
  1344. package/src/funcs/walletTransactionsGet.ts +158 -0
  1345. package/src/funcs/walletTransactionsList.ts +169 -0
  1346. package/src/funcs/walletsGet.ts +153 -0
  1347. package/src/funcs/walletsList.ts +147 -0
  1348. package/src/lib/config.ts +3 -3
  1349. package/src/lib/retries.ts +0 -1
  1350. package/src/models/components/achcreditsamedaypaymentmethod.ts +11 -11
  1351. package/src/models/components/achcreditstandardpaymentmethod.ts +11 -11
  1352. package/src/models/components/achdebitcollectpaymentmethod.ts +11 -11
  1353. package/src/models/components/achdebitfundpaymentmethod.ts +11 -11
  1354. package/src/models/components/applepaypaymentmethod.ts +13 -4
  1355. package/src/models/components/authtoken.ts +1 -6
  1356. package/src/models/components/brandcolors.ts +75 -0
  1357. package/src/models/components/brandproperties.ts +73 -0
  1358. package/src/models/components/card.ts +4 -4
  1359. package/src/models/components/cardpaymentpaymentmethod.ts +11 -11
  1360. package/src/models/components/createrepresentative.ts +1 -1
  1361. package/src/models/components/index.ts +6 -5
  1362. package/src/models/components/moovwalletpaymentmethod.ts +10 -4
  1363. package/src/models/components/paymentmethodsbankaccount.ts +133 -0
  1364. package/src/models/components/paymentmethodscard.ts +226 -0
  1365. package/src/models/components/paymentmethodswallet.ts +66 -0
  1366. package/src/models/components/pullfromcardpaymentmethod.ts +11 -11
  1367. package/src/models/components/pushtocardpaymentmethod.ts +11 -11
  1368. package/src/models/components/rtpcreditpaymentmethod.ts +11 -11
  1369. package/src/models/components/security.ts +8 -8
  1370. package/src/models/components/tokentype.ts +3 -14
  1371. package/src/models/components/transferresponse.ts +72 -0
  1372. package/src/models/errors/index.ts +1 -1
  1373. package/src/models/errors/updateaccount.ts +76 -0
  1374. package/src/models/operations/acceptdispute.ts +112 -48
  1375. package/src/models/operations/assignaccountcountries.ts +115 -43
  1376. package/src/models/operations/cancelschedule.ts +106 -49
  1377. package/src/models/operations/completebankaccountverification.ts +125 -49
  1378. package/src/models/operations/completemicrodeposits.ts +115 -43
  1379. package/src/models/operations/createaccesstoken.ts +161 -0
  1380. package/src/models/operations/createaccount.ts +72 -77
  1381. package/src/models/operations/createapplepaysession.ts +115 -43
  1382. package/src/models/operations/createbrand.ts +231 -0
  1383. package/src/models/operations/createfeeplanagreements.ts +115 -43
  1384. package/src/models/operations/createonboardinginvite.ts +74 -70
  1385. package/src/models/operations/createpaymentlink.ts +112 -42
  1386. package/src/models/operations/createrepresentative.ts +115 -43
  1387. package/src/models/operations/createreversal.ts +250 -0
  1388. package/src/models/operations/createschedule.ts +112 -42
  1389. package/src/models/operations/createsweepconfig.ts +112 -42
  1390. package/src/models/operations/createtransfer.ts +103 -88
  1391. package/src/models/operations/createtransferoptions.ts +117 -55
  1392. package/src/models/operations/deletedisputeevidencefile.ts +110 -51
  1393. package/src/models/operations/deleterepresentative.ts +109 -50
  1394. package/src/models/operations/disablebankaccount.ts +106 -49
  1395. package/src/models/operations/disablecapability.ts +106 -48
  1396. package/src/models/operations/disablecard.ts +106 -49
  1397. package/src/models/operations/disablepaymentlink.ts +106 -49
  1398. package/src/models/operations/disconnectaccount.ts +106 -49
  1399. package/src/models/operations/generateendtoendkey.ts +145 -11
  1400. package/src/models/operations/getaccount.ts +112 -48
  1401. package/src/models/operations/getaccountcountries.ts +114 -50
  1402. package/src/models/operations/getadjustment.ts +112 -48
  1403. package/src/models/operations/getapplepaymerchantdomains.ts +117 -50
  1404. package/src/models/operations/getavatar.ts +125 -56
  1405. package/src/models/operations/getbankaccount.ts +112 -48
  1406. package/src/models/operations/getbankaccountverification.ts +117 -50
  1407. package/src/models/operations/getbrand.ts +112 -50
  1408. package/src/models/operations/getcapability.ts +112 -48
  1409. package/src/models/operations/getcard.ts +109 -49
  1410. package/src/models/operations/getdispute.ts +112 -48
  1411. package/src/models/operations/getdisputeevidence.ts +112 -48
  1412. package/src/models/operations/getdisputeevidencedata.ts +139 -57
  1413. package/src/models/operations/getenrichmentaddress.ts +116 -50
  1414. package/src/models/operations/getenrichmentprofile.ts +115 -49
  1415. package/src/models/operations/getfiledetails.ts +112 -48
  1416. package/src/models/operations/getfullissuedcard.ts +112 -48
  1417. package/src/models/operations/getissuedcard.ts +112 -48
  1418. package/src/models/operations/getissuedcardauthorization.ts +117 -50
  1419. package/src/models/operations/getissuedcardtransaction.ts +115 -49
  1420. package/src/models/operations/getmerchantprocessingagreement.ts +119 -51
  1421. package/src/models/operations/getonboardinginvite.ts +114 -50
  1422. package/src/models/operations/getpaymentlink.ts +112 -48
  1423. package/src/models/operations/getpaymentlinkqrcode.ts +130 -56
  1424. package/src/models/operations/getpaymentmethod.ts +112 -48
  1425. package/src/models/operations/getrefund.ts +112 -48
  1426. package/src/models/operations/getrepresentative.ts +112 -48
  1427. package/src/models/operations/getscheduledoccurrence.ts +115 -49
  1428. package/src/models/operations/getschedules.ts +112 -48
  1429. package/src/models/operations/getsweep.ts +112 -50
  1430. package/src/models/operations/getsweepconfig.ts +112 -48
  1431. package/src/models/operations/gettermsofservicetoken.ts +153 -13
  1432. package/src/models/operations/gettransfer.ts +112 -48
  1433. package/src/models/operations/getunderwriting.ts +112 -48
  1434. package/src/models/operations/getwallet.ts +112 -48
  1435. package/src/models/operations/getwallettransaction.ts +115 -49
  1436. package/src/models/operations/index.ts +10 -9
  1437. package/src/models/operations/initiatebankaccountverification.ts +125 -49
  1438. package/src/models/operations/initiatemicrodeposits.ts +109 -50
  1439. package/src/models/operations/initiaterefund.ts +332 -0
  1440. package/src/models/operations/linkapplepaytoken.ts +112 -42
  1441. package/src/models/operations/linkbankaccount.ts +112 -42
  1442. package/src/models/operations/linkcard.ts +112 -44
  1443. package/src/models/operations/listaccounts.ts +112 -48
  1444. package/src/models/operations/listadjustments.ts +112 -48
  1445. package/src/models/operations/listbankaccounts.ts +112 -48
  1446. package/src/models/operations/listcapabilities.ts +112 -48
  1447. package/src/models/operations/listcards.ts +112 -48
  1448. package/src/models/operations/listdisputeevidence.ts +114 -50
  1449. package/src/models/operations/listdisputes.ts +112 -48
  1450. package/src/models/operations/listfeeplanagreements.ts +115 -49
  1451. package/src/models/operations/listfeeplans.ts +112 -48
  1452. package/src/models/operations/listfiles.ts +112 -48
  1453. package/src/models/operations/listindustries.ts +114 -54
  1454. package/src/models/operations/listinstitutions.ts +112 -48
  1455. package/src/models/operations/listissuedcardauthorizationevents.ts +131 -56
  1456. package/src/models/operations/listissuedcardauthorizations.ts +118 -49
  1457. package/src/models/operations/listissuedcards.ts +112 -48
  1458. package/src/models/operations/listissuedcardtransactions.ts +117 -50
  1459. package/src/models/operations/listonboardinginvites.ts +117 -55
  1460. package/src/models/operations/listpartnerpricing.ts +112 -48
  1461. package/src/models/operations/listpartnerpricingagreements.ts +118 -49
  1462. package/src/models/operations/listpaymentlinks.ts +112 -48
  1463. package/src/models/operations/listpaymentmethods.ts +118 -49
  1464. package/src/models/operations/listrefunds.ts +112 -48
  1465. package/src/models/operations/listrepresentatives.ts +114 -50
  1466. package/src/models/operations/listschedules.ts +112 -48
  1467. package/src/models/operations/listsweepconfigs.ts +112 -48
  1468. package/src/models/operations/listsweeps.ts +112 -48
  1469. package/src/models/operations/listtransfers.ts +112 -48
  1470. package/src/models/operations/listwallets.ts +112 -48
  1471. package/src/models/operations/listwallettransactions.ts +119 -53
  1472. package/src/models/operations/ping.ts +103 -54
  1473. package/src/models/operations/registerapplepaymerchantdomains.ts +125 -49
  1474. package/src/models/operations/requestcapabilities.ts +233 -0
  1475. package/src/models/operations/requestcard.ts +112 -42
  1476. package/src/models/operations/revokeaccesstoken.ts +154 -0
  1477. package/src/models/operations/revokeonboardinginvite.ts +109 -50
  1478. package/src/models/operations/submitdisputeevidence.ts +115 -49
  1479. package/src/models/operations/testendtoendtoken.ts +66 -69
  1480. package/src/models/operations/updateaccount.ts +231 -0
  1481. package/src/models/operations/updateapplepaymerchantdomains.ts +112 -43
  1482. package/src/models/operations/updatebrand.ts +112 -42
  1483. package/src/models/operations/updatecard.ts +112 -42
  1484. package/src/models/operations/updatedisputeevidence.ts +115 -43
  1485. package/src/models/operations/updateissuedcard.ts +106 -42
  1486. package/src/models/operations/updatepaymentlink.ts +112 -42
  1487. package/src/models/operations/updaterepresentative.ts +115 -43
  1488. package/src/models/operations/updateschedule.ts +112 -42
  1489. package/src/models/operations/updatesweepconfig.ts +235 -0
  1490. package/src/models/operations/updatetransfer.ts +226 -0
  1491. package/src/models/operations/updateunderwriting.ts +112 -42
  1492. package/src/models/operations/uploaddisputeevidencefile.ts +110 -44
  1493. package/src/models/operations/uploaddisputeevidencetext.ts +116 -44
  1494. package/src/models/operations/uploadfile.ts +112 -42
  1495. package/src/models/operations/upsertbrand.ts +231 -0
  1496. package/src/sdk/accounts.ts +60 -65
  1497. package/src/sdk/adjustments.ts +12 -17
  1498. package/src/sdk/applepay.ts +113 -0
  1499. package/src/sdk/authentication.ts +10 -10
  1500. package/src/sdk/avatars.ts +7 -11
  1501. package/src/sdk/bankaccounts.ts +65 -75
  1502. package/src/sdk/billing.ts +15 -26
  1503. package/src/sdk/branding.ts +42 -22
  1504. package/src/sdk/capabilities.ts +26 -29
  1505. package/src/sdk/cardissuing.ts +30 -41
  1506. package/src/sdk/cards.ts +30 -155
  1507. package/src/sdk/disputes.ts +70 -93
  1508. package/src/sdk/endtoendencryption.ts +11 -13
  1509. package/src/sdk/enrichedaddress.ts +7 -9
  1510. package/src/sdk/enrichedprofile.ts +7 -9
  1511. package/src/sdk/files.ts +18 -25
  1512. package/src/sdk/industries.ts +7 -9
  1513. package/src/sdk/institutions.ts +7 -9
  1514. package/src/sdk/issuingtransactions.ts +30 -41
  1515. package/src/sdk/onboarding.ts +25 -33
  1516. package/src/sdk/paymentlinks.ts +39 -54
  1517. package/src/sdk/paymentmethods.ts +14 -16
  1518. package/src/sdk/ping.ts +3 -5
  1519. package/src/sdk/representatives.ts +34 -40
  1520. package/src/sdk/scheduling.ts +42 -37
  1521. package/src/sdk/sdk.ts +9 -3
  1522. package/src/sdk/sweeps.ts +43 -38
  1523. package/src/sdk/transfers.ts +48 -68
  1524. package/src/sdk/underwriting.ts +12 -17
  1525. package/src/sdk/wallets.ts +18 -17
  1526. package/src/sdk/wallettransactions.ts +18 -17
  1527. package/funcs/accountsAssignAccountCountries.d.ts +0 -19
  1528. package/funcs/accountsAssignAccountCountries.d.ts.map +0 -1
  1529. package/funcs/accountsAssignAccountCountries.js +0 -145
  1530. package/funcs/accountsAssignAccountCountries.js.map +0 -1
  1531. package/funcs/accountsCreateAccount.d.ts +0 -25
  1532. package/funcs/accountsCreateAccount.d.ts.map +0 -1
  1533. package/funcs/accountsCreateAccount.js +0 -149
  1534. package/funcs/accountsCreateAccount.js.map +0 -1
  1535. package/funcs/accountsDisconnectAccount.d.ts +0 -17
  1536. package/funcs/accountsDisconnectAccount.d.ts.map +0 -1
  1537. package/funcs/accountsDisconnectAccount.js +0 -142
  1538. package/funcs/accountsDisconnectAccount.js.map +0 -1
  1539. package/funcs/accountsGetAccount.d.ts +0 -13
  1540. package/funcs/accountsGetAccount.d.ts.map +0 -1
  1541. package/funcs/accountsGetAccount.js +0 -123
  1542. package/funcs/accountsGetAccount.js.map +0 -1
  1543. package/funcs/accountsGetAccountCountries.d.ts +0 -16
  1544. package/funcs/accountsGetAccountCountries.d.ts.map +0 -1
  1545. package/funcs/accountsGetAccountCountries.js +0 -126
  1546. package/funcs/accountsGetAccountCountries.js.map +0 -1
  1547. package/funcs/accountsListAccounts.d.ts +0 -17
  1548. package/funcs/accountsListAccounts.d.ts.map +0 -1
  1549. package/funcs/accountsListAccounts.js +0 -134
  1550. package/funcs/accountsListAccounts.js.map +0 -1
  1551. package/funcs/accountsPatchAccount.d.ts +0 -25
  1552. package/funcs/accountsPatchAccount.d.ts.map +0 -1
  1553. package/funcs/accountsPatchAccount.js +0 -153
  1554. package/funcs/accountsPatchAccount.js.map +0 -1
  1555. package/funcs/adjustmentsGetAdjustment.d.ts +0 -16
  1556. package/funcs/adjustmentsGetAdjustment.d.ts.map +0 -1
  1557. package/funcs/adjustmentsGetAdjustment.js +0 -130
  1558. package/funcs/adjustmentsGetAdjustment.js.map +0 -1
  1559. package/funcs/adjustmentsListAdjustments.d.ts +0 -16
  1560. package/funcs/adjustmentsListAdjustments.d.ts.map +0 -1
  1561. package/funcs/adjustmentsListAdjustments.js +0 -131
  1562. package/funcs/adjustmentsListAdjustments.js.map +0 -1
  1563. package/funcs/authenticationCreateAuthToken.d.ts +0 -14
  1564. package/funcs/authenticationCreateAuthToken.d.ts.map +0 -1
  1565. package/funcs/authenticationCreateAuthToken.js +0 -109
  1566. package/funcs/authenticationCreateAuthToken.js.map +0 -1
  1567. package/funcs/authenticationRevokeAuthToken.d.ts +0 -15
  1568. package/funcs/authenticationRevokeAuthToken.d.ts.map +0 -1
  1569. package/funcs/authenticationRevokeAuthToken.js +0 -113
  1570. package/funcs/authenticationRevokeAuthToken.js.map +0 -1
  1571. package/funcs/avatarsGetAvatar.d.ts +0 -20
  1572. package/funcs/avatarsGetAvatar.d.ts.map +0 -1
  1573. package/funcs/avatarsGetAvatar.js +0 -134
  1574. package/funcs/avatarsGetAvatar.js.map +0 -1
  1575. package/funcs/bankAccountsCompleteBankAccountVerification.d.ts +0 -24
  1576. package/funcs/bankAccountsCompleteBankAccountVerification.d.ts.map +0 -1
  1577. package/funcs/bankAccountsCompleteBankAccountVerification.js +0 -156
  1578. package/funcs/bankAccountsCompleteBankAccountVerification.js.map +0 -1
  1579. package/funcs/bankAccountsDisableBankAccount.d.ts +0 -16
  1580. package/funcs/bankAccountsDisableBankAccount.d.ts.map +0 -1
  1581. package/funcs/bankAccountsDisableBankAccount.js +0 -145
  1582. package/funcs/bankAccountsDisableBankAccount.js.map +0 -1
  1583. package/funcs/bankAccountsGetBankAccount.d.ts +0 -17
  1584. package/funcs/bankAccountsGetBankAccount.d.ts.map +0 -1
  1585. package/funcs/bankAccountsGetBankAccount.js +0 -131
  1586. package/funcs/bankAccountsGetBankAccount.js.map +0 -1
  1587. package/funcs/bankAccountsGetBankAccountVerification.d.ts +0 -25
  1588. package/funcs/bankAccountsGetBankAccountVerification.d.ts.map +0 -1
  1589. package/funcs/bankAccountsGetBankAccountVerification.js +0 -139
  1590. package/funcs/bankAccountsGetBankAccountVerification.js.map +0 -1
  1591. package/funcs/bankAccountsInitiateBankAccountVerification.d.ts +0 -32
  1592. package/funcs/bankAccountsInitiateBankAccountVerification.d.ts.map +0 -1
  1593. package/funcs/bankAccountsInitiateBankAccountVerification.js +0 -164
  1594. package/funcs/bankAccountsInitiateBankAccountVerification.js.map +0 -1
  1595. package/funcs/bankAccountsLinkBankAccount.d.ts +0 -21
  1596. package/funcs/bankAccountsLinkBankAccount.d.ts.map +0 -1
  1597. package/funcs/bankAccountsLinkBankAccount.js +0 -151
  1598. package/funcs/bankAccountsLinkBankAccount.js.map +0 -1
  1599. package/funcs/bankAccountsListBankAccounts.d.ts +0 -17
  1600. package/funcs/bankAccountsListBankAccounts.d.ts.map +0 -1
  1601. package/funcs/bankAccountsListBankAccounts.js +0 -128
  1602. package/funcs/bankAccountsListBankAccounts.js.map +0 -1
  1603. package/funcs/brandingGetBrand.d.ts +0 -13
  1604. package/funcs/brandingGetBrand.d.ts.map +0 -1
  1605. package/funcs/brandingGetBrand.js +0 -123
  1606. package/funcs/brandingGetBrand.js.map +0 -1
  1607. package/funcs/brandingPostBrand.d.ts +0 -14
  1608. package/funcs/brandingPostBrand.d.ts.map +0 -1
  1609. package/funcs/brandingPostBrand.js +0 -140
  1610. package/funcs/brandingPostBrand.js.map +0 -1
  1611. package/funcs/brandingUpdateBrand.d.ts +0 -14
  1612. package/funcs/brandingUpdateBrand.d.ts.map +0 -1
  1613. package/funcs/brandingUpdateBrand.js +0 -140
  1614. package/funcs/brandingUpdateBrand.js.map +0 -1
  1615. package/funcs/capabilitiesAddCapabilities.d.ts +0 -16
  1616. package/funcs/capabilitiesAddCapabilities.d.ts.map +0 -1
  1617. package/funcs/capabilitiesAddCapabilities.js +0 -143
  1618. package/funcs/capabilitiesAddCapabilities.js.map +0 -1
  1619. package/funcs/capabilitiesDisableCapability.d.ts +0 -15
  1620. package/funcs/capabilitiesDisableCapability.d.ts.map +0 -1
  1621. package/funcs/capabilitiesDisableCapability.js +0 -144
  1622. package/funcs/capabilitiesDisableCapability.js.map +0 -1
  1623. package/funcs/capabilitiesGetCapability.d.ts +0 -15
  1624. package/funcs/capabilitiesGetCapability.d.ts.map +0 -1
  1625. package/funcs/capabilitiesGetCapability.js +0 -129
  1626. package/funcs/capabilitiesGetCapability.js.map +0 -1
  1627. package/funcs/capabilitiesListCapabilities.d.ts +0 -15
  1628. package/funcs/capabilitiesListCapabilities.d.ts.map +0 -1
  1629. package/funcs/capabilitiesListCapabilities.js +0 -126
  1630. package/funcs/capabilitiesListCapabilities.js.map +0 -1
  1631. package/funcs/cardIssuingGetFullIssuedCard.d.ts +0 -18
  1632. package/funcs/cardIssuingGetFullIssuedCard.d.ts.map +0 -1
  1633. package/funcs/cardIssuingGetFullIssuedCard.js +0 -132
  1634. package/funcs/cardIssuingGetFullIssuedCard.js.map +0 -1
  1635. package/funcs/cardIssuingGetIssuedCard.d.ts +0 -16
  1636. package/funcs/cardIssuingGetIssuedCard.d.ts.map +0 -1
  1637. package/funcs/cardIssuingGetIssuedCard.js +0 -130
  1638. package/funcs/cardIssuingGetIssuedCard.js.map +0 -1
  1639. package/funcs/cardIssuingListIssuedCards.d.ts +0 -16
  1640. package/funcs/cardIssuingListIssuedCards.d.ts.map +0 -1
  1641. package/funcs/cardIssuingListIssuedCards.js +0 -133
  1642. package/funcs/cardIssuingListIssuedCards.js.map +0 -1
  1643. package/funcs/cardIssuingRequestCard.d.ts +0 -17
  1644. package/funcs/cardIssuingRequestCard.d.ts.map +0 -1
  1645. package/funcs/cardIssuingRequestCard.js +0 -142
  1646. package/funcs/cardIssuingRequestCard.js.map +0 -1
  1647. package/funcs/cardIssuingUpdateIssuedCard.d.ts +0 -16
  1648. package/funcs/cardIssuingUpdateIssuedCard.d.ts.map +0 -1
  1649. package/funcs/cardIssuingUpdateIssuedCard.js +0 -147
  1650. package/funcs/cardIssuingUpdateIssuedCard.js.map +0 -1
  1651. package/funcs/cardsCreateApplePaySession.d.ts +0 -19
  1652. package/funcs/cardsCreateApplePaySession.d.ts.map +0 -1
  1653. package/funcs/cardsCreateApplePaySession.js +0 -148
  1654. package/funcs/cardsCreateApplePaySession.js.map +0 -1
  1655. package/funcs/cardsDisableCard.d.ts +0 -16
  1656. package/funcs/cardsDisableCard.d.ts.map +0 -1
  1657. package/funcs/cardsDisableCard.js +0 -145
  1658. package/funcs/cardsDisableCard.js.map +0 -1
  1659. package/funcs/cardsGetApplePayMerchantDomains.d.ts +0 -18
  1660. package/funcs/cardsGetApplePayMerchantDomains.d.ts.map +0 -1
  1661. package/funcs/cardsGetApplePayMerchantDomains.js +0 -128
  1662. package/funcs/cardsGetApplePayMerchantDomains.js.map +0 -1
  1663. package/funcs/cardsGetCard.d.ts +0 -18
  1664. package/funcs/cardsGetCard.d.ts.map +0 -1
  1665. package/funcs/cardsGetCard.js +0 -132
  1666. package/funcs/cardsGetCard.js.map +0 -1
  1667. package/funcs/cardsLinkApplePayToken.d.ts +0 -20
  1668. package/funcs/cardsLinkApplePayToken.d.ts.map +0 -1
  1669. package/funcs/cardsLinkApplePayToken.js +0 -146
  1670. package/funcs/cardsLinkApplePayToken.js.map +0 -1
  1671. package/funcs/cardsLinkCard.d.ts +0 -31
  1672. package/funcs/cardsLinkCard.d.ts.map +0 -1
  1673. package/funcs/cardsLinkCard.js +0 -161
  1674. package/funcs/cardsLinkCard.js.map +0 -1
  1675. package/funcs/cardsListCards.d.ts +0 -18
  1676. package/funcs/cardsListCards.d.ts.map +0 -1
  1677. package/funcs/cardsListCards.js +0 -129
  1678. package/funcs/cardsListCards.js.map +0 -1
  1679. package/funcs/cardsRegisterApplePayMerchantDomains.d.ts +0 -20
  1680. package/funcs/cardsRegisterApplePayMerchantDomains.d.ts.map +0 -1
  1681. package/funcs/cardsRegisterApplePayMerchantDomains.js +0 -147
  1682. package/funcs/cardsRegisterApplePayMerchantDomains.js.map +0 -1
  1683. package/funcs/cardsUpdateApplePayMerchantDomains.d.ts +0 -19
  1684. package/funcs/cardsUpdateApplePayMerchantDomains.d.ts.map +0 -1
  1685. package/funcs/cardsUpdateApplePayMerchantDomains.js +0 -148
  1686. package/funcs/cardsUpdateApplePayMerchantDomains.js.map +0 -1
  1687. package/funcs/cardsUpdateCard.d.ts +0 -26
  1688. package/funcs/cardsUpdateCard.d.ts.map +0 -1
  1689. package/funcs/cardsUpdateCard.js +0 -156
  1690. package/funcs/cardsUpdateCard.js.map +0 -1
  1691. package/funcs/disputesAcceptDispute.d.ts +0 -19
  1692. package/funcs/disputesAcceptDispute.d.ts.map +0 -1
  1693. package/funcs/disputesAcceptDispute.js +0 -147
  1694. package/funcs/disputesAcceptDispute.js.map +0 -1
  1695. package/funcs/disputesDeleteDisputeEvidenceFile.d.ts +0 -18
  1696. package/funcs/disputesDeleteDisputeEvidenceFile.d.ts.map +0 -1
  1697. package/funcs/disputesDeleteDisputeEvidenceFile.js +0 -140
  1698. package/funcs/disputesDeleteDisputeEvidenceFile.js.map +0 -1
  1699. package/funcs/disputesGetDispute.d.ts +0 -18
  1700. package/funcs/disputesGetDispute.d.ts.map +0 -1
  1701. package/funcs/disputesGetDispute.js +0 -132
  1702. package/funcs/disputesGetDispute.js.map +0 -1
  1703. package/funcs/disputesGetDisputeEvidence.d.ts +0 -18
  1704. package/funcs/disputesGetDisputeEvidence.d.ts.map +0 -1
  1705. package/funcs/disputesGetDisputeEvidence.js +0 -136
  1706. package/funcs/disputesGetDisputeEvidence.js.map +0 -1
  1707. package/funcs/disputesGetDisputeEvidenceData.d.ts +0 -24
  1708. package/funcs/disputesGetDisputeEvidenceData.d.ts.map +0 -1
  1709. package/funcs/disputesGetDisputeEvidenceData.js +0 -149
  1710. package/funcs/disputesGetDisputeEvidenceData.js.map +0 -1
  1711. package/funcs/disputesListDisputeEvidence.d.ts +0 -18
  1712. package/funcs/disputesListDisputeEvidence.d.ts.map +0 -1
  1713. package/funcs/disputesListDisputeEvidence.js +0 -133
  1714. package/funcs/disputesListDisputeEvidence.js.map +0 -1
  1715. package/funcs/disputesListDisputes.d.ts +0 -18
  1716. package/funcs/disputesListDisputes.d.ts.map +0 -1
  1717. package/funcs/disputesListDisputes.js +0 -144
  1718. package/funcs/disputesListDisputes.js.map +0 -1
  1719. package/funcs/disputesSubmitDisputeEvidence.d.ts +0 -22
  1720. package/funcs/disputesSubmitDisputeEvidence.d.ts.map +0 -1
  1721. package/funcs/disputesSubmitDisputeEvidence.js +0 -150
  1722. package/funcs/disputesSubmitDisputeEvidence.js.map +0 -1
  1723. package/funcs/disputesUpdateDisputeEvidence.d.ts +0 -19
  1724. package/funcs/disputesUpdateDisputeEvidence.d.ts.map +0 -1
  1725. package/funcs/disputesUpdateDisputeEvidence.js +0 -141
  1726. package/funcs/disputesUpdateDisputeEvidence.js.map +0 -1
  1727. package/funcs/disputesUploadDisputeEvidenceFile.d.ts +0 -18
  1728. package/funcs/disputesUploadDisputeEvidenceFile.d.ts.map +0 -1
  1729. package/funcs/disputesUploadDisputeEvidenceFile.js +0 -164
  1730. package/funcs/disputesUploadDisputeEvidenceFile.js.map +0 -1
  1731. package/funcs/disputesUploadDisputeEvidenceText.d.ts +0 -19
  1732. package/funcs/disputesUploadDisputeEvidenceText.d.ts.map +0 -1
  1733. package/funcs/disputesUploadDisputeEvidenceText.js +0 -150
  1734. package/funcs/disputesUploadDisputeEvidenceText.js.map +0 -1
  1735. package/funcs/endToEndEncryptionGenerateEndToEndKey.d.ts +0 -13
  1736. package/funcs/endToEndEncryptionGenerateEndToEndKey.d.ts.map +0 -1
  1737. package/funcs/endToEndEncryptionGenerateEndToEndKey.js +0 -104
  1738. package/funcs/endToEndEncryptionGenerateEndToEndKey.js.map +0 -1
  1739. package/funcs/endToEndEncryptionTestEndToEndToken.d.ts +0 -16
  1740. package/funcs/endToEndEncryptionTestEndToEndToken.d.ts.map +0 -1
  1741. package/funcs/endToEndEncryptionTestEndToEndToken.js +0 -125
  1742. package/funcs/endToEndEncryptionTestEndToEndToken.js.map +0 -1
  1743. package/funcs/enrichedAddressGetEnrichmentAddress.d.ts +0 -15
  1744. package/funcs/enrichedAddressGetEnrichmentAddress.d.ts.map +0 -1
  1745. package/funcs/enrichedAddressGetEnrichmentAddress.js +0 -135
  1746. package/funcs/enrichedAddressGetEnrichmentAddress.js.map +0 -1
  1747. package/funcs/enrichedProfileGetEnrichmentProfile.d.ts +0 -15
  1748. package/funcs/enrichedProfileGetEnrichmentProfile.d.ts.map +0 -1
  1749. package/funcs/enrichedProfileGetEnrichmentProfile.js +0 -123
  1750. package/funcs/enrichedProfileGetEnrichmentProfile.js.map +0 -1
  1751. package/funcs/filesGetFileDetails.d.ts +0 -16
  1752. package/funcs/filesGetFileDetails.d.ts.map +0 -1
  1753. package/funcs/filesGetFileDetails.js +0 -130
  1754. package/funcs/filesGetFileDetails.js.map +0 -1
  1755. package/funcs/filesListFiles.d.ts +0 -16
  1756. package/funcs/filesListFiles.d.ts.map +0 -1
  1757. package/funcs/filesListFiles.js +0 -127
  1758. package/funcs/filesListFiles.js.map +0 -1
  1759. package/funcs/filesUploadFile.d.ts +0 -20
  1760. package/funcs/filesUploadFile.d.ts.map +0 -1
  1761. package/funcs/filesUploadFile.js +0 -165
  1762. package/funcs/filesUploadFile.js.map +0 -1
  1763. package/funcs/industriesListIndustries.d.ts +0 -15
  1764. package/funcs/industriesListIndustries.d.ts.map +0 -1
  1765. package/funcs/industriesListIndustries.js +0 -120
  1766. package/funcs/industriesListIndustries.js.map +0 -1
  1767. package/funcs/institutionsListInstitutions.d.ts +0 -16
  1768. package/funcs/institutionsListInstitutions.d.ts.map +0 -1
  1769. package/funcs/institutionsListInstitutions.js +0 -131
  1770. package/funcs/institutionsListInstitutions.js.map +0 -1
  1771. package/funcs/issuingTransactionsGetIssuedCardAuthorization.d.ts +0 -16
  1772. package/funcs/issuingTransactionsGetIssuedCardAuthorization.d.ts.map +0 -1
  1773. package/funcs/issuingTransactionsGetIssuedCardAuthorization.js +0 -130
  1774. package/funcs/issuingTransactionsGetIssuedCardAuthorization.js.map +0 -1
  1775. package/funcs/issuingTransactionsGetIssuedCardTransaction.d.ts +0 -16
  1776. package/funcs/issuingTransactionsGetIssuedCardTransaction.d.ts.map +0 -1
  1777. package/funcs/issuingTransactionsGetIssuedCardTransaction.js +0 -127
  1778. package/funcs/issuingTransactionsGetIssuedCardTransaction.js.map +0 -1
  1779. package/funcs/issuingTransactionsListIssuedCardAuthorizationEvents.d.ts +0 -16
  1780. package/funcs/issuingTransactionsListIssuedCardAuthorizationEvents.d.ts.map +0 -1
  1781. package/funcs/issuingTransactionsListIssuedCardAuthorizationEvents.js +0 -136
  1782. package/funcs/issuingTransactionsListIssuedCardAuthorizationEvents.js.map +0 -1
  1783. package/funcs/issuingTransactionsListIssuedCardAuthorizations.d.ts +0 -16
  1784. package/funcs/issuingTransactionsListIssuedCardAuthorizations.d.ts.map +0 -1
  1785. package/funcs/issuingTransactionsListIssuedCardAuthorizations.js +0 -136
  1786. package/funcs/issuingTransactionsListIssuedCardAuthorizations.js.map +0 -1
  1787. package/funcs/issuingTransactionsListIssuedCardTransactions.d.ts +0 -16
  1788. package/funcs/issuingTransactionsListIssuedCardTransactions.d.ts.map +0 -1
  1789. package/funcs/issuingTransactionsListIssuedCardTransactions.js +0 -135
  1790. package/funcs/issuingTransactionsListIssuedCardTransactions.js.map +0 -1
  1791. package/funcs/onboardingCreateOnboardingInvite.d.ts +0 -17
  1792. package/funcs/onboardingCreateOnboardingInvite.d.ts.map +0 -1
  1793. package/funcs/onboardingCreateOnboardingInvite.js +0 -139
  1794. package/funcs/onboardingCreateOnboardingInvite.js.map +0 -1
  1795. package/funcs/onboardingGetOnboardingInvite.d.ts +0 -16
  1796. package/funcs/onboardingGetOnboardingInvite.d.ts.map +0 -1
  1797. package/funcs/onboardingGetOnboardingInvite.js +0 -126
  1798. package/funcs/onboardingGetOnboardingInvite.js.map +0 -1
  1799. package/funcs/onboardingListOnboardingInvites.d.ts +0 -16
  1800. package/funcs/onboardingListOnboardingInvites.d.ts.map +0 -1
  1801. package/funcs/onboardingListOnboardingInvites.js +0 -121
  1802. package/funcs/onboardingListOnboardingInvites.js.map +0 -1
  1803. package/funcs/onboardingRevokeOnboardingInvite.d.ts +0 -15
  1804. package/funcs/onboardingRevokeOnboardingInvite.d.ts.map +0 -1
  1805. package/funcs/onboardingRevokeOnboardingInvite.js +0 -126
  1806. package/funcs/onboardingRevokeOnboardingInvite.js.map +0 -1
  1807. package/funcs/paymentLinksCreatePaymentLink.d.ts +0 -17
  1808. package/funcs/paymentLinksCreatePaymentLink.d.ts.map +0 -1
  1809. package/funcs/paymentLinksCreatePaymentLink.js +0 -143
  1810. package/funcs/paymentLinksCreatePaymentLink.js.map +0 -1
  1811. package/funcs/paymentLinksDisablePaymentLink.d.ts +0 -15
  1812. package/funcs/paymentLinksDisablePaymentLink.d.ts.map +0 -1
  1813. package/funcs/paymentLinksDisablePaymentLink.js +0 -130
  1814. package/funcs/paymentLinksDisablePaymentLink.js.map +0 -1
  1815. package/funcs/paymentLinksGetPaymentLink.d.ts +0 -16
  1816. package/funcs/paymentLinksGetPaymentLink.d.ts.map +0 -1
  1817. package/funcs/paymentLinksGetPaymentLink.js +0 -130
  1818. package/funcs/paymentLinksGetPaymentLink.js.map +0 -1
  1819. package/funcs/paymentLinksGetPaymentLinkQRCode.d.ts +0 -23
  1820. package/funcs/paymentLinksGetPaymentLinkQRCode.d.ts.map +0 -1
  1821. package/funcs/paymentLinksGetPaymentLinkQRCode.js +0 -140
  1822. package/funcs/paymentLinksGetPaymentLinkQRCode.js.map +0 -1
  1823. package/funcs/paymentLinksListPaymentLinks.d.ts +0 -16
  1824. package/funcs/paymentLinksListPaymentLinks.d.ts.map +0 -1
  1825. package/funcs/paymentLinksListPaymentLinks.js +0 -127
  1826. package/funcs/paymentLinksListPaymentLinks.js.map +0 -1
  1827. package/funcs/paymentLinksUpdatePaymentLink.d.ts +0 -17
  1828. package/funcs/paymentLinksUpdatePaymentLink.d.ts.map +0 -1
  1829. package/funcs/paymentLinksUpdatePaymentLink.js +0 -147
  1830. package/funcs/paymentLinksUpdatePaymentLink.js.map +0 -1
  1831. package/funcs/paymentMethodsGetPaymentMethod.d.ts +0 -15
  1832. package/funcs/paymentMethodsGetPaymentMethod.d.ts.map +0 -1
  1833. package/funcs/paymentMethodsGetPaymentMethod.js +0 -129
  1834. package/funcs/paymentMethodsGetPaymentMethod.js.map +0 -1
  1835. package/funcs/paymentMethodsListPaymentMethods.d.ts +0 -15
  1836. package/funcs/paymentMethodsListPaymentMethods.d.ts.map +0 -1
  1837. package/funcs/paymentMethodsListPaymentMethods.js +0 -131
  1838. package/funcs/paymentMethodsListPaymentMethods.js.map +0 -1
  1839. package/funcs/representativesCreateRepresentative.d.ts +0 -18
  1840. package/funcs/representativesCreateRepresentative.d.ts.map +0 -1
  1841. package/funcs/representativesCreateRepresentative.js +0 -146
  1842. package/funcs/representativesCreateRepresentative.js.map +0 -1
  1843. package/funcs/representativesDeleteRepresentative.d.ts +0 -15
  1844. package/funcs/representativesDeleteRepresentative.d.ts.map +0 -1
  1845. package/funcs/representativesDeleteRepresentative.js +0 -141
  1846. package/funcs/representativesDeleteRepresentative.js.map +0 -1
  1847. package/funcs/representativesGetRepresentative.d.ts +0 -15
  1848. package/funcs/representativesGetRepresentative.d.ts.map +0 -1
  1849. package/funcs/representativesGetRepresentative.js +0 -126
  1850. package/funcs/representativesGetRepresentative.js.map +0 -1
  1851. package/funcs/representativesListRepresentatives.d.ts +0 -18
  1852. package/funcs/representativesListRepresentatives.d.ts.map +0 -1
  1853. package/funcs/representativesListRepresentatives.js +0 -129
  1854. package/funcs/representativesListRepresentatives.js.map +0 -1
  1855. package/funcs/representativesUpdateRepresentative.d.ts +0 -29
  1856. package/funcs/representativesUpdateRepresentative.d.ts.map +0 -1
  1857. package/funcs/representativesUpdateRepresentative.js +0 -157
  1858. package/funcs/representativesUpdateRepresentative.js.map +0 -1
  1859. package/funcs/schedulingCancelSchedule.d.ts +0 -13
  1860. package/funcs/schedulingCancelSchedule.d.ts.map +0 -1
  1861. package/funcs/schedulingCancelSchedule.js +0 -142
  1862. package/funcs/schedulingCancelSchedule.js.map +0 -1
  1863. package/funcs/schedulingCreateSchedule.d.ts +0 -14
  1864. package/funcs/schedulingCreateSchedule.d.ts.map +0 -1
  1865. package/funcs/schedulingCreateSchedule.js +0 -140
  1866. package/funcs/schedulingCreateSchedule.js.map +0 -1
  1867. package/funcs/schedulingGetScheduledOccurrence.d.ts +0 -13
  1868. package/funcs/schedulingGetScheduledOccurrence.d.ts.map +0 -1
  1869. package/funcs/schedulingGetScheduledOccurrence.js +0 -128
  1870. package/funcs/schedulingGetScheduledOccurrence.js.map +0 -1
  1871. package/funcs/schedulingGetSchedules.d.ts +0 -13
  1872. package/funcs/schedulingGetSchedules.d.ts.map +0 -1
  1873. package/funcs/schedulingGetSchedules.js +0 -127
  1874. package/funcs/schedulingGetSchedules.js.map +0 -1
  1875. package/funcs/schedulingListSchedules.d.ts +0 -13
  1876. package/funcs/schedulingListSchedules.d.ts.map +0 -1
  1877. package/funcs/schedulingListSchedules.js +0 -129
  1878. package/funcs/schedulingListSchedules.js.map +0 -1
  1879. package/funcs/schedulingUpdateSchedule.d.ts +0 -14
  1880. package/funcs/schedulingUpdateSchedule.d.ts.map +0 -1
  1881. package/funcs/schedulingUpdateSchedule.js +0 -144
  1882. package/funcs/schedulingUpdateSchedule.js.map +0 -1
  1883. package/funcs/sweepsCreateSweepConfig.d.ts +0 -14
  1884. package/funcs/sweepsCreateSweepConfig.d.ts.map +0 -1
  1885. package/funcs/sweepsCreateSweepConfig.js +0 -140
  1886. package/funcs/sweepsCreateSweepConfig.js.map +0 -1
  1887. package/funcs/sweepsGetSweep.d.ts +0 -13
  1888. package/funcs/sweepsGetSweep.d.ts.map +0 -1
  1889. package/funcs/sweepsGetSweep.js +0 -131
  1890. package/funcs/sweepsGetSweep.js.map +0 -1
  1891. package/funcs/sweepsGetSweepConfig.d.ts +0 -13
  1892. package/funcs/sweepsGetSweepConfig.d.ts.map +0 -1
  1893. package/funcs/sweepsGetSweepConfig.js +0 -127
  1894. package/funcs/sweepsGetSweepConfig.js.map +0 -1
  1895. package/funcs/sweepsListSweepConfigs.d.ts +0 -13
  1896. package/funcs/sweepsListSweepConfigs.d.ts.map +0 -1
  1897. package/funcs/sweepsListSweepConfigs.js +0 -124
  1898. package/funcs/sweepsListSweepConfigs.js.map +0 -1
  1899. package/funcs/sweepsListSweeps.d.ts +0 -13
  1900. package/funcs/sweepsListSweeps.d.ts.map +0 -1
  1901. package/funcs/sweepsListSweeps.js +0 -135
  1902. package/funcs/sweepsListSweeps.js.map +0 -1
  1903. package/funcs/sweepsPatchSweepConfig.d.ts +0 -14
  1904. package/funcs/sweepsPatchSweepConfig.d.ts.map +0 -1
  1905. package/funcs/sweepsPatchSweepConfig.js +0 -144
  1906. package/funcs/sweepsPatchSweepConfig.js.map +0 -1
  1907. package/funcs/transfersCreateTransfer.d.ts +0 -18
  1908. package/funcs/transfersCreateTransfer.d.ts.map +0 -1
  1909. package/funcs/transfersCreateTransfer.js +0 -137
  1910. package/funcs/transfersCreateTransfer.js.map +0 -1
  1911. package/funcs/transfersCreateTransferOptions.d.ts +0 -21
  1912. package/funcs/transfersCreateTransferOptions.d.ts.map +0 -1
  1913. package/funcs/transfersCreateTransferOptions.js +0 -128
  1914. package/funcs/transfersCreateTransferOptions.js.map +0 -1
  1915. package/funcs/transfersGetTransfer.d.ts +0 -19
  1916. package/funcs/transfersGetTransfer.d.ts.map +0 -1
  1917. package/funcs/transfersGetTransfer.js +0 -133
  1918. package/funcs/transfersGetTransfer.js.map +0 -1
  1919. package/funcs/transfersListTransfers.d.ts +0 -23
  1920. package/funcs/transfersListTransfers.d.ts.map +0 -1
  1921. package/funcs/transfersListTransfers.js +0 -146
  1922. package/funcs/transfersListTransfers.js.map +0 -1
  1923. package/funcs/transfersPatchTransfer.d.ts +0 -18
  1924. package/funcs/transfersPatchTransfer.d.ts.map +0 -1
  1925. package/funcs/transfersPatchTransfer.js +0 -132
  1926. package/funcs/transfersPatchTransfer.js.map +0 -1
  1927. package/funcs/transfersRefundTransfer.d.ts +0 -19
  1928. package/funcs/transfersRefundTransfer.d.ts.map +0 -1
  1929. package/funcs/transfersRefundTransfer.js +0 -142
  1930. package/funcs/transfersRefundTransfer.js.map +0 -1
  1931. package/funcs/transfersReverseTransfer.d.ts +0 -19
  1932. package/funcs/transfersReverseTransfer.d.ts.map +0 -1
  1933. package/funcs/transfersReverseTransfer.js +0 -150
  1934. package/funcs/transfersReverseTransfer.js.map +0 -1
  1935. package/funcs/underwritingGetUnderwriting.d.ts +0 -18
  1936. package/funcs/underwritingGetUnderwriting.d.ts.map +0 -1
  1937. package/funcs/underwritingGetUnderwriting.js +0 -128
  1938. package/funcs/underwritingGetUnderwriting.js.map +0 -1
  1939. package/funcs/underwritingUpdateUnderwriting.d.ts +0 -19
  1940. package/funcs/underwritingUpdateUnderwriting.d.ts.map +0 -1
  1941. package/funcs/underwritingUpdateUnderwriting.js +0 -147
  1942. package/funcs/underwritingUpdateUnderwriting.js.map +0 -1
  1943. package/funcs/walletTransactionsGetWalletTransaction.d.ts +0 -15
  1944. package/funcs/walletTransactionsGetWalletTransaction.d.ts.map +0 -1
  1945. package/funcs/walletTransactionsGetWalletTransaction.js +0 -133
  1946. package/funcs/walletTransactionsGetWalletTransaction.js.map +0 -1
  1947. package/funcs/walletTransactionsListWalletTransactions.d.ts +0 -15
  1948. package/funcs/walletTransactionsListWalletTransactions.d.ts.map +0 -1
  1949. package/funcs/walletTransactionsListWalletTransactions.js +0 -144
  1950. package/funcs/walletTransactionsListWalletTransactions.js.map +0 -1
  1951. package/funcs/walletsGetWallet.d.ts +0 -15
  1952. package/funcs/walletsGetWallet.d.ts.map +0 -1
  1953. package/funcs/walletsGetWallet.js +0 -129
  1954. package/funcs/walletsGetWallet.js.map +0 -1
  1955. package/funcs/walletsListWallets.d.ts +0 -15
  1956. package/funcs/walletsListWallets.d.ts.map +0 -1
  1957. package/funcs/walletsListWallets.js +0 -126
  1958. package/funcs/walletsListWallets.js.map +0 -1
  1959. package/models/components/accountwaitfor.d.ts +0 -25
  1960. package/models/components/accountwaitfor.d.ts.map +0 -1
  1961. package/models/components/accountwaitfor.js +0 -59
  1962. package/models/components/accountwaitfor.js.map +0 -1
  1963. package/models/components/brand.d.ts +0 -33
  1964. package/models/components/brand.d.ts.map +0 -1
  1965. package/models/components/brand.js +0 -71
  1966. package/models/components/brand.js.map +0 -1
  1967. package/models/components/colors.d.ts +0 -32
  1968. package/models/components/colors.d.ts.map +0 -1
  1969. package/models/components/colors.js +0 -73
  1970. package/models/components/colors.js.map +0 -1
  1971. package/models/components/schemebasicauth.d.ts +0 -31
  1972. package/models/components/schemebasicauth.d.ts.map +0 -1
  1973. package/models/components/schemebasicauth.js +0 -71
  1974. package/models/components/schemebasicauth.js.map +0 -1
  1975. package/models/components/versions.d.ts +0 -66
  1976. package/models/components/versions.d.ts.map +0 -1
  1977. package/models/components/versions.js +0 -78
  1978. package/models/components/versions.js.map +0 -1
  1979. package/models/errors/patchaccount.d.ts +0 -38
  1980. package/models/errors/patchaccount.d.ts.map +0 -1
  1981. package/models/errors/patchaccount.js +0 -81
  1982. package/models/errors/patchaccount.js.map +0 -1
  1983. package/models/operations/addcapabilities.d.ts +0 -64
  1984. package/models/operations/addcapabilities.d.ts.map +0 -1
  1985. package/models/operations/addcapabilities.js +0 -124
  1986. package/models/operations/addcapabilities.js.map +0 -1
  1987. package/models/operations/createauthtoken.d.ts +0 -35
  1988. package/models/operations/createauthtoken.d.ts.map +0 -1
  1989. package/models/operations/createauthtoken.js +0 -83
  1990. package/models/operations/createauthtoken.js.map +0 -1
  1991. package/models/operations/patchaccount.d.ts +0 -64
  1992. package/models/operations/patchaccount.d.ts.map +0 -1
  1993. package/models/operations/patchaccount.js +0 -124
  1994. package/models/operations/patchaccount.js.map +0 -1
  1995. package/models/operations/patchsweepconfig.d.ts +0 -66
  1996. package/models/operations/patchsweepconfig.d.ts.map +0 -1
  1997. package/models/operations/patchsweepconfig.js +0 -126
  1998. package/models/operations/patchsweepconfig.js.map +0 -1
  1999. package/models/operations/patchtransfer.d.ts +0 -67
  2000. package/models/operations/patchtransfer.d.ts.map +0 -1
  2001. package/models/operations/patchtransfer.js +0 -122
  2002. package/models/operations/patchtransfer.js.map +0 -1
  2003. package/models/operations/postbrand.d.ts +0 -64
  2004. package/models/operations/postbrand.d.ts.map +0 -1
  2005. package/models/operations/postbrand.js +0 -124
  2006. package/models/operations/postbrand.js.map +0 -1
  2007. package/models/operations/refundtransfer.d.ts +0 -106
  2008. package/models/operations/refundtransfer.d.ts.map +0 -1
  2009. package/models/operations/refundtransfer.js +0 -163
  2010. package/models/operations/refundtransfer.js.map +0 -1
  2011. package/models/operations/reversetransfer.d.ts +0 -77
  2012. package/models/operations/reversetransfer.d.ts.map +0 -1
  2013. package/models/operations/reversetransfer.js +0 -130
  2014. package/models/operations/reversetransfer.js.map +0 -1
  2015. package/models/operations/revokeauthtoken.d.ts +0 -35
  2016. package/models/operations/revokeauthtoken.d.ts.map +0 -1
  2017. package/models/operations/revokeauthtoken.js +0 -83
  2018. package/models/operations/revokeauthtoken.js.map +0 -1
  2019. package/src/funcs/accountsAssignAccountCountries.ts +0 -181
  2020. package/src/funcs/accountsCreateAccount.ts +0 -183
  2021. package/src/funcs/accountsDisconnectAccount.ts +0 -174
  2022. package/src/funcs/accountsGetAccount.ts +0 -151
  2023. package/src/funcs/accountsGetAccountCountries.ts +0 -155
  2024. package/src/funcs/accountsListAccounts.ts +0 -162
  2025. package/src/funcs/accountsPatchAccount.ts +0 -188
  2026. package/src/funcs/adjustmentsGetAdjustment.ts +0 -160
  2027. package/src/funcs/adjustmentsListAdjustments.ts +0 -160
  2028. package/src/funcs/authenticationCreateAuthToken.ts +0 -139
  2029. package/src/funcs/authenticationRevokeAuthToken.ts +0 -143
  2030. package/src/funcs/avatarsGetAvatar.ts +0 -162
  2031. package/src/funcs/bankAccountsCompleteBankAccountVerification.ts +0 -193
  2032. package/src/funcs/bankAccountsDisableBankAccount.ts +0 -179
  2033. package/src/funcs/bankAccountsGetBankAccount.ts +0 -161
  2034. package/src/funcs/bankAccountsGetBankAccountVerification.ts +0 -170
  2035. package/src/funcs/bankAccountsInitiateBankAccountVerification.ts +0 -201
  2036. package/src/funcs/bankAccountsLinkBankAccount.ts +0 -186
  2037. package/src/funcs/bankAccountsListBankAccounts.ts +0 -156
  2038. package/src/funcs/brandingGetBrand.ts +0 -151
  2039. package/src/funcs/brandingPostBrand.ts +0 -175
  2040. package/src/funcs/brandingUpdateBrand.ts +0 -175
  2041. package/src/funcs/capabilitiesAddCapabilities.ts +0 -178
  2042. package/src/funcs/capabilitiesDisableCapability.ts +0 -178
  2043. package/src/funcs/capabilitiesGetCapability.ts +0 -159
  2044. package/src/funcs/capabilitiesListCapabilities.ts +0 -154
  2045. package/src/funcs/cardIssuingGetFullIssuedCard.ts +0 -162
  2046. package/src/funcs/cardIssuingGetIssuedCard.ts +0 -160
  2047. package/src/funcs/cardIssuingListIssuedCards.ts +0 -162
  2048. package/src/funcs/cardIssuingRequestCard.ts +0 -177
  2049. package/src/funcs/cardIssuingUpdateIssuedCard.ts +0 -184
  2050. package/src/funcs/cardsCreateApplePaySession.ts +0 -183
  2051. package/src/funcs/cardsDisableCard.ts +0 -177
  2052. package/src/funcs/cardsGetApplePayMerchantDomains.ts +0 -159
  2053. package/src/funcs/cardsGetCard.ts +0 -160
  2054. package/src/funcs/cardsLinkApplePayToken.ts +0 -181
  2055. package/src/funcs/cardsLinkCard.ts +0 -196
  2056. package/src/funcs/cardsListCards.ts +0 -157
  2057. package/src/funcs/cardsRegisterApplePayMerchantDomains.ts +0 -184
  2058. package/src/funcs/cardsUpdateApplePayMerchantDomains.ts +0 -185
  2059. package/src/funcs/cardsUpdateCard.ts +0 -191
  2060. package/src/funcs/disputesAcceptDispute.ts +0 -181
  2061. package/src/funcs/disputesDeleteDisputeEvidenceFile.ts +0 -175
  2062. package/src/funcs/disputesGetDispute.ts +0 -162
  2063. package/src/funcs/disputesGetDisputeEvidence.ts +0 -166
  2064. package/src/funcs/disputesGetDisputeEvidenceData.ts +0 -183
  2065. package/src/funcs/disputesListDisputeEvidence.ts +0 -164
  2066. package/src/funcs/disputesListDisputes.ts +0 -173
  2067. package/src/funcs/disputesSubmitDisputeEvidence.ts +0 -185
  2068. package/src/funcs/disputesUpdateDisputeEvidence.ts +0 -176
  2069. package/src/funcs/disputesUploadDisputeEvidenceFile.ts +0 -211
  2070. package/src/funcs/disputesUploadDisputeEvidenceText.ts +0 -185
  2071. package/src/funcs/endToEndEncryptionGenerateEndToEndKey.ts +0 -128
  2072. package/src/funcs/endToEndEncryptionTestEndToEndToken.ts +0 -156
  2073. package/src/funcs/enrichedAddressGetEnrichmentAddress.ts +0 -164
  2074. package/src/funcs/enrichedProfileGetEnrichmentProfile.ts +0 -152
  2075. package/src/funcs/filesGetFileDetails.ts +0 -158
  2076. package/src/funcs/filesListFiles.ts +0 -155
  2077. package/src/funcs/filesUploadFile.ts +0 -212
  2078. package/src/funcs/industriesListIndustries.ts +0 -147
  2079. package/src/funcs/institutionsListInstitutions.ts +0 -163
  2080. package/src/funcs/issuingTransactionsGetIssuedCardAuthorization.ts +0 -161
  2081. package/src/funcs/issuingTransactionsGetIssuedCardTransaction.ts +0 -162
  2082. package/src/funcs/issuingTransactionsListIssuedCardAuthorizationEvents.ts +0 -170
  2083. package/src/funcs/issuingTransactionsListIssuedCardAuthorizations.ts +0 -168
  2084. package/src/funcs/issuingTransactionsListIssuedCardTransactions.ts +0 -165
  2085. package/src/funcs/onboardingCreateOnboardingInvite.ts +0 -174
  2086. package/src/funcs/onboardingGetOnboardingInvite.ts +0 -155
  2087. package/src/funcs/onboardingListOnboardingInvites.ts +0 -149
  2088. package/src/funcs/onboardingRevokeOnboardingInvite.ts +0 -155
  2089. package/src/funcs/paymentLinksCreatePaymentLink.ts +0 -178
  2090. package/src/funcs/paymentLinksDisablePaymentLink.ts +0 -160
  2091. package/src/funcs/paymentLinksGetPaymentLink.ts +0 -160
  2092. package/src/funcs/paymentLinksGetPaymentLinkQRCode.ts +0 -173
  2093. package/src/funcs/paymentLinksListPaymentLinks.ts +0 -155
  2094. package/src/funcs/paymentLinksUpdatePaymentLink.ts +0 -184
  2095. package/src/funcs/paymentMethodsGetPaymentMethod.ts +0 -159
  2096. package/src/funcs/paymentMethodsListPaymentMethods.ts +0 -160
  2097. package/src/funcs/representativesCreateRepresentative.ts +0 -182
  2098. package/src/funcs/representativesDeleteRepresentative.ts +0 -180
  2099. package/src/funcs/representativesGetRepresentative.ts +0 -160
  2100. package/src/funcs/representativesListRepresentatives.ts +0 -158
  2101. package/src/funcs/representativesUpdateRepresentative.ts +0 -196
  2102. package/src/funcs/schedulingCancelSchedule.ts +0 -176
  2103. package/src/funcs/schedulingCreateSchedule.ts +0 -175
  2104. package/src/funcs/schedulingGetScheduledOccurrence.ts +0 -163
  2105. package/src/funcs/schedulingGetSchedules.ts +0 -157
  2106. package/src/funcs/schedulingListSchedules.ts +0 -158
  2107. package/src/funcs/schedulingUpdateSchedule.ts +0 -181
  2108. package/src/funcs/sweepsCreateSweepConfig.ts +0 -175
  2109. package/src/funcs/sweepsGetSweep.ts +0 -161
  2110. package/src/funcs/sweepsGetSweepConfig.ts +0 -157
  2111. package/src/funcs/sweepsListSweepConfigs.ts +0 -152
  2112. package/src/funcs/sweepsListSweeps.ts +0 -166
  2113. package/src/funcs/sweepsPatchSweepConfig.ts +0 -181
  2114. package/src/funcs/transfersCreateTransfer.ts +0 -181
  2115. package/src/funcs/transfersCreateTransferOptions.ts +0 -163
  2116. package/src/funcs/transfersGetTransfer.ts +0 -163
  2117. package/src/funcs/transfersListTransfers.ts +0 -175
  2118. package/src/funcs/transfersPatchTransfer.ts +0 -162
  2119. package/src/funcs/transfersRefundTransfer.ts +0 -187
  2120. package/src/funcs/transfersReverseTransfer.ts +0 -191
  2121. package/src/funcs/underwritingGetUnderwriting.ts +0 -156
  2122. package/src/funcs/underwritingUpdateUnderwriting.ts +0 -182
  2123. package/src/funcs/walletTransactionsGetWalletTransaction.ts +0 -164
  2124. package/src/funcs/walletTransactionsListWalletTransactions.ts +0 -176
  2125. package/src/funcs/walletsGetWallet.ts +0 -159
  2126. package/src/funcs/walletsListWallets.ts +0 -154
  2127. package/src/models/components/accountwaitfor.ts +0 -32
  2128. package/src/models/components/brand.ts +0 -68
  2129. package/src/models/components/colors.ts +0 -69
  2130. package/src/models/components/schemebasicauth.ts +0 -68
  2131. package/src/models/components/versions.ts +0 -61
  2132. package/src/models/errors/patchaccount.ts +0 -76
  2133. package/src/models/operations/addcapabilities.ts +0 -161
  2134. package/src/models/operations/createauthtoken.ts +0 -85
  2135. package/src/models/operations/patchaccount.ts +0 -161
  2136. package/src/models/operations/patchsweepconfig.ts +0 -165
  2137. package/src/models/operations/patchtransfer.ts +0 -162
  2138. package/src/models/operations/postbrand.ts +0 -161
  2139. package/src/models/operations/refundtransfer.ts +0 -252
  2140. package/src/models/operations/reversetransfer.ts +0 -180
  2141. package/src/models/operations/revokeauthtoken.ts +0 -85
package/README.md CHANGED
@@ -92,21 +92,19 @@ For supported JavaScript runtimes, please consult [RUNTIMES.md](RUNTIMES.md).
92
92
  ```typescript
93
93
  import { Moov } from "@moovio/sdk";
94
94
 
95
- const moov = new Moov();
95
+ const moov = new Moov({
96
+ security: {
97
+ username: "",
98
+ password: "",
99
+ },
100
+ });
96
101
 
97
102
  async function run() {
98
- const result = await moov.accounts.createAccount({
99
- basicAuth: {
100
- username: "",
101
- password: "",
102
- },
103
- }, {
104
- createAccount: {
105
- accountType: "business",
106
- profile: {
107
- business: {
108
- legalBusinessName: "Classbooker, LLC",
109
- },
103
+ const result = await moov.accounts.create({
104
+ accountType: "business",
105
+ profile: {
106
+ business: {
107
+ legalBusinessName: "Classbooker, LLC",
110
108
  },
111
109
  },
112
110
  });
@@ -143,37 +141,11 @@ const moov = new Moov({
143
141
  });
144
142
 
145
143
  async function run() {
146
- const result = await moov.accounts.getTermsOfServiceToken({});
147
-
148
- // Handle the result
149
- console.log(result);
150
- }
151
-
152
- run();
153
-
154
- ```
155
-
156
- ### Per-Operation Security Schemes
157
-
158
- Some operations in this SDK require the security scheme to be specified at the request level. For example:
159
- ```typescript
160
- import { Moov } from "@moovio/sdk";
161
-
162
- const moov = new Moov();
163
-
164
- async function run() {
165
- const result = await moov.accounts.createAccount({
166
- basicAuth: {
167
- username: "",
168
- password: "",
169
- },
170
- }, {
171
- createAccount: {
172
- accountType: "business",
173
- profile: {
174
- business: {
175
- legalBusinessName: "Classbooker, LLC",
176
- },
144
+ const result = await moov.accounts.create({
145
+ accountType: "business",
146
+ profile: {
147
+ business: {
148
+ legalBusinessName: "Classbooker, LLC",
177
149
  },
178
150
  },
179
151
  });
@@ -195,7 +167,7 @@ run();
195
167
 
196
168
  ### [accounts](docs/sdks/accounts/README.md)
197
169
 
198
- * [createAccount](docs/sdks/accounts/README.md#createaccount) - You can create **business** or **individual** accounts for your users (i.e., customers, merchants) by passing the required
170
+ * [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
199
171
  information to Moov. Requirements differ per account type and requested [capabilities](https://docs.moov.io/guides/accounts/capabilities/requirements/).
200
172
 
201
173
  If you're requesting the `wallet`, `send-funds`, `collect-funds`, or `card-issuing` capabilities, you'll need to:
@@ -207,13 +179,22 @@ If you're creating a business account with the business type `llc`, `partnership
207
179
 
208
180
  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/).
209
181
  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.
210
- * [listAccounts](docs/sdks/accounts/README.md#listaccounts) - List or search accounts to which the caller is connected.
182
+
183
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/) you'll need
184
+ to specify the `/accounts.write` scope.
185
+ * [list](docs/sdks/accounts/README.md#list) - List or search accounts to which the caller is connected.
211
186
 
212
187
  All supported query parameters are optional. If none are provided the response will include all connected accounts.
213
- Pagination is supported via the `skip` and `count` query parameters.
214
- Searching by name and email will overlap and return results based on relevance.
215
- * [getAccount](docs/sdks/accounts/README.md#getaccount) - Retrieves details for the account with the specified ID.
216
- * [patchAccount](docs/sdks/accounts/README.md#patchaccount) - When **can** profile data be updated:
188
+ Pagination is supported via the `skip` and `count` query parameters. Searching by name and email will overlap and
189
+ return results based on relevance.
190
+
191
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/) you'll need
192
+ to specify the `/accounts.read` scope.
193
+ * [get](docs/sdks/accounts/README.md#get) - Retrieves details for the account with the specified ID.
194
+
195
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/) you'll need
196
+ to specify the `/accounts/{accountID}/profile.read` scope.
197
+ * [update](docs/sdks/accounts/README.md#update) - When **can** profile data be updated:
217
198
  + For unverified accounts, all profile data can be edited.
218
199
  + During the verification process, missing or incomplete profile data can be edited.
219
200
  + Verified accounts can only add missing profile data.
@@ -223,94 +204,143 @@ Searching by name and email will overlap and return results based on relevance.
223
204
 
224
205
  If you need to update information in a locked state, please contact Moov support.
225
206
 
226
- To use this endpoint from the browser, you'll need to specify the `/accounts/{accountID}/profile.write` scope when generating
227
- a [token](https://docs.moov.io/api/authentication/access-tokens/), and provide the changed information.
228
- * [disconnectAccount](docs/sdks/accounts/README.md#disconnectaccount) - This will sever the connection between you and the account specified and it will no longer be listed as active in the list of accounts.
229
- This also means you'll only have read-only access to the account going forward for reporting purposes.
207
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/) you'll need
208
+ to specify the `/accounts/{accountID}/profile.write` scope.
209
+ * [disconnect](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
210
+ active in the list of accounts. This also means you'll only have read-only access to the account going
211
+ forward for reporting purposes.
230
212
 
231
- To use this endpoint from the browser, you'll need to specify the `/accounts/{accountID}/profile.disconnect` scope when generating
232
- a [token](https://docs.moov.io/api/authentication/access-tokens/), and provide the changed information.
233
- * [getAccountCountries](docs/sdks/accounts/README.md#getaccountcountries) - Retrieve the specified countries of operation for an account.
213
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
214
+ you'll need to specify the `/accounts/{accountID}/profile.disconnect` scope.
215
+ * [getCountries](docs/sdks/accounts/README.md#getcountries) - Retrieve the specified countries of operation for an account.
234
216
 
235
- To use this endpoint from the browser, you'll need to specify the `/accounts/{accountID}/profile.read` scope when generating
236
- a [token](https://docs.moov.io/api/authentication/access-tokens/).
237
- * [assignAccountCountries](docs/sdks/accounts/README.md#assignaccountcountries) - Assign the countries of operation for an account.
217
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
218
+ you'll need to specify the `/accounts/{accountID}/profile.read` scope.
219
+ * [assignCountries](docs/sdks/accounts/README.md#assigncountries) - Assign the countries of operation for an account.
238
220
 
239
221
  This endpoint will always overwrite the previously assigned values.
240
222
 
241
- To use this endpoint from the browser, you'll need to specify the `/accounts/{accountID}/profile.write` scope when generating
242
- a [token](https://docs.moov.io/api/authentication/access-tokens/).
223
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
224
+ you'll need to specify the `/accounts/{accountID}/profile.write` scope.
243
225
  * [getMerchantProcessingAgreement](docs/sdks/accounts/README.md#getmerchantprocessingagreement) - Retrieve a merchant account's processing agreement.
244
226
 
245
- To access this endpoint using a [token](https://docs.moov.io/api/authentication/access-tokens/) you'll need
246
- to specify the `/accounts/{accountID}/profile.read` scope.
247
- * [getTermsOfServiceToken](docs/sdks/accounts/README.md#gettermsofservicetoken) - Generates a non-expiring token that can then be used to accept Moovs terms of service.
227
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
228
+ you'll need to specify the `/accounts/{accountID}/profile.read` scope.
229
+ * [getTermsOfServiceToken](docs/sdks/accounts/README.md#gettermsofservicetoken) - Generates a non-expiring token that can then be used to accept Moov's terms of service.
248
230
 
249
- This token can only be generated via API. Any Moov account requesting the collect funds, send funds, wallet, or card issuing capabilities
250
- must accept Moovs terms of service, then have the generated terms of service token patched to the account. Read more in our [documentation](https://docs.moov.io/guides/accounts/requirements/platform-agreement/).
231
+ This token can only be generated via API. Any Moov account requesting the collect funds, send funds, wallet,
232
+ or card issuing capabilities must accept Moov's terms of service, then have the generated terms of service
233
+ token patched to the account. Read more in our [documentation](https://docs.moov.io/guides/accounts/requirements/platform-agreement/).
251
234
 
252
235
  ### [adjustments](docs/sdks/adjustments/README.md)
253
236
 
254
- * [listAdjustments](docs/sdks/adjustments/README.md#listadjustments) - List adjustments associated with a Moov account.
237
+ * [list](docs/sdks/adjustments/README.md#list) - List adjustments associated with a Moov account.
255
238
 
256
- To access this endpoint using a [token](https://docs.moov.io/api/authentication/access-tokens/) you'll need
257
- to specify the `/accounts/{accountID}/wallets.read` scope.
258
- * [getAdjustment](docs/sdks/adjustments/README.md#getadjustment) - Retrieve a specific adjustment associated with a Moov account.
239
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
240
+ you'll need to specify the `/accounts/{accountID}/wallets.read` scope.
241
+ * [get](docs/sdks/adjustments/README.md#get) - Retrieve a specific adjustment associated with a Moov account.
259
242
 
260
- To access this endpoint using a [token](https://docs.moov.io/api/authentication/access-tokens/) you'll need
261
- to specify the `/accounts/{accountID}/wallets.read` scope.
243
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
244
+ you'll need to specify the `/accounts/{accountID}/wallets.read` scope.
245
+
246
+ ### [applePay](docs/sdks/applepay/README.md)
247
+
248
+ * [registerMerchantDomains](docs/sdks/applepay/README.md#registermerchantdomains) - Add domains to be registered with Apple Pay.
249
+
250
+ Any domains that will be used to accept payments must first be [verified](https://docs.moov.io/guides/sources/cards/apple-pay/#register-your-domains)
251
+ with Apple.
252
+
253
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
254
+ you'll need to specify the `/accounts/{accountID}/apple-pay.write` scope.
255
+ * [updateMerchantDomains](docs/sdks/applepay/README.md#updatemerchantdomains) - Add or remove domains to be registered with Apple Pay.
256
+
257
+ Any domains that will be used to accept payments must first be [verified](https://docs.moov.io/guides/sources/cards/apple-pay/#register-your-domains)
258
+ with Apple.
259
+
260
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
261
+ you'll need to specify the `/accounts/{accountID}/apple-pay.write` scope.
262
+ * [getMerchantDomains](docs/sdks/applepay/README.md#getmerchantdomains) - Get domains registered with Apple Pay.
263
+
264
+ Read our [Apple Pay tutorial](https://docs.moov.io/guides/sources/cards/apple-pay/#register-your-domains) to learn more.
265
+
266
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
267
+ you'll need to specify the `/accounts/{accountID}/apple-pay.read` scope.
268
+ * [createSession](docs/sdks/applepay/README.md#createsession) - Create a session with Apple Pay to facilitate a payment.
269
+
270
+ Read our [Apple Pay tutorial](https://docs.moov.io/guides/sources/cards/apple-pay/#register-your-domains) to learn more.
271
+ A successful response from this endpoint should be passed through to Apple Pay unchanged.
272
+
273
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
274
+ you'll need to specify the `/accounts/{accountID}/apple-pay.write` scope.
275
+ * [linkToken](docs/sdks/applepay/README.md#linktoken) - Connect an Apple Pay token to the specified account.
276
+
277
+ Read our [Apple Pay tutorial](https://docs.moov.io/guides/sources/cards/apple-pay/#register-your-domains) to learn more.
278
+ The `token` data is defined by Apple Pay and should be passed through from Apple Pay's response unmodified.
279
+
280
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
281
+ you'll need to specify the `/accounts/{accountID}/cards.write` scope.
262
282
 
263
283
  ### [authentication](docs/sdks/authentication/README.md)
264
284
 
265
- * [revokeAuthToken](docs/sdks/authentication/README.md#revokeauthtoken) - Revoke an auth token.
285
+ * [revokeAccessToken](docs/sdks/authentication/README.md#revokeaccesstoken) - Revoke an auth token.
266
286
 
267
287
  Allows clients to notify the authorization server that a previously obtained refresh or access token is no longer needed.
268
- * [createAuthToken](docs/sdks/authentication/README.md#createauthtoken) - Create or refresh an access token.
288
+ * [createAccessToken](docs/sdks/authentication/README.md#createaccesstoken) - Create or refresh an access token.
269
289
 
270
290
  ### [avatars](docs/sdks/avatars/README.md)
271
291
 
272
- * [getAvatar](docs/sdks/avatars/README.md#getavatar) - Get avatar image for an account using a unique ID.
292
+ * [get](docs/sdks/avatars/README.md#get) - Get avatar image for an account using a unique ID.
273
293
 
274
- To use this endpoint from the browser, you'll need to specify the `/profile-enrichment.read` scope when generating a [token](https://docs.moov.io/api/authentication/access-tokens/).
294
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
295
+ you'll need to specify the `/profile-enrichment.read` scope.
275
296
 
276
297
  ### [bankAccounts](docs/sdks/bankaccounts/README.md)
277
298
 
278
- * [linkBankAccount](docs/sdks/bankaccounts/README.md#linkbankaccount) - 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.
279
-
280
- To use this endpoint from the browser, you'll need to specify the `/accounts/{accountID}/bank-accounts.write` scope when generating a [token](https://docs.moov.io/api/authentication/access-tokens/).
299
+ * [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.
281
300
 
282
301
  It is strongly recommended that callers include the `X-Wait-For` header, set to `payment-method`, if the newly linked
283
302
  bank-account is intended to be used right away. If this header is not included, the caller will need to poll the [List Payment
284
303
  Methods](https://docs.moov.io/api/sources/payment-methods/list/)
285
304
  endpoint to wait for the new payment methods to be available for use.
286
- * [listBankAccounts](docs/sdks/bankaccounts/README.md#listbankaccounts) - List all the bank accounts associated with a particular Moov account.
287
305
 
288
- Read our [bank accounts guide](https://docs.moov.io/guides/sources/bank-accounts/) to learn more. To use this endpoint
289
- from the browser, you'll need to specify the `/accounts/{accountID}/bank-accounts.read` scope when generating a
290
- [token](https://docs.moov.io/api/authentication/access-tokens/).
291
- * [getBankAccount](docs/sdks/bankaccounts/README.md#getbankaccount) - Retrieve bank account details (i.e. routing number or account type) associated with a specific Moov account.
306
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
307
+ you'll need to specify the `/accounts/{accountID}/bank-accounts.write` scope.
308
+ * [list](docs/sdks/bankaccounts/README.md#list) - List all the bank accounts associated with a particular Moov account.
309
+
310
+ Read our [bank accounts guide](https://docs.moov.io/guides/sources/bank-accounts/) to learn more.
292
311
 
293
- Read our [bank accounts guide](https://docs.moov.io/guides/sources/bank-accounts/) to learn more. To use this
294
- endpoint from the browser, you'll need to specify the `/accounts/{accountID}/bank-accounts.read` scope when
295
- generating a [token](https://docs.moov.io/api/authentication/access-tokens/).
296
- * [disableBankAccount](docs/sdks/bankaccounts/README.md#disablebankaccount) - Discontinue using a specified bank account linked to a Moov account.
312
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
313
+ you'll need to specify the `/accounts/{accountID}/bank-accounts.read` scope.
314
+ * [get](docs/sdks/bankaccounts/README.md#get) - Retrieve bank account details (i.e. routing number or account type) associated with a specific Moov account.
297
315
 
298
- To use this endpoint from the browser, you'll need to specify the `/accounts/{accountID}/bank-accounts.write` scope
299
- when generating a [token](https://docs.moov.io/api/authentication/access-tokens/).
300
- * [initiateMicroDeposits](docs/sdks/bankaccounts/README.md#initiatemicrodeposits) - Micro-deposits help confirm bank account ownership, helping reduce fraud and the risk of unauthorized activity. Use this method to initiate the micro-deposit verification, sending two small credit transfers to the bank account you want to confirm.
316
+ Read our [bank accounts guide](https://docs.moov.io/guides/sources/bank-accounts/) to learn more.
301
317
 
302
- If you request micro-deposits before 4:15PM ET, they will appear that same day. If you request micro-deposits any time after 4:15PM ET, they will appear the next banking day. When the two credits are initiated, Moov simultaneously initiates a debit to recoup the micro-deposits.
318
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
319
+ you'll need to specify the `/accounts/{accountID}/bank-accounts.read` scope.
320
+ * [disable](docs/sdks/bankaccounts/README.md#disable) - Discontinue using a specified bank account linked to a Moov account.
303
321
 
304
- `sandbox` - Micro-deposits initiated for a `sandbox` bank account will always be `$0.00` / `$0.00` and instantly verifiable once initiated.
322
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
323
+ you'll need to specify the `/accounts/{accountID}/bank-accounts.write` scope.
324
+ * [initiateMicroDeposits](docs/sdks/bankaccounts/README.md#initiatemicrodeposits) - Micro-deposits help confirm bank account ownership, helping reduce fraud and the risk of unauthorized activity.
325
+ Use this method to initiate the micro-deposit verification, sending two small credit transfers to the bank account
326
+ you want to confirm.
305
327
 
306
- You can simulate micro-deposit verification in test mode. See our [test mode](https://docs.moov.io/guides/get-started/test-mode/#micro-deposits) guide for more information.
328
+ If you request micro-deposits before 4:15PM ET, they will appear that same day. If you request micro-deposits any
329
+ time after 4:15PM ET, they will appear the next banking day. When the two credits are initiated, Moov simultaneously
330
+ initiates a debit to recoup the micro-deposits.
307
331
 
308
- To use this endpoint from the browser, you'll need to specify the `/accounts/{accountID}/bank-accounts.write` scope when generating a [token](https://docs.moov.io/api/authentication/access-tokens/).
332
+ Micro-deposits initiated for a `sandbox` bank account will always be `$0.00` / `$0.00` and instantly verifiable once initiated.
333
+
334
+ You can simulate micro-deposit verification in test mode. See our [test mode](https://docs.moov.io/guides/get-started/test-mode/#micro-deposits)
335
+ guide for more information.
336
+
337
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
338
+ you'll need to specify the `/accounts/{accountID}/bank-accounts.write` scope.
309
339
  * [completeMicroDeposits](docs/sdks/bankaccounts/README.md#completemicrodeposits) - Complete the micro-deposit validation process by passing the amounts of the two transfers within three tries.
310
340
 
311
- To use this endpoint from the browser, you'll need to specify the `/accounts/{accountID}/bank-accounts.write` scope when generating a
312
- [token](https://docs.moov.io/api/authentication/access-tokens/).
313
- * [getBankAccountVerification](docs/sdks/bankaccounts/README.md#getbankaccountverification) - Retrieve the current status and details of an instant verification, including whether the verification method was instant or same-day
341
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
342
+ you'll need to specify the `/accounts/{accountID}/bank-accounts.write` scope.
343
+ * [getVerification](docs/sdks/bankaccounts/README.md#getverification) - Retrieve the current status and details of an instant verification, including whether the verification method was instant or same-day
314
344
  ACH. This helps track the verification process in real-time and provides details in case of exceptions.
315
345
 
316
346
  The status will indicate the following:
@@ -321,15 +351,15 @@ The status will indicate the following:
321
351
  - `expired`: Verification expired after 14 days, initiate another verification
322
352
  - `max-attempts-exceeded`: Five incorrect code attempts exhausted, initiate another verification
323
353
 
324
- To use this endpoint from the browser, you'll need to specify the `/accounts/{accountID}/bank-accounts.read` scope when generating a
325
- [token](https://docs.moov.io/api/authentication/access-tokens/).
326
- * [initiateBankAccountVerification](docs/sdks/bankaccounts/README.md#initiatebankaccountverification) - Instant micro-deposit verification offers a quick and efficient way to verify bank account ownership.
354
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
355
+ you'll need to specify the `/accounts/{accountID}/bank-accounts.read` scope.
356
+ * [initiateVerification](docs/sdks/bankaccounts/README.md#initiateverification) - Instant micro-deposit verification offers a quick and efficient way to verify bank account ownership.
327
357
 
328
- Send a $0.01 credit with a unique verification code via RTP or same-day ACH, depending on the receiving banks capabilities. This
358
+ Send a $0.01 credit with a unique verification code via RTP or same-day ACH, depending on the receiving bank's capabilities. This
329
359
  feature provides a faster alternative to traditional methods, allowing verification in a single session.
330
360
 
331
361
  It is recommended to use the `X-Wait-For: rail-response` header to synchronously receive the outcome of the instant credit in the
332
- response payload.
362
+ response payload.
333
363
 
334
364
  Possible verification methods:
335
365
  - `instant`: Real-time verification credit sent via RTP
@@ -340,9 +370,9 @@ Possible statuses:
340
370
  - `sent-credit`: Credit sent, available for verification in the external bank account
341
371
  - `failed`: Verification failed due to credit rejection/return, details in `exceptionDetails`
342
372
 
343
- To use this endpoint from the browser, you'll need to specify the `/accounts/{accountID}/bank-accounts.write` scope when generating a
344
- [token](https://docs.moov.io/api/authentication/access-tokens/).
345
- * [completeBankAccountVerification](docs/sdks/bankaccounts/README.md#completebankaccountverification) - Finalize the instant micro-deposit verification by submitting the verification code displayed in the users bank account.
373
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
374
+ you'll need to specify the `/accounts/{accountID}/bank-accounts.write` scope.
375
+ * [completeVerification](docs/sdks/bankaccounts/README.md#completeverification) - Finalize the instant micro-deposit verification by submitting the verification code displayed in the user's bank account.
346
376
 
347
377
  Upon successful verification, the bank account status will be updated to `verified` and eligible for ACH debit transactions.
348
378
 
@@ -351,116 +381,101 @@ The following formats are accepted:
351
381
  - `mv0000`
352
382
  - `0000`
353
383
 
354
- To use this endpoint from the browser, you'll need to specify the `/accounts/{accountID}/bank-accounts.write` scope when
355
- generating a [token](https://docs.moov.io/api/authentication/access-tokens/).
384
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
385
+ you'll need to specify the `/accounts/{accountID}/bank-accounts.write` scope.
356
386
 
357
387
  ### [billing](docs/sdks/billing/README.md)
358
388
 
359
389
  * [listFeePlanAgreements](docs/sdks/billing/README.md#listfeeplanagreements) - List all fee plan agreements associated with an account.
360
390
 
361
- To access this endpoint using a [token](https://docs.moov.io/api/authentication/access-tokens/) you'll need
362
- to specify the `/accounts/{accountID}/profile.read` scope.
391
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
392
+ you'll need to specify the `/accounts/{accountID}/profile.read` scope.
363
393
  * [createFeePlanAgreements](docs/sdks/billing/README.md#createfeeplanagreements) - Creates the subscription of a fee plan to a merchant account. Merchants are required to accept the fee plan terms prior to activation.
364
394
 
365
- To access this endpoint using a [token](https://docs.moov.io/api/authentication/access-tokens/) you'll need
366
- to specify the `/accounts/{accountID}/profile.write` scope.
395
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
396
+ you'll need to specify the `/accounts/{accountID}/profile.write` scope.
367
397
  * [listFeePlans](docs/sdks/billing/README.md#listfeeplans) - List all fee plans available for use by an account. This is intended to be used by an account when
368
398
  selecting a fee plan to apply to a connected account.
369
399
 
370
- To access this endpoint using a [token](https://docs.moov.io/api/authentication/access-tokens/) you'll need
371
- to specify the `/accounts/{accountID}/profile.read` scope.
400
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
401
+ you'll need to specify the `/accounts/{accountID}/profile.read` scope.
372
402
  * [listPartnerPricing](docs/sdks/billing/README.md#listpartnerpricing) - List all partner pricing plans available for use by an account.
373
403
 
374
- To access this endpoint using a [token](https://docs.moov.io/api/authentication/access-tokens/) you'll need
375
- to specify the `/accounts/{accountID}/profile.read` scope.
404
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
405
+ you'll need to specify the `/accounts/{accountID}/profile.read` scope.
376
406
  * [listPartnerPricingAgreements](docs/sdks/billing/README.md#listpartnerpricingagreements) - List all partner pricing agreements associated with an account.
377
407
 
378
- To access this endpoint using a [token](https://docs.moov.io/api/authentication/access-tokens/) you'll need
379
- to specify the `/accounts/{accountID}/profile.read` scope.
408
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
409
+ you'll need to specify the `/accounts/{accountID}/profile.read` scope.
380
410
 
381
411
  ### [branding](docs/sdks/branding/README.md)
382
412
 
383
- * [postBrand](docs/sdks/branding/README.md#postbrand) - Creates the brand properties for the specified account.
384
- * [getBrand](docs/sdks/branding/README.md#getbrand) - Gets the brand properties for the specified account.
385
- * [updateBrand](docs/sdks/branding/README.md#updatebrand) - Updates the brand properties for the specified account.
386
-
387
- ### [capabilities](docs/sdks/capabilities/README.md)
388
-
389
- * [listCapabilities](docs/sdks/capabilities/README.md#listcapabilities) - Retrieve all the capabilities an account has requested.
413
+ * [create](docs/sdks/branding/README.md#create) - Create brand properties for the specified account.
390
414
 
391
- Read our [capabilities guide](https://docs.moov.io/guides/accounts/capabilities/) to learn more.
392
- * [addCapabilities](docs/sdks/capabilities/README.md#addcapabilities) - Request capabilities for a specific account. Read our [capabilities guide](https://docs.moov.io/guides/accounts/capabilities/) to learn more.
415
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
416
+ you'll need to specify the `/accounts/{accountID}/branding.write` scope.
417
+ * [upsert](docs/sdks/branding/README.md#upsert) - Create or replace brand properties for the specified account.
393
418
 
394
- To use this endpoint from the browser, you'll need to specify the `/accounts/{accountID}/capabilities.write` scope when generating a [token](https://docs.moov.io/api/authentication/access-tokens/).
395
- * [getCapability](docs/sdks/capabilities/README.md#getcapability) - Retrieve a specific capability that an account has requested. Read our [capabilities guide](https://docs.moov.io/guides/accounts/capabilities/) to learn more.
419
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
420
+ you'll need to specify the `/accounts/{accountID}/branding.write` scope.
421
+ * [get](docs/sdks/branding/README.md#get) - Get brand properties for the specified account.
396
422
 
397
- To use this endpoint from the browser, you'll need to specify the `/accounts/{accountID}/capabilities.read` scope when generating a [token](https://docs.moov.io/api/authentication/access-tokens/).
398
- * [disableCapability](docs/sdks/capabilities/README.md#disablecapability) - Disable a specific capability that an account has requested. Read our [capabilities guide](https://docs.moov.io/guides/accounts/capabilities/) to learn more.
423
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
424
+ you'll need to specify the `/accounts/{accountID}/branding.read` scope.
425
+ * [update](docs/sdks/branding/README.md#update) - Updates the brand properties for the specified account.
399
426
 
400
- To use this endpoint from the browser, you'll need to specify the `/accounts/{accountID}/capabilities.write` scope when generating a [token](https://docs.moov.io/api/authentication/access-tokens/).
427
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
428
+ you'll need to specify the `/accounts/{accountID}/branding.write` scope.
401
429
 
402
- ### [cardIssuing](docs/sdks/cardissuing/README.md)
430
+ ### [capabilities](docs/sdks/capabilities/README.md)
403
431
 
404
- * [requestCard](docs/sdks/cardissuing/README.md#requestcard) - Request a virtual card be issued.
432
+ * [list](docs/sdks/capabilities/README.md#list) - Retrieve all the capabilities an account has requested.
405
433
 
406
- To use this endpoint from the browser, you'll need to specify the `/accounts/{accountID}/issued-cards.write` scope when generating
407
- a [token](https://docs.moov.io/api/authentication/access-tokens/).
408
- * [listIssuedCards](docs/sdks/cardissuing/README.md#listissuedcards) - List Moov issued cards existing for the account.
434
+ Read our [capabilities guide](https://docs.moov.io/guides/accounts/capabilities/) to learn more.
409
435
 
410
- To use this endpoint from the browser, you'll need to specify the `/accounts/{accountID}/issued-cards.read` scope when generating
411
- a [token](https://docs.moov.io/api/authentication/access-tokens/).
412
- * [getIssuedCard](docs/sdks/cardissuing/README.md#getissuedcard) - Retrieve a single issued card associated with a Moov account.
436
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
437
+ you'll need to specify the `/accounts/{accountID}/capabilities.read` scope.
438
+ * [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.
413
439
 
414
- To use this endpoint from the browser, you'll need to specify the `/accounts/{accountID}/issued-cards.read` scope when generating
415
- a [token](https://docs.moov.io/api/authentication/access-tokens/).
416
- * [updateIssuedCard](docs/sdks/cardissuing/README.md#updateissuedcard) - Update a Moov issued card.
440
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
441
+ you'll need to specify the `/accounts/{accountID}/capabilities.write` scope.
442
+ * [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.
417
443
 
418
- To use this endpoint from the browser, you'll need to specify the `/accounts/{accountID}/issued-cards.write` scope when generating
419
- a [token](https://docs.moov.io/api/authentication/access-tokens/).
420
- * [getFullIssuedCard](docs/sdks/cardissuing/README.md#getfullissuedcard) - Get issued card with PAN, CVV, and expiration.
444
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
445
+ you'll need to specify the `/accounts/{accountID}/capabilities.read` scope.
446
+ * [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.
421
447
 
422
- Only use this endpoint if you have provided Moov with a copy of your PCI attestation of compliance.
448
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
449
+ you'll need to specify the `/accounts/{accountID}/capabilities.write` scope.
423
450
 
424
- To use this endpoint from the browser, you'll need to specify the `/accounts/{accountID}/issued-cards.read-secure` scope when generating
425
- a [token](https://docs.moov.io/api/authentication/access-tokens/).
451
+ ### [cardIssuing](docs/sdks/cardissuing/README.md)
426
452
 
427
- ### [cards](docs/sdks/cards/README.md)
453
+ * [request](docs/sdks/cardissuing/README.md#request) - Request a virtual card be issued.
428
454
 
429
- * [registerApplePayMerchantDomains](docs/sdks/cards/README.md#registerapplepaymerchantdomains) - Add domains to be registered with Apple Pay.
455
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
456
+ you'll need to specify the `/accounts/{accountID}/issued-cards.write` scope.
457
+ * [list](docs/sdks/cardissuing/README.md#list) - List Moov issued cards existing for the account.
430
458
 
431
- Any domains that will be used to accept payments must first be [verified](https://docs.moov.io/guides/sources/cards/apple-pay/#register-your-domains)
432
- with Apple.
459
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
460
+ you'll need to specify the `/accounts/{accountID}/issued-cards.read` scope.
461
+ * [get](docs/sdks/cardissuing/README.md#get) - Retrieve a single issued card associated with a Moov account.
433
462
 
434
- To use this endpoint from the browser, you'll need to specify the `/accounts/{accountID}/apple-pay.write` scope when generating a
435
- [token](https://docs.moov.io/api/authentication/access-tokens/).
436
- * [updateApplePayMerchantDomains](docs/sdks/cards/README.md#updateapplepaymerchantdomains) - Add or remove domains to be registered with Apple Pay.
463
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
464
+ you'll need to specify the `/accounts/{accountID}/issued-cards.read` scope.
465
+ * [update](docs/sdks/cardissuing/README.md#update) - Update a Moov issued card.
437
466
 
438
- Any domains that will be used to accept payments must first be [verified](https://docs.moov.io/guides/sources/cards/apple-pay/#register-your-domains)
439
- with Apple.
440
-
441
- To use this endpoint from the browser, you'll need to specify the `/accounts/{accountID}/apple-pay.write` scope when generating a
442
- [token](https://docs.moov.io/api/authentication/access-tokens/).
443
- * [getApplePayMerchantDomains](docs/sdks/cards/README.md#getapplepaymerchantdomains) - Get domains registered with Apple Pay.
444
-
445
- Read our [Apple Pay tutorial](https://docs.moov.io/guides/sources/cards/apple-pay/#register-your-domains) to learn more.
446
-
447
- To use this endpoint from the browser, you'll need to specify the `/accounts/{accountID}/apple-pay.read` scope when generating a
448
- [token](https://docs.moov.io/api/authentication/access-tokens/).
449
- * [createApplePaySession](docs/sdks/cards/README.md#createapplepaysession) - Create a session with Apple Pay to facilitate a payment.
467
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
468
+ you'll need to specify the `/accounts/{accountID}/issued-cards.write` scope.
469
+ * [getFull](docs/sdks/cardissuing/README.md#getfull) - Get issued card with PAN, CVV, and expiration.
450
470
 
451
- Read our [Apple Pay tutorial](https://docs.moov.io/guides/sources/cards/apple-pay/#register-your-domains) to learn more.
452
- A successful response from this endpoint should be passed through to Apple Pay unchanged.
471
+ Only use this endpoint if you have provided Moov with a copy of your PCI attestation of compliance.
453
472
 
454
- To use this endpoint from the browser, you'll need to specify the `/accounts/{accountID}/apple-pay.write` scope when generating
455
- a [token](https://docs.moov.io/api/authentication/access-tokens/).
456
- * [linkApplePayToken](docs/sdks/cards/README.md#linkapplepaytoken) - Connect an Apple Pay token to the specified account.
473
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
474
+ you'll need to specify the `/accounts/{accountID}/issued-cards.read-secure` scope.
457
475
 
458
- Read our [Apple Pay tutorial](https://docs.moov.io/guides/sources/cards/apple-pay/#register-your-domains) to learn more.
459
- The `token` data is defined by Apple Pay and should be passed through from Apple Pay's response unmodified.
476
+ ### [cards](docs/sdks/cards/README.md)
460
477
 
461
- To use this endpoint from the browser, you'll need to specify the `/accounts/{accountID}/cards.write` scope when generating
462
- a [token](https://docs.moov.io/api/authentication/access-tokens/).
463
- * [linkCard](docs/sdks/cards/README.md#linkcard) - Link a card to an existing Moov account.
478
+ * [link](docs/sdks/cards/README.md#link) - Link a card to an existing Moov account.
464
479
 
465
480
  Read our [accept card payments guide](https://docs.moov.io/guides/sources/cards/accept-card-payments/#link-a-card) to learn more.
466
481
 
@@ -476,21 +491,21 @@ card is intended to be used right away. If this header is not included, the call
476
491
  Methods](https://docs.moov.io/api/sources/payment-methods/list/)
477
492
  endpoint to wait for the new payment methods to be available for use.
478
493
 
479
- To use this endpoint from the browser, you'll need to specify the `/accounts/{accountID}/cards.write` scope
480
- when generating a [token](https://docs.moov.io/api/authentication/access-tokens/).
481
- * [listCards](docs/sdks/cards/README.md#listcards) - List all the active cards associated with a Moov account.
494
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
495
+ you'll need to specify the `/accounts/{accountID}/cards.write` scope.
496
+ * [list](docs/sdks/cards/README.md#list) - List all the active cards associated with a Moov account.
482
497
 
483
498
  Read our [accept card payments guide](https://docs.moov.io/guides/sources/cards/accept-card-payments/) to learn more.
484
499
 
485
- To use this endpoint from the browser, you'll need to specify the `/accounts/{accountID}/cards.read` scope when generating
486
- a [token](https://docs.moov.io/api/authentication/access-tokens/).
487
- * [getCard](docs/sdks/cards/README.md#getcard) - Fetch a specific card associated with a Moov account.
500
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
501
+ you'll need to specify the `/accounts/{accountID}/cards.read` scope.
502
+ * [get](docs/sdks/cards/README.md#get) - Fetch a specific card associated with a Moov account.
488
503
 
489
504
  Read our [accept card payments guide](https://docs.moov.io/guides/sources/cards/accept-card-payments/) to learn more.
490
505
 
491
- To use this endpoint from the browser, you'll need to specify the `/accounts/{accountID}/cards.read` scope when generating
492
- a [token](https://docs.moov.io/api/authentication/access-tokens/).
493
- * [updateCard](docs/sdks/cards/README.md#updatecard) - Update a linked card and/or resubmit it for verification.
506
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
507
+ you'll need to specify the `/accounts/{accountID}/cards.read` scope.
508
+ * [update](docs/sdks/cards/README.md#update) - Update a linked card and/or resubmit it for verification.
494
509
 
495
510
  If a value is provided for CVV, a new verification ($0 authorization) will be submitted for the card. Updating the expiration
496
511
  date or
@@ -501,286 +516,334 @@ more.
501
516
 
502
517
  Only use this endpoint if you have provided Moov with a copy of your PCI attestation of compliance.
503
518
 
504
- To use this endpoint from the browser, you'll need to specify the `/accounts/{accountID}/cards.write` scope when generating
505
- a [token](https://docs.moov.io/api/authentication/access-tokens/).
506
- * [disableCard](docs/sdks/cards/README.md#disablecard) - Disables a card associated with a Moov account.
519
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
520
+ you'll need to specify the `/accounts/{accountID}/cards.write` scope.
521
+ * [disable](docs/sdks/cards/README.md#disable) - Disables a card associated with a Moov account.
507
522
 
508
- To use this endpoint from the browser, you'll need to specify the `/accounts/{accountID}/cards.write` scope when generating
509
- a [token](https://docs.moov.io/api/authentication/access-tokens/).
523
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
524
+ you'll need to specify the `/accounts/{accountID}/cards.write` scope.
510
525
 
511
526
  ### [disputes](docs/sdks/disputes/README.md)
512
527
 
513
- * [listDisputes](docs/sdks/disputes/README.md#listdisputes) - Returns the list of disputes.
528
+ * [list](docs/sdks/disputes/README.md#list) - Returns the list of disputes.
514
529
 
515
530
  Read our [disputes guide](https://docs.moov.io/guides/money-movement/accept-payments/card-acceptance/disputes/) to learn more.
516
531
 
517
- To use this endpoint from the browser, you'll need to specify the `/accounts/{accountID}/transfers.read` scope when generating
518
- a [token](https://docs.moov.io/api/authentication/access-tokens/).
519
- * [getDispute](docs/sdks/disputes/README.md#getdispute) - Get a dispute by ID.
532
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
533
+ you'll need to specify the `/accounts/{accountID}/transfers.read` scope.
534
+ * [get](docs/sdks/disputes/README.md#get) - Get a dispute by ID.
520
535
 
521
536
  Read our [disputes guide](https://docs.moov.io/guides/money-movement/accept-payments/card-acceptance/disputes/) to learn more.
522
537
 
523
- To use this endpoint from the browser, you'll need to specify the `/accounts/{accountID}/transfers.read` scope when generating
524
- a [token](https://docs.moov.io/api/authentication/access-tokens/).
525
- * [acceptDispute](docs/sdks/disputes/README.md#acceptdispute) - Accepts a dispute.
538
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
539
+ you'll need to specify the `/accounts/{accountID}/transfers.read` scope.
540
+ * [accept](docs/sdks/disputes/README.md#accept) - Accepts liability for a dispute.
526
541
 
527
542
  Read our [disputes guide](https://docs.moov.io/guides/money-movement/accept-payments/card-acceptance/disputes/) to learn more.
528
543
 
529
- To use this endpoint from the browser, you'll need to specify the `/accounts/{accountID}/transfers.write` scope when generating
530
- a [token](https://docs.moov.io/api/authentication/access-tokens/).
531
- * [listDisputeEvidence](docs/sdks/disputes/README.md#listdisputeevidence) - Returns a dispute's public evidence by its ID.
544
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
545
+ you'll need to specify the `/accounts/{accountID}/transfers.read` scope.
546
+ * [listEvidence](docs/sdks/disputes/README.md#listevidence) - Returns a dispute's public evidence by its ID.
532
547
 
533
548
  Read our [disputes guide](https://docs.moov.io/guides/money-movement/accept-payments/card-acceptance/disputes/) to learn more.
534
549
 
535
- To use this endpoint from the browser, you'll need to specify the `/accounts/{accountID}/transfers.read` scope when generating
536
- a [token](https://docs.moov.io/api/authentication/access-tokens/).
537
- * [uploadDisputeEvidenceFile](docs/sdks/disputes/README.md#uploaddisputeevidencefile) - Uploads a file as evidence for a dispute.
550
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
551
+ you'll need to specify the `/accounts/{accountID}/transfers.read` scope.
552
+ * [uploadEvidenceFile](docs/sdks/disputes/README.md#uploadevidencefile) - Uploads a file as evidence for a dispute.
538
553
 
539
554
  Read our [disputes guide](https://docs.moov.io/guides/money-movement/accept-payments/card-acceptance/disputes/) to learn more.
540
555
 
541
- To use this endpoint from the browser, you'll need to specify the `/accounts/{accountID}/transfers.write` scope when generating
542
- a [token](https://docs.moov.io/api/authentication/access-tokens/).
543
- * [uploadDisputeEvidenceText](docs/sdks/disputes/README.md#uploaddisputeevidencetext) - Uploads text as evidence for a dispute.
556
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
557
+ you'll need to specify the `/accounts/{accountID}/transfers.write` scope.
558
+ * [uploadEvidenceText](docs/sdks/disputes/README.md#uploadevidencetext) - Uploads text as evidence for a dispute.
544
559
 
545
560
  Read our [disputes guide](https://docs.moov.io/guides/money-movement/accept-payments/card-acceptance/disputes/) to learn more.
546
561
 
547
- To use this endpoint from the browser, you'll need to specify the `/accounts/{accountID}/transfers.write` scope when generating
548
- a [token](https://docs.moov.io/api/authentication/access-tokens/).
549
- * [submitDisputeEvidence](docs/sdks/disputes/README.md#submitdisputeevidence) - Submit the evidence associated with a dispute.
562
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
563
+ you'll need to specify the `/accounts/{accountID}/transfers.write` scope.
564
+ * [submitEvidence](docs/sdks/disputes/README.md#submitevidence) - Submit the evidence associated with a dispute.
550
565
 
551
566
  Evidence items must be uploaded using the appropriate endpoint(s) prior to calling this endpoint to submit it. **Evidence can only
552
567
  be submitted once per dispute.**
553
568
 
554
569
  Read our [disputes guide](https://docs.moov.io/guides/money-movement/accept-payments/card-acceptance/disputes/) to learn more.
555
570
 
556
- To use this endpoint from the browser, you'll need to specify the `/accounts/{accountID}/transfers.write` scope when generating
557
- a [token](https://docs.moov.io/api/authentication/access-tokens/).
558
- * [getDisputeEvidence](docs/sdks/disputes/README.md#getdisputeevidence) - Get dispute evidence by ID.
571
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
572
+ you'll need to specify the `/accounts/{accountID}/transfers.write` scope.
573
+ * [getEvidence](docs/sdks/disputes/README.md#getevidence) - Get dispute evidence by ID.
559
574
 
560
575
  Read our [disputes guide](https://docs.moov.io/guides/money-movement/accept-payments/card-acceptance/disputes/) to learn more.
561
576
 
562
- To use this endpoint from the browser, you'll need to specify the `/accounts/{accountID}/transfers.read` scope when generating
563
- a [token](https://docs.moov.io/api/authentication/access-tokens/).
564
- * [updateDisputeEvidence](docs/sdks/disputes/README.md#updatedisputeevidence) - Updates dispute evidence by ID.
577
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
578
+ you'll need to specify the `/accounts/{accountID}/transfers.read` scope.
579
+ * [updateEvidence](docs/sdks/disputes/README.md#updateevidence) - Updates dispute evidence by ID.
565
580
 
566
581
  Read our [disputes guide](https://docs.moov.io/guides/money-movement/accept-payments/card-acceptance/disputes/) to learn more.
567
582
 
568
- To use this endpoint from the browser, you'll need to specify the `/accounts/{accountID}/transfers.write` scope when generating
569
- a [token](https://docs.moov.io/api/authentication/access-tokens/).
570
- * [deleteDisputeEvidenceFile](docs/sdks/disputes/README.md#deletedisputeevidencefile) - Deletes dispute evidence by ID.
583
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
584
+ you'll need to specify the `/accounts/{accountID}/transfers.write` scope.
585
+ * [deleteEvidence](docs/sdks/disputes/README.md#deleteevidence) - Deletes dispute evidence by ID.
571
586
 
572
587
  Read our [disputes guide](https://docs.moov.io/guides/money-movement/accept-payments/card-acceptance/disputes/) to learn more.
573
588
 
574
- To use this endpoint from the browser, you'll need to specify the `/accounts/{accountID}/transfers.write` scope when generating
575
- a [token](https://docs.moov.io/api/authentication/access-tokens/).
576
- * [getDisputeEvidenceData](docs/sdks/disputes/README.md#getdisputeevidencedata) - Downloads dispute evidence data by ID.
589
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
590
+ you'll need to specify the `/accounts/{accountID}/transfers.write` scope.
591
+ * [getEvidenceData](docs/sdks/disputes/README.md#getevidencedata) - Downloads dispute evidence data by ID.
577
592
 
578
593
  Read our [disputes guide](https://docs.moov.io/guides/money-movement/accept-payments/card-acceptance/disputes/) to learn more.
579
594
 
580
- To use this endpoint from the browser, you'll need to specify the `/accounts/{accountID}/transfers.read` scope when generating
581
- a [token](https://docs.moov.io/api/authentication/access-tokens/).
595
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
596
+ you'll need to specify the `/accounts/{accountID}/transfers.read` scope.
582
597
 
583
598
  ### [endToEndEncryption](docs/sdks/endtoendencryption/README.md)
584
599
 
585
- * [testEndToEndToken](docs/sdks/endtoendencryption/README.md#testendtoendtoken) - Allows for testing a JWE token to ensure it's acceptable by Moov.
600
+ * [testEncryptedToken](docs/sdks/endtoendencryption/README.md#testencryptedtoken) - Allows for testing a JWE token to ensure it's acceptable by Moov.
586
601
 
587
- To access this endpoint using a [token](https://docs.moov.io/api/authentication/access-tokens/) you'll need
588
- to specify the `/ping.read` scope.
589
- * [generateEndToEndKey](docs/sdks/endtoendencryption/README.md#generateendtoendkey) - Generates a public key used to create a JWE token for passing secure authentication data through non-PCI compliant intermediaries.
602
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
603
+ you'll need to specify the `/ping.read` scope.
604
+ * [generateKey](docs/sdks/endtoendencryption/README.md#generatekey) - Generates a public key used to create a JWE token for passing secure authentication data through non-PCI compliant intermediaries.
590
605
 
591
606
  ### [enrichedAddress](docs/sdks/enrichedaddress/README.md)
592
607
 
593
- * [getEnrichmentAddress](docs/sdks/enrichedaddress/README.md#getenrichmentaddress) - Fetch enriched address suggestions. Requires a partial address.
608
+ * [get](docs/sdks/enrichedaddress/README.md#get) - Fetch enriched address suggestions. Requires a partial address.
594
609
 
595
- To use this endpoint from the browser, you'll need to specify the `/profile-enrichment.read` scope when generating a [token](https://docs.moov.io/api/authentication/access-tokens/).
610
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
611
+ you'll need to specify the `/profile-enrichment.read` scope.
596
612
 
597
613
  ### [enrichedProfile](docs/sdks/enrichedprofile/README.md)
598
614
 
599
- * [getEnrichmentProfile](docs/sdks/enrichedprofile/README.md#getenrichmentprofile) - Fetch enriched profile data. Requires a valid email address. This service is offered in collaboration with Clearbit.
615
+ * [get](docs/sdks/enrichedprofile/README.md#get) - Fetch enriched profile data. Requires a valid email address. This service is offered in collaboration with Clearbit.
600
616
 
601
- To use this endpoint from the browser, you'll need to specify the `/profile-enrichment.read` scope when generating a [token](https://docs.moov.io/api/authentication/access-tokens/).
617
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
618
+ you'll need to specify the `/profile-enrichment.read` scope.
602
619
 
603
620
  ### [files](docs/sdks/files/README.md)
604
621
 
605
- * [uploadFile](docs/sdks/files/README.md#uploadfile) - Upload a file and link it to the specified Moov account.
622
+ * [upload](docs/sdks/files/README.md#upload) - Upload a file and link it to the specified Moov account.
606
623
 
607
624
  The maximum file size is 10MB. Each account is allowed a maximum of 50 files. Acceptable file types include csv, jpg, pdf,
608
625
  and png.
609
626
 
610
- To access this endpoint using a [token](https://docs.moov.io/api/authentication/access-tokens/) you'll need to specify the
611
- `/accounts/{accountID}/files.write` scope.
612
- * [listFiles](docs/sdks/files/README.md#listfiles) - List all the files associated with a particular Moov account.
627
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
628
+ you'll need to specify the `/accounts/{accountID}/files.write` scope.
629
+ * [list](docs/sdks/files/README.md#list) - List all the files associated with a particular Moov account.
613
630
 
614
- To access this endpoint using a [token](https://docs.moov.io/api/authentication/access-tokens/) you'll need to specify the
615
- `/accounts/{accountID}/files.read` scope.
616
- * [getFileDetails](docs/sdks/files/README.md#getfiledetails) - Retrieve file details associated with a specific Moov account.
631
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
632
+ you'll need to specify the `/accounts/{accountID}/files.read` scope.
633
+ * [get](docs/sdks/files/README.md#get) - Retrieve file details associated with a specific Moov account.
617
634
 
618
- To access this endpoint using a [token](https://docs.moov.io/api/authentication/access-tokens/) you'll need to specify the
619
- `/accounts/{accountID}/files.read` scope.
635
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
636
+ you'll need to specify the `/accounts/{accountID}/files.read` scope.
620
637
 
621
638
  ### [industries](docs/sdks/industries/README.md)
622
639
 
623
- * [listIndustries](docs/sdks/industries/README.md#listindustries) - Returns a list of all industry titles and their corresponding MCC/SIC/NAICS codes. Results are ordered by title.
624
-
625
- To use this endpoint from the browser, you'll need to specify the `/profile-enrichment.read` scope when generating a [token](https://docs.moov.io/api/authentication/access-tokens/).
640
+ * [list](docs/sdks/industries/README.md#list) - Returns a list of all industry titles and their corresponding MCC/SIC/NAICS codes. Results are ordered by title.
641
+
642
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
643
+ you'll need to specify the `/profile-enrichment.read` scope.
626
644
 
627
645
  ### [institutions](docs/sdks/institutions/README.md)
628
646
 
629
- * [listInstitutions](docs/sdks/institutions/README.md#listinstitutions) - Search for institutions by either their name or routing number.
630
-
631
- To use this endpoint from the browser, you'll need to specify the `/fed.read` scope when generating a [token](https://docs.moov.io/api/authentication/access-tokens/).
647
+ * [search](docs/sdks/institutions/README.md#search) - Search for institutions by either their name or routing number.
648
+
649
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
650
+ you'll need to specify the `/fed.read` scope.
632
651
 
633
652
  ### [issuingTransactions](docs/sdks/issuingtransactions/README.md)
634
653
 
635
- * [listIssuedCardAuthorizations](docs/sdks/issuingtransactions/README.md#listissuedcardauthorizations) - List issued card authorizations associated with a Moov account.
654
+ * [listAuthorizations](docs/sdks/issuingtransactions/README.md#listauthorizations) - List issued card authorizations associated with a Moov account.
636
655
 
637
- To access this endpoint using a [token](https://docs.moov.io/api/authentication/access-tokens/) you'll need to specify
638
- the `/accounts/{accountID}/issued-cards.read` scope.
639
- * [getIssuedCardAuthorization](docs/sdks/issuingtransactions/README.md#getissuedcardauthorization) - Retrieves details of an authorization associated with a specific Moov account.
656
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
657
+ you'll need to specify the `/accounts/{accountID}/issued-cards.read` scope.
658
+ * [getAuthorization](docs/sdks/issuingtransactions/README.md#getauthorization) - Retrieves details of an authorization associated with a specific Moov account.
640
659
 
641
- To access this endpoint using a [token](https://docs.moov.io/api/authentication/access-tokens/) you'll need to specify
642
- the `/accounts/{accountID}/issued-cards.read` scope.
643
- * [listIssuedCardAuthorizationEvents](docs/sdks/issuingtransactions/README.md#listissuedcardauthorizationevents) - List card network and Moov platform events that affect the authorization and its hold on a wallet balance.
660
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
661
+ you'll need to specify the `/accounts/{accountID}/issued-cards.read` scope.
662
+ * [listAuthorizationEvents](docs/sdks/issuingtransactions/README.md#listauthorizationevents) - List card network and Moov platform events that affect the authorization and its hold on a wallet balance.
644
663
 
645
- To access this endpoint using a [token](https://docs.moov.io/api/authentication/access-tokens/) you'll need to specify
646
- the `/accounts/{accountID}/issued-cards.read` scope.
647
- * [listIssuedCardTransactions](docs/sdks/issuingtransactions/README.md#listissuedcardtransactions) - List issued card transactions associated with a Moov account.
664
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
665
+ you'll need to specify the `/accounts/{accountID}/issued-cards.read` scope.
666
+ * [list](docs/sdks/issuingtransactions/README.md#list) - List issued card transactions associated with a Moov account.
648
667
 
649
- To access this endpoint using a [token](https://docs.moov.io/api/authentication/access-tokens/) you'll need to specify
650
- the `/accounts/{accountID}/issued-cards.read` scope.
651
- * [getIssuedCardTransaction](docs/sdks/issuingtransactions/README.md#getissuedcardtransaction) - Retrieves details of an issued card transaction associated with a specific Moov account.
668
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
669
+ you'll need to specify the `/accounts/{accountID}/issued-cards.read` scope.
670
+ * [get](docs/sdks/issuingtransactions/README.md#get) - Retrieves details of an issued card transaction associated with a specific Moov account.
652
671
 
653
- To access this endpoint using a [token](https://docs.moov.io/api/authentication/access-tokens/) you'll need to specify
654
- the `/accounts/{accountID}/issued-cards.read` scope.
672
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
673
+ you'll need to specify the `/accounts/{accountID}/issued-cards.read` scope.
655
674
 
656
675
 
657
676
  ### [onboarding](docs/sdks/onboarding/README.md)
658
677
 
659
- * [createOnboardingInvite](docs/sdks/onboarding/README.md#createonboardinginvite) - Create an invitation containing a unique link that allows the recipient to onboard their organization with Moov.
678
+ * [createInvite](docs/sdks/onboarding/README.md#createinvite) - Create an invitation containing a unique link that allows the recipient to onboard their organization with Moov.
660
679
 
661
- To access this endpoint using a [token](https://docs.moov.io/api/authentication/access-tokens/) you'll need
662
- to specify the `/accounts.write` scope.
663
- * [listOnboardingInvites](docs/sdks/onboarding/README.md#listonboardinginvites) - List all the onboarding invites created by the caller's account.
680
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
681
+ you'll need to specify the `/accounts.write` scope.
682
+ * [listInvites](docs/sdks/onboarding/README.md#listinvites) - List all the onboarding invites created by the caller's account.
664
683
 
665
- To access this endpoint using a [token](https://docs.moov.io/api/authentication/access-tokens/) you'll need
666
- to specify the `/accounts.read` scope.
667
- * [getOnboardingInvite](docs/sdks/onboarding/README.md#getonboardinginvite) - Retrieve details about an onboarding invite.
684
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
685
+ you'll need to specify the `/accounts.read` scope.
686
+ * [getInvite](docs/sdks/onboarding/README.md#getinvite) - Retrieve details about an onboarding invite.
668
687
 
669
- To access this endpoint using a [token](https://docs.moov.io/api/authentication/access-tokens/) you'll need
670
- to specify the `/accounts.read` scope.
671
- * [revokeOnboardingInvite](docs/sdks/onboarding/README.md#revokeonboardinginvite) - Revoke an onboarding invite, rendering the invitation link unusable.
688
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
689
+ you'll need to specify the `/accounts.read` scope.
690
+ * [revokeInvite](docs/sdks/onboarding/README.md#revokeinvite) - Revoke an onboarding invite, rendering the invitation link unusable.
672
691
 
673
- To access this endpoint using a [token](https://docs.moov.io/api/authentication/access-tokens/) you'll need
674
- to specify the `/accounts.write` scope.
692
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
693
+ you'll need to specify the `/accounts.write` scope.
675
694
 
676
695
  ### [paymentLinks](docs/sdks/paymentlinks/README.md)
677
696
 
678
- * [createPaymentLink](docs/sdks/paymentlinks/README.md#createpaymentlink) - Create a payment link that allows an end user to make a payment on Moov's hosted payment link page.
697
+ * [create](docs/sdks/paymentlinks/README.md#create) - Create a payment link that allows an end user to make a payment on Moov's hosted payment link page.
679
698
 
680
- To access this endpoint using a [token](https://docs.moov.io/api/authentication/access-tokens/) you'll need
681
- to specify the `/accounts/{accountID}/transfers.write` scope.
682
- * [listPaymentLinks](docs/sdks/paymentlinks/README.md#listpaymentlinks) - List all the payment links created under a Moov account.
699
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
700
+ you'll need to specify the `/accounts/{accountID}/transfers.write` scope.
701
+ * [list](docs/sdks/paymentlinks/README.md#list) - List all the payment links created under a Moov account.
683
702
 
684
- To access this endpoint using a [token](https://docs.moov.io/api/authentication/access-tokens/) you'll need
685
- to specify the `/accounts/{accountID}/transfers.read` scope.
686
- * [getPaymentLink](docs/sdks/paymentlinks/README.md#getpaymentlink) - Retrieve a payment link by code.
703
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
704
+ you'll need to specify the `/accounts/{accountID}/transfers.read` scope.
705
+ * [get](docs/sdks/paymentlinks/README.md#get) - Retrieve a payment link by code.
687
706
 
688
- To access this endpoint using a [token](https://docs.moov.io/api/authentication/access-tokens/) you'll need
689
- to specify the `/accounts/{accountID}/transfers.read` scope.
690
- * [updatePaymentLink](docs/sdks/paymentlinks/README.md#updatepaymentlink) - Update a payment link.
707
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
708
+ you'll need to specify the `/accounts/{accountID}/transfers.read` scope.
709
+ * [update](docs/sdks/paymentlinks/README.md#update) - Update a payment link.
691
710
 
692
- To access this endpoint using a [token](https://docs.moov.io/api/authentication/access-tokens/) you'll need
693
- to specify the `/accounts/{accountID}/transfers.write` scope.
694
- * [disablePaymentLink](docs/sdks/paymentlinks/README.md#disablepaymentlink) - Disable a payment link.
711
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
712
+ you'll need to specify the `/accounts/{accountID}/transfers.write` scope.
713
+ * [disable](docs/sdks/paymentlinks/README.md#disable) - Disable a payment link.
695
714
 
696
- To access this endpoint using a [token](https://docs.moov.io/api/authentication/access-tokens/) you'll need
697
- to specify the `/accounts/{accountID}/transfers.write` scope.
698
- * [getPaymentLinkQRCode](docs/sdks/paymentlinks/README.md#getpaymentlinkqrcode) - Retrieve the payment link encoded in a QR code.
715
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
716
+ you'll need to specify the `/accounts/{accountID}/transfers.write` scope.
717
+ * [getQRCode](docs/sdks/paymentlinks/README.md#getqrcode) - Retrieve the payment link encoded in a QR code.
699
718
 
700
719
  Use the `Accept` header to specify the format of the response. Supported formats are `application/json` and `image/png`.
701
720
 
702
- To access this endpoint using a [token](https://docs.moov.io/api/authentication/access-tokens/) you'll need
703
- to specify the `/accounts/{accountID}/transfers.write` scope.
721
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
722
+ you'll need to specify the `/accounts/{accountID}/transfers.write` scope.
704
723
 
705
724
  ### [paymentMethods](docs/sdks/paymentmethods/README.md)
706
725
 
707
- * [listPaymentMethods](docs/sdks/paymentmethods/README.md#listpaymentmethods) - Retrieve a list of payment methods associated with a Moov account. Read our [payment methods guide](https://docs.moov.io/guides/money-movement/payment-methods/) to learn more.
726
+ * [list](docs/sdks/paymentmethods/README.md#list) - Retrieve a list of payment methods associated with a Moov account. Read our [payment methods
727
+ guide](https://docs.moov.io/guides/money-movement/payment-methods/) to learn more.
708
728
 
709
- To use this endpoint from the browser, you'll need to specify the `/accounts/{accountID}/payment-methods.read` scope when generating a [token](https://docs.moov.io/api/authentication/access-tokens/).
710
- * [getPaymentMethod](docs/sdks/paymentmethods/README.md#getpaymentmethod) - Get the specified payment method associated with a Moov account. Read our [payment methods guide](https://docs.moov.io/guides/money-movement/payment-methods/) to learn more.
729
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
730
+ you'll need to specify the `/accounts/{accountID}/payment-methods.read` scope.
731
+ * [get](docs/sdks/paymentmethods/README.md#get) - Get the specified payment method associated with a Moov account. Read our [payment methods guide](https://docs.moov.io/guides/money-movement/payment-methods/) to learn more.
711
732
 
712
- To use this endpoint from the browser, you'll need to specify the `/accounts/{accountID}/payment-methods.read` scope when generating a [token](https://docs.moov.io/api/authentication/access-tokens/).
733
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
734
+ you'll need to specify the `/accounts/{accountID}/payment-methods.read` scope.
713
735
 
714
736
  ### [ping](docs/sdks/ping/README.md)
715
737
 
716
738
  * [ping](docs/sdks/ping/README.md#ping) - A simple endpoint to check auth.
717
739
 
718
- To access this endpoint using a [token](https://docs.moov.io/api/authentication/access-tokens/) you'll need
719
- to specify the `/ping.read` scope.
740
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
741
+ you'll need to specify the `/ping.read` scope.
720
742
 
721
743
  ### [representatives](docs/sdks/representatives/README.md)
722
744
 
723
- * [createRepresentative](docs/sdks/representatives/README.md#createrepresentative) - Moov accounts associated with businesses require information regarding individuals who represent the business.
745
+ * [create](docs/sdks/representatives/README.md#create) - Moov accounts associated with businesses require information regarding individuals who represent the business.
724
746
  You can provide this information by creating a representative. Each account is allowed a maximum of 7 representatives.
725
747
  Read our [business representatives guide](https://docs.moov.io/guides/accounts/requirements/business-representatives/) to learn more.
726
748
 
727
- To use this endpoint from the browser, you’ll need to specify the `/accounts/{accountID}/representatives.write` scope when generating a [token](https://docs.moov.io/api/authentication/access-tokens/).
728
- * [listRepresentatives](docs/sdks/representatives/README.md#listrepresentatives) - A Moov account may have multiple representatives depending on the associated business’s ownership and management structure.
749
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
750
+ you'll need to specify the `/accounts/{accountID}/representatives.write` scope.
751
+ * [list](docs/sdks/representatives/README.md#list) - A Moov account may have multiple representatives depending on the associated business's ownership and management structure.
729
752
  You can use this method to list all the representatives for a given Moov account.
730
753
  Note that Moov accounts associated with an individual do not have representatives.
731
754
  Read our [business representatives guide](https://docs.moov.io/guides/accounts/requirements/business-representatives/) to learn more.
732
755
 
733
- To use this endpoint from the browser, you’ll need to specify the `/accounts/{accountID}/representatives.read` scope when generating a [token](https://docs.moov.io/api/authentication/access-tokens/).
734
- * [deleteRepresentative](docs/sdks/representatives/README.md#deleterepresentative) - Deletes a business representative associated with a Moov account. Read our [business representatives guide](https://docs.moov.io/guides/accounts/requirements/business-representatives/) to learn more.
756
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
757
+ you'll need to specify the `/accounts/{accountID}/representatives.read` scope.
758
+ * [delete](docs/sdks/representatives/README.md#delete) - Deletes a business representative associated with a Moov account. Read our [business representatives guide](https://docs.moov.io/guides/accounts/requirements/business-representatives/) to learn more.
735
759
 
736
- To use this endpoint from the browser, you’ll need to specify the `/accounts/{accountID}/representatives.write` scope when generating a [token](https://docs.moov.io/api/authentication/access-tokens/).
737
- * [getRepresentative](docs/sdks/representatives/README.md#getrepresentative) - Retrieve a specific representative associated with a given Moov account. Read our [business representatives guide](https://docs.moov.io/guides/accounts/requirements/business-representatives/) to learn more.
760
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
761
+ you'll need to specify the `/accounts/{accountID}/representatives.write` scope.
762
+ * [get](docs/sdks/representatives/README.md#get) - Retrieve a specific representative associated with a given Moov account. Read our [business representatives guide](https://docs.moov.io/guides/accounts/requirements/business-representatives/) to learn more.
738
763
 
739
- To use this endpoint from the browser, you’ll need to specify the `/accounts/{accountID}/representatives.read` scope when generating a [token](https://docs.moov.io/api/authentication/access-tokens/).
740
- * [updateRepresentative](docs/sdks/representatives/README.md#updaterepresentative) - If a representative’s information has changed you can patch the information associated with a specific representative ID.
764
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
765
+ you'll need to specify the `/accounts/{accountID}/representatives.read` scope.
766
+ * [update](docs/sdks/representatives/README.md#update) - If a representative's information has changed you can patch the information associated with a specific representative ID.
741
767
  Read our [business representatives guide](https://docs.moov.io/guides/accounts/requirements/business-representatives/) to learn more.
742
768
 
743
- To use this endpoint from the browser, you’ll need to specify the `/accounts/{accountID}/representatives.write` scope when generating a [token](https://docs.moov.io/api/authentication/access-tokens/).
744
-
745
769
  When **can** profile data be updated:
746
770
 
747
771
  - For unverified representatives, all profile data can be edited.
748
772
  - During the verification process, missing or incomplete profile data can be edited.
749
773
  - Verified representatives can only add missing profile data.
750
774
 
751
- When **cant** profile data be updated:
775
+ When **can't** profile data be updated:
752
776
 
753
777
  - Verified representatives cannot change any existing profile data.
754
778
 
755
779
  If you need to update information in a locked state, please contact Moov support.
756
780
 
781
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
782
+ you'll need to specify the `/accounts/{accountID}/representatives.write` scope.
783
+
757
784
  ### [scheduling](docs/sdks/scheduling/README.md)
758
785
 
759
- * [createSchedule](docs/sdks/scheduling/README.md#createschedule) - Describes the schedule to create or modify.
760
- * [listSchedules](docs/sdks/scheduling/README.md#listschedules) - Describes a list of schedules associated with an account. Requires at least 1 occurrence or recurTransfer to be specified.
761
- * [updateSchedule](docs/sdks/scheduling/README.md#updateschedule) - Describes the schedule to modify.
762
- * [getSchedules](docs/sdks/scheduling/README.md#getschedules) - Describes a schedule associated with an account. Requires at least 1 occurrence or recurTransfer to be specified.
763
- * [cancelSchedule](docs/sdks/scheduling/README.md#cancelschedule) - Describes the schedule to cancel.
764
- * [getScheduledOccurrence](docs/sdks/scheduling/README.md#getscheduledoccurrence) - Defines an occurrence for when to run a transfer.
786
+ * [create](docs/sdks/scheduling/README.md#create) - Describes the schedule to create or modify.
787
+
788
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
789
+ you'll need to specify the `/accounts/{accountID}/transfers.write` scope.
790
+ * [list](docs/sdks/scheduling/README.md#list) - Describes a list of schedules associated with an account. Requires at least 1 occurrence or recurTransfer to be specified.
791
+
792
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
793
+ you'll need to specify the `/accounts/{accountID}/transfers.read` scope.
794
+ * [update](docs/sdks/scheduling/README.md#update) - Describes the schedule to modify.
795
+
796
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
797
+ you'll need to specify the `/accounts/{accountID}/transfers.write` scope.
798
+ * [get](docs/sdks/scheduling/README.md#get) - Describes a schedule associated with an account. Requires at least 1 occurrence or recurTransfer to be specified.
799
+
800
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
801
+ you'll need to specify the `/accounts/{accountID}/transfers.read` scope.
802
+ * [cancel](docs/sdks/scheduling/README.md#cancel) - Describes the schedule to cancel.
803
+
804
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
805
+ you'll need to specify the `/accounts/{accountID}/transfers.write` scope.
806
+ * [getOccurrance](docs/sdks/scheduling/README.md#getoccurrance) - Defines an occurrence for when to run a transfer.
807
+
808
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
809
+ you'll need to specify the `/accounts/{accountID}/transfers.read` scope.
765
810
 
766
811
  ### [sweeps](docs/sdks/sweeps/README.md)
767
812
 
768
- * [createSweepConfig](docs/sdks/sweeps/README.md#createsweepconfig) - Create a sweep config for a wallet.
769
- * [listSweepConfigs](docs/sdks/sweeps/README.md#listsweepconfigs) - List sweep configs associated with an account.
770
- * [getSweepConfig](docs/sdks/sweeps/README.md#getsweepconfig) - Get a sweep config associated with a wallet.
771
- * [patchSweepConfig](docs/sdks/sweeps/README.md#patchsweepconfig) - Update settings on a sweep config.
772
- * [listSweeps](docs/sdks/sweeps/README.md#listsweeps) - List sweeps associated with a wallet.
773
- * [getSweep](docs/sdks/sweeps/README.md#getsweep) - Get details on a specific sweep.
813
+ * [createConfig](docs/sdks/sweeps/README.md#createconfig) - Create a sweep config for a wallet.
814
+
815
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
816
+ you'll need to specify the `/accounts/{accountID}/wallets.write` scope.
817
+ * [listConfigs](docs/sdks/sweeps/README.md#listconfigs) - List sweep configs associated with an account.
818
+
819
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
820
+ you'll need to specify the `/accounts/{accountID}/wallets.read` scope.
821
+ * [getConfig](docs/sdks/sweeps/README.md#getconfig) - Get a sweep config associated with a wallet.
822
+
823
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
824
+ you'll need to specify the `/accounts/{accountID}/wallets.read` scope.
825
+ * [updateConfig](docs/sdks/sweeps/README.md#updateconfig) - Update settings on a sweep config.
826
+
827
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
828
+ you'll need to specify the `/accounts/{accountID}/wallets.write` scope.
829
+ * [list](docs/sdks/sweeps/README.md#list) - List sweeps associated with a wallet.
830
+
831
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
832
+ you'll need to specify the `/accounts/{accountID}/wallets.read` scope.
833
+ * [get](docs/sdks/sweeps/README.md#get) - Get details on a specific sweep.
834
+
835
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
836
+ you'll need to specify the `/accounts/{accountID}/wallets.read` scope.
774
837
 
775
838
  ### [transfers](docs/sdks/transfers/README.md)
776
839
 
777
- * [createTransfer](docs/sdks/transfers/README.md#createtransfer) - Move money by providing the source, destination, and amount in the request body.
840
+ * [create](docs/sdks/transfers/README.md#create) - Move money by providing the source, destination, and amount in the request body.
778
841
 
779
842
  Read our [transfers overview guide](https://docs.moov.io/guides/money-movement/overview/) to learn more.
780
843
 
781
- To access this endpoint using a [token](https://docs.moov.io/api/authentication/access-tokens/) you'll need to specify the `/accounts/{accountID}/transfers.write`
782
- scope.
783
- * [listTransfers](docs/sdks/transfers/README.md#listtransfers) - List all the transfers associated with a particular Moov account.
844
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
845
+ you'll need to specify the `/accounts/{accountID}/transfers.write` scope.
846
+ * [list](docs/sdks/transfers/README.md#list) - List all the transfers associated with a particular Moov account.
784
847
 
785
848
  Read our [transfers overview guide](https://docs.moov.io/guides/money-movement/overview/) to learn more.
786
849
 
@@ -789,83 +852,94 @@ if you set `skip`= 10, you will see a results set of 200 transfers after the fir
789
852
  process very slowly. To achieve faster performance, restrict the data as much as you can by using the `StartDateTime` and `EndDateTime` parameters for a limited
790
853
  period of time. You can run multiple requests in smaller time window increments until you've retrieved all the transfers you need.
791
854
 
792
- To access this endpoint using a [token](https://docs.moov.io/api/authentication/access-tokens/) you'll need to specify the `/accounts/{accountID}/transfers.read`
793
- scope.
794
- * [getTransfer](docs/sdks/transfers/README.md#gettransfer) - Retrieve full transfer details for an individual transfer of a particular Moov account.
855
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
856
+ you'll need to specify the `/accounts/{accountID}/transfers.read` scope.
857
+ * [get](docs/sdks/transfers/README.md#get) - Retrieve full transfer details for an individual transfer of a particular Moov account.
795
858
 
796
859
  Payment rail-specific details are included in the source and destination. Read our [transfers overview guide](https://docs.moov.io/guides/money-movement/overview/)
797
860
  to learn more.
798
861
 
799
- To access this endpoint using a [token](https://docs.moov.io/api/authentication/access-tokens/) you'll need to specify the `/accounts/{accountID}/transfers.read`
800
- scope.
801
- * [patchTransfer](docs/sdks/transfers/README.md#patchtransfer) - Update the metadata contained on a transfer.
862
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
863
+ you'll need to specify the `/accounts/{accountID}/transfers.read` scope.
864
+ * [update](docs/sdks/transfers/README.md#update) - Update the metadata contained on a transfer.
802
865
 
803
866
  Read our [transfers overview guide](https://docs.moov.io/guides/money-movement/overview/) to learn more.
804
867
 
805
- To access this endpoint using a [token](https://docs.moov.io/api/authentication/access-tokens/) you'll need to specify the `/accounts/{accountID}/transfers.write`
806
- scope.
807
- * [refundTransfer](docs/sdks/transfers/README.md#refundtransfer) - Initiate a refund for a card transfer.
868
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
869
+ you'll need to specify the `/accounts/{accountID}/transfers.write` scope.
870
+ * [initiateRefund](docs/sdks/transfers/README.md#initiaterefund) - Initiate a refund for a card transfer.
808
871
 
809
872
  **Use the [Cancel or refund a card transfer](https://docs.moov.io/api/money-movement/refunds/cancel/) endpoint for more comprehensive cancel and refund options.**
810
873
  See the [reversals](https://docs.moov.io/guides/money-movement/accept-payments/card-acceptance/reversals/) guide for more information.
811
874
 
812
- To access this endpoint using a [token](https://docs.moov.io/api/authentication/access-tokens/) you'll need to specify the `/accounts/{accountID}/transfers.write`
813
- scope.
875
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
876
+ you'll need to specify the `/accounts/{accountID}/transfers.write` scope.
814
877
  * [listRefunds](docs/sdks/transfers/README.md#listrefunds) - Get a list of refunds for a card transfer.
815
878
 
816
- To access this endpoint using a [token](https://docs.moov.io/api/authentication/access-tokens/) you'll need to specify the `/accounts/{accountID}/transfers.read`
817
- scope.
879
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
880
+ you'll need to specify the `/accounts/{accountID}/transfers.read` scope.
818
881
  * [getRefund](docs/sdks/transfers/README.md#getrefund) - Get details of a refund for a card transfer.
819
882
 
820
- To access this endpoint using a [token](https://docs.moov.io/api/authentication/access-tokens/) you'll need to specify the `/accounts/{accountID}/transfers.read`
821
- scope.
822
- * [reverseTransfer](docs/sdks/transfers/README.md#reversetransfer) - Reverses a card transfer by initiating a cancellation or refund depending on the transaction status.
883
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
884
+ you'll need to specify the `/accounts/{accountID}/transfers.read` scope.
885
+ * [createReversal](docs/sdks/transfers/README.md#createreversal) - Reverses a card transfer by initiating a cancellation or refund depending on the transaction status.
823
886
  Read our [reversals guide](https://docs.moov.io/guides/money-movement/accept-payments/card-acceptance/reversals/)
824
887
  to learn more.
825
888
 
826
889
  To access this endpoint using a [token](https://docs.moov.io/api/authentication/access-tokens/) you'll need
827
890
  to specify the `/accounts/{accountID}/transfers.write` scope.
828
- * [createTransferOptions](docs/sdks/transfers/README.md#createtransferoptions) - Generate available payment method options for one or multiple transfer participants depending on the accountID or paymentMethodID you
891
+ * [generateOptions](docs/sdks/transfers/README.md#generateoptions) - Generate available payment method options for one or multiple transfer participants depending on the accountID or paymentMethodID you
829
892
  supply in the request.
830
893
 
831
894
  Read our [transfers overview guide](https://docs.moov.io/guides/money-movement/overview/) to learn more.
832
895
 
833
- To use this endpoint from the browser, you'll need to specify the `/accounts/{yourAccountID}/transfers.read` scope when generating a
834
- [token](https://docs.moov.io/api/authentication/access-tokens/). The accountID included must be your accountID. You can find your
835
- accountID on the [Business details](https://dashboard.moov.io/settings/business) page.
896
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
897
+ you'll need to specify the `/accounts/{accountID}/transfers.read` scope.
836
898
 
837
899
  ### [underwriting](docs/sdks/underwriting/README.md)
838
900
 
839
- * [getUnderwriting](docs/sdks/underwriting/README.md#getunderwriting) - Retrieve underwriting associated with a given Moov account.
901
+ * [get](docs/sdks/underwriting/README.md#get) - Retrieve underwriting associated with a given Moov account.
840
902
 
841
903
  Read our [underwriting guide](https://docs.moov.io/guides/accounts/requirements/underwriting/) to learn more.
842
904
 
843
- To access this endpoint using a [token](https://docs.moov.io/api/authentication/access-tokens/) you'll need
844
- to specify the `/accounts/{accountID}/profile.read` scope.
845
- * [updateUnderwriting](docs/sdks/underwriting/README.md#updateunderwriting) - Update the account's underwriting by passing new values for one or more of the fields.
905
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
906
+ you'll need to specify the `/accounts/{accountID}/profile.read` scope.
907
+ * [update](docs/sdks/underwriting/README.md#update) - Update the account's underwriting by passing new values for one or more of the fields.
846
908
 
847
909
  Read our [underwriting guide](https://docs.moov.io/guides/accounts/requirements/underwriting/) to learn more.
848
910
 
849
- To access this endpoint using a [token](https://docs.moov.io/api/authentication/access-tokens/) you'll need
850
- to specify the `/accounts/{accountID}/profile.write` scope.
911
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
912
+ you'll need to specify the `/accounts/{accountID}/profile.write` scope.
851
913
 
852
914
  ### [wallets](docs/sdks/wallets/README.md)
853
915
 
854
- * [listWallets](docs/sdks/wallets/README.md#listwallets) - List the wallets associated with a Moov account. Read our [Moov wallets guide](https://docs.moov.io/guides/sources/wallets/) to learn more.
916
+ * [list](docs/sdks/wallets/README.md#list) - List the wallets associated with a Moov account.
855
917
 
856
- To use this endpoint from the browser, you'll need to specify the `/accounts/{accountID}/wallets.read` scope when generating a [token](https://docs.moov.io/api/authentication/access-tokens/).
857
- * [getWallet](docs/sdks/wallets/README.md#getwallet) - Get information on a specific wallet (e.g., the available balance). Read our [Moov wallets guide](https://docs.moov.io/guides/sources/wallets/) to learn more.
918
+ Read our [Moov wallets guide](https://docs.moov.io/guides/sources/wallets/) to learn more.
858
919
 
859
- To use this endpoint from the browser, you'll need to specify the `/accounts/{accountID}/wallets.read` scope when generating a [token](https://docs.moov.io/api/authentication/access-tokens/).
920
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
921
+ you'll need to specify the `/accounts/{accountID}/wallets.read` scope.
922
+ * [get](docs/sdks/wallets/README.md#get) - Get information on a specific wallet (e.g., the available balance).
923
+
924
+ Read our [Moov wallets guide](https://docs.moov.io/guides/sources/wallets/) to learn more.
925
+
926
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
927
+ you'll need to specify the `/accounts/{accountID}/wallets.read` scope.
860
928
 
861
929
  ### [walletTransactions](docs/sdks/wallettransactions/README.md)
862
930
 
863
- * [listWalletTransactions](docs/sdks/wallettransactions/README.md#listwallettransactions) - List all the transactions associated with a particular Moov wallet. Read our [wallet transactions guide](https://docs.moov.io/guides/sources/wallets/transactions/) to learn more.
931
+ * [list](docs/sdks/wallettransactions/README.md#list) - List all the transactions associated with a particular Moov wallet.
932
+
933
+ Read our [wallet transactions guide](https://docs.moov.io/guides/sources/wallets/transactions/) to learn more.
864
934
 
865
- To use this endpoint from the browser, you'll need to specify the `/accounts/{accountID}/wallets.read` scope when generating a [token](https://docs.moov.io/api/authentication/access-tokens/).
866
- * [getWalletTransaction](docs/sdks/wallettransactions/README.md#getwallettransaction) - Get details on a specific wallet transaction. Read our [wallet transactions guide](https://docs.moov.io/guides/sources/wallets/transactions/) to learn more.
935
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
936
+ you'll need to specify the `/accounts/{accountID}/wallets.read` scope.
937
+ * [get](docs/sdks/wallettransactions/README.md#get) - Get details on a specific wallet transaction.
867
938
 
868
- To use this endpoint from a browser, you'll need to specify the `/accounts/{accountID}/wallets.read` scope when generating a [token](https://docs.moov.io/api/authentication/access-tokens/).
939
+ Read our [wallet transactions guide](https://docs.moov.io/guides/sources/wallets/transactions/) to learn more.
940
+
941
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
942
+ you'll need to specify the `/accounts/{accountID}/wallets.read` scope.
869
943
 
870
944
  </details>
871
945
  <!-- End Available Resources and Operations [operations] -->
@@ -885,13 +959,13 @@ To read more about standalone functions, check [FUNCTIONS.md](./FUNCTIONS.md).
885
959
 
886
960
  <summary>Available standalone functions</summary>
887
961
 
888
- - [`accountsAssignAccountCountries`](docs/sdks/accounts/README.md#assignaccountcountries) - Assign the countries of operation for an account.
962
+ - [`accountsAssignCountries`](docs/sdks/accounts/README.md#assigncountries) - Assign the countries of operation for an account.
889
963
 
890
964
  This endpoint will always overwrite the previously assigned values.
891
965
 
892
- To use this endpoint from the browser, you'll need to specify the `/accounts/{accountID}/profile.write` scope when generating
893
- a [token](https://docs.moov.io/api/authentication/access-tokens/).
894
- - [`accountsCreateAccount`](docs/sdks/accounts/README.md#createaccount) - You can create **business** or **individual** accounts for your users (i.e., customers, merchants) by passing the required
966
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
967
+ you'll need to specify the `/accounts/{accountID}/profile.write` scope.
968
+ - [`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
895
969
  information to Moov. Requirements differ per account type and requested [capabilities](https://docs.moov.io/guides/accounts/capabilities/requirements/).
896
970
 
897
971
  If you're requesting the `wallet`, `send-funds`, `collect-funds`, or `card-issuing` capabilities, you'll need to:
@@ -903,30 +977,41 @@ If you're creating a business account with the business type `llc`, `partnership
903
977
 
904
978
  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/).
905
979
  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.
906
- - [`accountsDisconnectAccount`](docs/sdks/accounts/README.md#disconnectaccount) - This will sever the connection between you and the account specified and it will no longer be listed as active in the list of accounts.
907
- This also means you'll only have read-only access to the account going forward for reporting purposes.
908
980
 
909
- To use this endpoint from the browser, you'll need to specify the `/accounts/{accountID}/profile.disconnect` scope when generating
910
- a [token](https://docs.moov.io/api/authentication/access-tokens/), and provide the changed information.
911
- - [`accountsGetAccount`](docs/sdks/accounts/README.md#getaccount) - Retrieves details for the account with the specified ID.
912
- - [`accountsGetAccountCountries`](docs/sdks/accounts/README.md#getaccountcountries) - Retrieve the specified countries of operation for an account.
981
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/) you'll need
982
+ to specify the `/accounts.write` scope.
983
+ - [`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
984
+ active in the list of accounts. This also means you'll only have read-only access to the account going
985
+ forward for reporting purposes.
913
986
 
914
- To use this endpoint from the browser, you'll need to specify the `/accounts/{accountID}/profile.read` scope when generating
915
- a [token](https://docs.moov.io/api/authentication/access-tokens/).
916
- - [`accountsGetMerchantProcessingAgreement`](docs/sdks/accounts/README.md#getmerchantprocessingagreement) - Retrieve a merchant account's processing agreement.
987
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
988
+ you'll need to specify the `/accounts/{accountID}/profile.disconnect` scope.
989
+ - [`accountsGet`](docs/sdks/accounts/README.md#get) - Retrieves details for the account with the specified ID.
917
990
 
918
- To access this endpoint using a [token](https://docs.moov.io/api/authentication/access-tokens/) you'll need
991
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/) you'll need
919
992
  to specify the `/accounts/{accountID}/profile.read` scope.
920
- - [`accountsGetTermsOfServiceToken`](docs/sdks/accounts/README.md#gettermsofservicetoken) - Generates a non-expiring token that can then be used to accept Moov’s terms of service.
993
+ - [`accountsGetCountries`](docs/sdks/accounts/README.md#getcountries) - Retrieve the specified countries of operation for an account.
921
994
 
922
- This token can only be generated via API. Any Moov account requesting the collect funds, send funds, wallet, or card issuing capabilities
923
- must accept Moov’s terms of service, then have the generated terms of service token patched to the account. Read more in our [documentation](https://docs.moov.io/guides/accounts/requirements/platform-agreement/).
924
- - [`accountsListAccounts`](docs/sdks/accounts/README.md#listaccounts) - List or search accounts to which the caller is connected.
995
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
996
+ you'll need to specify the `/accounts/{accountID}/profile.read` scope.
997
+ - [`accountsGetMerchantProcessingAgreement`](docs/sdks/accounts/README.md#getmerchantprocessingagreement) - Retrieve a merchant account's processing agreement.
998
+
999
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
1000
+ you'll need to specify the `/accounts/{accountID}/profile.read` scope.
1001
+ - [`accountsGetTermsOfServiceToken`](docs/sdks/accounts/README.md#gettermsofservicetoken) - Generates a non-expiring token that can then be used to accept Moov's terms of service.
1002
+
1003
+ This token can only be generated via API. Any Moov account requesting the collect funds, send funds, wallet,
1004
+ or card issuing capabilities must accept Moov's terms of service, then have the generated terms of service
1005
+ token patched to the account. Read more in our [documentation](https://docs.moov.io/guides/accounts/requirements/platform-agreement/).
1006
+ - [`accountsList`](docs/sdks/accounts/README.md#list) - List or search accounts to which the caller is connected.
925
1007
 
926
1008
  All supported query parameters are optional. If none are provided the response will include all connected accounts.
927
- Pagination is supported via the `skip` and `count` query parameters.
928
- Searching by name and email will overlap and return results based on relevance.
929
- - [`accountsPatchAccount`](docs/sdks/accounts/README.md#patchaccount) - When **can** profile data be updated:
1009
+ Pagination is supported via the `skip` and `count` query parameters. Searching by name and email will overlap and
1010
+ return results based on relevance.
1011
+
1012
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/) you'll need
1013
+ to specify the `/accounts.read` scope.
1014
+ - [`accountsUpdate`](docs/sdks/accounts/README.md#update) - When **can** profile data be updated:
930
1015
  + For unverified accounts, all profile data can be edited.
931
1016
  + During the verification process, missing or incomplete profile data can be edited.
932
1017
  + Verified accounts can only add missing profile data.
@@ -936,24 +1021,63 @@ Searching by name and email will overlap and return results based on relevance.
936
1021
 
937
1022
  If you need to update information in a locked state, please contact Moov support.
938
1023
 
939
- To use this endpoint from the browser, you'll need to specify the `/accounts/{accountID}/profile.write` scope when generating
940
- a [token](https://docs.moov.io/api/authentication/access-tokens/), and provide the changed information.
941
- - [`adjustmentsGetAdjustment`](docs/sdks/adjustments/README.md#getadjustment) - Retrieve a specific adjustment associated with a Moov account.
1024
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/) you'll need
1025
+ to specify the `/accounts/{accountID}/profile.write` scope.
1026
+ - [`adjustmentsGet`](docs/sdks/adjustments/README.md#get) - Retrieve a specific adjustment associated with a Moov account.
942
1027
 
943
- To access this endpoint using a [token](https://docs.moov.io/api/authentication/access-tokens/) you'll need
944
- to specify the `/accounts/{accountID}/wallets.read` scope.
945
- - [`adjustmentsListAdjustments`](docs/sdks/adjustments/README.md#listadjustments) - List adjustments associated with a Moov account.
1028
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
1029
+ you'll need to specify the `/accounts/{accountID}/wallets.read` scope.
1030
+ - [`adjustmentsList`](docs/sdks/adjustments/README.md#list) - List adjustments associated with a Moov account.
946
1031
 
947
- To access this endpoint using a [token](https://docs.moov.io/api/authentication/access-tokens/) you'll need
948
- to specify the `/accounts/{accountID}/wallets.read` scope.
949
- - [`authenticationCreateAuthToken`](docs/sdks/authentication/README.md#createauthtoken) - Create or refresh an access token.
950
- - [`authenticationRevokeAuthToken`](docs/sdks/authentication/README.md#revokeauthtoken) - Revoke an auth token.
1032
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
1033
+ you'll need to specify the `/accounts/{accountID}/wallets.read` scope.
1034
+ - [`applePayCreateSession`](docs/sdks/applepay/README.md#createsession) - Create a session with Apple Pay to facilitate a payment.
1035
+
1036
+ Read our [Apple Pay tutorial](https://docs.moov.io/guides/sources/cards/apple-pay/#register-your-domains) to learn more.
1037
+ A successful response from this endpoint should be passed through to Apple Pay unchanged.
1038
+
1039
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
1040
+ you'll need to specify the `/accounts/{accountID}/apple-pay.write` scope.
1041
+ - [`applePayGetMerchantDomains`](docs/sdks/applepay/README.md#getmerchantdomains) - Get domains registered with Apple Pay.
1042
+
1043
+ Read our [Apple Pay tutorial](https://docs.moov.io/guides/sources/cards/apple-pay/#register-your-domains) to learn more.
1044
+
1045
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
1046
+ you'll need to specify the `/accounts/{accountID}/apple-pay.read` scope.
1047
+ - [`applePayLinkToken`](docs/sdks/applepay/README.md#linktoken) - Connect an Apple Pay token to the specified account.
1048
+
1049
+ Read our [Apple Pay tutorial](https://docs.moov.io/guides/sources/cards/apple-pay/#register-your-domains) to learn more.
1050
+ The `token` data is defined by Apple Pay and should be passed through from Apple Pay's response unmodified.
1051
+
1052
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
1053
+ you'll need to specify the `/accounts/{accountID}/cards.write` scope.
1054
+ - [`applePayRegisterMerchantDomains`](docs/sdks/applepay/README.md#registermerchantdomains) - Add domains to be registered with Apple Pay.
1055
+
1056
+ Any domains that will be used to accept payments must first be [verified](https://docs.moov.io/guides/sources/cards/apple-pay/#register-your-domains)
1057
+ with Apple.
1058
+
1059
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
1060
+ you'll need to specify the `/accounts/{accountID}/apple-pay.write` scope.
1061
+ - [`applePayUpdateMerchantDomains`](docs/sdks/applepay/README.md#updatemerchantdomains) - Add or remove domains to be registered with Apple Pay.
1062
+
1063
+ Any domains that will be used to accept payments must first be [verified](https://docs.moov.io/guides/sources/cards/apple-pay/#register-your-domains)
1064
+ with Apple.
1065
+
1066
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
1067
+ you'll need to specify the `/accounts/{accountID}/apple-pay.write` scope.
1068
+ - [`authenticationCreateAccessToken`](docs/sdks/authentication/README.md#createaccesstoken) - Create or refresh an access token.
1069
+ - [`authenticationRevokeAccessToken`](docs/sdks/authentication/README.md#revokeaccesstoken) - Revoke an auth token.
951
1070
 
952
1071
  Allows clients to notify the authorization server that a previously obtained refresh or access token is no longer needed.
953
- - [`avatarsGetAvatar`](docs/sdks/avatars/README.md#getavatar) - Get avatar image for an account using a unique ID.
1072
+ - [`avatarsGet`](docs/sdks/avatars/README.md#get) - Get avatar image for an account using a unique ID.
954
1073
 
955
- To use this endpoint from the browser, you'll need to specify the `/profile-enrichment.read` scope when generating a [token](https://docs.moov.io/api/authentication/access-tokens/).
956
- - [`bankAccountsCompleteBankAccountVerification`](docs/sdks/bankaccounts/README.md#completebankaccountverification) - Finalize the instant micro-deposit verification by submitting the verification code displayed in the user’s bank account.
1074
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
1075
+ you'll need to specify the `/profile-enrichment.read` scope.
1076
+ - [`bankAccountsCompleteMicroDeposits`](docs/sdks/bankaccounts/README.md#completemicrodeposits) - Complete the micro-deposit validation process by passing the amounts of the two transfers within three tries.
1077
+
1078
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
1079
+ you'll need to specify the `/accounts/{accountID}/bank-accounts.write` scope.
1080
+ - [`bankAccountsCompleteVerification`](docs/sdks/bankaccounts/README.md#completeverification) - Finalize the instant micro-deposit verification by submitting the verification code displayed in the user's bank account.
957
1081
 
958
1082
  Upon successful verification, the bank account status will be updated to `verified` and eligible for ACH debit transactions.
959
1083
 
@@ -962,22 +1086,19 @@ The following formats are accepted:
962
1086
  - `mv0000`
963
1087
  - `0000`
964
1088
 
965
- To use this endpoint from the browser, you'll need to specify the `/accounts/{accountID}/bank-accounts.write` scope when
966
- generating a [token](https://docs.moov.io/api/authentication/access-tokens/).
967
- - [`bankAccountsCompleteMicroDeposits`](docs/sdks/bankaccounts/README.md#completemicrodeposits) - Complete the micro-deposit validation process by passing the amounts of the two transfers within three tries.
1089
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
1090
+ you'll need to specify the `/accounts/{accountID}/bank-accounts.write` scope.
1091
+ - [`bankAccountsDisable`](docs/sdks/bankaccounts/README.md#disable) - Discontinue using a specified bank account linked to a Moov account.
968
1092
 
969
- To use this endpoint from the browser, you'll need to specify the `/accounts/{accountID}/bank-accounts.write` scope when generating a
970
- [token](https://docs.moov.io/api/authentication/access-tokens/).
971
- - [`bankAccountsDisableBankAccount`](docs/sdks/bankaccounts/README.md#disablebankaccount) - Discontinue using a specified bank account linked to a Moov account.
1093
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
1094
+ you'll need to specify the `/accounts/{accountID}/bank-accounts.write` scope.
1095
+ - [`bankAccountsGet`](docs/sdks/bankaccounts/README.md#get) - Retrieve bank account details (i.e. routing number or account type) associated with a specific Moov account.
972
1096
 
973
- To use this endpoint from the browser, you'll need to specify the `/accounts/{accountID}/bank-accounts.write` scope
974
- when generating a [token](https://docs.moov.io/api/authentication/access-tokens/).
975
- - [`bankAccountsGetBankAccount`](docs/sdks/bankaccounts/README.md#getbankaccount) - Retrieve bank account details (i.e. routing number or account type) associated with a specific Moov account.
1097
+ Read our [bank accounts guide](https://docs.moov.io/guides/sources/bank-accounts/) to learn more.
976
1098
 
977
- Read our [bank accounts guide](https://docs.moov.io/guides/sources/bank-accounts/) to learn more. To use this
978
- endpoint from the browser, you'll need to specify the `/accounts/{accountID}/bank-accounts.read` scope when
979
- generating a [token](https://docs.moov.io/api/authentication/access-tokens/).
980
- - [`bankAccountsGetBankAccountVerification`](docs/sdks/bankaccounts/README.md#getbankaccountverification) - Retrieve the current status and details of an instant verification, including whether the verification method was instant or same-day
1099
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
1100
+ you'll need to specify the `/accounts/{accountID}/bank-accounts.read` scope.
1101
+ - [`bankAccountsGetVerification`](docs/sdks/bankaccounts/README.md#getverification) - Retrieve the current status and details of an instant verification, including whether the verification method was instant or same-day
981
1102
  ACH. This helps track the verification process in real-time and provides details in case of exceptions.
982
1103
 
983
1104
  The status will indicate the following:
@@ -988,15 +1109,30 @@ The status will indicate the following:
988
1109
  - `expired`: Verification expired after 14 days, initiate another verification
989
1110
  - `max-attempts-exceeded`: Five incorrect code attempts exhausted, initiate another verification
990
1111
 
991
- To use this endpoint from the browser, you'll need to specify the `/accounts/{accountID}/bank-accounts.read` scope when generating a
992
- [token](https://docs.moov.io/api/authentication/access-tokens/).
993
- - [`bankAccountsInitiateBankAccountVerification`](docs/sdks/bankaccounts/README.md#initiatebankaccountverification) - Instant micro-deposit verification offers a quick and efficient way to verify bank account ownership.
1112
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
1113
+ you'll need to specify the `/accounts/{accountID}/bank-accounts.read` scope.
1114
+ - [`bankAccountsInitiateMicroDeposits`](docs/sdks/bankaccounts/README.md#initiatemicrodeposits) - Micro-deposits help confirm bank account ownership, helping reduce fraud and the risk of unauthorized activity.
1115
+ Use this method to initiate the micro-deposit verification, sending two small credit transfers to the bank account
1116
+ you want to confirm.
1117
+
1118
+ If you request micro-deposits before 4:15PM ET, they will appear that same day. If you request micro-deposits any
1119
+ time after 4:15PM ET, they will appear the next banking day. When the two credits are initiated, Moov simultaneously
1120
+ initiates a debit to recoup the micro-deposits.
1121
+
1122
+ Micro-deposits initiated for a `sandbox` bank account will always be `$0.00` / `$0.00` and instantly verifiable once initiated.
1123
+
1124
+ You can simulate micro-deposit verification in test mode. See our [test mode](https://docs.moov.io/guides/get-started/test-mode/#micro-deposits)
1125
+ guide for more information.
994
1126
 
995
- Send a $0.01 credit with a unique verification code via RTP or same-day ACH, depending on the receiving bank’s capabilities. This
1127
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
1128
+ you'll need to specify the `/accounts/{accountID}/bank-accounts.write` scope.
1129
+ - [`bankAccountsInitiateVerification`](docs/sdks/bankaccounts/README.md#initiateverification) - Instant micro-deposit verification offers a quick and efficient way to verify bank account ownership.
1130
+
1131
+ Send a $0.01 credit with a unique verification code via RTP or same-day ACH, depending on the receiving bank's capabilities. This
996
1132
  feature provides a faster alternative to traditional methods, allowing verification in a single session.
997
1133
 
998
1134
  It is recommended to use the `X-Wait-For: rail-response` header to synchronously receive the outcome of the instant credit in the
999
- response payload.
1135
+ response payload.
1000
1136
 
1001
1137
  Possible verification methods:
1002
1138
  - `instant`: Real-time verification credit sent via RTP
@@ -1007,119 +1143,111 @@ Possible statuses:
1007
1143
  - `sent-credit`: Credit sent, available for verification in the external bank account
1008
1144
  - `failed`: Verification failed due to credit rejection/return, details in `exceptionDetails`
1009
1145
 
1010
- To use this endpoint from the browser, you'll need to specify the `/accounts/{accountID}/bank-accounts.write` scope when generating a
1011
- [token](https://docs.moov.io/api/authentication/access-tokens/).
1012
- - [`bankAccountsInitiateMicroDeposits`](docs/sdks/bankaccounts/README.md#initiatemicrodeposits) - Micro-deposits help confirm bank account ownership, helping reduce fraud and the risk of unauthorized activity. Use this method to initiate the micro-deposit verification, sending two small credit transfers to the bank account you want to confirm.
1013
-
1014
- If you request micro-deposits before 4:15PM ET, they will appear that same day. If you request micro-deposits any time after 4:15PM ET, they will appear the next banking day. When the two credits are initiated, Moov simultaneously initiates a debit to recoup the micro-deposits.
1015
-
1016
- `sandbox` - Micro-deposits initiated for a `sandbox` bank account will always be `$0.00` / `$0.00` and instantly verifiable once initiated.
1017
-
1018
- You can simulate micro-deposit verification in test mode. See our [test mode](https://docs.moov.io/guides/get-started/test-mode/#micro-deposits) guide for more information.
1019
-
1020
- To use this endpoint from the browser, you'll need to specify the `/accounts/{accountID}/bank-accounts.write` scope when generating a [token](https://docs.moov.io/api/authentication/access-tokens/).
1021
- - [`bankAccountsLinkBankAccount`](docs/sdks/bankaccounts/README.md#linkbankaccount) - 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.
1022
-
1023
- To use this endpoint from the browser, you'll need to specify the `/accounts/{accountID}/bank-accounts.write` scope when generating a [token](https://docs.moov.io/api/authentication/access-tokens/).
1146
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
1147
+ you'll need to specify the `/accounts/{accountID}/bank-accounts.write` scope.
1148
+ - [`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.
1024
1149
 
1025
1150
  It is strongly recommended that callers include the `X-Wait-For` header, set to `payment-method`, if the newly linked
1026
1151
  bank-account is intended to be used right away. If this header is not included, the caller will need to poll the [List Payment
1027
1152
  Methods](https://docs.moov.io/api/sources/payment-methods/list/)
1028
1153
  endpoint to wait for the new payment methods to be available for use.
1029
- - [`bankAccountsListBankAccounts`](docs/sdks/bankaccounts/README.md#listbankaccounts) - List all the bank accounts associated with a particular Moov account.
1030
1154
 
1031
- Read our [bank accounts guide](https://docs.moov.io/guides/sources/bank-accounts/) to learn more. To use this endpoint
1032
- from the browser, you'll need to specify the `/accounts/{accountID}/bank-accounts.read` scope when generating a
1033
- [token](https://docs.moov.io/api/authentication/access-tokens/).
1155
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
1156
+ you'll need to specify the `/accounts/{accountID}/bank-accounts.write` scope.
1157
+ - [`bankAccountsList`](docs/sdks/bankaccounts/README.md#list) - List all the bank accounts associated with a particular Moov account.
1158
+
1159
+ Read our [bank accounts guide](https://docs.moov.io/guides/sources/bank-accounts/) to learn more.
1160
+
1161
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
1162
+ you'll need to specify the `/accounts/{accountID}/bank-accounts.read` scope.
1034
1163
  - [`billingCreateFeePlanAgreements`](docs/sdks/billing/README.md#createfeeplanagreements) - Creates the subscription of a fee plan to a merchant account. Merchants are required to accept the fee plan terms prior to activation.
1035
1164
 
1036
- To access this endpoint using a [token](https://docs.moov.io/api/authentication/access-tokens/) you'll need
1037
- to specify the `/accounts/{accountID}/profile.write` scope.
1165
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
1166
+ you'll need to specify the `/accounts/{accountID}/profile.write` scope.
1038
1167
  - [`billingListFeePlanAgreements`](docs/sdks/billing/README.md#listfeeplanagreements) - List all fee plan agreements associated with an account.
1039
1168
 
1040
- To access this endpoint using a [token](https://docs.moov.io/api/authentication/access-tokens/) you'll need
1041
- to specify the `/accounts/{accountID}/profile.read` scope.
1169
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
1170
+ you'll need to specify the `/accounts/{accountID}/profile.read` scope.
1042
1171
  - [`billingListFeePlans`](docs/sdks/billing/README.md#listfeeplans) - List all fee plans available for use by an account. This is intended to be used by an account when
1043
1172
  selecting a fee plan to apply to a connected account.
1044
1173
 
1045
- To access this endpoint using a [token](https://docs.moov.io/api/authentication/access-tokens/) you'll need
1046
- to specify the `/accounts/{accountID}/profile.read` scope.
1174
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
1175
+ you'll need to specify the `/accounts/{accountID}/profile.read` scope.
1047
1176
  - [`billingListPartnerPricing`](docs/sdks/billing/README.md#listpartnerpricing) - List all partner pricing plans available for use by an account.
1048
1177
 
1049
- To access this endpoint using a [token](https://docs.moov.io/api/authentication/access-tokens/) you'll need
1050
- to specify the `/accounts/{accountID}/profile.read` scope.
1178
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
1179
+ you'll need to specify the `/accounts/{accountID}/profile.read` scope.
1051
1180
  - [`billingListPartnerPricingAgreements`](docs/sdks/billing/README.md#listpartnerpricingagreements) - List all partner pricing agreements associated with an account.
1052
1181
 
1053
- To access this endpoint using a [token](https://docs.moov.io/api/authentication/access-tokens/) you'll need
1054
- to specify the `/accounts/{accountID}/profile.read` scope.
1055
- - [`brandingGetBrand`](docs/sdks/branding/README.md#getbrand) - Gets the brand properties for the specified account.
1056
- - [`brandingPostBrand`](docs/sdks/branding/README.md#postbrand) - Creates the brand properties for the specified account.
1057
- - [`brandingUpdateBrand`](docs/sdks/branding/README.md#updatebrand) - Updates the brand properties for the specified account.
1058
- - [`capabilitiesAddCapabilities`](docs/sdks/capabilities/README.md#addcapabilities) - Request capabilities for a specific account. Read our [capabilities guide](https://docs.moov.io/guides/accounts/capabilities/) to learn more.
1182
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
1183
+ you'll need to specify the `/accounts/{accountID}/profile.read` scope.
1184
+ - [`brandingCreate`](docs/sdks/branding/README.md#create) - Create brand properties for the specified account.
1059
1185
 
1060
- To use this endpoint from the browser, you'll need to specify the `/accounts/{accountID}/capabilities.write` scope when generating a [token](https://docs.moov.io/api/authentication/access-tokens/).
1061
- - [`capabilitiesDisableCapability`](docs/sdks/capabilities/README.md#disablecapability) - Disable a specific capability that an account has requested. Read our [capabilities guide](https://docs.moov.io/guides/accounts/capabilities/) to learn more.
1186
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
1187
+ you'll need to specify the `/accounts/{accountID}/branding.write` scope.
1188
+ - [`brandingGet`](docs/sdks/branding/README.md#get) - Get brand properties for the specified account.
1062
1189
 
1063
- To use this endpoint from the browser, you'll need to specify the `/accounts/{accountID}/capabilities.write` scope when generating a [token](https://docs.moov.io/api/authentication/access-tokens/).
1064
- - [`capabilitiesGetCapability`](docs/sdks/capabilities/README.md#getcapability) - Retrieve a specific capability that an account has requested. Read our [capabilities guide](https://docs.moov.io/guides/accounts/capabilities/) to learn more.
1190
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
1191
+ you'll need to specify the `/accounts/{accountID}/branding.read` scope.
1192
+ - [`brandingUpdate`](docs/sdks/branding/README.md#update) - Updates the brand properties for the specified account.
1065
1193
 
1066
- To use this endpoint from the browser, you'll need to specify the `/accounts/{accountID}/capabilities.read` scope when generating a [token](https://docs.moov.io/api/authentication/access-tokens/).
1067
- - [`capabilitiesListCapabilities`](docs/sdks/capabilities/README.md#listcapabilities) - Retrieve all the capabilities an account has requested.
1194
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
1195
+ you'll need to specify the `/accounts/{accountID}/branding.write` scope.
1196
+ - [`brandingUpsert`](docs/sdks/branding/README.md#upsert) - Create or replace brand properties for the specified account.
1068
1197
 
1069
- Read our [capabilities guide](https://docs.moov.io/guides/accounts/capabilities/) to learn more.
1070
- - [`cardIssuingGetFullIssuedCard`](docs/sdks/cardissuing/README.md#getfullissuedcard) - Get issued card with PAN, CVV, and expiration.
1198
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
1199
+ you'll need to specify the `/accounts/{accountID}/branding.write` scope.
1200
+ - [`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.
1071
1201
 
1072
- Only use this endpoint if you have provided Moov with a copy of your PCI attestation of compliance.
1202
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
1203
+ you'll need to specify the `/accounts/{accountID}/capabilities.write` scope.
1204
+ - [`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.
1073
1205
 
1074
- To use this endpoint from the browser, you'll need to specify the `/accounts/{accountID}/issued-cards.read-secure` scope when generating
1075
- a [token](https://docs.moov.io/api/authentication/access-tokens/).
1076
- - [`cardIssuingGetIssuedCard`](docs/sdks/cardissuing/README.md#getissuedcard) - Retrieve a single issued card associated with a Moov account.
1206
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
1207
+ you'll need to specify the `/accounts/{accountID}/capabilities.read` scope.
1208
+ - [`capabilitiesList`](docs/sdks/capabilities/README.md#list) - Retrieve all the capabilities an account has requested.
1077
1209
 
1078
- To use this endpoint from the browser, you'll need to specify the `/accounts/{accountID}/issued-cards.read` scope when generating
1079
- a [token](https://docs.moov.io/api/authentication/access-tokens/).
1080
- - [`cardIssuingListIssuedCards`](docs/sdks/cardissuing/README.md#listissuedcards) - List Moov issued cards existing for the account.
1210
+ Read our [capabilities guide](https://docs.moov.io/guides/accounts/capabilities/) to learn more.
1081
1211
 
1082
- To use this endpoint from the browser, you'll need to specify the `/accounts/{accountID}/issued-cards.read` scope when generating
1083
- a [token](https://docs.moov.io/api/authentication/access-tokens/).
1084
- - [`cardIssuingRequestCard`](docs/sdks/cardissuing/README.md#requestcard) - Request a virtual card be issued.
1212
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
1213
+ you'll need to specify the `/accounts/{accountID}/capabilities.read` scope.
1214
+ - [`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.
1085
1215
 
1086
- To use this endpoint from the browser, you'll need to specify the `/accounts/{accountID}/issued-cards.write` scope when generating
1087
- a [token](https://docs.moov.io/api/authentication/access-tokens/).
1088
- - [`cardIssuingUpdateIssuedCard`](docs/sdks/cardissuing/README.md#updateissuedcard) - Update a Moov issued card.
1216
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
1217
+ you'll need to specify the `/accounts/{accountID}/capabilities.write` scope.
1218
+ - [`cardIssuingGet`](docs/sdks/cardissuing/README.md#get) - Retrieve a single issued card associated with a Moov account.
1089
1219
 
1090
- To use this endpoint from the browser, you'll need to specify the `/accounts/{accountID}/issued-cards.write` scope when generating
1091
- a [token](https://docs.moov.io/api/authentication/access-tokens/).
1092
- - [`cardsCreateApplePaySession`](docs/sdks/cards/README.md#createapplepaysession) - Create a session with Apple Pay to facilitate a payment.
1220
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
1221
+ you'll need to specify the `/accounts/{accountID}/issued-cards.read` scope.
1222
+ - [`cardIssuingGetFull`](docs/sdks/cardissuing/README.md#getfull) - Get issued card with PAN, CVV, and expiration.
1093
1223
 
1094
- Read our [Apple Pay tutorial](https://docs.moov.io/guides/sources/cards/apple-pay/#register-your-domains) to learn more.
1095
- A successful response from this endpoint should be passed through to Apple Pay unchanged.
1224
+ Only use this endpoint if you have provided Moov with a copy of your PCI attestation of compliance.
1096
1225
 
1097
- To use this endpoint from the browser, you'll need to specify the `/accounts/{accountID}/apple-pay.write` scope when generating
1098
- a [token](https://docs.moov.io/api/authentication/access-tokens/).
1099
- - [`cardsDisableCard`](docs/sdks/cards/README.md#disablecard) - Disables a card associated with a Moov account.
1226
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
1227
+ you'll need to specify the `/accounts/{accountID}/issued-cards.read-secure` scope.
1228
+ - [`cardIssuingList`](docs/sdks/cardissuing/README.md#list) - List Moov issued cards existing for the account.
1100
1229
 
1101
- To use this endpoint from the browser, you'll need to specify the `/accounts/{accountID}/cards.write` scope when generating
1102
- a [token](https://docs.moov.io/api/authentication/access-tokens/).
1103
- - [`cardsGetApplePayMerchantDomains`](docs/sdks/cards/README.md#getapplepaymerchantdomains) - Get domains registered with Apple Pay.
1104
-
1105
- Read our [Apple Pay tutorial](https://docs.moov.io/guides/sources/cards/apple-pay/#register-your-domains) to learn more.
1106
-
1107
- To use this endpoint from the browser, you'll need to specify the `/accounts/{accountID}/apple-pay.read` scope when generating a
1108
- [token](https://docs.moov.io/api/authentication/access-tokens/).
1109
- - [`cardsGetCard`](docs/sdks/cards/README.md#getcard) - Fetch a specific card associated with a Moov account.
1230
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
1231
+ you'll need to specify the `/accounts/{accountID}/issued-cards.read` scope.
1232
+ - [`cardIssuingRequest`](docs/sdks/cardissuing/README.md#request) - Request a virtual card be issued.
1110
1233
 
1111
- Read our [accept card payments guide](https://docs.moov.io/guides/sources/cards/accept-card-payments/) to learn more.
1234
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
1235
+ you'll need to specify the `/accounts/{accountID}/issued-cards.write` scope.
1236
+ - [`cardIssuingUpdate`](docs/sdks/cardissuing/README.md#update) - Update a Moov issued card.
1112
1237
 
1113
- To use this endpoint from the browser, you'll need to specify the `/accounts/{accountID}/cards.read` scope when generating
1114
- a [token](https://docs.moov.io/api/authentication/access-tokens/).
1115
- - [`cardsLinkApplePayToken`](docs/sdks/cards/README.md#linkapplepaytoken) - Connect an Apple Pay token to the specified account.
1238
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
1239
+ you'll need to specify the `/accounts/{accountID}/issued-cards.write` scope.
1240
+ - [`cardsDisable`](docs/sdks/cards/README.md#disable) - Disables a card associated with a Moov account.
1116
1241
 
1117
- Read our [Apple Pay tutorial](https://docs.moov.io/guides/sources/cards/apple-pay/#register-your-domains) to learn more.
1118
- The `token` data is defined by Apple Pay and should be passed through from Apple Pay's response unmodified.
1242
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
1243
+ you'll need to specify the `/accounts/{accountID}/cards.write` scope.
1244
+ - [`cardsGet`](docs/sdks/cards/README.md#get) - Fetch a specific card associated with a Moov account.
1245
+
1246
+ Read our [accept card payments guide](https://docs.moov.io/guides/sources/cards/accept-card-payments/) to learn more.
1119
1247
 
1120
- To use this endpoint from the browser, you'll need to specify the `/accounts/{accountID}/cards.write` scope when generating
1121
- a [token](https://docs.moov.io/api/authentication/access-tokens/).
1122
- - [`cardsLinkCard`](docs/sdks/cards/README.md#linkcard) - Link a card to an existing Moov account.
1248
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
1249
+ you'll need to specify the `/accounts/{accountID}/cards.read` scope.
1250
+ - [`cardsLink`](docs/sdks/cards/README.md#link) - Link a card to an existing Moov account.
1123
1251
 
1124
1252
  Read our [accept card payments guide](https://docs.moov.io/guides/sources/cards/accept-card-payments/#link-a-card) to learn more.
1125
1253
 
@@ -1135,29 +1263,15 @@ card is intended to be used right away. If this header is not included, the call
1135
1263
  Methods](https://docs.moov.io/api/sources/payment-methods/list/)
1136
1264
  endpoint to wait for the new payment methods to be available for use.
1137
1265
 
1138
- To use this endpoint from the browser, you'll need to specify the `/accounts/{accountID}/cards.write` scope
1139
- when generating a [token](https://docs.moov.io/api/authentication/access-tokens/).
1140
- - [`cardsListCards`](docs/sdks/cards/README.md#listcards) - List all the active cards associated with a Moov account.
1266
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
1267
+ you'll need to specify the `/accounts/{accountID}/cards.write` scope.
1268
+ - [`cardsList`](docs/sdks/cards/README.md#list) - List all the active cards associated with a Moov account.
1141
1269
 
1142
1270
  Read our [accept card payments guide](https://docs.moov.io/guides/sources/cards/accept-card-payments/) to learn more.
1143
1271
 
1144
- To use this endpoint from the browser, you'll need to specify the `/accounts/{accountID}/cards.read` scope when generating
1145
- a [token](https://docs.moov.io/api/authentication/access-tokens/).
1146
- - [`cardsRegisterApplePayMerchantDomains`](docs/sdks/cards/README.md#registerapplepaymerchantdomains) - Add domains to be registered with Apple Pay.
1147
-
1148
- Any domains that will be used to accept payments must first be [verified](https://docs.moov.io/guides/sources/cards/apple-pay/#register-your-domains)
1149
- with Apple.
1150
-
1151
- To use this endpoint from the browser, you'll need to specify the `/accounts/{accountID}/apple-pay.write` scope when generating a
1152
- [token](https://docs.moov.io/api/authentication/access-tokens/).
1153
- - [`cardsUpdateApplePayMerchantDomains`](docs/sdks/cards/README.md#updateapplepaymerchantdomains) - Add or remove domains to be registered with Apple Pay.
1154
-
1155
- Any domains that will be used to accept payments must first be [verified](https://docs.moov.io/guides/sources/cards/apple-pay/#register-your-domains)
1156
- with Apple.
1157
-
1158
- To use this endpoint from the browser, you'll need to specify the `/accounts/{accountID}/apple-pay.write` scope when generating a
1159
- [token](https://docs.moov.io/api/authentication/access-tokens/).
1160
- - [`cardsUpdateCard`](docs/sdks/cards/README.md#updatecard) - Update a linked card and/or resubmit it for verification.
1272
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
1273
+ you'll need to specify the `/accounts/{accountID}/cards.read` scope.
1274
+ - [`cardsUpdate`](docs/sdks/cards/README.md#update) - Update a linked card and/or resubmit it for verification.
1161
1275
 
1162
1276
  If a value is provided for CVV, a new verification ($0 authorization) will be submitted for the card. Updating the expiration
1163
1277
  date or
@@ -1168,256 +1282,312 @@ more.
1168
1282
 
1169
1283
  Only use this endpoint if you have provided Moov with a copy of your PCI attestation of compliance.
1170
1284
 
1171
- To use this endpoint from the browser, you'll need to specify the `/accounts/{accountID}/cards.write` scope when generating
1172
- a [token](https://docs.moov.io/api/authentication/access-tokens/).
1173
- - [`disputesAcceptDispute`](docs/sdks/disputes/README.md#acceptdispute) - Accepts a dispute.
1285
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
1286
+ you'll need to specify the `/accounts/{accountID}/cards.write` scope.
1287
+ - [`disputesAccept`](docs/sdks/disputes/README.md#accept) - Accepts liability for a dispute.
1174
1288
 
1175
1289
  Read our [disputes guide](https://docs.moov.io/guides/money-movement/accept-payments/card-acceptance/disputes/) to learn more.
1176
1290
 
1177
- To use this endpoint from the browser, you'll need to specify the `/accounts/{accountID}/transfers.write` scope when generating
1178
- a [token](https://docs.moov.io/api/authentication/access-tokens/).
1179
- - [`disputesDeleteDisputeEvidenceFile`](docs/sdks/disputes/README.md#deletedisputeevidencefile) - Deletes dispute evidence by ID.
1291
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
1292
+ you'll need to specify the `/accounts/{accountID}/transfers.read` scope.
1293
+ - [`disputesDeleteEvidence`](docs/sdks/disputes/README.md#deleteevidence) - Deletes dispute evidence by ID.
1180
1294
 
1181
1295
  Read our [disputes guide](https://docs.moov.io/guides/money-movement/accept-payments/card-acceptance/disputes/) to learn more.
1182
1296
 
1183
- To use this endpoint from the browser, you'll need to specify the `/accounts/{accountID}/transfers.write` scope when generating
1184
- a [token](https://docs.moov.io/api/authentication/access-tokens/).
1185
- - [`disputesGetDispute`](docs/sdks/disputes/README.md#getdispute) - Get a dispute by ID.
1297
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
1298
+ you'll need to specify the `/accounts/{accountID}/transfers.write` scope.
1299
+ - [`disputesGet`](docs/sdks/disputes/README.md#get) - Get a dispute by ID.
1186
1300
 
1187
1301
  Read our [disputes guide](https://docs.moov.io/guides/money-movement/accept-payments/card-acceptance/disputes/) to learn more.
1188
1302
 
1189
- To use this endpoint from the browser, you'll need to specify the `/accounts/{accountID}/transfers.read` scope when generating
1190
- a [token](https://docs.moov.io/api/authentication/access-tokens/).
1191
- - [`disputesGetDisputeEvidence`](docs/sdks/disputes/README.md#getdisputeevidence) - Get dispute evidence by ID.
1303
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
1304
+ you'll need to specify the `/accounts/{accountID}/transfers.read` scope.
1305
+ - [`disputesGetEvidence`](docs/sdks/disputes/README.md#getevidence) - Get dispute evidence by ID.
1192
1306
 
1193
1307
  Read our [disputes guide](https://docs.moov.io/guides/money-movement/accept-payments/card-acceptance/disputes/) to learn more.
1194
1308
 
1195
- To use this endpoint from the browser, you'll need to specify the `/accounts/{accountID}/transfers.read` scope when generating
1196
- a [token](https://docs.moov.io/api/authentication/access-tokens/).
1197
- - [`disputesGetDisputeEvidenceData`](docs/sdks/disputes/README.md#getdisputeevidencedata) - Downloads dispute evidence data by ID.
1309
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
1310
+ you'll need to specify the `/accounts/{accountID}/transfers.read` scope.
1311
+ - [`disputesGetEvidenceData`](docs/sdks/disputes/README.md#getevidencedata) - Downloads dispute evidence data by ID.
1198
1312
 
1199
1313
  Read our [disputes guide](https://docs.moov.io/guides/money-movement/accept-payments/card-acceptance/disputes/) to learn more.
1200
1314
 
1201
- To use this endpoint from the browser, you'll need to specify the `/accounts/{accountID}/transfers.read` scope when generating
1202
- a [token](https://docs.moov.io/api/authentication/access-tokens/).
1203
- - [`disputesListDisputeEvidence`](docs/sdks/disputes/README.md#listdisputeevidence) - Returns a dispute's public evidence by its ID.
1315
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
1316
+ you'll need to specify the `/accounts/{accountID}/transfers.read` scope.
1317
+ - [`disputesList`](docs/sdks/disputes/README.md#list) - Returns the list of disputes.
1204
1318
 
1205
1319
  Read our [disputes guide](https://docs.moov.io/guides/money-movement/accept-payments/card-acceptance/disputes/) to learn more.
1206
1320
 
1207
- To use this endpoint from the browser, you'll need to specify the `/accounts/{accountID}/transfers.read` scope when generating
1208
- a [token](https://docs.moov.io/api/authentication/access-tokens/).
1209
- - [`disputesListDisputes`](docs/sdks/disputes/README.md#listdisputes) - Returns the list of disputes.
1321
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
1322
+ you'll need to specify the `/accounts/{accountID}/transfers.read` scope.
1323
+ - [`disputesListEvidence`](docs/sdks/disputes/README.md#listevidence) - Returns a dispute's public evidence by its ID.
1210
1324
 
1211
1325
  Read our [disputes guide](https://docs.moov.io/guides/money-movement/accept-payments/card-acceptance/disputes/) to learn more.
1212
1326
 
1213
- To use this endpoint from the browser, you'll need to specify the `/accounts/{accountID}/transfers.read` scope when generating
1214
- a [token](https://docs.moov.io/api/authentication/access-tokens/).
1215
- - [`disputesSubmitDisputeEvidence`](docs/sdks/disputes/README.md#submitdisputeevidence) - Submit the evidence associated with a dispute.
1327
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
1328
+ you'll need to specify the `/accounts/{accountID}/transfers.read` scope.
1329
+ - [`disputesSubmitEvidence`](docs/sdks/disputes/README.md#submitevidence) - Submit the evidence associated with a dispute.
1216
1330
 
1217
1331
  Evidence items must be uploaded using the appropriate endpoint(s) prior to calling this endpoint to submit it. **Evidence can only
1218
1332
  be submitted once per dispute.**
1219
1333
 
1220
1334
  Read our [disputes guide](https://docs.moov.io/guides/money-movement/accept-payments/card-acceptance/disputes/) to learn more.
1221
1335
 
1222
- To use this endpoint from the browser, you'll need to specify the `/accounts/{accountID}/transfers.write` scope when generating
1223
- a [token](https://docs.moov.io/api/authentication/access-tokens/).
1224
- - [`disputesUpdateDisputeEvidence`](docs/sdks/disputes/README.md#updatedisputeevidence) - Updates dispute evidence by ID.
1336
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
1337
+ you'll need to specify the `/accounts/{accountID}/transfers.write` scope.
1338
+ - [`disputesUpdateEvidence`](docs/sdks/disputes/README.md#updateevidence) - Updates dispute evidence by ID.
1225
1339
 
1226
1340
  Read our [disputes guide](https://docs.moov.io/guides/money-movement/accept-payments/card-acceptance/disputes/) to learn more.
1227
1341
 
1228
- To use this endpoint from the browser, you'll need to specify the `/accounts/{accountID}/transfers.write` scope when generating
1229
- a [token](https://docs.moov.io/api/authentication/access-tokens/).
1230
- - [`disputesUploadDisputeEvidenceFile`](docs/sdks/disputes/README.md#uploaddisputeevidencefile) - Uploads a file as evidence for a dispute.
1342
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
1343
+ you'll need to specify the `/accounts/{accountID}/transfers.write` scope.
1344
+ - [`disputesUploadEvidenceFile`](docs/sdks/disputes/README.md#uploadevidencefile) - Uploads a file as evidence for a dispute.
1231
1345
 
1232
1346
  Read our [disputes guide](https://docs.moov.io/guides/money-movement/accept-payments/card-acceptance/disputes/) to learn more.
1233
1347
 
1234
- To use this endpoint from the browser, you'll need to specify the `/accounts/{accountID}/transfers.write` scope when generating
1235
- a [token](https://docs.moov.io/api/authentication/access-tokens/).
1236
- - [`disputesUploadDisputeEvidenceText`](docs/sdks/disputes/README.md#uploaddisputeevidencetext) - Uploads text as evidence for a dispute.
1348
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
1349
+ you'll need to specify the `/accounts/{accountID}/transfers.write` scope.
1350
+ - [`disputesUploadEvidenceText`](docs/sdks/disputes/README.md#uploadevidencetext) - Uploads text as evidence for a dispute.
1237
1351
 
1238
1352
  Read our [disputes guide](https://docs.moov.io/guides/money-movement/accept-payments/card-acceptance/disputes/) to learn more.
1239
1353
 
1240
- To use this endpoint from the browser, you'll need to specify the `/accounts/{accountID}/transfers.write` scope when generating
1241
- a [token](https://docs.moov.io/api/authentication/access-tokens/).
1242
- - [`endToEndEncryptionGenerateEndToEndKey`](docs/sdks/endtoendencryption/README.md#generateendtoendkey) - Generates a public key used to create a JWE token for passing secure authentication data through non-PCI compliant intermediaries.
1243
- - [`endToEndEncryptionTestEndToEndToken`](docs/sdks/endtoendencryption/README.md#testendtoendtoken) - Allows for testing a JWE token to ensure it's acceptable by Moov.
1354
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
1355
+ you'll need to specify the `/accounts/{accountID}/transfers.write` scope.
1356
+ - [`endToEndEncryptionGenerateKey`](docs/sdks/endtoendencryption/README.md#generatekey) - Generates a public key used to create a JWE token for passing secure authentication data through non-PCI compliant intermediaries.
1357
+ - [`endToEndEncryptionTestEncryptedToken`](docs/sdks/endtoendencryption/README.md#testencryptedtoken) - Allows for testing a JWE token to ensure it's acceptable by Moov.
1244
1358
 
1245
- To access this endpoint using a [token](https://docs.moov.io/api/authentication/access-tokens/) you'll need
1246
- to specify the `/ping.read` scope.
1247
- - [`enrichedAddressGetEnrichmentAddress`](docs/sdks/enrichedaddress/README.md#getenrichmentaddress) - Fetch enriched address suggestions. Requires a partial address.
1359
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
1360
+ you'll need to specify the `/ping.read` scope.
1361
+ - [`enrichedAddressGet`](docs/sdks/enrichedaddress/README.md#get) - Fetch enriched address suggestions. Requires a partial address.
1248
1362
 
1249
- To use this endpoint from the browser, you'll need to specify the `/profile-enrichment.read` scope when generating a [token](https://docs.moov.io/api/authentication/access-tokens/).
1250
- - [`enrichedProfileGetEnrichmentProfile`](docs/sdks/enrichedprofile/README.md#getenrichmentprofile) - Fetch enriched profile data. Requires a valid email address. This service is offered in collaboration with Clearbit.
1363
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
1364
+ you'll need to specify the `/profile-enrichment.read` scope.
1365
+ - [`enrichedProfileGet`](docs/sdks/enrichedprofile/README.md#get) - Fetch enriched profile data. Requires a valid email address. This service is offered in collaboration with Clearbit.
1251
1366
 
1252
- To use this endpoint from the browser, you'll need to specify the `/profile-enrichment.read` scope when generating a [token](https://docs.moov.io/api/authentication/access-tokens/).
1253
- - [`filesGetFileDetails`](docs/sdks/files/README.md#getfiledetails) - Retrieve file details associated with a specific Moov account.
1367
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
1368
+ you'll need to specify the `/profile-enrichment.read` scope.
1369
+ - [`filesGet`](docs/sdks/files/README.md#get) - Retrieve file details associated with a specific Moov account.
1254
1370
 
1255
- To access this endpoint using a [token](https://docs.moov.io/api/authentication/access-tokens/) you'll need to specify the
1256
- `/accounts/{accountID}/files.read` scope.
1257
- - [`filesListFiles`](docs/sdks/files/README.md#listfiles) - List all the files associated with a particular Moov account.
1371
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
1372
+ you'll need to specify the `/accounts/{accountID}/files.read` scope.
1373
+ - [`filesList`](docs/sdks/files/README.md#list) - List all the files associated with a particular Moov account.
1258
1374
 
1259
- To access this endpoint using a [token](https://docs.moov.io/api/authentication/access-tokens/) you'll need to specify the
1260
- `/accounts/{accountID}/files.read` scope.
1261
- - [`filesUploadFile`](docs/sdks/files/README.md#uploadfile) - Upload a file and link it to the specified Moov account.
1375
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
1376
+ you'll need to specify the `/accounts/{accountID}/files.read` scope.
1377
+ - [`filesUpload`](docs/sdks/files/README.md#upload) - Upload a file and link it to the specified Moov account.
1262
1378
 
1263
1379
  The maximum file size is 10MB. Each account is allowed a maximum of 50 files. Acceptable file types include csv, jpg, pdf,
1264
1380
  and png.
1265
1381
 
1266
- To access this endpoint using a [token](https://docs.moov.io/api/authentication/access-tokens/) you'll need to specify the
1267
- `/accounts/{accountID}/files.write` scope.
1268
- - [`industriesListIndustries`](docs/sdks/industries/README.md#listindustries) - Returns a list of all industry titles and their corresponding MCC/SIC/NAICS codes. Results are ordered by title.
1269
-
1270
- To use this endpoint from the browser, you'll need to specify the `/profile-enrichment.read` scope when generating a [token](https://docs.moov.io/api/authentication/access-tokens/).
1271
- - [`institutionsListInstitutions`](docs/sdks/institutions/README.md#listinstitutions) - Search for institutions by either their name or routing number.
1272
-
1273
- To use this endpoint from the browser, you'll need to specify the `/fed.read` scope when generating a [token](https://docs.moov.io/api/authentication/access-tokens/).
1274
- - [`issuingTransactionsGetIssuedCardAuthorization`](docs/sdks/issuingtransactions/README.md#getissuedcardauthorization) - Retrieves details of an authorization associated with a specific Moov account.
1382
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
1383
+ you'll need to specify the `/accounts/{accountID}/files.write` scope.
1384
+ - [`industriesList`](docs/sdks/industries/README.md#list) - Returns a list of all industry titles and their corresponding MCC/SIC/NAICS codes. Results are ordered by title.
1275
1385
 
1276
- To access this endpoint using a [token](https://docs.moov.io/api/authentication/access-tokens/) you'll need to specify
1277
- the `/accounts/{accountID}/issued-cards.read` scope.
1278
- - [`issuingTransactionsGetIssuedCardTransaction`](docs/sdks/issuingtransactions/README.md#getissuedcardtransaction) - Retrieves details of an issued card transaction associated with a specific Moov account.
1386
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
1387
+ you'll need to specify the `/profile-enrichment.read` scope.
1388
+ - [`institutionsSearch`](docs/sdks/institutions/README.md#search) - Search for institutions by either their name or routing number.
1279
1389
 
1280
- To access this endpoint using a [token](https://docs.moov.io/api/authentication/access-tokens/) you'll need to specify
1281
- the `/accounts/{accountID}/issued-cards.read` scope.
1282
- - [`issuingTransactionsListIssuedCardAuthorizationEvents`](docs/sdks/issuingtransactions/README.md#listissuedcardauthorizationevents) - List card network and Moov platform events that affect the authorization and its hold on a wallet balance.
1390
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
1391
+ you'll need to specify the `/fed.read` scope.
1392
+ - [`issuingTransactionsGet`](docs/sdks/issuingtransactions/README.md#get) - Retrieves details of an issued card transaction associated with a specific Moov account.
1283
1393
 
1284
- To access this endpoint using a [token](https://docs.moov.io/api/authentication/access-tokens/) you'll need to specify
1285
- the `/accounts/{accountID}/issued-cards.read` scope.
1286
- - [`issuingTransactionsListIssuedCardAuthorizations`](docs/sdks/issuingtransactions/README.md#listissuedcardauthorizations) - List issued card authorizations associated with a Moov account.
1394
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
1395
+ you'll need to specify the `/accounts/{accountID}/issued-cards.read` scope.
1396
+ - [`issuingTransactionsGetAuthorization`](docs/sdks/issuingtransactions/README.md#getauthorization) - Retrieves details of an authorization associated with a specific Moov account.
1287
1397
 
1288
- To access this endpoint using a [token](https://docs.moov.io/api/authentication/access-tokens/) you'll need to specify
1289
- the `/accounts/{accountID}/issued-cards.read` scope.
1290
- - [`issuingTransactionsListIssuedCardTransactions`](docs/sdks/issuingtransactions/README.md#listissuedcardtransactions) - List issued card transactions associated with a Moov account.
1398
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
1399
+ you'll need to specify the `/accounts/{accountID}/issued-cards.read` scope.
1400
+ - [`issuingTransactionsList`](docs/sdks/issuingtransactions/README.md#list) - List issued card transactions associated with a Moov account.
1291
1401
 
1292
- To access this endpoint using a [token](https://docs.moov.io/api/authentication/access-tokens/) you'll need to specify
1293
- the `/accounts/{accountID}/issued-cards.read` scope.
1294
- - [`onboardingCreateOnboardingInvite`](docs/sdks/onboarding/README.md#createonboardinginvite) - Create an invitation containing a unique link that allows the recipient to onboard their organization with Moov.
1402
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
1403
+ you'll need to specify the `/accounts/{accountID}/issued-cards.read` scope.
1404
+ - [`issuingTransactionsListAuthorizationEvents`](docs/sdks/issuingtransactions/README.md#listauthorizationevents) - List card network and Moov platform events that affect the authorization and its hold on a wallet balance.
1295
1405
 
1296
- To access this endpoint using a [token](https://docs.moov.io/api/authentication/access-tokens/) you'll need
1297
- to specify the `/accounts.write` scope.
1298
- - [`onboardingGetOnboardingInvite`](docs/sdks/onboarding/README.md#getonboardinginvite) - Retrieve details about an onboarding invite.
1406
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
1407
+ you'll need to specify the `/accounts/{accountID}/issued-cards.read` scope.
1408
+ - [`issuingTransactionsListAuthorizations`](docs/sdks/issuingtransactions/README.md#listauthorizations) - List issued card authorizations associated with a Moov account.
1299
1409
 
1300
- To access this endpoint using a [token](https://docs.moov.io/api/authentication/access-tokens/) you'll need
1301
- to specify the `/accounts.read` scope.
1302
- - [`onboardingListOnboardingInvites`](docs/sdks/onboarding/README.md#listonboardinginvites) - List all the onboarding invites created by the caller's account.
1410
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
1411
+ you'll need to specify the `/accounts/{accountID}/issued-cards.read` scope.
1412
+ - [`onboardingCreateInvite`](docs/sdks/onboarding/README.md#createinvite) - Create an invitation containing a unique link that allows the recipient to onboard their organization with Moov.
1303
1413
 
1304
- To access this endpoint using a [token](https://docs.moov.io/api/authentication/access-tokens/) you'll need
1305
- to specify the `/accounts.read` scope.
1306
- - [`onboardingRevokeOnboardingInvite`](docs/sdks/onboarding/README.md#revokeonboardinginvite) - Revoke an onboarding invite, rendering the invitation link unusable.
1414
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
1415
+ you'll need to specify the `/accounts.write` scope.
1416
+ - [`onboardingGetInvite`](docs/sdks/onboarding/README.md#getinvite) - Retrieve details about an onboarding invite.
1307
1417
 
1308
- To access this endpoint using a [token](https://docs.moov.io/api/authentication/access-tokens/) you'll need
1309
- to specify the `/accounts.write` scope.
1310
- - [`paymentLinksCreatePaymentLink`](docs/sdks/paymentlinks/README.md#createpaymentlink) - Create a payment link that allows an end user to make a payment on Moov's hosted payment link page.
1418
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
1419
+ you'll need to specify the `/accounts.read` scope.
1420
+ - [`onboardingListInvites`](docs/sdks/onboarding/README.md#listinvites) - List all the onboarding invites created by the caller's account.
1311
1421
 
1312
- To access this endpoint using a [token](https://docs.moov.io/api/authentication/access-tokens/) you'll need
1313
- to specify the `/accounts/{accountID}/transfers.write` scope.
1314
- - [`paymentLinksDisablePaymentLink`](docs/sdks/paymentlinks/README.md#disablepaymentlink) - Disable a payment link.
1422
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
1423
+ you'll need to specify the `/accounts.read` scope.
1424
+ - [`onboardingRevokeInvite`](docs/sdks/onboarding/README.md#revokeinvite) - Revoke an onboarding invite, rendering the invitation link unusable.
1315
1425
 
1316
- To access this endpoint using a [token](https://docs.moov.io/api/authentication/access-tokens/) you'll need
1317
- to specify the `/accounts/{accountID}/transfers.write` scope.
1318
- - [`paymentLinksGetPaymentLink`](docs/sdks/paymentlinks/README.md#getpaymentlink) - Retrieve a payment link by code.
1426
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
1427
+ you'll need to specify the `/accounts.write` scope.
1428
+ - [`paymentLinksCreate`](docs/sdks/paymentlinks/README.md#create) - Create a payment link that allows an end user to make a payment on Moov's hosted payment link page.
1319
1429
 
1320
- To access this endpoint using a [token](https://docs.moov.io/api/authentication/access-tokens/) you'll need
1321
- to specify the `/accounts/{accountID}/transfers.read` scope.
1322
- - [`paymentLinksGetPaymentLinkQRCode`](docs/sdks/paymentlinks/README.md#getpaymentlinkqrcode) - Retrieve the payment link encoded in a QR code.
1430
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
1431
+ you'll need to specify the `/accounts/{accountID}/transfers.write` scope.
1432
+ - [`paymentLinksDisable`](docs/sdks/paymentlinks/README.md#disable) - Disable a payment link.
1433
+
1434
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
1435
+ you'll need to specify the `/accounts/{accountID}/transfers.write` scope.
1436
+ - [`paymentLinksGet`](docs/sdks/paymentlinks/README.md#get) - Retrieve a payment link by code.
1437
+
1438
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
1439
+ you'll need to specify the `/accounts/{accountID}/transfers.read` scope.
1440
+ - [`paymentLinksGetQRCode`](docs/sdks/paymentlinks/README.md#getqrcode) - Retrieve the payment link encoded in a QR code.
1323
1441
 
1324
1442
  Use the `Accept` header to specify the format of the response. Supported formats are `application/json` and `image/png`.
1325
1443
 
1326
- To access this endpoint using a [token](https://docs.moov.io/api/authentication/access-tokens/) you'll need
1327
- to specify the `/accounts/{accountID}/transfers.write` scope.
1328
- - [`paymentLinksListPaymentLinks`](docs/sdks/paymentlinks/README.md#listpaymentlinks) - List all the payment links created under a Moov account.
1444
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
1445
+ you'll need to specify the `/accounts/{accountID}/transfers.write` scope.
1446
+ - [`paymentLinksList`](docs/sdks/paymentlinks/README.md#list) - List all the payment links created under a Moov account.
1329
1447
 
1330
- To access this endpoint using a [token](https://docs.moov.io/api/authentication/access-tokens/) you'll need
1331
- to specify the `/accounts/{accountID}/transfers.read` scope.
1332
- - [`paymentLinksUpdatePaymentLink`](docs/sdks/paymentlinks/README.md#updatepaymentlink) - Update a payment link.
1448
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
1449
+ you'll need to specify the `/accounts/{accountID}/transfers.read` scope.
1450
+ - [`paymentLinksUpdate`](docs/sdks/paymentlinks/README.md#update) - Update a payment link.
1333
1451
 
1334
- To access this endpoint using a [token](https://docs.moov.io/api/authentication/access-tokens/) you'll need
1335
- to specify the `/accounts/{accountID}/transfers.write` scope.
1336
- - [`paymentMethodsGetPaymentMethod`](docs/sdks/paymentmethods/README.md#getpaymentmethod) - Get the specified payment method associated with a Moov account. Read our [payment methods guide](https://docs.moov.io/guides/money-movement/payment-methods/) to learn more.
1452
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
1453
+ you'll need to specify the `/accounts/{accountID}/transfers.write` scope.
1454
+ - [`paymentMethodsGet`](docs/sdks/paymentmethods/README.md#get) - Get the specified payment method associated with a Moov account. Read our [payment methods guide](https://docs.moov.io/guides/money-movement/payment-methods/) to learn more.
1337
1455
 
1338
- To use this endpoint from the browser, you'll need to specify the `/accounts/{accountID}/payment-methods.read` scope when generating a [token](https://docs.moov.io/api/authentication/access-tokens/).
1339
- - [`paymentMethodsListPaymentMethods`](docs/sdks/paymentmethods/README.md#listpaymentmethods) - Retrieve a list of payment methods associated with a Moov account. Read our [payment methods guide](https://docs.moov.io/guides/money-movement/payment-methods/) to learn more.
1456
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
1457
+ you'll need to specify the `/accounts/{accountID}/payment-methods.read` scope.
1458
+ - [`paymentMethodsList`](docs/sdks/paymentmethods/README.md#list) - Retrieve a list of payment methods associated with a Moov account. Read our [payment methods
1459
+ guide](https://docs.moov.io/guides/money-movement/payment-methods/) to learn more.
1340
1460
 
1341
- To use this endpoint from the browser, you'll need to specify the `/accounts/{accountID}/payment-methods.read` scope when generating a [token](https://docs.moov.io/api/authentication/access-tokens/).
1461
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
1462
+ you'll need to specify the `/accounts/{accountID}/payment-methods.read` scope.
1342
1463
  - [`pingPing`](docs/sdks/ping/README.md#ping) - A simple endpoint to check auth.
1343
1464
 
1344
- To access this endpoint using a [token](https://docs.moov.io/api/authentication/access-tokens/) you'll need
1345
- to specify the `/ping.read` scope.
1346
- - [`representativesCreateRepresentative`](docs/sdks/representatives/README.md#createrepresentative) - Moov accounts associated with businesses require information regarding individuals who represent the business.
1465
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
1466
+ you'll need to specify the `/ping.read` scope.
1467
+ - [`representativesCreate`](docs/sdks/representatives/README.md#create) - Moov accounts associated with businesses require information regarding individuals who represent the business.
1347
1468
  You can provide this information by creating a representative. Each account is allowed a maximum of 7 representatives.
1348
1469
  Read our [business representatives guide](https://docs.moov.io/guides/accounts/requirements/business-representatives/) to learn more.
1349
1470
 
1350
- To use this endpoint from the browser, you’ll need to specify the `/accounts/{accountID}/representatives.write` scope when generating a [token](https://docs.moov.io/api/authentication/access-tokens/).
1351
- - [`representativesDeleteRepresentative`](docs/sdks/representatives/README.md#deleterepresentative) - Deletes a business representative associated with a Moov account. Read our [business representatives guide](https://docs.moov.io/guides/accounts/requirements/business-representatives/) to learn more.
1471
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
1472
+ you'll need to specify the `/accounts/{accountID}/representatives.write` scope.
1473
+ - [`representativesDelete`](docs/sdks/representatives/README.md#delete) - Deletes a business representative associated with a Moov account. Read our [business representatives guide](https://docs.moov.io/guides/accounts/requirements/business-representatives/) to learn more.
1352
1474
 
1353
- To use this endpoint from the browser, you’ll need to specify the `/accounts/{accountID}/representatives.write` scope when generating a [token](https://docs.moov.io/api/authentication/access-tokens/).
1354
- - [`representativesGetRepresentative`](docs/sdks/representatives/README.md#getrepresentative) - Retrieve a specific representative associated with a given Moov account. Read our [business representatives guide](https://docs.moov.io/guides/accounts/requirements/business-representatives/) to learn more.
1475
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
1476
+ you'll need to specify the `/accounts/{accountID}/representatives.write` scope.
1477
+ - [`representativesGet`](docs/sdks/representatives/README.md#get) - Retrieve a specific representative associated with a given Moov account. Read our [business representatives guide](https://docs.moov.io/guides/accounts/requirements/business-representatives/) to learn more.
1355
1478
 
1356
- To use this endpoint from the browser, you’ll need to specify the `/accounts/{accountID}/representatives.read` scope when generating a [token](https://docs.moov.io/api/authentication/access-tokens/).
1357
- - [`representativesListRepresentatives`](docs/sdks/representatives/README.md#listrepresentatives) - A Moov account may have multiple representatives depending on the associated business’s ownership and management structure.
1479
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
1480
+ you'll need to specify the `/accounts/{accountID}/representatives.read` scope.
1481
+ - [`representativesList`](docs/sdks/representatives/README.md#list) - A Moov account may have multiple representatives depending on the associated business's ownership and management structure.
1358
1482
  You can use this method to list all the representatives for a given Moov account.
1359
1483
  Note that Moov accounts associated with an individual do not have representatives.
1360
1484
  Read our [business representatives guide](https://docs.moov.io/guides/accounts/requirements/business-representatives/) to learn more.
1361
1485
 
1362
- To use this endpoint from the browser, you’ll need to specify the `/accounts/{accountID}/representatives.read` scope when generating a [token](https://docs.moov.io/api/authentication/access-tokens/).
1363
- - [`representativesUpdateRepresentative`](docs/sdks/representatives/README.md#updaterepresentative) - If a representative’s information has changed you can patch the information associated with a specific representative ID.
1486
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
1487
+ you'll need to specify the `/accounts/{accountID}/representatives.read` scope.
1488
+ - [`representativesUpdate`](docs/sdks/representatives/README.md#update) - If a representative's information has changed you can patch the information associated with a specific representative ID.
1364
1489
  Read our [business representatives guide](https://docs.moov.io/guides/accounts/requirements/business-representatives/) to learn more.
1365
1490
 
1366
- To use this endpoint from the browser, you’ll need to specify the `/accounts/{accountID}/representatives.write` scope when generating a [token](https://docs.moov.io/api/authentication/access-tokens/).
1367
-
1368
1491
  When **can** profile data be updated:
1369
1492
 
1370
1493
  - For unverified representatives, all profile data can be edited.
1371
1494
  - During the verification process, missing or incomplete profile data can be edited.
1372
1495
  - Verified representatives can only add missing profile data.
1373
1496
 
1374
- When **cant** profile data be updated:
1497
+ When **can't** profile data be updated:
1375
1498
 
1376
1499
  - Verified representatives cannot change any existing profile data.
1377
1500
 
1378
1501
  If you need to update information in a locked state, please contact Moov support.
1379
- - [`schedulingCancelSchedule`](docs/sdks/scheduling/README.md#cancelschedule) - Describes the schedule to cancel.
1380
- - [`schedulingCreateSchedule`](docs/sdks/scheduling/README.md#createschedule) - Describes the schedule to create or modify.
1381
- - [`schedulingGetScheduledOccurrence`](docs/sdks/scheduling/README.md#getscheduledoccurrence) - Defines an occurrence for when to run a transfer.
1382
- - [`schedulingGetSchedules`](docs/sdks/scheduling/README.md#getschedules) - Describes a schedule associated with an account. Requires at least 1 occurrence or recurTransfer to be specified.
1383
- - [`schedulingListSchedules`](docs/sdks/scheduling/README.md#listschedules) - Describes a list of schedules associated with an account. Requires at least 1 occurrence or recurTransfer to be specified.
1384
- - [`schedulingUpdateSchedule`](docs/sdks/scheduling/README.md#updateschedule) - Describes the schedule to modify.
1385
- - [`sweepsCreateSweepConfig`](docs/sdks/sweeps/README.md#createsweepconfig) - Create a sweep config for a wallet.
1386
- - [`sweepsGetSweep`](docs/sdks/sweeps/README.md#getsweep) - Get details on a specific sweep.
1387
- - [`sweepsGetSweepConfig`](docs/sdks/sweeps/README.md#getsweepconfig) - Get a sweep config associated with a wallet.
1388
- - [`sweepsListSweepConfigs`](docs/sdks/sweeps/README.md#listsweepconfigs) - List sweep configs associated with an account.
1389
- - [`sweepsListSweeps`](docs/sdks/sweeps/README.md#listsweeps) - List sweeps associated with a wallet.
1390
- - [`sweepsPatchSweepConfig`](docs/sdks/sweeps/README.md#patchsweepconfig) - Update settings on a sweep config.
1391
- - [`transfersCreateTransfer`](docs/sdks/transfers/README.md#createtransfer) - Move money by providing the source, destination, and amount in the request body.
1502
+
1503
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
1504
+ you'll need to specify the `/accounts/{accountID}/representatives.write` scope.
1505
+ - [`schedulingCancel`](docs/sdks/scheduling/README.md#cancel) - Describes the schedule to cancel.
1506
+
1507
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
1508
+ you'll need to specify the `/accounts/{accountID}/transfers.write` scope.
1509
+ - [`schedulingCreate`](docs/sdks/scheduling/README.md#create) - Describes the schedule to create or modify.
1510
+
1511
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
1512
+ you'll need to specify the `/accounts/{accountID}/transfers.write` scope.
1513
+ - [`schedulingGet`](docs/sdks/scheduling/README.md#get) - Describes a schedule associated with an account. Requires at least 1 occurrence or recurTransfer to be specified.
1514
+
1515
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
1516
+ you'll need to specify the `/accounts/{accountID}/transfers.read` scope.
1517
+ - [`schedulingGetOccurrance`](docs/sdks/scheduling/README.md#getoccurrance) - Defines an occurrence for when to run a transfer.
1518
+
1519
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
1520
+ you'll need to specify the `/accounts/{accountID}/transfers.read` scope.
1521
+ - [`schedulingList`](docs/sdks/scheduling/README.md#list) - Describes a list of schedules associated with an account. Requires at least 1 occurrence or recurTransfer to be specified.
1522
+
1523
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
1524
+ you'll need to specify the `/accounts/{accountID}/transfers.read` scope.
1525
+ - [`schedulingUpdate`](docs/sdks/scheduling/README.md#update) - Describes the schedule to modify.
1526
+
1527
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
1528
+ you'll need to specify the `/accounts/{accountID}/transfers.write` scope.
1529
+ - [`sweepsCreateConfig`](docs/sdks/sweeps/README.md#createconfig) - Create a sweep config for a wallet.
1530
+
1531
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
1532
+ you'll need to specify the `/accounts/{accountID}/wallets.write` scope.
1533
+ - [`sweepsGet`](docs/sdks/sweeps/README.md#get) - Get details on a specific sweep.
1534
+
1535
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
1536
+ you'll need to specify the `/accounts/{accountID}/wallets.read` scope.
1537
+ - [`sweepsGetConfig`](docs/sdks/sweeps/README.md#getconfig) - Get a sweep config associated with a wallet.
1538
+
1539
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
1540
+ you'll need to specify the `/accounts/{accountID}/wallets.read` scope.
1541
+ - [`sweepsList`](docs/sdks/sweeps/README.md#list) - List sweeps associated with a wallet.
1542
+
1543
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
1544
+ you'll need to specify the `/accounts/{accountID}/wallets.read` scope.
1545
+ - [`sweepsListConfigs`](docs/sdks/sweeps/README.md#listconfigs) - List sweep configs associated with an account.
1546
+
1547
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
1548
+ you'll need to specify the `/accounts/{accountID}/wallets.read` scope.
1549
+ - [`sweepsUpdateConfig`](docs/sdks/sweeps/README.md#updateconfig) - Update settings on a sweep config.
1550
+
1551
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
1552
+ you'll need to specify the `/accounts/{accountID}/wallets.write` scope.
1553
+ - [`transfersCreate`](docs/sdks/transfers/README.md#create) - Move money by providing the source, destination, and amount in the request body.
1392
1554
 
1393
1555
  Read our [transfers overview guide](https://docs.moov.io/guides/money-movement/overview/) to learn more.
1394
1556
 
1395
- To access this endpoint using a [token](https://docs.moov.io/api/authentication/access-tokens/) you'll need to specify the `/accounts/{accountID}/transfers.write`
1396
- scope.
1397
- - [`transfersCreateTransferOptions`](docs/sdks/transfers/README.md#createtransferoptions) - Generate available payment method options for one or multiple transfer participants depending on the accountID or paymentMethodID you
1557
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
1558
+ you'll need to specify the `/accounts/{accountID}/transfers.write` scope.
1559
+ - [`transfersCreateReversal`](docs/sdks/transfers/README.md#createreversal) - Reverses a card transfer by initiating a cancellation or refund depending on the transaction status.
1560
+ Read our [reversals guide](https://docs.moov.io/guides/money-movement/accept-payments/card-acceptance/reversals/)
1561
+ to learn more.
1562
+
1563
+ To access this endpoint using a [token](https://docs.moov.io/api/authentication/access-tokens/) you'll need
1564
+ to specify the `/accounts/{accountID}/transfers.write` scope.
1565
+ - [`transfersGenerateOptions`](docs/sdks/transfers/README.md#generateoptions) - Generate available payment method options for one or multiple transfer participants depending on the accountID or paymentMethodID you
1398
1566
  supply in the request.
1399
1567
 
1400
1568
  Read our [transfers overview guide](https://docs.moov.io/guides/money-movement/overview/) to learn more.
1401
1569
 
1402
- To use this endpoint from the browser, you'll need to specify the `/accounts/{yourAccountID}/transfers.read` scope when generating a
1403
- [token](https://docs.moov.io/api/authentication/access-tokens/). The accountID included must be your accountID. You can find your
1404
- accountID on the [Business details](https://dashboard.moov.io/settings/business) page.
1405
- - [`transfersGetRefund`](docs/sdks/transfers/README.md#getrefund) - Get details of a refund for a card transfer.
1406
-
1407
- To access this endpoint using a [token](https://docs.moov.io/api/authentication/access-tokens/) you'll need to specify the `/accounts/{accountID}/transfers.read`
1408
- scope.
1409
- - [`transfersGetTransfer`](docs/sdks/transfers/README.md#gettransfer) - Retrieve full transfer details for an individual transfer of a particular Moov account.
1570
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
1571
+ you'll need to specify the `/accounts/{accountID}/transfers.read` scope.
1572
+ - [`transfersGet`](docs/sdks/transfers/README.md#get) - Retrieve full transfer details for an individual transfer of a particular Moov account.
1410
1573
 
1411
1574
  Payment rail-specific details are included in the source and destination. Read our [transfers overview guide](https://docs.moov.io/guides/money-movement/overview/)
1412
1575
  to learn more.
1413
1576
 
1414
- To access this endpoint using a [token](https://docs.moov.io/api/authentication/access-tokens/) you'll need to specify the `/accounts/{accountID}/transfers.read`
1415
- scope.
1416
- - [`transfersListRefunds`](docs/sdks/transfers/README.md#listrefunds) - Get a list of refunds for a card transfer.
1577
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
1578
+ you'll need to specify the `/accounts/{accountID}/transfers.read` scope.
1579
+ - [`transfersGetRefund`](docs/sdks/transfers/README.md#getrefund) - Get details of a refund for a card transfer.
1580
+
1581
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
1582
+ you'll need to specify the `/accounts/{accountID}/transfers.read` scope.
1583
+ - [`transfersInitiateRefund`](docs/sdks/transfers/README.md#initiaterefund) - Initiate a refund for a card transfer.
1584
+
1585
+ **Use the [Cancel or refund a card transfer](https://docs.moov.io/api/money-movement/refunds/cancel/) endpoint for more comprehensive cancel and refund options.**
1586
+ See the [reversals](https://docs.moov.io/guides/money-movement/accept-payments/card-acceptance/reversals/) guide for more information.
1417
1587
 
1418
- To access this endpoint using a [token](https://docs.moov.io/api/authentication/access-tokens/) you'll need to specify the `/accounts/{accountID}/transfers.read`
1419
- scope.
1420
- - [`transfersListTransfers`](docs/sdks/transfers/README.md#listtransfers) - List all the transfers associated with a particular Moov account.
1588
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
1589
+ you'll need to specify the `/accounts/{accountID}/transfers.write` scope.
1590
+ - [`transfersList`](docs/sdks/transfers/README.md#list) - List all the transfers associated with a particular Moov account.
1421
1591
 
1422
1592
  Read our [transfers overview guide](https://docs.moov.io/guides/money-movement/overview/) to learn more.
1423
1593
 
@@ -1426,51 +1596,54 @@ if you set `skip`= 10, you will see a results set of 200 transfers after the fir
1426
1596
  process very slowly. To achieve faster performance, restrict the data as much as you can by using the `StartDateTime` and `EndDateTime` parameters for a limited
1427
1597
  period of time. You can run multiple requests in smaller time window increments until you've retrieved all the transfers you need.
1428
1598
 
1429
- To access this endpoint using a [token](https://docs.moov.io/api/authentication/access-tokens/) you'll need to specify the `/accounts/{accountID}/transfers.read`
1430
- scope.
1431
- - [`transfersPatchTransfer`](docs/sdks/transfers/README.md#patchtransfer) - Update the metadata contained on a transfer.
1599
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
1600
+ you'll need to specify the `/accounts/{accountID}/transfers.read` scope.
1601
+ - [`transfersListRefunds`](docs/sdks/transfers/README.md#listrefunds) - Get a list of refunds for a card transfer.
1602
+
1603
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
1604
+ you'll need to specify the `/accounts/{accountID}/transfers.read` scope.
1605
+ - [`transfersUpdate`](docs/sdks/transfers/README.md#update) - Update the metadata contained on a transfer.
1432
1606
 
1433
1607
  Read our [transfers overview guide](https://docs.moov.io/guides/money-movement/overview/) to learn more.
1434
1608
 
1435
- To access this endpoint using a [token](https://docs.moov.io/api/authentication/access-tokens/) you'll need to specify the `/accounts/{accountID}/transfers.write`
1436
- scope.
1437
- - [`transfersRefundTransfer`](docs/sdks/transfers/README.md#refundtransfer) - Initiate a refund for a card transfer.
1609
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
1610
+ you'll need to specify the `/accounts/{accountID}/transfers.write` scope.
1611
+ - [`underwritingGet`](docs/sdks/underwriting/README.md#get) - Retrieve underwriting associated with a given Moov account.
1438
1612
 
1439
- **Use the [Cancel or refund a card transfer](https://docs.moov.io/api/money-movement/refunds/cancel/) endpoint for more comprehensive cancel and refund options.**
1440
- See the [reversals](https://docs.moov.io/guides/money-movement/accept-payments/card-acceptance/reversals/) guide for more information.
1613
+ Read our [underwriting guide](https://docs.moov.io/guides/accounts/requirements/underwriting/) to learn more.
1441
1614
 
1442
- To access this endpoint using a [token](https://docs.moov.io/api/authentication/access-tokens/) you'll need to specify the `/accounts/{accountID}/transfers.write`
1443
- scope.
1444
- - [`transfersReverseTransfer`](docs/sdks/transfers/README.md#reversetransfer) - Reverses a card transfer by initiating a cancellation or refund depending on the transaction status.
1445
- Read our [reversals guide](https://docs.moov.io/guides/money-movement/accept-payments/card-acceptance/reversals/)
1446
- to learn more.
1615
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
1616
+ you'll need to specify the `/accounts/{accountID}/profile.read` scope.
1617
+ - [`underwritingUpdate`](docs/sdks/underwriting/README.md#update) - Update the account's underwriting by passing new values for one or more of the fields.
1447
1618
 
1448
- To access this endpoint using a [token](https://docs.moov.io/api/authentication/access-tokens/) you'll need
1449
- to specify the `/accounts/{accountID}/transfers.write` scope.
1450
- - [`underwritingGetUnderwriting`](docs/sdks/underwriting/README.md#getunderwriting) - Retrieve underwriting associated with a given Moov account.
1619
+ Read our [underwriting guide](https://docs.moov.io/guides/accounts/requirements/underwriting/) to learn more.
1451
1620
 
1452
- Read our [underwriting guide](https://docs.moov.io/guides/accounts/requirements/underwriting/) to learn more.
1621
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
1622
+ you'll need to specify the `/accounts/{accountID}/profile.write` scope.
1623
+ - [`walletsGet`](docs/sdks/wallets/README.md#get) - Get information on a specific wallet (e.g., the available balance).
1453
1624
 
1454
- To access this endpoint using a [token](https://docs.moov.io/api/authentication/access-tokens/) you'll need
1455
- to specify the `/accounts/{accountID}/profile.read` scope.
1456
- - [`underwritingUpdateUnderwriting`](docs/sdks/underwriting/README.md#updateunderwriting) - Update the account's underwriting by passing new values for one or more of the fields.
1625
+ Read our [Moov wallets guide](https://docs.moov.io/guides/sources/wallets/) to learn more.
1457
1626
 
1458
- Read our [underwriting guide](https://docs.moov.io/guides/accounts/requirements/underwriting/) to learn more.
1627
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
1628
+ you'll need to specify the `/accounts/{accountID}/wallets.read` scope.
1629
+ - [`walletsList`](docs/sdks/wallets/README.md#list) - List the wallets associated with a Moov account.
1459
1630
 
1460
- To access this endpoint using a [token](https://docs.moov.io/api/authentication/access-tokens/) you'll need
1461
- to specify the `/accounts/{accountID}/profile.write` scope.
1462
- - [`walletsGetWallet`](docs/sdks/wallets/README.md#getwallet) - Get information on a specific wallet (e.g., the available balance). Read our [Moov wallets guide](https://docs.moov.io/guides/sources/wallets/) to learn more.
1631
+ Read our [Moov wallets guide](https://docs.moov.io/guides/sources/wallets/) to learn more.
1463
1632
 
1464
- To use this endpoint from the browser, you'll need to specify the `/accounts/{accountID}/wallets.read` scope when generating a [token](https://docs.moov.io/api/authentication/access-tokens/).
1465
- - [`walletsListWallets`](docs/sdks/wallets/README.md#listwallets) - List the wallets associated with a Moov account. Read our [Moov wallets guide](https://docs.moov.io/guides/sources/wallets/) to learn more.
1633
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
1634
+ you'll need to specify the `/accounts/{accountID}/wallets.read` scope.
1635
+ - [`walletTransactionsGet`](docs/sdks/wallettransactions/README.md#get) - Get details on a specific wallet transaction.
1466
1636
 
1467
- To use this endpoint from the browser, you'll need to specify the `/accounts/{accountID}/wallets.read` scope when generating a [token](https://docs.moov.io/api/authentication/access-tokens/).
1468
- - [`walletTransactionsGetWalletTransaction`](docs/sdks/wallettransactions/README.md#getwallettransaction) - Get details on a specific wallet transaction. Read our [wallet transactions guide](https://docs.moov.io/guides/sources/wallets/transactions/) to learn more.
1637
+ Read our [wallet transactions guide](https://docs.moov.io/guides/sources/wallets/transactions/) to learn more.
1469
1638
 
1470
- To use this endpoint from a browser, you'll need to specify the `/accounts/{accountID}/wallets.read` scope when generating a [token](https://docs.moov.io/api/authentication/access-tokens/).
1471
- - [`walletTransactionsListWalletTransactions`](docs/sdks/wallettransactions/README.md#listwallettransactions) - List all the transactions associated with a particular Moov wallet. Read our [wallet transactions guide](https://docs.moov.io/guides/sources/wallets/transactions/) to learn more.
1639
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
1640
+ you'll need to specify the `/accounts/{accountID}/wallets.read` scope.
1641
+ - [`walletTransactionsList`](docs/sdks/wallettransactions/README.md#list) - List all the transactions associated with a particular Moov wallet.
1472
1642
 
1473
- To use this endpoint from the browser, you'll need to specify the `/accounts/{accountID}/wallets.read` scope when generating a [token](https://docs.moov.io/api/authentication/access-tokens/).
1643
+ Read our [wallet transactions guide](https://docs.moov.io/guides/sources/wallets/transactions/) to learn more.
1644
+
1645
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
1646
+ you'll need to specify the `/accounts/{accountID}/wallets.read` scope.
1474
1647
 
1475
1648
  </details>
1476
1649
  <!-- End Standalone functions [standalone-funcs] -->
@@ -1493,15 +1666,15 @@ Certain SDK methods accept files as part of a multi-part request. It is possible
1493
1666
  import { Moov } from "@moovio/sdk";
1494
1667
  import { openAsBlob } from "node:fs";
1495
1668
 
1496
- const moov = new Moov();
1669
+ const moov = new Moov({
1670
+ security: {
1671
+ username: "",
1672
+ password: "",
1673
+ },
1674
+ });
1497
1675
 
1498
1676
  async function run() {
1499
- await moov.disputes.uploadDisputeEvidenceFile({
1500
- basicAuth: {
1501
- username: "",
1502
- password: "",
1503
- },
1504
- }, {
1677
+ const result = await moov.disputes.uploadEvidenceFile({
1505
1678
  accountID: "ac81921c-4c1a-4e7a-8a8f-dfc0d0027ac5",
1506
1679
  disputeID: "49c04fa3-f5c3-4ddd-aece-4b5fb6e8a071",
1507
1680
  createEvidenceFileMultiPart: {
@@ -1509,6 +1682,9 @@ async function run() {
1509
1682
  file: await openAsBlob("example.file"),
1510
1683
  },
1511
1684
  });
1685
+
1686
+ // Handle the result
1687
+ console.log(result);
1512
1688
  }
1513
1689
 
1514
1690
  run();
@@ -1525,21 +1701,19 @@ To change the default retry strategy for a single API call, simply provide a ret
1525
1701
  ```typescript
1526
1702
  import { Moov } from "@moovio/sdk";
1527
1703
 
1528
- const moov = new Moov();
1704
+ const moov = new Moov({
1705
+ security: {
1706
+ username: "",
1707
+ password: "",
1708
+ },
1709
+ });
1529
1710
 
1530
1711
  async function run() {
1531
- const result = await moov.accounts.createAccount({
1532
- basicAuth: {
1533
- username: "",
1534
- password: "",
1535
- },
1536
- }, {
1537
- createAccount: {
1538
- accountType: "business",
1539
- profile: {
1540
- business: {
1541
- legalBusinessName: "Classbooker, LLC",
1542
- },
1712
+ const result = await moov.accounts.create({
1713
+ accountType: "business",
1714
+ profile: {
1715
+ business: {
1716
+ legalBusinessName: "Classbooker, LLC",
1543
1717
  },
1544
1718
  },
1545
1719
  }, {
@@ -1578,21 +1752,18 @@ const moov = new Moov({
1578
1752
  },
1579
1753
  retryConnectionErrors: false,
1580
1754
  },
1755
+ security: {
1756
+ username: "",
1757
+ password: "",
1758
+ },
1581
1759
  });
1582
1760
 
1583
1761
  async function run() {
1584
- const result = await moov.accounts.createAccount({
1585
- basicAuth: {
1586
- username: "",
1587
- password: "",
1588
- },
1589
- }, {
1590
- createAccount: {
1591
- accountType: "business",
1592
- profile: {
1593
- business: {
1594
- legalBusinessName: "Classbooker, LLC",
1595
- },
1762
+ const result = await moov.accounts.create({
1763
+ accountType: "business",
1764
+ profile: {
1765
+ business: {
1766
+ legalBusinessName: "Classbooker, LLC",
1596
1767
  },
1597
1768
  },
1598
1769
  });
@@ -1609,7 +1780,7 @@ run();
1609
1780
  <!-- Start Error Handling [errors] -->
1610
1781
  ## Error Handling
1611
1782
 
1612
- Some methods specify known errors which can be thrown. All the known errors are enumerated in the `models/errors/errors.ts` module. The known errors for a method are documented under the *Errors* tables in SDK docs. For example, the `createAccount` method may throw the following errors:
1783
+ Some methods specify known errors which can be thrown. All the known errors are enumerated in the `models/errors/errors.ts` module. The known errors for a method are documented under the *Errors* tables in SDK docs. For example, the `create` method may throw the following errors:
1613
1784
 
1614
1785
  | Error Type | Status Code | Content Type |
1615
1786
  | -------------------------------- | ----------- | ---------------- |
@@ -1627,23 +1798,21 @@ import {
1627
1798
  SDKValidationError,
1628
1799
  } from "@moovio/sdk/models/errors";
1629
1800
 
1630
- const moov = new Moov();
1801
+ const moov = new Moov({
1802
+ security: {
1803
+ username: "",
1804
+ password: "",
1805
+ },
1806
+ });
1631
1807
 
1632
1808
  async function run() {
1633
1809
  let result;
1634
1810
  try {
1635
- result = await moov.accounts.createAccount({
1636
- basicAuth: {
1637
- username: "",
1638
- password: "",
1639
- },
1640
- }, {
1641
- createAccount: {
1642
- accountType: "business",
1643
- profile: {
1644
- business: {
1645
- legalBusinessName: "Classbooker, LLC",
1646
- },
1811
+ result = await moov.accounts.create({
1812
+ accountType: "business",
1813
+ profile: {
1814
+ business: {
1815
+ legalBusinessName: "Classbooker, LLC",
1647
1816
  },
1648
1817
  },
1649
1818
  });
@@ -1706,21 +1875,18 @@ import { Moov } from "@moovio/sdk";
1706
1875
 
1707
1876
  const moov = new Moov({
1708
1877
  serverURL: "https://api.moov.io",
1878
+ security: {
1879
+ username: "",
1880
+ password: "",
1881
+ },
1709
1882
  });
1710
1883
 
1711
1884
  async function run() {
1712
- const result = await moov.accounts.createAccount({
1713
- basicAuth: {
1714
- username: "",
1715
- password: "",
1716
- },
1717
- }, {
1718
- createAccount: {
1719
- accountType: "business",
1720
- profile: {
1721
- business: {
1722
- legalBusinessName: "Classbooker, LLC",
1723
- },
1885
+ const result = await moov.accounts.create({
1886
+ accountType: "business",
1887
+ profile: {
1888
+ business: {
1889
+ legalBusinessName: "Classbooker, LLC",
1724
1890
  },
1725
1891
  },
1726
1892
  });