@moovio/sdk 0.1.1 → 0.2.0

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