@moovio/sdk 0.1.1 → 0.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/FUNCTIONS.md +12 -14
- package/README.md +911 -753
- package/docs/sdks/accounts/README.md +216 -204
- package/docs/sdks/adjustments/README.md +44 -46
- package/docs/sdks/applepay/README.md +577 -0
- package/docs/sdks/authentication/README.md +34 -40
- package/docs/sdks/avatars/README.md +21 -20
- package/docs/sdks/bankaccounts/README.md +230 -217
- package/docs/sdks/billing/README.md +85 -90
- package/docs/sdks/branding/README.md +77 -62
- package/docs/sdks/capabilities/README.md +97 -87
- package/docs/sdks/cardissuing/README.md +114 -117
- package/docs/sdks/cards/README.md +114 -690
- package/docs/sdks/disputes/README.md +250 -257
- package/docs/sdks/endtoendencryption/README.md +35 -38
- package/docs/sdks/enrichedaddress/README.md +23 -22
- package/docs/sdks/enrichedprofile/README.md +23 -22
- package/docs/sdks/files/README.md +66 -69
- package/docs/sdks/industries/README.md +25 -24
- package/docs/sdks/institutions/README.md +25 -24
- package/docs/sdks/issuingtransactions/README.md +110 -115
- package/docs/sdks/onboarding/README.md +121 -127
- package/docs/sdks/paymentlinks/README.md +135 -139
- package/docs/sdks/paymentmethods/README.md +47 -43
- package/docs/sdks/ping/README.md +23 -22
- package/docs/sdks/representatives/README.md +120 -113
- package/docs/sdks/scheduling/README.md +148 -116
- package/docs/sdks/sweeps/README.md +149 -119
- package/docs/sdks/transfers/README.md +202 -213
- package/docs/sdks/underwriting/README.md +44 -46
- package/docs/sdks/wallets/README.md +54 -44
- package/docs/sdks/wallettransactions/README.md +56 -46
- package/funcs/accountsAssignCountries.d.ts +18 -0
- package/funcs/accountsAssignCountries.d.ts.map +1 -0
- package/funcs/accountsAssignCountries.js +134 -0
- package/funcs/accountsAssignCountries.js.map +1 -0
- package/funcs/accountsCreate.d.ts +28 -0
- package/funcs/accountsCreate.d.ts.map +1 -0
- package/funcs/accountsCreate.js +140 -0
- package/funcs/accountsCreate.js.map +1 -0
- package/funcs/accountsDisconnect.d.ts +18 -0
- package/funcs/accountsDisconnect.d.ts.map +1 -0
- package/funcs/accountsDisconnect.js +131 -0
- package/funcs/accountsDisconnect.js.map +1 -0
- package/funcs/accountsGet.d.ts +15 -0
- package/funcs/accountsGet.d.ts.map +1 -0
- package/funcs/accountsGet.js +118 -0
- package/funcs/accountsGet.js.map +1 -0
- package/funcs/accountsGetCountries.d.ts +15 -0
- package/funcs/accountsGetCountries.d.ts.map +1 -0
- package/funcs/accountsGetCountries.js +118 -0
- package/funcs/accountsGetCountries.js.map +1 -0
- package/funcs/accountsGetMerchantProcessingAgreement.d.ts +3 -3
- package/funcs/accountsGetMerchantProcessingAgreement.d.ts.map +1 -1
- package/funcs/accountsGetMerchantProcessingAgreement.js +11 -24
- package/funcs/accountsGetMerchantProcessingAgreement.js.map +1 -1
- package/funcs/accountsGetTermsOfServiceToken.d.ts +5 -5
- package/funcs/accountsGetTermsOfServiceToken.d.ts.map +1 -1
- package/funcs/accountsGetTermsOfServiceToken.js +12 -6
- package/funcs/accountsGetTermsOfServiceToken.js.map +1 -1
- package/funcs/accountsList.d.ts +19 -0
- package/funcs/accountsList.d.ts.map +1 -0
- package/funcs/accountsList.js +128 -0
- package/funcs/accountsList.js.map +1 -0
- package/funcs/accountsUpdate.d.ts +24 -0
- package/funcs/accountsUpdate.d.ts.map +1 -0
- package/funcs/accountsUpdate.js +144 -0
- package/funcs/accountsUpdate.js.map +1 -0
- package/funcs/adjustmentsGet.d.ts +15 -0
- package/funcs/adjustmentsGet.d.ts.map +1 -0
- package/funcs/adjustmentsGet.js +122 -0
- package/funcs/adjustmentsGet.js.map +1 -0
- package/funcs/adjustmentsList.d.ts +15 -0
- package/funcs/adjustmentsList.d.ts.map +1 -0
- package/funcs/adjustmentsList.js +122 -0
- package/funcs/adjustmentsList.js.map +1 -0
- package/funcs/applePayCreateSession.d.ts +19 -0
- package/funcs/applePayCreateSession.d.ts.map +1 -0
- package/funcs/applePayCreateSession.js +139 -0
- package/funcs/applePayCreateSession.js.map +1 -0
- package/funcs/applePayGetMerchantDomains.d.ts +17 -0
- package/funcs/applePayGetMerchantDomains.d.ts.map +1 -0
- package/funcs/applePayGetMerchantDomains.js +120 -0
- package/funcs/applePayGetMerchantDomains.js.map +1 -0
- package/funcs/applePayLinkToken.d.ts +19 -0
- package/funcs/applePayLinkToken.d.ts.map +1 -0
- package/funcs/applePayLinkToken.js +135 -0
- package/funcs/applePayLinkToken.js.map +1 -0
- package/funcs/applePayRegisterMerchantDomains.d.ts +19 -0
- package/funcs/applePayRegisterMerchantDomains.d.ts.map +1 -0
- package/funcs/applePayRegisterMerchantDomains.js +133 -0
- package/funcs/applePayRegisterMerchantDomains.js.map +1 -0
- package/funcs/applePayUpdateMerchantDomains.d.ts +19 -0
- package/funcs/applePayUpdateMerchantDomains.d.ts.map +1 -0
- package/funcs/applePayUpdateMerchantDomains.js +134 -0
- package/funcs/applePayUpdateMerchantDomains.js.map +1 -0
- package/funcs/authenticationCreateAccessToken.d.ts +14 -0
- package/funcs/authenticationCreateAccessToken.d.ts.map +1 -0
- package/funcs/authenticationCreateAccessToken.js +112 -0
- package/funcs/authenticationCreateAccessToken.js.map +1 -0
- package/funcs/authenticationRevokeAccessToken.d.ts +16 -0
- package/funcs/authenticationRevokeAccessToken.d.ts.map +1 -0
- package/funcs/authenticationRevokeAccessToken.js +115 -0
- package/funcs/authenticationRevokeAccessToken.js.map +1 -0
- package/funcs/avatarsGet.d.ts +21 -0
- package/funcs/avatarsGet.d.ts.map +1 -0
- package/funcs/avatarsGet.js +129 -0
- package/funcs/avatarsGet.js.map +1 -0
- package/funcs/bankAccountsCompleteMicroDeposits.d.ts +3 -4
- package/funcs/bankAccountsCompleteMicroDeposits.d.ts.map +1 -1
- package/funcs/bankAccountsCompleteMicroDeposits.js +13 -22
- package/funcs/bankAccountsCompleteMicroDeposits.js.map +1 -1
- package/funcs/bankAccountsCompleteVerification.d.ts +23 -0
- package/funcs/bankAccountsCompleteVerification.d.ts.map +1 -0
- package/funcs/bankAccountsCompleteVerification.js +144 -0
- package/funcs/bankAccountsCompleteVerification.js.map +1 -0
- package/funcs/bankAccountsDisable.d.ts +16 -0
- package/funcs/bankAccountsDisable.d.ts.map +1 -0
- package/funcs/bankAccountsDisable.js +133 -0
- package/funcs/bankAccountsDisable.js.map +1 -0
- package/funcs/bankAccountsGet.d.ts +17 -0
- package/funcs/bankAccountsGet.d.ts.map +1 -0
- package/funcs/bankAccountsGet.js +124 -0
- package/funcs/bankAccountsGet.js.map +1 -0
- package/funcs/bankAccountsGetVerification.d.ts +24 -0
- package/funcs/bankAccountsGetVerification.d.ts.map +1 -0
- package/funcs/bankAccountsGetVerification.js +131 -0
- package/funcs/bankAccountsGetVerification.js.map +1 -0
- package/funcs/bankAccountsInitiateMicroDeposits.d.ts +12 -6
- package/funcs/bankAccountsInitiateMicroDeposits.d.ts.map +1 -1
- package/funcs/bankAccountsInitiateMicroDeposits.js +17 -25
- package/funcs/bankAccountsInitiateMicroDeposits.js.map +1 -1
- package/funcs/bankAccountsInitiateVerification.d.ts +31 -0
- package/funcs/bankAccountsInitiateVerification.d.ts.map +1 -0
- package/funcs/bankAccountsInitiateVerification.js +150 -0
- package/funcs/bankAccountsInitiateVerification.js.map +1 -0
- package/funcs/bankAccountsLink.d.ts +21 -0
- package/funcs/bankAccountsLink.d.ts.map +1 -0
- package/funcs/bankAccountsLink.js +143 -0
- package/funcs/bankAccountsLink.js.map +1 -0
- package/funcs/bankAccountsList.d.ts +17 -0
- package/funcs/bankAccountsList.d.ts.map +1 -0
- package/funcs/bankAccountsList.js +120 -0
- package/funcs/bankAccountsList.js.map +1 -0
- package/funcs/billingCreateFeePlanAgreements.d.ts +3 -4
- package/funcs/billingCreateFeePlanAgreements.d.ts.map +1 -1
- package/funcs/billingCreateFeePlanAgreements.js +11 -22
- package/funcs/billingCreateFeePlanAgreements.js.map +1 -1
- package/funcs/billingListFeePlanAgreements.d.ts +3 -4
- package/funcs/billingListFeePlanAgreements.d.ts.map +1 -1
- package/funcs/billingListFeePlanAgreements.js +14 -23
- package/funcs/billingListFeePlanAgreements.js.map +1 -1
- package/funcs/billingListFeePlans.d.ts +3 -4
- package/funcs/billingListFeePlans.d.ts.map +1 -1
- package/funcs/billingListFeePlans.js +14 -23
- package/funcs/billingListFeePlans.js.map +1 -1
- package/funcs/billingListPartnerPricing.d.ts +3 -4
- package/funcs/billingListPartnerPricing.d.ts.map +1 -1
- package/funcs/billingListPartnerPricing.js +14 -23
- package/funcs/billingListPartnerPricing.js.map +1 -1
- package/funcs/billingListPartnerPricingAgreements.d.ts +3 -4
- package/funcs/billingListPartnerPricingAgreements.d.ts.map +1 -1
- package/funcs/billingListPartnerPricingAgreements.js +14 -23
- package/funcs/billingListPartnerPricingAgreements.js.map +1 -1
- package/funcs/brandingCreate.d.ts +16 -0
- package/funcs/brandingCreate.d.ts.map +1 -0
- package/funcs/brandingCreate.js +132 -0
- package/funcs/brandingCreate.js.map +1 -0
- package/funcs/brandingGet.d.ts +15 -0
- package/funcs/brandingGet.d.ts.map +1 -0
- package/funcs/brandingGet.js +118 -0
- package/funcs/brandingGet.js.map +1 -0
- package/funcs/brandingUpdate.d.ts +16 -0
- package/funcs/brandingUpdate.d.ts.map +1 -0
- package/funcs/brandingUpdate.js +132 -0
- package/funcs/brandingUpdate.js.map +1 -0
- package/funcs/capabilitiesDisable.d.ts +16 -0
- package/funcs/capabilitiesDisable.d.ts.map +1 -0
- package/funcs/capabilitiesDisable.js +133 -0
- package/funcs/capabilitiesDisable.js.map +1 -0
- package/funcs/capabilitiesGet.d.ts +15 -0
- package/funcs/capabilitiesGet.d.ts.map +1 -0
- package/funcs/capabilitiesGet.js +122 -0
- package/funcs/capabilitiesGet.js.map +1 -0
- package/funcs/capabilitiesList.d.ts +17 -0
- package/funcs/capabilitiesList.d.ts.map +1 -0
- package/funcs/capabilitiesList.js +120 -0
- package/funcs/capabilitiesList.js.map +1 -0
- package/funcs/capabilitiesRequest.d.ts +16 -0
- package/funcs/capabilitiesRequest.d.ts.map +1 -0
- package/funcs/capabilitiesRequest.js +132 -0
- package/funcs/capabilitiesRequest.js.map +1 -0
- package/funcs/cardIssuingGet.d.ts +15 -0
- package/funcs/cardIssuingGet.d.ts.map +1 -0
- package/funcs/cardIssuingGet.js +122 -0
- package/funcs/cardIssuingGet.js.map +1 -0
- package/funcs/cardIssuingGetFull.d.ts +17 -0
- package/funcs/cardIssuingGetFull.d.ts.map +1 -0
- package/funcs/cardIssuingGetFull.js +124 -0
- package/funcs/cardIssuingGetFull.js.map +1 -0
- package/funcs/cardIssuingList.d.ts +15 -0
- package/funcs/cardIssuingList.d.ts.map +1 -0
- package/funcs/cardIssuingList.js +124 -0
- package/funcs/cardIssuingList.js.map +1 -0
- package/funcs/cardIssuingRequest.d.ts +16 -0
- package/funcs/cardIssuingRequest.d.ts.map +1 -0
- package/funcs/cardIssuingRequest.js +131 -0
- package/funcs/cardIssuingRequest.js.map +1 -0
- package/funcs/cardIssuingUpdate.d.ts +16 -0
- package/funcs/cardIssuingUpdate.d.ts.map +1 -0
- package/funcs/cardIssuingUpdate.js +135 -0
- package/funcs/cardIssuingUpdate.js.map +1 -0
- package/funcs/cardsDisable.d.ts +16 -0
- package/funcs/cardsDisable.d.ts.map +1 -0
- package/funcs/cardsDisable.js +133 -0
- package/funcs/cardsDisable.js.map +1 -0
- package/funcs/cardsGet.d.ts +17 -0
- package/funcs/cardsGet.d.ts.map +1 -0
- package/funcs/cardsGet.js +124 -0
- package/funcs/cardsGet.js.map +1 -0
- package/funcs/cardsLink.d.ts +30 -0
- package/funcs/cardsLink.d.ts.map +1 -0
- package/funcs/cardsLink.js +150 -0
- package/funcs/cardsLink.js.map +1 -0
- package/funcs/cardsList.d.ts +17 -0
- package/funcs/cardsList.d.ts.map +1 -0
- package/funcs/cardsList.js +120 -0
- package/funcs/cardsList.js.map +1 -0
- package/funcs/cardsUpdate.d.ts +25 -0
- package/funcs/cardsUpdate.d.ts.map +1 -0
- package/funcs/cardsUpdate.js +145 -0
- package/funcs/cardsUpdate.js.map +1 -0
- package/funcs/disputesAccept.d.ts +18 -0
- package/funcs/disputesAccept.d.ts.map +1 -0
- package/funcs/disputesAccept.js +136 -0
- package/funcs/disputesAccept.js.map +1 -0
- package/funcs/disputesDeleteEvidence.d.ts +18 -0
- package/funcs/disputesDeleteEvidence.d.ts.map +1 -0
- package/funcs/disputesDeleteEvidence.js +126 -0
- package/funcs/disputesDeleteEvidence.js.map +1 -0
- package/funcs/disputesGet.d.ts +17 -0
- package/funcs/disputesGet.d.ts.map +1 -0
- package/funcs/disputesGet.js +124 -0
- package/funcs/disputesGet.js.map +1 -0
- package/funcs/disputesGetEvidence.d.ts +17 -0
- package/funcs/disputesGetEvidence.d.ts.map +1 -0
- package/funcs/disputesGetEvidence.js +128 -0
- package/funcs/disputesGetEvidence.js.map +1 -0
- package/funcs/disputesGetEvidenceData.d.ts +24 -0
- package/funcs/disputesGetEvidenceData.d.ts.map +1 -0
- package/funcs/disputesGetEvidenceData.js +145 -0
- package/funcs/disputesGetEvidenceData.js.map +1 -0
- package/funcs/disputesList.d.ts +17 -0
- package/funcs/disputesList.d.ts.map +1 -0
- package/funcs/disputesList.js +135 -0
- package/funcs/disputesList.js.map +1 -0
- package/funcs/disputesListEvidence.d.ts +17 -0
- package/funcs/disputesListEvidence.d.ts.map +1 -0
- package/funcs/disputesListEvidence.js +124 -0
- package/funcs/disputesListEvidence.js.map +1 -0
- package/funcs/disputesSubmitEvidence.d.ts +21 -0
- package/funcs/disputesSubmitEvidence.d.ts.map +1 -0
- package/funcs/disputesSubmitEvidence.js +139 -0
- package/funcs/disputesSubmitEvidence.js.map +1 -0
- package/funcs/disputesUpdateEvidence.d.ts +18 -0
- package/funcs/disputesUpdateEvidence.d.ts.map +1 -0
- package/funcs/disputesUpdateEvidence.js +130 -0
- package/funcs/disputesUpdateEvidence.js.map +1 -0
- package/funcs/disputesUploadEvidenceFile.d.ts +18 -0
- package/funcs/disputesUploadEvidenceFile.d.ts.map +1 -0
- package/funcs/disputesUploadEvidenceFile.js +150 -0
- package/funcs/disputesUploadEvidenceFile.js.map +1 -0
- package/funcs/disputesUploadEvidenceText.d.ts +18 -0
- package/funcs/disputesUploadEvidenceText.d.ts.map +1 -0
- package/funcs/disputesUploadEvidenceText.js +139 -0
- package/funcs/disputesUploadEvidenceText.js.map +1 -0
- package/funcs/endToEndEncryptionGenerateKey.d.ts +12 -0
- package/funcs/endToEndEncryptionGenerateKey.d.ts.map +1 -0
- package/funcs/endToEndEncryptionGenerateKey.js +101 -0
- package/funcs/endToEndEncryptionGenerateKey.js.map +1 -0
- package/funcs/endToEndEncryptionTestEncryptedToken.d.ts +17 -0
- package/funcs/endToEndEncryptionTestEncryptedToken.d.ts.map +1 -0
- package/funcs/endToEndEncryptionTestEncryptedToken.js +114 -0
- package/funcs/endToEndEncryptionTestEncryptedToken.js.map +1 -0
- package/funcs/enrichedAddressGet.d.ts +15 -0
- package/funcs/enrichedAddressGet.d.ts.map +1 -0
- package/funcs/enrichedAddressGet.js +128 -0
- package/funcs/enrichedAddressGet.js.map +1 -0
- package/funcs/enrichedProfileGet.d.ts +15 -0
- package/funcs/enrichedProfileGet.d.ts.map +1 -0
- package/funcs/enrichedProfileGet.js +116 -0
- package/funcs/enrichedProfileGet.js.map +1 -0
- package/funcs/filesGet.d.ts +15 -0
- package/funcs/filesGet.d.ts.map +1 -0
- package/funcs/filesGet.js +122 -0
- package/funcs/filesGet.js.map +1 -0
- package/funcs/filesList.d.ts +15 -0
- package/funcs/filesList.d.ts.map +1 -0
- package/funcs/filesList.js +118 -0
- package/funcs/filesList.js.map +1 -0
- package/funcs/filesUpload.d.ts +19 -0
- package/funcs/filesUpload.d.ts.map +1 -0
- package/funcs/filesUpload.js +154 -0
- package/funcs/filesUpload.js.map +1 -0
- package/funcs/industriesList.d.ts +15 -0
- package/funcs/industriesList.d.ts.map +1 -0
- package/funcs/industriesList.js +104 -0
- package/funcs/industriesList.js.map +1 -0
- package/funcs/institutionsSearch.d.ts +16 -0
- package/funcs/institutionsSearch.d.ts.map +1 -0
- package/funcs/institutionsSearch.js +120 -0
- package/funcs/institutionsSearch.js.map +1 -0
- package/funcs/issuingTransactionsGet.d.ts +15 -0
- package/funcs/issuingTransactionsGet.d.ts.map +1 -0
- package/funcs/issuingTransactionsGet.js +119 -0
- package/funcs/issuingTransactionsGet.js.map +1 -0
- package/funcs/issuingTransactionsGetAuthorization.d.ts +15 -0
- package/funcs/issuingTransactionsGetAuthorization.d.ts.map +1 -0
- package/funcs/issuingTransactionsGetAuthorization.js +122 -0
- package/funcs/issuingTransactionsGetAuthorization.js.map +1 -0
- package/funcs/issuingTransactionsList.d.ts +15 -0
- package/funcs/issuingTransactionsList.d.ts.map +1 -0
- package/funcs/issuingTransactionsList.js +126 -0
- package/funcs/issuingTransactionsList.js.map +1 -0
- package/funcs/issuingTransactionsListAuthorizationEvents.d.ts +15 -0
- package/funcs/issuingTransactionsListAuthorizationEvents.d.ts.map +1 -0
- package/funcs/issuingTransactionsListAuthorizationEvents.js +124 -0
- package/funcs/issuingTransactionsListAuthorizationEvents.js.map +1 -0
- package/funcs/issuingTransactionsListAuthorizations.d.ts +15 -0
- package/funcs/issuingTransactionsListAuthorizations.d.ts.map +1 -0
- package/funcs/issuingTransactionsListAuthorizations.js +127 -0
- package/funcs/issuingTransactionsListAuthorizations.js.map +1 -0
- package/funcs/onboardingCreateInvite.d.ts +17 -0
- package/funcs/onboardingCreateInvite.d.ts.map +1 -0
- package/funcs/onboardingCreateInvite.js +127 -0
- package/funcs/onboardingCreateInvite.js.map +1 -0
- package/funcs/onboardingGetInvite.d.ts +15 -0
- package/funcs/onboardingGetInvite.d.ts.map +1 -0
- package/funcs/onboardingGetInvite.js +118 -0
- package/funcs/onboardingGetInvite.js.map +1 -0
- package/funcs/onboardingListInvites.d.ts +15 -0
- package/funcs/onboardingListInvites.d.ts.map +1 -0
- package/funcs/onboardingListInvites.js +104 -0
- package/funcs/onboardingListInvites.js.map +1 -0
- package/funcs/onboardingRevokeInvite.d.ts +15 -0
- package/funcs/onboardingRevokeInvite.d.ts.map +1 -0
- package/funcs/onboardingRevokeInvite.js +115 -0
- package/funcs/onboardingRevokeInvite.js.map +1 -0
- package/funcs/paymentLinksCreate.d.ts +16 -0
- package/funcs/paymentLinksCreate.d.ts.map +1 -0
- package/funcs/paymentLinksCreate.js +132 -0
- package/funcs/paymentLinksCreate.js.map +1 -0
- package/funcs/paymentLinksDisable.d.ts +15 -0
- package/funcs/paymentLinksDisable.d.ts.map +1 -0
- package/funcs/paymentLinksDisable.js +121 -0
- package/funcs/paymentLinksDisable.js.map +1 -0
- package/funcs/paymentLinksGet.d.ts +15 -0
- package/funcs/paymentLinksGet.d.ts.map +1 -0
- package/funcs/paymentLinksGet.js +122 -0
- package/funcs/paymentLinksGet.js.map +1 -0
- package/funcs/paymentLinksGetQRCode.d.ts +23 -0
- package/funcs/paymentLinksGetQRCode.d.ts.map +1 -0
- package/funcs/paymentLinksGetQRCode.js +135 -0
- package/funcs/paymentLinksGetQRCode.js.map +1 -0
- package/funcs/paymentLinksList.d.ts +15 -0
- package/funcs/paymentLinksList.d.ts.map +1 -0
- package/funcs/paymentLinksList.js +118 -0
- package/funcs/paymentLinksList.js.map +1 -0
- package/funcs/paymentLinksUpdate.d.ts +16 -0
- package/funcs/paymentLinksUpdate.d.ts.map +1 -0
- package/funcs/paymentLinksUpdate.js +136 -0
- package/funcs/paymentLinksUpdate.js.map +1 -0
- package/funcs/paymentMethodsGet.d.ts +15 -0
- package/funcs/paymentMethodsGet.d.ts.map +1 -0
- package/funcs/paymentMethodsGet.js +122 -0
- package/funcs/paymentMethodsGet.js.map +1 -0
- package/funcs/paymentMethodsList.d.ts +16 -0
- package/funcs/paymentMethodsList.d.ts.map +1 -0
- package/funcs/paymentMethodsList.js +124 -0
- package/funcs/paymentMethodsList.js.map +1 -0
- package/funcs/pingPing.d.ts +3 -3
- package/funcs/pingPing.d.ts.map +1 -1
- package/funcs/pingPing.js +13 -30
- package/funcs/pingPing.js.map +1 -1
- package/funcs/representativesCreate.d.ts +18 -0
- package/funcs/representativesCreate.d.ts.map +1 -0
- package/funcs/representativesCreate.js +138 -0
- package/funcs/representativesCreate.js.map +1 -0
- package/funcs/representativesDelete.d.ts +16 -0
- package/funcs/representativesDelete.d.ts.map +1 -0
- package/funcs/representativesDelete.js +128 -0
- package/funcs/representativesDelete.js.map +1 -0
- package/funcs/representativesGet.d.ts +15 -0
- package/funcs/representativesGet.d.ts.map +1 -0
- package/funcs/representativesGet.js +119 -0
- package/funcs/representativesGet.js.map +1 -0
- package/funcs/representativesList.d.ts +18 -0
- package/funcs/representativesList.d.ts.map +1 -0
- package/funcs/representativesList.js +121 -0
- package/funcs/representativesList.js.map +1 -0
- package/funcs/representativesUpdate.d.ts +29 -0
- package/funcs/representativesUpdate.d.ts.map +1 -0
- package/funcs/representativesUpdate.js +147 -0
- package/funcs/representativesUpdate.js.map +1 -0
- package/funcs/schedulingCancel.d.ts +16 -0
- package/funcs/schedulingCancel.d.ts.map +1 -0
- package/funcs/schedulingCancel.js +133 -0
- package/funcs/schedulingCancel.js.map +1 -0
- package/funcs/schedulingCreate.d.ts +16 -0
- package/funcs/schedulingCreate.d.ts.map +1 -0
- package/funcs/schedulingCreate.js +134 -0
- package/funcs/schedulingCreate.js.map +1 -0
- package/funcs/schedulingGet.d.ts +15 -0
- package/funcs/schedulingGet.d.ts.map +1 -0
- package/funcs/schedulingGet.js +122 -0
- package/funcs/schedulingGet.js.map +1 -0
- package/funcs/schedulingGetOccurrance.d.ts +15 -0
- package/funcs/schedulingGetOccurrance.d.ts.map +1 -0
- package/funcs/schedulingGetOccurrance.js +123 -0
- package/funcs/schedulingGetOccurrance.js.map +1 -0
- package/funcs/schedulingList.d.ts +15 -0
- package/funcs/schedulingList.d.ts.map +1 -0
- package/funcs/schedulingList.js +123 -0
- package/funcs/schedulingList.js.map +1 -0
- package/funcs/schedulingUpdate.d.ts +16 -0
- package/funcs/schedulingUpdate.d.ts.map +1 -0
- package/funcs/schedulingUpdate.js +138 -0
- package/funcs/schedulingUpdate.js.map +1 -0
- package/funcs/sweepsCreateConfig.d.ts +16 -0
- package/funcs/sweepsCreateConfig.d.ts.map +1 -0
- package/funcs/sweepsCreateConfig.js +132 -0
- package/funcs/sweepsCreateConfig.js.map +1 -0
- package/funcs/sweepsGet.d.ts +15 -0
- package/funcs/sweepsGet.d.ts.map +1 -0
- package/funcs/sweepsGet.js +126 -0
- package/funcs/sweepsGet.js.map +1 -0
- package/funcs/sweepsGetConfig.d.ts +15 -0
- package/funcs/sweepsGetConfig.d.ts.map +1 -0
- package/funcs/sweepsGetConfig.js +122 -0
- package/funcs/sweepsGetConfig.js.map +1 -0
- package/funcs/sweepsList.d.ts +15 -0
- package/funcs/sweepsList.d.ts.map +1 -0
- package/funcs/sweepsList.js +129 -0
- package/funcs/sweepsList.js.map +1 -0
- package/funcs/sweepsListConfigs.d.ts +15 -0
- package/funcs/sweepsListConfigs.d.ts.map +1 -0
- package/funcs/sweepsListConfigs.js +118 -0
- package/funcs/sweepsListConfigs.js.map +1 -0
- package/funcs/sweepsUpdateConfig.d.ts +16 -0
- package/funcs/sweepsUpdateConfig.d.ts.map +1 -0
- package/funcs/sweepsUpdateConfig.js +136 -0
- package/funcs/sweepsUpdateConfig.js.map +1 -0
- package/funcs/transfersCreate.d.ts +18 -0
- package/funcs/transfersCreate.d.ts.map +1 -0
- package/funcs/transfersCreate.js +135 -0
- package/funcs/transfersCreate.js.map +1 -0
- package/funcs/transfersCreateReversal.d.ts +18 -0
- package/funcs/transfersCreateReversal.d.ts.map +1 -0
- package/funcs/transfersCreateReversal.js +141 -0
- package/funcs/transfersCreateReversal.js.map +1 -0
- package/funcs/transfersGenerateOptions.d.ts +19 -0
- package/funcs/transfersGenerateOptions.d.ts.map +1 -0
- package/funcs/transfersGenerateOptions.js +110 -0
- package/funcs/transfersGenerateOptions.js.map +1 -0
- package/funcs/transfersGet.d.ts +18 -0
- package/funcs/transfersGet.d.ts.map +1 -0
- package/funcs/transfersGet.js +125 -0
- package/funcs/transfersGet.js.map +1 -0
- package/funcs/transfersGetRefund.d.ts +3 -4
- package/funcs/transfersGetRefund.d.ts.map +1 -1
- package/funcs/transfersGetRefund.js +14 -22
- package/funcs/transfersGetRefund.js.map +1 -1
- package/funcs/transfersInitiateRefund.d.ts +19 -0
- package/funcs/transfersInitiateRefund.d.ts.map +1 -0
- package/funcs/transfersInitiateRefund.js +135 -0
- package/funcs/transfersInitiateRefund.js.map +1 -0
- package/funcs/transfersList.d.ts +22 -0
- package/funcs/transfersList.d.ts.map +1 -0
- package/funcs/transfersList.js +137 -0
- package/funcs/transfersList.js.map +1 -0
- package/funcs/transfersListRefunds.d.ts +3 -4
- package/funcs/transfersListRefunds.d.ts.map +1 -1
- package/funcs/transfersListRefunds.js +14 -23
- package/funcs/transfersListRefunds.js.map +1 -1
- package/funcs/transfersUpdate.d.ts +17 -0
- package/funcs/transfersUpdate.d.ts.map +1 -0
- package/funcs/transfersUpdate.js +124 -0
- package/funcs/transfersUpdate.js.map +1 -0
- package/funcs/underwritingGet.d.ts +17 -0
- package/funcs/underwritingGet.d.ts.map +1 -0
- package/funcs/underwritingGet.js +120 -0
- package/funcs/underwritingGet.js.map +1 -0
- package/funcs/underwritingUpdate.d.ts +18 -0
- package/funcs/underwritingUpdate.d.ts.map +1 -0
- package/funcs/underwritingUpdate.js +138 -0
- package/funcs/underwritingUpdate.js.map +1 -0
- package/funcs/walletTransactionsGet.d.ts +17 -0
- package/funcs/walletTransactionsGet.d.ts.map +1 -0
- package/funcs/walletTransactionsGet.js +128 -0
- package/funcs/walletTransactionsGet.js.map +1 -0
- package/funcs/walletTransactionsList.d.ts +17 -0
- package/funcs/walletTransactionsList.d.ts.map +1 -0
- package/funcs/walletTransactionsList.js +138 -0
- package/funcs/walletTransactionsList.js.map +1 -0
- package/funcs/walletsGet.d.ts +17 -0
- package/funcs/walletsGet.d.ts.map +1 -0
- package/funcs/walletsGet.js +124 -0
- package/funcs/walletsGet.js.map +1 -0
- package/funcs/walletsList.d.ts +17 -0
- package/funcs/walletsList.d.ts.map +1 -0
- package/funcs/walletsList.js +120 -0
- package/funcs/walletsList.js.map +1 -0
- package/jsr.json +1 -1
- package/lib/config.d.ts +3 -3
- package/lib/config.js +3 -3
- package/lib/retries.js +0 -1
- package/lib/retries.js.map +1 -1
- package/models/components/authtoken.d.ts +1 -6
- package/models/components/authtoken.d.ts.map +1 -1
- package/models/components/authtoken.js.map +1 -1
- package/models/components/card.d.ts +2 -2
- package/models/components/card.d.ts.map +1 -1
- package/models/components/card.js +2 -2
- package/models/components/card.js.map +1 -1
- package/models/components/index.d.ts +1 -3
- package/models/components/index.d.ts.map +1 -1
- package/models/components/index.js +1 -3
- package/models/components/index.js.map +1 -1
- package/models/components/security.d.ts +4 -4
- package/models/components/security.d.ts.map +1 -1
- package/models/components/security.js +4 -4
- package/models/components/security.js.map +1 -1
- package/models/components/tokentype.d.ts +5 -18
- package/models/components/tokentype.d.ts.map +1 -1
- package/models/components/tokentype.js +2 -8
- package/models/components/tokentype.js.map +1 -1
- package/models/components/transferresponse.d.ts +27 -0
- package/models/components/transferresponse.d.ts.map +1 -0
- package/models/components/transferresponse.js +67 -0
- package/models/components/transferresponse.js.map +1 -0
- package/models/errors/index.d.ts +1 -1
- package/models/errors/index.d.ts.map +1 -1
- package/models/errors/index.js +1 -1
- package/models/errors/index.js.map +1 -1
- package/models/errors/updateaccount.d.ts +38 -0
- package/models/errors/updateaccount.d.ts.map +1 -0
- package/models/errors/updateaccount.js +81 -0
- package/models/errors/updateaccount.js.map +1 -0
- package/models/operations/acceptdispute.d.ts +58 -21
- package/models/operations/acceptdispute.d.ts.map +1 -1
- package/models/operations/acceptdispute.js +59 -34
- package/models/operations/acceptdispute.js.map +1 -1
- package/models/operations/assignaccountcountries.d.ts +58 -21
- package/models/operations/assignaccountcountries.d.ts.map +1 -1
- package/models/operations/assignaccountcountries.js +59 -28
- package/models/operations/assignaccountcountries.js.map +1 -1
- package/models/operations/cancelschedule.d.ts +56 -22
- package/models/operations/cancelschedule.d.ts.map +1 -1
- package/models/operations/cancelschedule.js +55 -35
- package/models/operations/cancelschedule.js.map +1 -1
- package/models/operations/completebankaccountverification.d.ts +58 -21
- package/models/operations/completebankaccountverification.d.ts.map +1 -1
- package/models/operations/completebankaccountverification.js +59 -28
- package/models/operations/completebankaccountverification.js.map +1 -1
- package/models/operations/completemicrodeposits.d.ts +58 -21
- package/models/operations/completemicrodeposits.d.ts.map +1 -1
- package/models/operations/completemicrodeposits.js +59 -28
- package/models/operations/completemicrodeposits.js.map +1 -1
- package/models/operations/createaccesstoken.d.ts +74 -0
- package/models/operations/createaccesstoken.d.ts.map +1 -0
- package/models/operations/createaccesstoken.js +118 -0
- package/models/operations/createaccesstoken.js.map +1 -0
- package/models/operations/createaccount.d.ts +47 -40
- package/models/operations/createaccount.d.ts.map +1 -1
- package/models/operations/createaccount.js +43 -51
- package/models/operations/createaccount.js.map +1 -1
- package/models/operations/createapplepaysession.d.ts +58 -21
- package/models/operations/createapplepaysession.d.ts.map +1 -1
- package/models/operations/createapplepaysession.js +59 -28
- package/models/operations/createapplepaysession.js.map +1 -1
- package/models/operations/createbrand.d.ts +101 -0
- package/models/operations/createbrand.d.ts.map +1 -0
- package/models/operations/createbrand.js +155 -0
- package/models/operations/createbrand.js.map +1 -0
- package/models/operations/createfeeplanagreements.d.ts +58 -21
- package/models/operations/createfeeplanagreements.d.ts.map +1 -1
- package/models/operations/createfeeplanagreements.js +59 -28
- package/models/operations/createfeeplanagreements.js.map +1 -1
- package/models/operations/createonboardinginvite.d.ts +47 -35
- package/models/operations/createonboardinginvite.d.ts.map +1 -1
- package/models/operations/createonboardinginvite.js +43 -47
- package/models/operations/createonboardinginvite.js.map +1 -1
- package/models/operations/createpaymentlink.d.ts +58 -21
- package/models/operations/createpaymentlink.d.ts.map +1 -1
- package/models/operations/createpaymentlink.js +59 -28
- package/models/operations/createpaymentlink.js.map +1 -1
- package/models/operations/createrepresentative.d.ts +58 -21
- package/models/operations/createrepresentative.d.ts.map +1 -1
- package/models/operations/createrepresentative.js +59 -28
- package/models/operations/createrepresentative.js.map +1 -1
- package/models/operations/createreversal.d.ts +114 -0
- package/models/operations/createreversal.d.ts.map +1 -0
- package/models/operations/createreversal.js +161 -0
- package/models/operations/createreversal.js.map +1 -0
- package/models/operations/createschedule.d.ts +58 -21
- package/models/operations/createschedule.d.ts.map +1 -1
- package/models/operations/createschedule.js +59 -28
- package/models/operations/createschedule.js.map +1 -1
- package/models/operations/createsweepconfig.d.ts +58 -21
- package/models/operations/createsweepconfig.d.ts.map +1 -1
- package/models/operations/createsweepconfig.js +59 -28
- package/models/operations/createsweepconfig.js.map +1 -1
- package/models/operations/createtransfer.d.ts +52 -39
- package/models/operations/createtransfer.d.ts.map +1 -1
- package/models/operations/createtransfer.js +57 -53
- package/models/operations/createtransfer.js.map +1 -1
- package/models/operations/createtransferoptions.d.ts +58 -23
- package/models/operations/createtransferoptions.d.ts.map +1 -1
- package/models/operations/createtransferoptions.js +61 -38
- package/models/operations/createtransferoptions.js.map +1 -1
- package/models/operations/deletedisputeevidencefile.d.ts +56 -22
- package/models/operations/deletedisputeevidencefile.d.ts.map +1 -1
- package/models/operations/deletedisputeevidencefile.js +55 -35
- package/models/operations/deletedisputeevidencefile.js.map +1 -1
- package/models/operations/deleterepresentative.d.ts +56 -22
- package/models/operations/deleterepresentative.d.ts.map +1 -1
- package/models/operations/deleterepresentative.js +55 -35
- package/models/operations/deleterepresentative.js.map +1 -1
- package/models/operations/disablebankaccount.d.ts +56 -22
- package/models/operations/disablebankaccount.d.ts.map +1 -1
- package/models/operations/disablebankaccount.js +55 -35
- package/models/operations/disablebankaccount.js.map +1 -1
- package/models/operations/disablecapability.d.ts +56 -21
- package/models/operations/disablecapability.d.ts.map +1 -1
- package/models/operations/disablecapability.js +55 -34
- package/models/operations/disablecapability.js.map +1 -1
- package/models/operations/disablecard.d.ts +56 -22
- package/models/operations/disablecard.d.ts.map +1 -1
- package/models/operations/disablecard.js +55 -35
- package/models/operations/disablecard.js.map +1 -1
- package/models/operations/disablepaymentlink.d.ts +56 -22
- package/models/operations/disablepaymentlink.d.ts.map +1 -1
- package/models/operations/disablepaymentlink.js +55 -35
- package/models/operations/disablepaymentlink.js.map +1 -1
- package/models/operations/disconnectaccount.d.ts +56 -22
- package/models/operations/disconnectaccount.d.ts.map +1 -1
- package/models/operations/disconnectaccount.js +55 -35
- package/models/operations/disconnectaccount.js.map +1 -1
- package/models/operations/generateendtoendkey.d.ts +67 -5
- package/models/operations/generateendtoendkey.d.ts.map +1 -1
- package/models/operations/generateendtoendkey.js +67 -5
- package/models/operations/generateendtoendkey.js.map +1 -1
- package/models/operations/getaccount.d.ts +58 -21
- package/models/operations/getaccount.d.ts.map +1 -1
- package/models/operations/getaccount.js +59 -34
- package/models/operations/getaccount.js.map +1 -1
- package/models/operations/getaccountcountries.d.ts +58 -21
- package/models/operations/getaccountcountries.d.ts.map +1 -1
- package/models/operations/getaccountcountries.js +59 -34
- package/models/operations/getaccountcountries.js.map +1 -1
- package/models/operations/getadjustment.d.ts +58 -21
- package/models/operations/getadjustment.d.ts.map +1 -1
- package/models/operations/getadjustment.js +59 -34
- package/models/operations/getadjustment.js.map +1 -1
- package/models/operations/getapplepaymerchantdomains.d.ts +58 -21
- package/models/operations/getapplepaymerchantdomains.d.ts.map +1 -1
- package/models/operations/getapplepaymerchantdomains.js +59 -34
- package/models/operations/getapplepaymerchantdomains.js.map +1 -1
- package/models/operations/getavatar.d.ts +60 -24
- package/models/operations/getavatar.d.ts.map +1 -1
- package/models/operations/getavatar.js +67 -37
- package/models/operations/getavatar.js.map +1 -1
- package/models/operations/getbankaccount.d.ts +58 -21
- package/models/operations/getbankaccount.d.ts.map +1 -1
- package/models/operations/getbankaccount.js +59 -34
- package/models/operations/getbankaccount.js.map +1 -1
- package/models/operations/getbankaccountverification.d.ts +58 -21
- package/models/operations/getbankaccountverification.d.ts.map +1 -1
- package/models/operations/getbankaccountverification.js +59 -34
- package/models/operations/getbankaccountverification.js.map +1 -1
- package/models/operations/getbrand.d.ts +58 -21
- package/models/operations/getbrand.d.ts.map +1 -1
- package/models/operations/getbrand.js +59 -34
- package/models/operations/getbrand.js.map +1 -1
- package/models/operations/getcapability.d.ts +58 -21
- package/models/operations/getcapability.d.ts.map +1 -1
- package/models/operations/getcapability.js +59 -34
- package/models/operations/getcapability.js.map +1 -1
- package/models/operations/getcard.d.ts +58 -21
- package/models/operations/getcard.d.ts.map +1 -1
- package/models/operations/getcard.js +59 -34
- package/models/operations/getcard.js.map +1 -1
- package/models/operations/getdispute.d.ts +58 -21
- package/models/operations/getdispute.d.ts.map +1 -1
- package/models/operations/getdispute.js +59 -34
- package/models/operations/getdispute.js.map +1 -1
- package/models/operations/getdisputeevidence.d.ts +58 -21
- package/models/operations/getdisputeevidence.d.ts.map +1 -1
- package/models/operations/getdisputeevidence.js +59 -34
- package/models/operations/getdisputeevidence.js.map +1 -1
- package/models/operations/getdisputeevidencedata.d.ts +60 -24
- package/models/operations/getdisputeevidencedata.d.ts.map +1 -1
- package/models/operations/getdisputeevidencedata.js +69 -37
- package/models/operations/getdisputeevidencedata.js.map +1 -1
- package/models/operations/getenrichmentaddress.d.ts +59 -22
- package/models/operations/getenrichmentaddress.d.ts.map +1 -1
- package/models/operations/getenrichmentaddress.js +59 -34
- package/models/operations/getenrichmentaddress.js.map +1 -1
- package/models/operations/getenrichmentprofile.d.ts +58 -21
- package/models/operations/getenrichmentprofile.d.ts.map +1 -1
- package/models/operations/getenrichmentprofile.js +59 -34
- package/models/operations/getenrichmentprofile.js.map +1 -1
- package/models/operations/getfiledetails.d.ts +58 -21
- package/models/operations/getfiledetails.d.ts.map +1 -1
- package/models/operations/getfiledetails.js +59 -34
- package/models/operations/getfiledetails.js.map +1 -1
- package/models/operations/getfullissuedcard.d.ts +58 -21
- package/models/operations/getfullissuedcard.d.ts.map +1 -1
- package/models/operations/getfullissuedcard.js +59 -34
- package/models/operations/getfullissuedcard.js.map +1 -1
- package/models/operations/getissuedcard.d.ts +58 -21
- package/models/operations/getissuedcard.d.ts.map +1 -1
- package/models/operations/getissuedcard.js +59 -34
- package/models/operations/getissuedcard.js.map +1 -1
- package/models/operations/getissuedcardauthorization.d.ts +58 -21
- package/models/operations/getissuedcardauthorization.d.ts.map +1 -1
- package/models/operations/getissuedcardauthorization.js +59 -34
- package/models/operations/getissuedcardauthorization.js.map +1 -1
- package/models/operations/getissuedcardtransaction.d.ts +58 -21
- package/models/operations/getissuedcardtransaction.d.ts.map +1 -1
- package/models/operations/getissuedcardtransaction.js +59 -34
- package/models/operations/getissuedcardtransaction.js.map +1 -1
- package/models/operations/getmerchantprocessingagreement.d.ts +58 -22
- package/models/operations/getmerchantprocessingagreement.d.ts.map +1 -1
- package/models/operations/getmerchantprocessingagreement.js +59 -35
- package/models/operations/getmerchantprocessingagreement.js.map +1 -1
- package/models/operations/getonboardinginvite.d.ts +58 -21
- package/models/operations/getonboardinginvite.d.ts.map +1 -1
- package/models/operations/getonboardinginvite.js +59 -34
- package/models/operations/getonboardinginvite.js.map +1 -1
- package/models/operations/getpaymentlink.d.ts +58 -21
- package/models/operations/getpaymentlink.d.ts.map +1 -1
- package/models/operations/getpaymentlink.js +59 -34
- package/models/operations/getpaymentlink.js.map +1 -1
- package/models/operations/getpaymentlinkqrcode.d.ts +60 -23
- package/models/operations/getpaymentlinkqrcode.d.ts.map +1 -1
- package/models/operations/getpaymentlinkqrcode.js +67 -36
- package/models/operations/getpaymentlinkqrcode.js.map +1 -1
- package/models/operations/getpaymentmethod.d.ts +58 -21
- package/models/operations/getpaymentmethod.d.ts.map +1 -1
- package/models/operations/getpaymentmethod.js +59 -34
- package/models/operations/getpaymentmethod.js.map +1 -1
- package/models/operations/getrefund.d.ts +58 -21
- package/models/operations/getrefund.d.ts.map +1 -1
- package/models/operations/getrefund.js +59 -34
- package/models/operations/getrefund.js.map +1 -1
- package/models/operations/getrepresentative.d.ts +58 -21
- package/models/operations/getrepresentative.d.ts.map +1 -1
- package/models/operations/getrepresentative.js +59 -34
- package/models/operations/getrepresentative.js.map +1 -1
- package/models/operations/getscheduledoccurrence.d.ts +58 -21
- package/models/operations/getscheduledoccurrence.d.ts.map +1 -1
- package/models/operations/getscheduledoccurrence.js +59 -34
- package/models/operations/getscheduledoccurrence.js.map +1 -1
- package/models/operations/getschedules.d.ts +58 -21
- package/models/operations/getschedules.d.ts.map +1 -1
- package/models/operations/getschedules.js +59 -34
- package/models/operations/getschedules.js.map +1 -1
- package/models/operations/getsweep.d.ts +58 -21
- package/models/operations/getsweep.d.ts.map +1 -1
- package/models/operations/getsweep.js +59 -34
- package/models/operations/getsweep.js.map +1 -1
- package/models/operations/getsweepconfig.d.ts +58 -21
- package/models/operations/getsweepconfig.d.ts.map +1 -1
- package/models/operations/getsweepconfig.js +59 -34
- package/models/operations/getsweepconfig.js.map +1 -1
- package/models/operations/gettermsofservicetoken.d.ts +67 -3
- package/models/operations/gettermsofservicetoken.d.ts.map +1 -1
- package/models/operations/gettermsofservicetoken.js +73 -9
- package/models/operations/gettermsofservicetoken.js.map +1 -1
- package/models/operations/gettransfer.d.ts +58 -21
- package/models/operations/gettransfer.d.ts.map +1 -1
- package/models/operations/gettransfer.js +59 -34
- package/models/operations/gettransfer.js.map +1 -1
- package/models/operations/getunderwriting.d.ts +58 -21
- package/models/operations/getunderwriting.d.ts.map +1 -1
- package/models/operations/getunderwriting.js +59 -34
- package/models/operations/getunderwriting.js.map +1 -1
- package/models/operations/getwallet.d.ts +58 -21
- package/models/operations/getwallet.d.ts.map +1 -1
- package/models/operations/getwallet.js +59 -34
- package/models/operations/getwallet.js.map +1 -1
- package/models/operations/getwallettransaction.d.ts +58 -21
- package/models/operations/getwallettransaction.d.ts.map +1 -1
- package/models/operations/getwallettransaction.js +59 -34
- package/models/operations/getwallettransaction.js.map +1 -1
- package/models/operations/index.d.ts +9 -9
- package/models/operations/index.d.ts.map +1 -1
- package/models/operations/index.js +9 -9
- package/models/operations/index.js.map +1 -1
- package/models/operations/initiatebankaccountverification.d.ts +58 -21
- package/models/operations/initiatebankaccountverification.d.ts.map +1 -1
- package/models/operations/initiatebankaccountverification.js +59 -28
- package/models/operations/initiatebankaccountverification.js.map +1 -1
- package/models/operations/initiatemicrodeposits.d.ts +56 -22
- package/models/operations/initiatemicrodeposits.d.ts.map +1 -1
- package/models/operations/initiatemicrodeposits.js +55 -35
- package/models/operations/initiatemicrodeposits.js.map +1 -1
- package/models/operations/initiaterefund.d.ts +143 -0
- package/models/operations/initiaterefund.d.ts.map +1 -0
- package/models/operations/initiaterefund.js +200 -0
- package/models/operations/initiaterefund.js.map +1 -0
- package/models/operations/linkapplepaytoken.d.ts +58 -21
- package/models/operations/linkapplepaytoken.d.ts.map +1 -1
- package/models/operations/linkapplepaytoken.js +59 -28
- package/models/operations/linkapplepaytoken.js.map +1 -1
- package/models/operations/linkbankaccount.d.ts +58 -21
- package/models/operations/linkbankaccount.d.ts.map +1 -1
- package/models/operations/linkbankaccount.js +59 -28
- package/models/operations/linkbankaccount.js.map +1 -1
- package/models/operations/linkcard.d.ts +58 -21
- package/models/operations/linkcard.d.ts.map +1 -1
- package/models/operations/linkcard.js +59 -28
- package/models/operations/linkcard.js.map +1 -1
- package/models/operations/listaccounts.d.ts +58 -21
- package/models/operations/listaccounts.d.ts.map +1 -1
- package/models/operations/listaccounts.js +59 -34
- package/models/operations/listaccounts.js.map +1 -1
- package/models/operations/listadjustments.d.ts +58 -21
- package/models/operations/listadjustments.d.ts.map +1 -1
- package/models/operations/listadjustments.js +59 -34
- package/models/operations/listadjustments.js.map +1 -1
- package/models/operations/listbankaccounts.d.ts +58 -21
- package/models/operations/listbankaccounts.d.ts.map +1 -1
- package/models/operations/listbankaccounts.js +59 -34
- package/models/operations/listbankaccounts.js.map +1 -1
- package/models/operations/listcapabilities.d.ts +58 -21
- package/models/operations/listcapabilities.d.ts.map +1 -1
- package/models/operations/listcapabilities.js +59 -34
- package/models/operations/listcapabilities.js.map +1 -1
- package/models/operations/listcards.d.ts +58 -21
- package/models/operations/listcards.d.ts.map +1 -1
- package/models/operations/listcards.js +59 -34
- package/models/operations/listcards.js.map +1 -1
- package/models/operations/listdisputeevidence.d.ts +58 -21
- package/models/operations/listdisputeevidence.d.ts.map +1 -1
- package/models/operations/listdisputeevidence.js +59 -34
- package/models/operations/listdisputeevidence.js.map +1 -1
- package/models/operations/listdisputes.d.ts +58 -21
- package/models/operations/listdisputes.d.ts.map +1 -1
- package/models/operations/listdisputes.js +59 -34
- package/models/operations/listdisputes.js.map +1 -1
- package/models/operations/listfeeplanagreements.d.ts +58 -21
- package/models/operations/listfeeplanagreements.d.ts.map +1 -1
- package/models/operations/listfeeplanagreements.js +59 -34
- package/models/operations/listfeeplanagreements.js.map +1 -1
- package/models/operations/listfeeplans.d.ts +58 -21
- package/models/operations/listfeeplans.d.ts.map +1 -1
- package/models/operations/listfeeplans.js +59 -34
- package/models/operations/listfeeplans.js.map +1 -1
- package/models/operations/listfiles.d.ts +58 -21
- package/models/operations/listfiles.d.ts.map +1 -1
- package/models/operations/listfiles.js +59 -34
- package/models/operations/listfiles.js.map +1 -1
- package/models/operations/listindustries.d.ts +58 -23
- package/models/operations/listindustries.d.ts.map +1 -1
- package/models/operations/listindustries.js +61 -38
- package/models/operations/listindustries.js.map +1 -1
- package/models/operations/listinstitutions.d.ts +58 -21
- package/models/operations/listinstitutions.d.ts.map +1 -1
- package/models/operations/listinstitutions.js +59 -34
- package/models/operations/listinstitutions.js.map +1 -1
- package/models/operations/listissuedcardauthorizationevents.d.ts +58 -21
- package/models/operations/listissuedcardauthorizationevents.d.ts.map +1 -1
- package/models/operations/listissuedcardauthorizationevents.js +59 -34
- package/models/operations/listissuedcardauthorizationevents.js.map +1 -1
- package/models/operations/listissuedcardauthorizations.d.ts +58 -21
- package/models/operations/listissuedcardauthorizations.d.ts.map +1 -1
- package/models/operations/listissuedcardauthorizations.js +59 -34
- package/models/operations/listissuedcardauthorizations.js.map +1 -1
- package/models/operations/listissuedcards.d.ts +58 -21
- package/models/operations/listissuedcards.d.ts.map +1 -1
- package/models/operations/listissuedcards.js +59 -34
- package/models/operations/listissuedcards.js.map +1 -1
- package/models/operations/listissuedcardtransactions.d.ts +58 -21
- package/models/operations/listissuedcardtransactions.d.ts.map +1 -1
- package/models/operations/listissuedcardtransactions.js +59 -34
- package/models/operations/listissuedcardtransactions.js.map +1 -1
- package/models/operations/listonboardinginvites.d.ts +58 -23
- package/models/operations/listonboardinginvites.d.ts.map +1 -1
- package/models/operations/listonboardinginvites.js +61 -38
- package/models/operations/listonboardinginvites.js.map +1 -1
- package/models/operations/listpartnerpricing.d.ts +58 -21
- package/models/operations/listpartnerpricing.d.ts.map +1 -1
- package/models/operations/listpartnerpricing.js +59 -34
- package/models/operations/listpartnerpricing.js.map +1 -1
- package/models/operations/listpartnerpricingagreements.d.ts +58 -21
- package/models/operations/listpartnerpricingagreements.d.ts.map +1 -1
- package/models/operations/listpartnerpricingagreements.js +59 -34
- package/models/operations/listpartnerpricingagreements.js.map +1 -1
- package/models/operations/listpaymentlinks.d.ts +58 -21
- package/models/operations/listpaymentlinks.d.ts.map +1 -1
- package/models/operations/listpaymentlinks.js +59 -34
- package/models/operations/listpaymentlinks.js.map +1 -1
- package/models/operations/listpaymentmethods.d.ts +64 -22
- package/models/operations/listpaymentmethods.d.ts.map +1 -1
- package/models/operations/listpaymentmethods.js +59 -34
- package/models/operations/listpaymentmethods.js.map +1 -1
- package/models/operations/listrefunds.d.ts +58 -21
- package/models/operations/listrefunds.d.ts.map +1 -1
- package/models/operations/listrefunds.js +59 -34
- package/models/operations/listrefunds.js.map +1 -1
- package/models/operations/listrepresentatives.d.ts +58 -21
- package/models/operations/listrepresentatives.d.ts.map +1 -1
- package/models/operations/listrepresentatives.js +59 -34
- package/models/operations/listrepresentatives.js.map +1 -1
- package/models/operations/listschedules.d.ts +58 -21
- package/models/operations/listschedules.d.ts.map +1 -1
- package/models/operations/listschedules.js +59 -34
- package/models/operations/listschedules.js.map +1 -1
- package/models/operations/listsweepconfigs.d.ts +58 -21
- package/models/operations/listsweepconfigs.d.ts.map +1 -1
- package/models/operations/listsweepconfigs.js +59 -34
- package/models/operations/listsweepconfigs.js.map +1 -1
- package/models/operations/listsweeps.d.ts +58 -21
- package/models/operations/listsweeps.d.ts.map +1 -1
- package/models/operations/listsweeps.js +59 -34
- package/models/operations/listsweeps.js.map +1 -1
- package/models/operations/listtransfers.d.ts +58 -21
- package/models/operations/listtransfers.d.ts.map +1 -1
- package/models/operations/listtransfers.js +59 -34
- package/models/operations/listtransfers.js.map +1 -1
- package/models/operations/listwallets.d.ts +58 -21
- package/models/operations/listwallets.d.ts.map +1 -1
- package/models/operations/listwallets.js +59 -34
- package/models/operations/listwallets.js.map +1 -1
- package/models/operations/listwallettransactions.d.ts +60 -23
- package/models/operations/listwallettransactions.d.ts.map +1 -1
- package/models/operations/listwallettransactions.js +61 -36
- package/models/operations/listwallettransactions.js.map +1 -1
- package/models/operations/ping.d.ts +56 -24
- package/models/operations/ping.d.ts.map +1 -1
- package/models/operations/ping.js +57 -39
- package/models/operations/ping.js.map +1 -1
- package/models/operations/registerapplepaymerchantdomains.d.ts +58 -21
- package/models/operations/registerapplepaymerchantdomains.d.ts.map +1 -1
- package/models/operations/registerapplepaymerchantdomains.js +59 -28
- package/models/operations/registerapplepaymerchantdomains.js.map +1 -1
- package/models/operations/requestcapabilities.d.ts +101 -0
- package/models/operations/requestcapabilities.d.ts.map +1 -0
- package/models/operations/requestcapabilities.js +155 -0
- package/models/operations/requestcapabilities.js.map +1 -0
- package/models/operations/requestcard.d.ts +58 -21
- package/models/operations/requestcard.d.ts.map +1 -1
- package/models/operations/requestcard.js +59 -28
- package/models/operations/requestcard.js.map +1 -1
- package/models/operations/revokeaccesstoken.d.ts +71 -0
- package/models/operations/revokeaccesstoken.d.ts.map +1 -0
- package/models/operations/revokeaccesstoken.js +113 -0
- package/models/operations/revokeaccesstoken.js.map +1 -0
- package/models/operations/revokeonboardinginvite.d.ts +56 -22
- package/models/operations/revokeonboardinginvite.d.ts.map +1 -1
- package/models/operations/revokeonboardinginvite.js +55 -35
- package/models/operations/revokeonboardinginvite.js.map +1 -1
- package/models/operations/submitdisputeevidence.d.ts +58 -21
- package/models/operations/submitdisputeevidence.d.ts.map +1 -1
- package/models/operations/submitdisputeevidence.js +59 -34
- package/models/operations/submitdisputeevidence.js.map +1 -1
- package/models/operations/testendtoendtoken.d.ts +45 -36
- package/models/operations/testendtoendtoken.d.ts.map +1 -1
- package/models/operations/testendtoendtoken.js +39 -48
- package/models/operations/testendtoendtoken.js.map +1 -1
- package/models/operations/updateaccount.d.ts +101 -0
- package/models/operations/updateaccount.d.ts.map +1 -0
- package/models/operations/updateaccount.js +155 -0
- package/models/operations/updateaccount.js.map +1 -0
- package/models/operations/updateapplepaymerchantdomains.d.ts +56 -21
- package/models/operations/updateapplepaymerchantdomains.d.ts.map +1 -1
- package/models/operations/updateapplepaymerchantdomains.js +55 -28
- package/models/operations/updateapplepaymerchantdomains.js.map +1 -1
- package/models/operations/updatebrand.d.ts +58 -21
- package/models/operations/updatebrand.d.ts.map +1 -1
- package/models/operations/updatebrand.js +59 -28
- package/models/operations/updatebrand.js.map +1 -1
- package/models/operations/updatecard.d.ts +58 -21
- package/models/operations/updatecard.d.ts.map +1 -1
- package/models/operations/updatecard.js +59 -28
- package/models/operations/updatecard.js.map +1 -1
- package/models/operations/updatedisputeevidence.d.ts +58 -21
- package/models/operations/updatedisputeevidence.d.ts.map +1 -1
- package/models/operations/updatedisputeevidence.js +59 -28
- package/models/operations/updatedisputeevidence.js.map +1 -1
- package/models/operations/updateissuedcard.d.ts +56 -21
- package/models/operations/updateissuedcard.d.ts.map +1 -1
- package/models/operations/updateissuedcard.js +55 -28
- package/models/operations/updateissuedcard.js.map +1 -1
- package/models/operations/updatepaymentlink.d.ts +58 -21
- package/models/operations/updatepaymentlink.d.ts.map +1 -1
- package/models/operations/updatepaymentlink.js +59 -28
- package/models/operations/updatepaymentlink.js.map +1 -1
- package/models/operations/updaterepresentative.d.ts +58 -21
- package/models/operations/updaterepresentative.d.ts.map +1 -1
- package/models/operations/updaterepresentative.js +59 -28
- package/models/operations/updaterepresentative.js.map +1 -1
- package/models/operations/updateschedule.d.ts +58 -21
- package/models/operations/updateschedule.d.ts.map +1 -1
- package/models/operations/updateschedule.js +59 -28
- package/models/operations/updateschedule.js.map +1 -1
- package/models/operations/updatesweepconfig.d.ts +103 -0
- package/models/operations/updatesweepconfig.d.ts.map +1 -0
- package/models/operations/updatesweepconfig.js +157 -0
- package/models/operations/updatesweepconfig.js.map +1 -0
- package/models/operations/updatetransfer.d.ts +104 -0
- package/models/operations/updatetransfer.d.ts.map +1 -0
- package/models/operations/updatetransfer.js +147 -0
- package/models/operations/updatetransfer.js.map +1 -0
- package/models/operations/updateunderwriting.d.ts +58 -21
- package/models/operations/updateunderwriting.d.ts.map +1 -1
- package/models/operations/updateunderwriting.js +59 -28
- package/models/operations/updateunderwriting.js.map +1 -1
- package/models/operations/uploaddisputeevidencefile.d.ts +56 -21
- package/models/operations/uploaddisputeevidencefile.d.ts.map +1 -1
- package/models/operations/uploaddisputeevidencefile.js +55 -28
- package/models/operations/uploaddisputeevidencefile.js.map +1 -1
- package/models/operations/uploaddisputeevidencetext.d.ts +58 -21
- package/models/operations/uploaddisputeevidencetext.d.ts.map +1 -1
- package/models/operations/uploaddisputeevidencetext.js +59 -28
- package/models/operations/uploaddisputeevidencetext.js.map +1 -1
- package/models/operations/uploadfile.d.ts +58 -21
- package/models/operations/uploadfile.d.ts.map +1 -1
- package/models/operations/uploadfile.js +59 -28
- package/models/operations/uploadfile.js.map +1 -1
- package/package.json +6 -7
- package/sdk/accounts.d.ts +37 -26
- package/sdk/accounts.d.ts.map +1 -1
- package/sdk/accounts.js +51 -40
- package/sdk/accounts.js.map +1 -1
- package/sdk/adjustments.d.ts +6 -7
- package/sdk/adjustments.d.ts.map +1 -1
- package/sdk/adjustments.js +10 -10
- package/sdk/adjustments.js.map +1 -1
- package/sdk/applepay.d.ts +54 -0
- package/sdk/applepay.d.ts.map +1 -0
- package/sdk/applepay.js +76 -0
- package/sdk/applepay.js.map +1 -0
- package/sdk/authentication.d.ts +2 -2
- package/sdk/authentication.d.ts.map +1 -1
- package/sdk/authentication.js +6 -6
- package/sdk/authentication.js.map +1 -1
- package/sdk/avatars.d.ts +6 -5
- package/sdk/avatars.d.ts.map +1 -1
- package/sdk/avatars.js +8 -7
- package/sdk/avatars.js.map +1 -1
- package/sdk/bankaccounts.d.ts +44 -36
- package/sdk/bankaccounts.d.ts.map +1 -1
- package/sdk/bankaccounts.js +60 -51
- package/sdk/bankaccounts.js.map +1 -1
- package/sdk/billing.d.ts +15 -16
- package/sdk/billing.d.ts.map +1 -1
- package/sdk/billing.js +20 -20
- package/sdk/billing.js.map +1 -1
- package/sdk/branding.d.ts +14 -6
- package/sdk/branding.d.ts.map +1 -1
- package/sdk/branding.js +20 -11
- package/sdk/branding.js.map +1 -1
- package/sdk/capabilities.d.ts +13 -8
- package/sdk/capabilities.d.ts.map +1 -1
- package/sdk/capabilities.js +21 -15
- package/sdk/capabilities.js.map +1 -1
- package/sdk/cardissuing.d.ts +15 -16
- package/sdk/cardissuing.d.ts.map +1 -1
- package/sdk/cardissuing.js +25 -25
- package/sdk/cardissuing.js.map +1 -1
- package/sdk/cards.d.ts +15 -65
- package/sdk/cards.d.ts.map +1 -1
- package/sdk/cards.js +25 -89
- package/sdk/cards.js.map +1 -1
- package/sdk/disputes.d.ts +37 -38
- package/sdk/disputes.d.ts.map +1 -1
- package/sdk/disputes.js +59 -59
- package/sdk/disputes.js.map +1 -1
- package/sdk/endtoendencryption.d.ts +4 -4
- package/sdk/endtoendencryption.d.ts.map +1 -1
- package/sdk/endtoendencryption.js +8 -8
- package/sdk/endtoendencryption.js.map +1 -1
- package/sdk/enrichedaddress.d.ts +4 -4
- package/sdk/enrichedaddress.d.ts.map +1 -1
- package/sdk/enrichedaddress.js +6 -5
- package/sdk/enrichedaddress.js.map +1 -1
- package/sdk/enrichedprofile.d.ts +4 -4
- package/sdk/enrichedprofile.d.ts.map +1 -1
- package/sdk/enrichedprofile.js +6 -5
- package/sdk/enrichedprofile.js.map +1 -1
- package/sdk/files.d.ts +9 -10
- package/sdk/files.d.ts.map +1 -1
- package/sdk/files.js +15 -15
- package/sdk/files.js.map +1 -1
- package/sdk/industries.d.ts +4 -4
- package/sdk/industries.d.ts.map +1 -1
- package/sdk/industries.js +6 -5
- package/sdk/industries.js.map +1 -1
- package/sdk/institutions.d.ts +4 -4
- package/sdk/institutions.d.ts.map +1 -1
- package/sdk/institutions.js +6 -5
- package/sdk/institutions.js.map +1 -1
- package/sdk/issuingtransactions.d.ts +15 -16
- package/sdk/issuingtransactions.d.ts.map +1 -1
- package/sdk/issuingtransactions.js +25 -25
- package/sdk/issuingtransactions.js.map +1 -1
- package/sdk/onboarding.d.ts +12 -12
- package/sdk/onboarding.d.ts.map +1 -1
- package/sdk/onboarding.js +20 -20
- package/sdk/onboarding.js.map +1 -1
- package/sdk/paymentlinks.d.ts +21 -22
- package/sdk/paymentlinks.d.ts.map +1 -1
- package/sdk/paymentlinks.js +33 -33
- package/sdk/paymentlinks.js.map +1 -1
- package/sdk/paymentmethods.d.ts +8 -6
- package/sdk/paymentmethods.d.ts.map +1 -1
- package/sdk/paymentmethods.js +12 -9
- package/sdk/paymentmethods.js.map +1 -1
- package/sdk/ping.d.ts +3 -3
- package/sdk/ping.d.ts.map +1 -1
- package/sdk/ping.js +4 -4
- package/sdk/ping.js.map +1 -1
- package/sdk/representatives.d.ts +19 -15
- package/sdk/representatives.d.ts.map +1 -1
- package/sdk/representatives.js +29 -24
- package/sdk/representatives.js.map +1 -1
- package/sdk/scheduling.d.ts +24 -7
- package/sdk/scheduling.d.ts.map +1 -1
- package/sdk/scheduling.js +36 -18
- package/sdk/scheduling.js.map +1 -1
- package/sdk/sdk.d.ts +5 -2
- package/sdk/sdk.d.ts.map +1 -1
- package/sdk/sdk.js +6 -2
- package/sdk/sdk.js.map +1 -1
- package/sdk/sweeps.d.ts +24 -7
- package/sdk/sweeps.d.ts.map +1 -1
- package/sdk/sweeps.js +36 -18
- package/sdk/sweeps.js.map +1 -1
- package/sdk/transfers.d.ts +25 -27
- package/sdk/transfers.d.ts.map +1 -1
- package/sdk/transfers.js +41 -42
- package/sdk/transfers.js.map +1 -1
- package/sdk/underwriting.d.ts +6 -7
- package/sdk/underwriting.d.ts.map +1 -1
- package/sdk/underwriting.js +10 -10
- package/sdk/underwriting.js.map +1 -1
- package/sdk/wallets.d.ts +12 -7
- package/sdk/wallets.d.ts.map +1 -1
- package/sdk/wallets.js +16 -10
- package/sdk/wallets.js.map +1 -1
- package/sdk/wallettransactions.d.ts +12 -7
- package/sdk/wallettransactions.d.ts.map +1 -1
- package/sdk/wallettransactions.js +16 -10
- package/sdk/wallettransactions.js.map +1 -1
- package/src/funcs/accountsAssignCountries.ts +168 -0
- package/src/funcs/accountsCreate.ts +172 -0
- package/src/funcs/accountsDisconnect.ts +161 -0
- package/src/funcs/accountsGet.ts +145 -0
- package/src/funcs/accountsGetCountries.ts +146 -0
- package/src/funcs/accountsGetMerchantProcessingAgreement.ts +23 -33
- package/src/funcs/accountsGetTermsOfServiceToken.ts +20 -11
- package/src/funcs/accountsList.ts +155 -0
- package/src/funcs/accountsUpdate.ts +177 -0
- package/src/funcs/adjustmentsGet.ts +151 -0
- package/src/funcs/adjustmentsList.ts +150 -0
- package/src/funcs/applePayCreateSession.ts +172 -0
- package/src/funcs/applePayGetMerchantDomains.ts +150 -0
- package/src/funcs/applePayLinkToken.ts +168 -0
- package/src/funcs/applePayRegisterMerchantDomains.ts +172 -0
- package/src/funcs/applePayUpdateMerchantDomains.ts +173 -0
- package/src/funcs/authenticationCreateAccessToken.ts +144 -0
- package/src/funcs/authenticationRevokeAccessToken.ts +147 -0
- package/src/funcs/avatarsGet.ts +156 -0
- package/src/funcs/bankAccountsCompleteMicroDeposits.ts +21 -32
- package/src/funcs/bankAccountsCompleteVerification.ts +183 -0
- package/src/funcs/bankAccountsDisable.ts +165 -0
- package/src/funcs/bankAccountsGet.ts +153 -0
- package/src/funcs/bankAccountsGetVerification.ts +161 -0
- package/src/funcs/bankAccountsInitiateMicroDeposits.ts +28 -34
- package/src/funcs/bankAccountsInitiateVerification.ts +189 -0
- package/src/funcs/bankAccountsLink.ts +176 -0
- package/src/funcs/bankAccountsList.ts +147 -0
- package/src/funcs/billingCreateFeePlanAgreements.ts +19 -32
- package/src/funcs/billingListFeePlanAgreements.ts +22 -32
- package/src/funcs/billingListFeePlans.ts +22 -32
- package/src/funcs/billingListPartnerPricing.ts +22 -32
- package/src/funcs/billingListPartnerPricingAgreements.ts +22 -32
- package/src/funcs/brandingCreate.ts +165 -0
- package/src/funcs/brandingGet.ts +145 -0
- package/src/funcs/brandingUpdate.ts +165 -0
- package/src/funcs/capabilitiesDisable.ts +165 -0
- package/src/funcs/capabilitiesGet.ts +151 -0
- package/src/funcs/capabilitiesList.ts +147 -0
- package/src/funcs/capabilitiesRequest.ts +166 -0
- package/src/funcs/cardIssuingGet.ts +151 -0
- package/src/funcs/cardIssuingGetFull.ts +153 -0
- package/src/funcs/cardIssuingList.ts +152 -0
- package/src/funcs/cardIssuingRequest.ts +164 -0
- package/src/funcs/cardIssuingUpdate.ts +170 -0
- package/src/funcs/cardsDisable.ts +163 -0
- package/src/funcs/cardsGet.ts +151 -0
- package/src/funcs/cardsLink.ts +183 -0
- package/src/funcs/cardsList.ts +147 -0
- package/src/funcs/cardsUpdate.ts +178 -0
- package/src/funcs/disputesAccept.ts +168 -0
- package/src/funcs/disputesDeleteEvidence.ts +163 -0
- package/src/funcs/disputesGet.ts +153 -0
- package/src/funcs/disputesGetEvidence.ts +157 -0
- package/src/funcs/disputesGetEvidenceData.ts +178 -0
- package/src/funcs/disputesList.ts +163 -0
- package/src/funcs/disputesListEvidence.ts +154 -0
- package/src/funcs/disputesSubmitEvidence.ts +172 -0
- package/src/funcs/disputesUpdateEvidence.ts +163 -0
- package/src/funcs/disputesUploadEvidenceFile.ts +199 -0
- package/src/funcs/disputesUploadEvidenceText.ts +172 -0
- package/src/funcs/endToEndEncryptionGenerateKey.ts +121 -0
- package/src/funcs/endToEndEncryptionTestEncryptedToken.ts +143 -0
- package/src/funcs/enrichedAddressGet.ts +156 -0
- package/src/funcs/enrichedProfileGet.ts +144 -0
- package/src/funcs/filesGet.ts +149 -0
- package/src/funcs/filesList.ts +145 -0
- package/src/funcs/filesUpload.ts +199 -0
- package/src/funcs/industriesList.ts +125 -0
- package/src/funcs/institutionsSearch.ts +150 -0
- package/src/funcs/issuingTransactionsGet.ts +153 -0
- package/src/funcs/issuingTransactionsGetAuthorization.ts +152 -0
- package/src/funcs/issuingTransactionsList.ts +155 -0
- package/src/funcs/issuingTransactionsListAuthorizationEvents.ts +161 -0
- package/src/funcs/issuingTransactionsListAuthorizations.ts +158 -0
- package/src/funcs/onboardingCreateInvite.ts +159 -0
- package/src/funcs/onboardingGetInvite.ts +146 -0
- package/src/funcs/onboardingListInvites.ts +125 -0
- package/src/funcs/onboardingRevokeInvite.ts +145 -0
- package/src/funcs/paymentLinksCreate.ts +165 -0
- package/src/funcs/paymentLinksDisable.ts +148 -0
- package/src/funcs/paymentLinksGet.ts +151 -0
- package/src/funcs/paymentLinksGetQRCode.ts +165 -0
- package/src/funcs/paymentLinksList.ts +145 -0
- package/src/funcs/paymentLinksUpdate.ts +171 -0
- package/src/funcs/paymentMethodsGet.ts +151 -0
- package/src/funcs/paymentMethodsList.ts +152 -0
- package/src/funcs/pingPing.ts +22 -45
- package/src/funcs/representativesCreate.ts +172 -0
- package/src/funcs/representativesDelete.ts +169 -0
- package/src/funcs/representativesGet.ts +152 -0
- package/src/funcs/representativesList.ts +149 -0
- package/src/funcs/representativesUpdate.ts +184 -0
- package/src/funcs/schedulingCancel.ts +165 -0
- package/src/funcs/schedulingCreate.ts +167 -0
- package/src/funcs/schedulingGet.ts +151 -0
- package/src/funcs/schedulingGetOccurrance.ts +157 -0
- package/src/funcs/schedulingList.ts +151 -0
- package/src/funcs/schedulingUpdate.ts +173 -0
- package/src/funcs/sweepsCreateConfig.ts +165 -0
- package/src/funcs/sweepsGet.ts +155 -0
- package/src/funcs/sweepsGetConfig.ts +151 -0
- package/src/funcs/sweepsList.ts +159 -0
- package/src/funcs/sweepsListConfigs.ts +145 -0
- package/src/funcs/sweepsUpdateConfig.ts +171 -0
- package/src/funcs/transfersCreate.ts +177 -0
- package/src/funcs/transfersCreateReversal.ts +180 -0
- package/src/funcs/transfersGenerateOptions.ts +137 -0
- package/src/funcs/transfersGet.ts +154 -0
- package/src/funcs/transfersGetRefund.ts +22 -31
- package/src/funcs/transfersInitiateRefund.ts +178 -0
- package/src/funcs/transfersList.ts +165 -0
- package/src/funcs/transfersListRefunds.ts +22 -32
- package/src/funcs/transfersUpdate.ts +153 -0
- package/src/funcs/underwritingGet.ts +147 -0
- package/src/funcs/underwritingUpdate.ts +171 -0
- package/src/funcs/walletTransactionsGet.ts +158 -0
- package/src/funcs/walletTransactionsList.ts +169 -0
- package/src/funcs/walletsGet.ts +153 -0
- package/src/funcs/walletsList.ts +147 -0
- package/src/lib/config.ts +3 -3
- package/src/lib/retries.ts +0 -1
- package/src/models/components/authtoken.ts +1 -6
- package/src/models/components/card.ts +4 -4
- package/src/models/components/index.ts +1 -3
- package/src/models/components/security.ts +8 -8
- package/src/models/components/tokentype.ts +3 -14
- package/src/models/components/transferresponse.ts +72 -0
- package/src/models/errors/index.ts +1 -1
- package/src/models/errors/updateaccount.ts +76 -0
- package/src/models/operations/acceptdispute.ts +112 -48
- package/src/models/operations/assignaccountcountries.ts +115 -43
- package/src/models/operations/cancelschedule.ts +106 -49
- package/src/models/operations/completebankaccountverification.ts +125 -49
- package/src/models/operations/completemicrodeposits.ts +115 -43
- package/src/models/operations/createaccesstoken.ts +161 -0
- package/src/models/operations/createaccount.ts +72 -77
- package/src/models/operations/createapplepaysession.ts +115 -43
- package/src/models/operations/createbrand.ts +231 -0
- package/src/models/operations/createfeeplanagreements.ts +115 -43
- package/src/models/operations/createonboardinginvite.ts +74 -70
- package/src/models/operations/createpaymentlink.ts +112 -42
- package/src/models/operations/createrepresentative.ts +115 -43
- package/src/models/operations/createreversal.ts +250 -0
- package/src/models/operations/createschedule.ts +112 -42
- package/src/models/operations/createsweepconfig.ts +112 -42
- package/src/models/operations/createtransfer.ts +103 -88
- package/src/models/operations/createtransferoptions.ts +117 -55
- package/src/models/operations/deletedisputeevidencefile.ts +110 -51
- package/src/models/operations/deleterepresentative.ts +109 -50
- package/src/models/operations/disablebankaccount.ts +106 -49
- package/src/models/operations/disablecapability.ts +106 -48
- package/src/models/operations/disablecard.ts +106 -49
- package/src/models/operations/disablepaymentlink.ts +106 -49
- package/src/models/operations/disconnectaccount.ts +106 -49
- package/src/models/operations/generateendtoendkey.ts +145 -11
- package/src/models/operations/getaccount.ts +112 -48
- package/src/models/operations/getaccountcountries.ts +114 -50
- package/src/models/operations/getadjustment.ts +112 -48
- package/src/models/operations/getapplepaymerchantdomains.ts +117 -50
- package/src/models/operations/getavatar.ts +125 -56
- package/src/models/operations/getbankaccount.ts +112 -48
- package/src/models/operations/getbankaccountverification.ts +117 -50
- package/src/models/operations/getbrand.ts +112 -50
- package/src/models/operations/getcapability.ts +112 -48
- package/src/models/operations/getcard.ts +109 -49
- package/src/models/operations/getdispute.ts +112 -48
- package/src/models/operations/getdisputeevidence.ts +112 -48
- package/src/models/operations/getdisputeevidencedata.ts +139 -57
- package/src/models/operations/getenrichmentaddress.ts +116 -50
- package/src/models/operations/getenrichmentprofile.ts +115 -49
- package/src/models/operations/getfiledetails.ts +112 -48
- package/src/models/operations/getfullissuedcard.ts +112 -48
- package/src/models/operations/getissuedcard.ts +112 -48
- package/src/models/operations/getissuedcardauthorization.ts +117 -50
- package/src/models/operations/getissuedcardtransaction.ts +115 -49
- package/src/models/operations/getmerchantprocessingagreement.ts +119 -51
- package/src/models/operations/getonboardinginvite.ts +114 -50
- package/src/models/operations/getpaymentlink.ts +112 -48
- package/src/models/operations/getpaymentlinkqrcode.ts +130 -56
- package/src/models/operations/getpaymentmethod.ts +112 -48
- package/src/models/operations/getrefund.ts +112 -48
- package/src/models/operations/getrepresentative.ts +112 -48
- package/src/models/operations/getscheduledoccurrence.ts +115 -49
- package/src/models/operations/getschedules.ts +112 -48
- package/src/models/operations/getsweep.ts +112 -50
- package/src/models/operations/getsweepconfig.ts +112 -48
- package/src/models/operations/gettermsofservicetoken.ts +153 -13
- package/src/models/operations/gettransfer.ts +112 -48
- package/src/models/operations/getunderwriting.ts +112 -48
- package/src/models/operations/getwallet.ts +112 -48
- package/src/models/operations/getwallettransaction.ts +115 -49
- package/src/models/operations/index.ts +9 -9
- package/src/models/operations/initiatebankaccountverification.ts +125 -49
- package/src/models/operations/initiatemicrodeposits.ts +109 -50
- package/src/models/operations/initiaterefund.ts +332 -0
- package/src/models/operations/linkapplepaytoken.ts +112 -42
- package/src/models/operations/linkbankaccount.ts +112 -42
- package/src/models/operations/linkcard.ts +112 -44
- package/src/models/operations/listaccounts.ts +112 -48
- package/src/models/operations/listadjustments.ts +112 -48
- package/src/models/operations/listbankaccounts.ts +112 -48
- package/src/models/operations/listcapabilities.ts +112 -48
- package/src/models/operations/listcards.ts +112 -48
- package/src/models/operations/listdisputeevidence.ts +114 -50
- package/src/models/operations/listdisputes.ts +112 -48
- package/src/models/operations/listfeeplanagreements.ts +115 -49
- package/src/models/operations/listfeeplans.ts +112 -48
- package/src/models/operations/listfiles.ts +112 -48
- package/src/models/operations/listindustries.ts +114 -54
- package/src/models/operations/listinstitutions.ts +112 -48
- package/src/models/operations/listissuedcardauthorizationevents.ts +131 -56
- package/src/models/operations/listissuedcardauthorizations.ts +118 -49
- package/src/models/operations/listissuedcards.ts +112 -48
- package/src/models/operations/listissuedcardtransactions.ts +117 -50
- package/src/models/operations/listonboardinginvites.ts +117 -55
- package/src/models/operations/listpartnerpricing.ts +112 -48
- package/src/models/operations/listpartnerpricingagreements.ts +118 -49
- package/src/models/operations/listpaymentlinks.ts +112 -48
- package/src/models/operations/listpaymentmethods.ts +118 -49
- package/src/models/operations/listrefunds.ts +112 -48
- package/src/models/operations/listrepresentatives.ts +114 -50
- package/src/models/operations/listschedules.ts +112 -48
- package/src/models/operations/listsweepconfigs.ts +112 -48
- package/src/models/operations/listsweeps.ts +112 -48
- package/src/models/operations/listtransfers.ts +112 -48
- package/src/models/operations/listwallets.ts +112 -48
- package/src/models/operations/listwallettransactions.ts +119 -53
- package/src/models/operations/ping.ts +103 -54
- package/src/models/operations/registerapplepaymerchantdomains.ts +125 -49
- package/src/models/operations/requestcapabilities.ts +233 -0
- package/src/models/operations/requestcard.ts +112 -42
- package/src/models/operations/revokeaccesstoken.ts +154 -0
- package/src/models/operations/revokeonboardinginvite.ts +109 -50
- package/src/models/operations/submitdisputeevidence.ts +115 -49
- package/src/models/operations/testendtoendtoken.ts +66 -69
- package/src/models/operations/updateaccount.ts +231 -0
- package/src/models/operations/updateapplepaymerchantdomains.ts +112 -43
- package/src/models/operations/updatebrand.ts +112 -42
- package/src/models/operations/updatecard.ts +112 -42
- package/src/models/operations/updatedisputeevidence.ts +115 -43
- package/src/models/operations/updateissuedcard.ts +106 -42
- package/src/models/operations/updatepaymentlink.ts +112 -42
- package/src/models/operations/updaterepresentative.ts +115 -43
- package/src/models/operations/updateschedule.ts +112 -42
- package/src/models/operations/updatesweepconfig.ts +235 -0
- package/src/models/operations/updatetransfer.ts +226 -0
- package/src/models/operations/updateunderwriting.ts +112 -42
- package/src/models/operations/uploaddisputeevidencefile.ts +110 -44
- package/src/models/operations/uploaddisputeevidencetext.ts +116 -44
- package/src/models/operations/uploadfile.ts +112 -42
- package/src/sdk/accounts.ts +60 -65
- package/src/sdk/adjustments.ts +12 -17
- package/src/sdk/applepay.ts +113 -0
- package/src/sdk/authentication.ts +10 -10
- package/src/sdk/avatars.ts +7 -11
- package/src/sdk/bankaccounts.ts +65 -75
- package/src/sdk/billing.ts +15 -26
- package/src/sdk/branding.ts +24 -22
- package/src/sdk/capabilities.ts +26 -29
- package/src/sdk/cardissuing.ts +30 -41
- package/src/sdk/cards.ts +30 -155
- package/src/sdk/disputes.ts +70 -93
- package/src/sdk/endtoendencryption.ts +11 -13
- package/src/sdk/enrichedaddress.ts +7 -9
- package/src/sdk/enrichedprofile.ts +7 -9
- package/src/sdk/files.ts +18 -25
- package/src/sdk/industries.ts +7 -9
- package/src/sdk/institutions.ts +7 -9
- package/src/sdk/issuingtransactions.ts +30 -41
- package/src/sdk/onboarding.ts +25 -33
- package/src/sdk/paymentlinks.ts +39 -54
- package/src/sdk/paymentmethods.ts +14 -16
- package/src/sdk/ping.ts +3 -5
- package/src/sdk/representatives.ts +34 -40
- package/src/sdk/scheduling.ts +42 -37
- package/src/sdk/sdk.ts +9 -3
- package/src/sdk/sweeps.ts +43 -38
- package/src/sdk/transfers.ts +48 -68
- package/src/sdk/underwriting.ts +12 -17
- package/src/sdk/wallets.ts +18 -17
- package/src/sdk/wallettransactions.ts +18 -17
- package/funcs/accountsAssignAccountCountries.d.ts +0 -19
- package/funcs/accountsAssignAccountCountries.d.ts.map +0 -1
- package/funcs/accountsAssignAccountCountries.js +0 -145
- package/funcs/accountsAssignAccountCountries.js.map +0 -1
- package/funcs/accountsCreateAccount.d.ts +0 -25
- package/funcs/accountsCreateAccount.d.ts.map +0 -1
- package/funcs/accountsCreateAccount.js +0 -149
- package/funcs/accountsCreateAccount.js.map +0 -1
- package/funcs/accountsDisconnectAccount.d.ts +0 -17
- package/funcs/accountsDisconnectAccount.d.ts.map +0 -1
- package/funcs/accountsDisconnectAccount.js +0 -142
- package/funcs/accountsDisconnectAccount.js.map +0 -1
- package/funcs/accountsGetAccount.d.ts +0 -13
- package/funcs/accountsGetAccount.d.ts.map +0 -1
- package/funcs/accountsGetAccount.js +0 -123
- package/funcs/accountsGetAccount.js.map +0 -1
- package/funcs/accountsGetAccountCountries.d.ts +0 -16
- package/funcs/accountsGetAccountCountries.d.ts.map +0 -1
- package/funcs/accountsGetAccountCountries.js +0 -126
- package/funcs/accountsGetAccountCountries.js.map +0 -1
- package/funcs/accountsListAccounts.d.ts +0 -17
- package/funcs/accountsListAccounts.d.ts.map +0 -1
- package/funcs/accountsListAccounts.js +0 -134
- package/funcs/accountsListAccounts.js.map +0 -1
- package/funcs/accountsPatchAccount.d.ts +0 -25
- package/funcs/accountsPatchAccount.d.ts.map +0 -1
- package/funcs/accountsPatchAccount.js +0 -153
- package/funcs/accountsPatchAccount.js.map +0 -1
- package/funcs/adjustmentsGetAdjustment.d.ts +0 -16
- package/funcs/adjustmentsGetAdjustment.d.ts.map +0 -1
- package/funcs/adjustmentsGetAdjustment.js +0 -130
- package/funcs/adjustmentsGetAdjustment.js.map +0 -1
- package/funcs/adjustmentsListAdjustments.d.ts +0 -16
- package/funcs/adjustmentsListAdjustments.d.ts.map +0 -1
- package/funcs/adjustmentsListAdjustments.js +0 -131
- package/funcs/adjustmentsListAdjustments.js.map +0 -1
- package/funcs/authenticationCreateAuthToken.d.ts +0 -14
- package/funcs/authenticationCreateAuthToken.d.ts.map +0 -1
- package/funcs/authenticationCreateAuthToken.js +0 -109
- package/funcs/authenticationCreateAuthToken.js.map +0 -1
- package/funcs/authenticationRevokeAuthToken.d.ts +0 -15
- package/funcs/authenticationRevokeAuthToken.d.ts.map +0 -1
- package/funcs/authenticationRevokeAuthToken.js +0 -113
- package/funcs/authenticationRevokeAuthToken.js.map +0 -1
- package/funcs/avatarsGetAvatar.d.ts +0 -20
- package/funcs/avatarsGetAvatar.d.ts.map +0 -1
- package/funcs/avatarsGetAvatar.js +0 -134
- package/funcs/avatarsGetAvatar.js.map +0 -1
- package/funcs/bankAccountsCompleteBankAccountVerification.d.ts +0 -24
- package/funcs/bankAccountsCompleteBankAccountVerification.d.ts.map +0 -1
- package/funcs/bankAccountsCompleteBankAccountVerification.js +0 -156
- package/funcs/bankAccountsCompleteBankAccountVerification.js.map +0 -1
- package/funcs/bankAccountsDisableBankAccount.d.ts +0 -16
- package/funcs/bankAccountsDisableBankAccount.d.ts.map +0 -1
- package/funcs/bankAccountsDisableBankAccount.js +0 -145
- package/funcs/bankAccountsDisableBankAccount.js.map +0 -1
- package/funcs/bankAccountsGetBankAccount.d.ts +0 -17
- package/funcs/bankAccountsGetBankAccount.d.ts.map +0 -1
- package/funcs/bankAccountsGetBankAccount.js +0 -131
- package/funcs/bankAccountsGetBankAccount.js.map +0 -1
- package/funcs/bankAccountsGetBankAccountVerification.d.ts +0 -25
- package/funcs/bankAccountsGetBankAccountVerification.d.ts.map +0 -1
- package/funcs/bankAccountsGetBankAccountVerification.js +0 -139
- package/funcs/bankAccountsGetBankAccountVerification.js.map +0 -1
- package/funcs/bankAccountsInitiateBankAccountVerification.d.ts +0 -32
- package/funcs/bankAccountsInitiateBankAccountVerification.d.ts.map +0 -1
- package/funcs/bankAccountsInitiateBankAccountVerification.js +0 -164
- package/funcs/bankAccountsInitiateBankAccountVerification.js.map +0 -1
- package/funcs/bankAccountsLinkBankAccount.d.ts +0 -21
- package/funcs/bankAccountsLinkBankAccount.d.ts.map +0 -1
- package/funcs/bankAccountsLinkBankAccount.js +0 -151
- package/funcs/bankAccountsLinkBankAccount.js.map +0 -1
- package/funcs/bankAccountsListBankAccounts.d.ts +0 -17
- package/funcs/bankAccountsListBankAccounts.d.ts.map +0 -1
- package/funcs/bankAccountsListBankAccounts.js +0 -128
- package/funcs/bankAccountsListBankAccounts.js.map +0 -1
- package/funcs/brandingGetBrand.d.ts +0 -13
- package/funcs/brandingGetBrand.d.ts.map +0 -1
- package/funcs/brandingGetBrand.js +0 -123
- package/funcs/brandingGetBrand.js.map +0 -1
- package/funcs/brandingPostBrand.d.ts +0 -14
- package/funcs/brandingPostBrand.d.ts.map +0 -1
- package/funcs/brandingPostBrand.js +0 -140
- package/funcs/brandingPostBrand.js.map +0 -1
- package/funcs/brandingUpdateBrand.d.ts +0 -14
- package/funcs/brandingUpdateBrand.d.ts.map +0 -1
- package/funcs/brandingUpdateBrand.js +0 -140
- package/funcs/brandingUpdateBrand.js.map +0 -1
- package/funcs/capabilitiesAddCapabilities.d.ts +0 -16
- package/funcs/capabilitiesAddCapabilities.d.ts.map +0 -1
- package/funcs/capabilitiesAddCapabilities.js +0 -143
- package/funcs/capabilitiesAddCapabilities.js.map +0 -1
- package/funcs/capabilitiesDisableCapability.d.ts +0 -15
- package/funcs/capabilitiesDisableCapability.d.ts.map +0 -1
- package/funcs/capabilitiesDisableCapability.js +0 -144
- package/funcs/capabilitiesDisableCapability.js.map +0 -1
- package/funcs/capabilitiesGetCapability.d.ts +0 -15
- package/funcs/capabilitiesGetCapability.d.ts.map +0 -1
- package/funcs/capabilitiesGetCapability.js +0 -129
- package/funcs/capabilitiesGetCapability.js.map +0 -1
- package/funcs/capabilitiesListCapabilities.d.ts +0 -15
- package/funcs/capabilitiesListCapabilities.d.ts.map +0 -1
- package/funcs/capabilitiesListCapabilities.js +0 -126
- package/funcs/capabilitiesListCapabilities.js.map +0 -1
- package/funcs/cardIssuingGetFullIssuedCard.d.ts +0 -18
- package/funcs/cardIssuingGetFullIssuedCard.d.ts.map +0 -1
- package/funcs/cardIssuingGetFullIssuedCard.js +0 -132
- package/funcs/cardIssuingGetFullIssuedCard.js.map +0 -1
- package/funcs/cardIssuingGetIssuedCard.d.ts +0 -16
- package/funcs/cardIssuingGetIssuedCard.d.ts.map +0 -1
- package/funcs/cardIssuingGetIssuedCard.js +0 -130
- package/funcs/cardIssuingGetIssuedCard.js.map +0 -1
- package/funcs/cardIssuingListIssuedCards.d.ts +0 -16
- package/funcs/cardIssuingListIssuedCards.d.ts.map +0 -1
- package/funcs/cardIssuingListIssuedCards.js +0 -133
- package/funcs/cardIssuingListIssuedCards.js.map +0 -1
- package/funcs/cardIssuingRequestCard.d.ts +0 -17
- package/funcs/cardIssuingRequestCard.d.ts.map +0 -1
- package/funcs/cardIssuingRequestCard.js +0 -142
- package/funcs/cardIssuingRequestCard.js.map +0 -1
- package/funcs/cardIssuingUpdateIssuedCard.d.ts +0 -16
- package/funcs/cardIssuingUpdateIssuedCard.d.ts.map +0 -1
- package/funcs/cardIssuingUpdateIssuedCard.js +0 -147
- package/funcs/cardIssuingUpdateIssuedCard.js.map +0 -1
- package/funcs/cardsCreateApplePaySession.d.ts +0 -19
- package/funcs/cardsCreateApplePaySession.d.ts.map +0 -1
- package/funcs/cardsCreateApplePaySession.js +0 -148
- package/funcs/cardsCreateApplePaySession.js.map +0 -1
- package/funcs/cardsDisableCard.d.ts +0 -16
- package/funcs/cardsDisableCard.d.ts.map +0 -1
- package/funcs/cardsDisableCard.js +0 -145
- package/funcs/cardsDisableCard.js.map +0 -1
- package/funcs/cardsGetApplePayMerchantDomains.d.ts +0 -18
- package/funcs/cardsGetApplePayMerchantDomains.d.ts.map +0 -1
- package/funcs/cardsGetApplePayMerchantDomains.js +0 -128
- package/funcs/cardsGetApplePayMerchantDomains.js.map +0 -1
- package/funcs/cardsGetCard.d.ts +0 -18
- package/funcs/cardsGetCard.d.ts.map +0 -1
- package/funcs/cardsGetCard.js +0 -132
- package/funcs/cardsGetCard.js.map +0 -1
- package/funcs/cardsLinkApplePayToken.d.ts +0 -20
- package/funcs/cardsLinkApplePayToken.d.ts.map +0 -1
- package/funcs/cardsLinkApplePayToken.js +0 -146
- package/funcs/cardsLinkApplePayToken.js.map +0 -1
- package/funcs/cardsLinkCard.d.ts +0 -31
- package/funcs/cardsLinkCard.d.ts.map +0 -1
- package/funcs/cardsLinkCard.js +0 -161
- package/funcs/cardsLinkCard.js.map +0 -1
- package/funcs/cardsListCards.d.ts +0 -18
- package/funcs/cardsListCards.d.ts.map +0 -1
- package/funcs/cardsListCards.js +0 -129
- package/funcs/cardsListCards.js.map +0 -1
- package/funcs/cardsRegisterApplePayMerchantDomains.d.ts +0 -20
- package/funcs/cardsRegisterApplePayMerchantDomains.d.ts.map +0 -1
- package/funcs/cardsRegisterApplePayMerchantDomains.js +0 -147
- package/funcs/cardsRegisterApplePayMerchantDomains.js.map +0 -1
- package/funcs/cardsUpdateApplePayMerchantDomains.d.ts +0 -19
- package/funcs/cardsUpdateApplePayMerchantDomains.d.ts.map +0 -1
- package/funcs/cardsUpdateApplePayMerchantDomains.js +0 -148
- package/funcs/cardsUpdateApplePayMerchantDomains.js.map +0 -1
- package/funcs/cardsUpdateCard.d.ts +0 -26
- package/funcs/cardsUpdateCard.d.ts.map +0 -1
- package/funcs/cardsUpdateCard.js +0 -156
- package/funcs/cardsUpdateCard.js.map +0 -1
- package/funcs/disputesAcceptDispute.d.ts +0 -19
- package/funcs/disputesAcceptDispute.d.ts.map +0 -1
- package/funcs/disputesAcceptDispute.js +0 -147
- package/funcs/disputesAcceptDispute.js.map +0 -1
- package/funcs/disputesDeleteDisputeEvidenceFile.d.ts +0 -18
- package/funcs/disputesDeleteDisputeEvidenceFile.d.ts.map +0 -1
- package/funcs/disputesDeleteDisputeEvidenceFile.js +0 -140
- package/funcs/disputesDeleteDisputeEvidenceFile.js.map +0 -1
- package/funcs/disputesGetDispute.d.ts +0 -18
- package/funcs/disputesGetDispute.d.ts.map +0 -1
- package/funcs/disputesGetDispute.js +0 -132
- package/funcs/disputesGetDispute.js.map +0 -1
- package/funcs/disputesGetDisputeEvidence.d.ts +0 -18
- package/funcs/disputesGetDisputeEvidence.d.ts.map +0 -1
- package/funcs/disputesGetDisputeEvidence.js +0 -136
- package/funcs/disputesGetDisputeEvidence.js.map +0 -1
- package/funcs/disputesGetDisputeEvidenceData.d.ts +0 -24
- package/funcs/disputesGetDisputeEvidenceData.d.ts.map +0 -1
- package/funcs/disputesGetDisputeEvidenceData.js +0 -149
- package/funcs/disputesGetDisputeEvidenceData.js.map +0 -1
- package/funcs/disputesListDisputeEvidence.d.ts +0 -18
- package/funcs/disputesListDisputeEvidence.d.ts.map +0 -1
- package/funcs/disputesListDisputeEvidence.js +0 -133
- package/funcs/disputesListDisputeEvidence.js.map +0 -1
- package/funcs/disputesListDisputes.d.ts +0 -18
- package/funcs/disputesListDisputes.d.ts.map +0 -1
- package/funcs/disputesListDisputes.js +0 -144
- package/funcs/disputesListDisputes.js.map +0 -1
- package/funcs/disputesSubmitDisputeEvidence.d.ts +0 -22
- package/funcs/disputesSubmitDisputeEvidence.d.ts.map +0 -1
- package/funcs/disputesSubmitDisputeEvidence.js +0 -150
- package/funcs/disputesSubmitDisputeEvidence.js.map +0 -1
- package/funcs/disputesUpdateDisputeEvidence.d.ts +0 -19
- package/funcs/disputesUpdateDisputeEvidence.d.ts.map +0 -1
- package/funcs/disputesUpdateDisputeEvidence.js +0 -141
- package/funcs/disputesUpdateDisputeEvidence.js.map +0 -1
- package/funcs/disputesUploadDisputeEvidenceFile.d.ts +0 -18
- package/funcs/disputesUploadDisputeEvidenceFile.d.ts.map +0 -1
- package/funcs/disputesUploadDisputeEvidenceFile.js +0 -164
- package/funcs/disputesUploadDisputeEvidenceFile.js.map +0 -1
- package/funcs/disputesUploadDisputeEvidenceText.d.ts +0 -19
- package/funcs/disputesUploadDisputeEvidenceText.d.ts.map +0 -1
- package/funcs/disputesUploadDisputeEvidenceText.js +0 -150
- package/funcs/disputesUploadDisputeEvidenceText.js.map +0 -1
- package/funcs/endToEndEncryptionGenerateEndToEndKey.d.ts +0 -13
- package/funcs/endToEndEncryptionGenerateEndToEndKey.d.ts.map +0 -1
- package/funcs/endToEndEncryptionGenerateEndToEndKey.js +0 -104
- package/funcs/endToEndEncryptionGenerateEndToEndKey.js.map +0 -1
- package/funcs/endToEndEncryptionTestEndToEndToken.d.ts +0 -16
- package/funcs/endToEndEncryptionTestEndToEndToken.d.ts.map +0 -1
- package/funcs/endToEndEncryptionTestEndToEndToken.js +0 -125
- package/funcs/endToEndEncryptionTestEndToEndToken.js.map +0 -1
- package/funcs/enrichedAddressGetEnrichmentAddress.d.ts +0 -15
- package/funcs/enrichedAddressGetEnrichmentAddress.d.ts.map +0 -1
- package/funcs/enrichedAddressGetEnrichmentAddress.js +0 -135
- package/funcs/enrichedAddressGetEnrichmentAddress.js.map +0 -1
- package/funcs/enrichedProfileGetEnrichmentProfile.d.ts +0 -15
- package/funcs/enrichedProfileGetEnrichmentProfile.d.ts.map +0 -1
- package/funcs/enrichedProfileGetEnrichmentProfile.js +0 -123
- package/funcs/enrichedProfileGetEnrichmentProfile.js.map +0 -1
- package/funcs/filesGetFileDetails.d.ts +0 -16
- package/funcs/filesGetFileDetails.d.ts.map +0 -1
- package/funcs/filesGetFileDetails.js +0 -130
- package/funcs/filesGetFileDetails.js.map +0 -1
- package/funcs/filesListFiles.d.ts +0 -16
- package/funcs/filesListFiles.d.ts.map +0 -1
- package/funcs/filesListFiles.js +0 -127
- package/funcs/filesListFiles.js.map +0 -1
- package/funcs/filesUploadFile.d.ts +0 -20
- package/funcs/filesUploadFile.d.ts.map +0 -1
- package/funcs/filesUploadFile.js +0 -165
- package/funcs/filesUploadFile.js.map +0 -1
- package/funcs/industriesListIndustries.d.ts +0 -15
- package/funcs/industriesListIndustries.d.ts.map +0 -1
- package/funcs/industriesListIndustries.js +0 -120
- package/funcs/industriesListIndustries.js.map +0 -1
- package/funcs/institutionsListInstitutions.d.ts +0 -16
- package/funcs/institutionsListInstitutions.d.ts.map +0 -1
- package/funcs/institutionsListInstitutions.js +0 -131
- package/funcs/institutionsListInstitutions.js.map +0 -1
- package/funcs/issuingTransactionsGetIssuedCardAuthorization.d.ts +0 -16
- package/funcs/issuingTransactionsGetIssuedCardAuthorization.d.ts.map +0 -1
- package/funcs/issuingTransactionsGetIssuedCardAuthorization.js +0 -130
- package/funcs/issuingTransactionsGetIssuedCardAuthorization.js.map +0 -1
- package/funcs/issuingTransactionsGetIssuedCardTransaction.d.ts +0 -16
- package/funcs/issuingTransactionsGetIssuedCardTransaction.d.ts.map +0 -1
- package/funcs/issuingTransactionsGetIssuedCardTransaction.js +0 -127
- package/funcs/issuingTransactionsGetIssuedCardTransaction.js.map +0 -1
- package/funcs/issuingTransactionsListIssuedCardAuthorizationEvents.d.ts +0 -16
- package/funcs/issuingTransactionsListIssuedCardAuthorizationEvents.d.ts.map +0 -1
- package/funcs/issuingTransactionsListIssuedCardAuthorizationEvents.js +0 -136
- package/funcs/issuingTransactionsListIssuedCardAuthorizationEvents.js.map +0 -1
- package/funcs/issuingTransactionsListIssuedCardAuthorizations.d.ts +0 -16
- package/funcs/issuingTransactionsListIssuedCardAuthorizations.d.ts.map +0 -1
- package/funcs/issuingTransactionsListIssuedCardAuthorizations.js +0 -136
- package/funcs/issuingTransactionsListIssuedCardAuthorizations.js.map +0 -1
- package/funcs/issuingTransactionsListIssuedCardTransactions.d.ts +0 -16
- package/funcs/issuingTransactionsListIssuedCardTransactions.d.ts.map +0 -1
- package/funcs/issuingTransactionsListIssuedCardTransactions.js +0 -135
- package/funcs/issuingTransactionsListIssuedCardTransactions.js.map +0 -1
- package/funcs/onboardingCreateOnboardingInvite.d.ts +0 -17
- package/funcs/onboardingCreateOnboardingInvite.d.ts.map +0 -1
- package/funcs/onboardingCreateOnboardingInvite.js +0 -139
- package/funcs/onboardingCreateOnboardingInvite.js.map +0 -1
- package/funcs/onboardingGetOnboardingInvite.d.ts +0 -16
- package/funcs/onboardingGetOnboardingInvite.d.ts.map +0 -1
- package/funcs/onboardingGetOnboardingInvite.js +0 -126
- package/funcs/onboardingGetOnboardingInvite.js.map +0 -1
- package/funcs/onboardingListOnboardingInvites.d.ts +0 -16
- package/funcs/onboardingListOnboardingInvites.d.ts.map +0 -1
- package/funcs/onboardingListOnboardingInvites.js +0 -121
- package/funcs/onboardingListOnboardingInvites.js.map +0 -1
- package/funcs/onboardingRevokeOnboardingInvite.d.ts +0 -15
- package/funcs/onboardingRevokeOnboardingInvite.d.ts.map +0 -1
- package/funcs/onboardingRevokeOnboardingInvite.js +0 -126
- package/funcs/onboardingRevokeOnboardingInvite.js.map +0 -1
- package/funcs/paymentLinksCreatePaymentLink.d.ts +0 -17
- package/funcs/paymentLinksCreatePaymentLink.d.ts.map +0 -1
- package/funcs/paymentLinksCreatePaymentLink.js +0 -143
- package/funcs/paymentLinksCreatePaymentLink.js.map +0 -1
- package/funcs/paymentLinksDisablePaymentLink.d.ts +0 -15
- package/funcs/paymentLinksDisablePaymentLink.d.ts.map +0 -1
- package/funcs/paymentLinksDisablePaymentLink.js +0 -130
- package/funcs/paymentLinksDisablePaymentLink.js.map +0 -1
- package/funcs/paymentLinksGetPaymentLink.d.ts +0 -16
- package/funcs/paymentLinksGetPaymentLink.d.ts.map +0 -1
- package/funcs/paymentLinksGetPaymentLink.js +0 -130
- package/funcs/paymentLinksGetPaymentLink.js.map +0 -1
- package/funcs/paymentLinksGetPaymentLinkQRCode.d.ts +0 -23
- package/funcs/paymentLinksGetPaymentLinkQRCode.d.ts.map +0 -1
- package/funcs/paymentLinksGetPaymentLinkQRCode.js +0 -140
- package/funcs/paymentLinksGetPaymentLinkQRCode.js.map +0 -1
- package/funcs/paymentLinksListPaymentLinks.d.ts +0 -16
- package/funcs/paymentLinksListPaymentLinks.d.ts.map +0 -1
- package/funcs/paymentLinksListPaymentLinks.js +0 -127
- package/funcs/paymentLinksListPaymentLinks.js.map +0 -1
- package/funcs/paymentLinksUpdatePaymentLink.d.ts +0 -17
- package/funcs/paymentLinksUpdatePaymentLink.d.ts.map +0 -1
- package/funcs/paymentLinksUpdatePaymentLink.js +0 -147
- package/funcs/paymentLinksUpdatePaymentLink.js.map +0 -1
- package/funcs/paymentMethodsGetPaymentMethod.d.ts +0 -15
- package/funcs/paymentMethodsGetPaymentMethod.d.ts.map +0 -1
- package/funcs/paymentMethodsGetPaymentMethod.js +0 -129
- package/funcs/paymentMethodsGetPaymentMethod.js.map +0 -1
- package/funcs/paymentMethodsListPaymentMethods.d.ts +0 -15
- package/funcs/paymentMethodsListPaymentMethods.d.ts.map +0 -1
- package/funcs/paymentMethodsListPaymentMethods.js +0 -131
- package/funcs/paymentMethodsListPaymentMethods.js.map +0 -1
- package/funcs/representativesCreateRepresentative.d.ts +0 -18
- package/funcs/representativesCreateRepresentative.d.ts.map +0 -1
- package/funcs/representativesCreateRepresentative.js +0 -146
- package/funcs/representativesCreateRepresentative.js.map +0 -1
- package/funcs/representativesDeleteRepresentative.d.ts +0 -15
- package/funcs/representativesDeleteRepresentative.d.ts.map +0 -1
- package/funcs/representativesDeleteRepresentative.js +0 -141
- package/funcs/representativesDeleteRepresentative.js.map +0 -1
- package/funcs/representativesGetRepresentative.d.ts +0 -15
- package/funcs/representativesGetRepresentative.d.ts.map +0 -1
- package/funcs/representativesGetRepresentative.js +0 -126
- package/funcs/representativesGetRepresentative.js.map +0 -1
- package/funcs/representativesListRepresentatives.d.ts +0 -18
- package/funcs/representativesListRepresentatives.d.ts.map +0 -1
- package/funcs/representativesListRepresentatives.js +0 -129
- package/funcs/representativesListRepresentatives.js.map +0 -1
- package/funcs/representativesUpdateRepresentative.d.ts +0 -29
- package/funcs/representativesUpdateRepresentative.d.ts.map +0 -1
- package/funcs/representativesUpdateRepresentative.js +0 -157
- package/funcs/representativesUpdateRepresentative.js.map +0 -1
- package/funcs/schedulingCancelSchedule.d.ts +0 -13
- package/funcs/schedulingCancelSchedule.d.ts.map +0 -1
- package/funcs/schedulingCancelSchedule.js +0 -142
- package/funcs/schedulingCancelSchedule.js.map +0 -1
- package/funcs/schedulingCreateSchedule.d.ts +0 -14
- package/funcs/schedulingCreateSchedule.d.ts.map +0 -1
- package/funcs/schedulingCreateSchedule.js +0 -140
- package/funcs/schedulingCreateSchedule.js.map +0 -1
- package/funcs/schedulingGetScheduledOccurrence.d.ts +0 -13
- package/funcs/schedulingGetScheduledOccurrence.d.ts.map +0 -1
- package/funcs/schedulingGetScheduledOccurrence.js +0 -128
- package/funcs/schedulingGetScheduledOccurrence.js.map +0 -1
- package/funcs/schedulingGetSchedules.d.ts +0 -13
- package/funcs/schedulingGetSchedules.d.ts.map +0 -1
- package/funcs/schedulingGetSchedules.js +0 -127
- package/funcs/schedulingGetSchedules.js.map +0 -1
- package/funcs/schedulingListSchedules.d.ts +0 -13
- package/funcs/schedulingListSchedules.d.ts.map +0 -1
- package/funcs/schedulingListSchedules.js +0 -129
- package/funcs/schedulingListSchedules.js.map +0 -1
- package/funcs/schedulingUpdateSchedule.d.ts +0 -14
- package/funcs/schedulingUpdateSchedule.d.ts.map +0 -1
- package/funcs/schedulingUpdateSchedule.js +0 -144
- package/funcs/schedulingUpdateSchedule.js.map +0 -1
- package/funcs/sweepsCreateSweepConfig.d.ts +0 -14
- package/funcs/sweepsCreateSweepConfig.d.ts.map +0 -1
- package/funcs/sweepsCreateSweepConfig.js +0 -140
- package/funcs/sweepsCreateSweepConfig.js.map +0 -1
- package/funcs/sweepsGetSweep.d.ts +0 -13
- package/funcs/sweepsGetSweep.d.ts.map +0 -1
- package/funcs/sweepsGetSweep.js +0 -131
- package/funcs/sweepsGetSweep.js.map +0 -1
- package/funcs/sweepsGetSweepConfig.d.ts +0 -13
- package/funcs/sweepsGetSweepConfig.d.ts.map +0 -1
- package/funcs/sweepsGetSweepConfig.js +0 -127
- package/funcs/sweepsGetSweepConfig.js.map +0 -1
- package/funcs/sweepsListSweepConfigs.d.ts +0 -13
- package/funcs/sweepsListSweepConfigs.d.ts.map +0 -1
- package/funcs/sweepsListSweepConfigs.js +0 -124
- package/funcs/sweepsListSweepConfigs.js.map +0 -1
- package/funcs/sweepsListSweeps.d.ts +0 -13
- package/funcs/sweepsListSweeps.d.ts.map +0 -1
- package/funcs/sweepsListSweeps.js +0 -135
- package/funcs/sweepsListSweeps.js.map +0 -1
- package/funcs/sweepsPatchSweepConfig.d.ts +0 -14
- package/funcs/sweepsPatchSweepConfig.d.ts.map +0 -1
- package/funcs/sweepsPatchSweepConfig.js +0 -144
- package/funcs/sweepsPatchSweepConfig.js.map +0 -1
- package/funcs/transfersCreateTransfer.d.ts +0 -18
- package/funcs/transfersCreateTransfer.d.ts.map +0 -1
- package/funcs/transfersCreateTransfer.js +0 -137
- package/funcs/transfersCreateTransfer.js.map +0 -1
- package/funcs/transfersCreateTransferOptions.d.ts +0 -21
- package/funcs/transfersCreateTransferOptions.d.ts.map +0 -1
- package/funcs/transfersCreateTransferOptions.js +0 -128
- package/funcs/transfersCreateTransferOptions.js.map +0 -1
- package/funcs/transfersGetTransfer.d.ts +0 -19
- package/funcs/transfersGetTransfer.d.ts.map +0 -1
- package/funcs/transfersGetTransfer.js +0 -133
- package/funcs/transfersGetTransfer.js.map +0 -1
- package/funcs/transfersListTransfers.d.ts +0 -23
- package/funcs/transfersListTransfers.d.ts.map +0 -1
- package/funcs/transfersListTransfers.js +0 -146
- package/funcs/transfersListTransfers.js.map +0 -1
- package/funcs/transfersPatchTransfer.d.ts +0 -18
- package/funcs/transfersPatchTransfer.d.ts.map +0 -1
- package/funcs/transfersPatchTransfer.js +0 -132
- package/funcs/transfersPatchTransfer.js.map +0 -1
- package/funcs/transfersRefundTransfer.d.ts +0 -19
- package/funcs/transfersRefundTransfer.d.ts.map +0 -1
- package/funcs/transfersRefundTransfer.js +0 -142
- package/funcs/transfersRefundTransfer.js.map +0 -1
- package/funcs/transfersReverseTransfer.d.ts +0 -19
- package/funcs/transfersReverseTransfer.d.ts.map +0 -1
- package/funcs/transfersReverseTransfer.js +0 -150
- package/funcs/transfersReverseTransfer.js.map +0 -1
- package/funcs/underwritingGetUnderwriting.d.ts +0 -18
- package/funcs/underwritingGetUnderwriting.d.ts.map +0 -1
- package/funcs/underwritingGetUnderwriting.js +0 -128
- package/funcs/underwritingGetUnderwriting.js.map +0 -1
- package/funcs/underwritingUpdateUnderwriting.d.ts +0 -19
- package/funcs/underwritingUpdateUnderwriting.d.ts.map +0 -1
- package/funcs/underwritingUpdateUnderwriting.js +0 -147
- package/funcs/underwritingUpdateUnderwriting.js.map +0 -1
- package/funcs/walletTransactionsGetWalletTransaction.d.ts +0 -15
- package/funcs/walletTransactionsGetWalletTransaction.d.ts.map +0 -1
- package/funcs/walletTransactionsGetWalletTransaction.js +0 -133
- package/funcs/walletTransactionsGetWalletTransaction.js.map +0 -1
- package/funcs/walletTransactionsListWalletTransactions.d.ts +0 -15
- package/funcs/walletTransactionsListWalletTransactions.d.ts.map +0 -1
- package/funcs/walletTransactionsListWalletTransactions.js +0 -144
- package/funcs/walletTransactionsListWalletTransactions.js.map +0 -1
- package/funcs/walletsGetWallet.d.ts +0 -15
- package/funcs/walletsGetWallet.d.ts.map +0 -1
- package/funcs/walletsGetWallet.js +0 -129
- package/funcs/walletsGetWallet.js.map +0 -1
- package/funcs/walletsListWallets.d.ts +0 -15
- package/funcs/walletsListWallets.d.ts.map +0 -1
- package/funcs/walletsListWallets.js +0 -126
- package/funcs/walletsListWallets.js.map +0 -1
- package/models/components/accountwaitfor.d.ts +0 -25
- package/models/components/accountwaitfor.d.ts.map +0 -1
- package/models/components/accountwaitfor.js +0 -59
- package/models/components/accountwaitfor.js.map +0 -1
- package/models/components/schemebasicauth.d.ts +0 -31
- package/models/components/schemebasicauth.d.ts.map +0 -1
- package/models/components/schemebasicauth.js +0 -71
- package/models/components/schemebasicauth.js.map +0 -1
- package/models/components/versions.d.ts +0 -66
- package/models/components/versions.d.ts.map +0 -1
- package/models/components/versions.js +0 -78
- package/models/components/versions.js.map +0 -1
- package/models/errors/patchaccount.d.ts +0 -38
- package/models/errors/patchaccount.d.ts.map +0 -1
- package/models/errors/patchaccount.js +0 -81
- package/models/errors/patchaccount.js.map +0 -1
- package/models/operations/addcapabilities.d.ts +0 -64
- package/models/operations/addcapabilities.d.ts.map +0 -1
- package/models/operations/addcapabilities.js +0 -124
- package/models/operations/addcapabilities.js.map +0 -1
- package/models/operations/createauthtoken.d.ts +0 -35
- package/models/operations/createauthtoken.d.ts.map +0 -1
- package/models/operations/createauthtoken.js +0 -83
- package/models/operations/createauthtoken.js.map +0 -1
- package/models/operations/patchaccount.d.ts +0 -64
- package/models/operations/patchaccount.d.ts.map +0 -1
- package/models/operations/patchaccount.js +0 -124
- package/models/operations/patchaccount.js.map +0 -1
- package/models/operations/patchsweepconfig.d.ts +0 -66
- package/models/operations/patchsweepconfig.d.ts.map +0 -1
- package/models/operations/patchsweepconfig.js +0 -126
- package/models/operations/patchsweepconfig.js.map +0 -1
- package/models/operations/patchtransfer.d.ts +0 -67
- package/models/operations/patchtransfer.d.ts.map +0 -1
- package/models/operations/patchtransfer.js +0 -122
- package/models/operations/patchtransfer.js.map +0 -1
- package/models/operations/postbrand.d.ts +0 -64
- package/models/operations/postbrand.d.ts.map +0 -1
- package/models/operations/postbrand.js +0 -124
- package/models/operations/postbrand.js.map +0 -1
- package/models/operations/refundtransfer.d.ts +0 -106
- package/models/operations/refundtransfer.d.ts.map +0 -1
- package/models/operations/refundtransfer.js +0 -163
- package/models/operations/refundtransfer.js.map +0 -1
- package/models/operations/reversetransfer.d.ts +0 -77
- package/models/operations/reversetransfer.d.ts.map +0 -1
- package/models/operations/reversetransfer.js +0 -130
- package/models/operations/reversetransfer.js.map +0 -1
- package/models/operations/revokeauthtoken.d.ts +0 -35
- package/models/operations/revokeauthtoken.d.ts.map +0 -1
- package/models/operations/revokeauthtoken.js +0 -83
- package/models/operations/revokeauthtoken.js.map +0 -1
- package/src/funcs/accountsAssignAccountCountries.ts +0 -181
- package/src/funcs/accountsCreateAccount.ts +0 -183
- package/src/funcs/accountsDisconnectAccount.ts +0 -174
- package/src/funcs/accountsGetAccount.ts +0 -151
- package/src/funcs/accountsGetAccountCountries.ts +0 -155
- package/src/funcs/accountsListAccounts.ts +0 -162
- package/src/funcs/accountsPatchAccount.ts +0 -188
- package/src/funcs/adjustmentsGetAdjustment.ts +0 -160
- package/src/funcs/adjustmentsListAdjustments.ts +0 -160
- package/src/funcs/authenticationCreateAuthToken.ts +0 -139
- package/src/funcs/authenticationRevokeAuthToken.ts +0 -143
- package/src/funcs/avatarsGetAvatar.ts +0 -162
- package/src/funcs/bankAccountsCompleteBankAccountVerification.ts +0 -193
- package/src/funcs/bankAccountsDisableBankAccount.ts +0 -179
- package/src/funcs/bankAccountsGetBankAccount.ts +0 -161
- package/src/funcs/bankAccountsGetBankAccountVerification.ts +0 -170
- package/src/funcs/bankAccountsInitiateBankAccountVerification.ts +0 -201
- package/src/funcs/bankAccountsLinkBankAccount.ts +0 -186
- package/src/funcs/bankAccountsListBankAccounts.ts +0 -156
- package/src/funcs/brandingGetBrand.ts +0 -151
- package/src/funcs/brandingPostBrand.ts +0 -175
- package/src/funcs/brandingUpdateBrand.ts +0 -175
- package/src/funcs/capabilitiesAddCapabilities.ts +0 -178
- package/src/funcs/capabilitiesDisableCapability.ts +0 -178
- package/src/funcs/capabilitiesGetCapability.ts +0 -159
- package/src/funcs/capabilitiesListCapabilities.ts +0 -154
- package/src/funcs/cardIssuingGetFullIssuedCard.ts +0 -162
- package/src/funcs/cardIssuingGetIssuedCard.ts +0 -160
- package/src/funcs/cardIssuingListIssuedCards.ts +0 -162
- package/src/funcs/cardIssuingRequestCard.ts +0 -177
- package/src/funcs/cardIssuingUpdateIssuedCard.ts +0 -184
- package/src/funcs/cardsCreateApplePaySession.ts +0 -183
- package/src/funcs/cardsDisableCard.ts +0 -177
- package/src/funcs/cardsGetApplePayMerchantDomains.ts +0 -159
- package/src/funcs/cardsGetCard.ts +0 -160
- package/src/funcs/cardsLinkApplePayToken.ts +0 -181
- package/src/funcs/cardsLinkCard.ts +0 -196
- package/src/funcs/cardsListCards.ts +0 -157
- package/src/funcs/cardsRegisterApplePayMerchantDomains.ts +0 -184
- package/src/funcs/cardsUpdateApplePayMerchantDomains.ts +0 -185
- package/src/funcs/cardsUpdateCard.ts +0 -191
- package/src/funcs/disputesAcceptDispute.ts +0 -181
- package/src/funcs/disputesDeleteDisputeEvidenceFile.ts +0 -175
- package/src/funcs/disputesGetDispute.ts +0 -162
- package/src/funcs/disputesGetDisputeEvidence.ts +0 -166
- package/src/funcs/disputesGetDisputeEvidenceData.ts +0 -183
- package/src/funcs/disputesListDisputeEvidence.ts +0 -164
- package/src/funcs/disputesListDisputes.ts +0 -173
- package/src/funcs/disputesSubmitDisputeEvidence.ts +0 -185
- package/src/funcs/disputesUpdateDisputeEvidence.ts +0 -176
- package/src/funcs/disputesUploadDisputeEvidenceFile.ts +0 -211
- package/src/funcs/disputesUploadDisputeEvidenceText.ts +0 -185
- package/src/funcs/endToEndEncryptionGenerateEndToEndKey.ts +0 -128
- package/src/funcs/endToEndEncryptionTestEndToEndToken.ts +0 -156
- package/src/funcs/enrichedAddressGetEnrichmentAddress.ts +0 -164
- package/src/funcs/enrichedProfileGetEnrichmentProfile.ts +0 -152
- package/src/funcs/filesGetFileDetails.ts +0 -158
- package/src/funcs/filesListFiles.ts +0 -155
- package/src/funcs/filesUploadFile.ts +0 -212
- package/src/funcs/industriesListIndustries.ts +0 -147
- package/src/funcs/institutionsListInstitutions.ts +0 -163
- package/src/funcs/issuingTransactionsGetIssuedCardAuthorization.ts +0 -161
- package/src/funcs/issuingTransactionsGetIssuedCardTransaction.ts +0 -162
- package/src/funcs/issuingTransactionsListIssuedCardAuthorizationEvents.ts +0 -170
- package/src/funcs/issuingTransactionsListIssuedCardAuthorizations.ts +0 -168
- package/src/funcs/issuingTransactionsListIssuedCardTransactions.ts +0 -165
- package/src/funcs/onboardingCreateOnboardingInvite.ts +0 -174
- package/src/funcs/onboardingGetOnboardingInvite.ts +0 -155
- package/src/funcs/onboardingListOnboardingInvites.ts +0 -149
- package/src/funcs/onboardingRevokeOnboardingInvite.ts +0 -155
- package/src/funcs/paymentLinksCreatePaymentLink.ts +0 -178
- package/src/funcs/paymentLinksDisablePaymentLink.ts +0 -160
- package/src/funcs/paymentLinksGetPaymentLink.ts +0 -160
- package/src/funcs/paymentLinksGetPaymentLinkQRCode.ts +0 -173
- package/src/funcs/paymentLinksListPaymentLinks.ts +0 -155
- package/src/funcs/paymentLinksUpdatePaymentLink.ts +0 -184
- package/src/funcs/paymentMethodsGetPaymentMethod.ts +0 -159
- package/src/funcs/paymentMethodsListPaymentMethods.ts +0 -160
- package/src/funcs/representativesCreateRepresentative.ts +0 -182
- package/src/funcs/representativesDeleteRepresentative.ts +0 -180
- package/src/funcs/representativesGetRepresentative.ts +0 -160
- package/src/funcs/representativesListRepresentatives.ts +0 -158
- package/src/funcs/representativesUpdateRepresentative.ts +0 -196
- package/src/funcs/schedulingCancelSchedule.ts +0 -176
- package/src/funcs/schedulingCreateSchedule.ts +0 -175
- package/src/funcs/schedulingGetScheduledOccurrence.ts +0 -163
- package/src/funcs/schedulingGetSchedules.ts +0 -157
- package/src/funcs/schedulingListSchedules.ts +0 -158
- package/src/funcs/schedulingUpdateSchedule.ts +0 -181
- package/src/funcs/sweepsCreateSweepConfig.ts +0 -175
- package/src/funcs/sweepsGetSweep.ts +0 -161
- package/src/funcs/sweepsGetSweepConfig.ts +0 -157
- package/src/funcs/sweepsListSweepConfigs.ts +0 -152
- package/src/funcs/sweepsListSweeps.ts +0 -166
- package/src/funcs/sweepsPatchSweepConfig.ts +0 -181
- package/src/funcs/transfersCreateTransfer.ts +0 -181
- package/src/funcs/transfersCreateTransferOptions.ts +0 -163
- package/src/funcs/transfersGetTransfer.ts +0 -163
- package/src/funcs/transfersListTransfers.ts +0 -175
- package/src/funcs/transfersPatchTransfer.ts +0 -162
- package/src/funcs/transfersRefundTransfer.ts +0 -187
- package/src/funcs/transfersReverseTransfer.ts +0 -191
- package/src/funcs/underwritingGetUnderwriting.ts +0 -156
- package/src/funcs/underwritingUpdateUnderwriting.ts +0 -182
- package/src/funcs/walletTransactionsGetWalletTransaction.ts +0 -164
- package/src/funcs/walletTransactionsListWalletTransactions.ts +0 -176
- package/src/funcs/walletsGetWallet.ts +0 -159
- package/src/funcs/walletsListWallets.ts +0 -154
- package/src/models/components/accountwaitfor.ts +0 -32
- package/src/models/components/schemebasicauth.ts +0 -68
- package/src/models/components/versions.ts +0 -61
- package/src/models/errors/patchaccount.ts +0 -76
- package/src/models/operations/addcapabilities.ts +0 -161
- package/src/models/operations/createauthtoken.ts +0 -85
- package/src/models/operations/patchaccount.ts +0 -161
- package/src/models/operations/patchsweepconfig.ts +0 -165
- package/src/models/operations/patchtransfer.ts +0 -162
- package/src/models/operations/postbrand.ts +0 -161
- package/src/models/operations/refundtransfer.ts +0 -252
- package/src/models/operations/reversetransfer.ts +0 -180
- 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.
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
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.
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
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
|
-
* [
|
|
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
|
-
|
|
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
|
-
|
|
215
|
-
|
|
216
|
-
|
|
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
|
|
227
|
-
|
|
228
|
-
* [
|
|
229
|
-
|
|
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
|
-
|
|
232
|
-
|
|
233
|
-
* [
|
|
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
|
|
236
|
-
|
|
237
|
-
* [
|
|
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
|
|
242
|
-
|
|
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
|
|
246
|
-
to specify the `/accounts/{accountID}/profile.read` scope.
|
|
247
|
-
* [getTermsOfServiceToken](docs/sdks/accounts/README.md#gettermsofservicetoken) -
|
|
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
|
-
|
|
250
|
-
|
|
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
|
-
* [
|
|
237
|
+
* [list](docs/sdks/adjustments/README.md#list) - List adjustments associated with a Moov account.
|
|
255
238
|
|
|
256
|
-
To access this endpoint using
|
|
257
|
-
to specify the `/accounts/{accountID}/wallets.read` scope.
|
|
258
|
-
* [
|
|
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
|
|
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
|
-
* [
|
|
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
|
-
* [
|
|
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
|
-
* [
|
|
292
|
+
* [get](docs/sdks/avatars/README.md#get) - Get avatar image for an account using a unique ID.
|
|
273
293
|
|
|
274
|
-
To
|
|
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
|
-
* [
|
|
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
|
-
|
|
289
|
-
|
|
290
|
-
[
|
|
291
|
-
|
|
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
|
-
|
|
294
|
-
|
|
295
|
-
|
|
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
|
|
299
|
-
|
|
300
|
-
* [initiateMicroDeposits](docs/sdks/bankaccounts/README.md#initiatemicrodeposits) - Micro-deposits help confirm bank account ownership, helping reduce fraud and the risk of unauthorized activity.
|
|
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
|
|
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
|
-
|
|
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)
|
|
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
|
|
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
|
|
312
|
-
|
|
313
|
-
* [
|
|
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
|
|
325
|
-
|
|
326
|
-
* [
|
|
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 bank
|
|
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
|
-
|
|
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
|
|
344
|
-
|
|
345
|
-
* [
|
|
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
|
|
355
|
-
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
-
* [
|
|
384
|
-
|
|
385
|
-
|
|
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
|
-
* [
|
|
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
|
|
395
|
-
|
|
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
|
|
398
|
-
|
|
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
|
|
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
|
-
* [
|
|
449
|
+
* [request](docs/sdks/cardissuing/README.md#request) - Request a virtual card be issued.
|
|
405
450
|
|
|
406
|
-
To
|
|
407
|
-
|
|
408
|
-
* [
|
|
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
|
|
411
|
-
|
|
412
|
-
* [
|
|
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
|
|
415
|
-
|
|
416
|
-
* [
|
|
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
|
|
419
|
-
|
|
420
|
-
* [
|
|
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
|
|
425
|
-
|
|
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
|
-
* [
|
|
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
|
|
480
|
-
|
|
481
|
-
* [
|
|
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
|
|
486
|
-
|
|
487
|
-
* [
|
|
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
|
|
492
|
-
|
|
493
|
-
* [
|
|
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
|
|
505
|
-
|
|
506
|
-
* [
|
|
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
|
|
509
|
-
|
|
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
|
-
* [
|
|
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
|
|
518
|
-
|
|
519
|
-
* [
|
|
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
|
|
524
|
-
|
|
525
|
-
* [
|
|
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
|
|
530
|
-
|
|
531
|
-
* [
|
|
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
|
|
536
|
-
|
|
537
|
-
* [
|
|
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
|
|
542
|
-
|
|
543
|
-
* [
|
|
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
|
|
548
|
-
|
|
549
|
-
* [
|
|
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
|
|
557
|
-
|
|
558
|
-
* [
|
|
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
|
|
563
|
-
|
|
564
|
-
* [
|
|
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
|
|
569
|
-
|
|
570
|
-
* [
|
|
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
|
|
575
|
-
|
|
576
|
-
* [
|
|
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
|
|
581
|
-
|
|
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
|
-
* [
|
|
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
|
|
588
|
-
to specify the `/ping.read` scope.
|
|
589
|
-
* [
|
|
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
|
-
* [
|
|
604
|
+
* [get](docs/sdks/enrichedaddress/README.md#get) - Fetch enriched address suggestions. Requires a partial address.
|
|
594
605
|
|
|
595
|
-
|
|
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
|
-
* [
|
|
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
|
-
|
|
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
|
-
* [
|
|
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
|
|
611
|
-
`/accounts/{accountID}/files.write` scope.
|
|
612
|
-
* [
|
|
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
|
|
615
|
-
`/accounts/{accountID}/files.read` scope.
|
|
616
|
-
* [
|
|
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
|
|
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
|
-
* [
|
|
624
|
-
|
|
625
|
-
|
|
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
|
-
* [
|
|
630
|
-
|
|
631
|
-
|
|
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
|
-
* [
|
|
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
|
|
638
|
-
the `/accounts/{accountID}/issued-cards.read` scope.
|
|
639
|
-
* [
|
|
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
|
|
642
|
-
the `/accounts/{accountID}/issued-cards.read` scope.
|
|
643
|
-
* [
|
|
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
|
|
646
|
-
the `/accounts/{accountID}/issued-cards.read` scope.
|
|
647
|
-
* [
|
|
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
|
|
650
|
-
the `/accounts/{accountID}/issued-cards.read` scope.
|
|
651
|
-
* [
|
|
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
|
|
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
|
-
* [
|
|
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
|
|
662
|
-
to specify the `/accounts.write` scope.
|
|
663
|
-
* [
|
|
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
|
|
666
|
-
to specify the `/accounts.read` scope.
|
|
667
|
-
* [
|
|
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
|
|
670
|
-
to specify the `/accounts.read` scope.
|
|
671
|
-
* [
|
|
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
|
|
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
|
-
* [
|
|
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
|
|
681
|
-
to specify the `/accounts/{accountID}/transfers.write` scope.
|
|
682
|
-
* [
|
|
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
|
|
685
|
-
to specify the `/accounts/{accountID}/transfers.read` scope.
|
|
686
|
-
* [
|
|
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
|
|
689
|
-
to specify the `/accounts/{accountID}/transfers.read` scope.
|
|
690
|
-
* [
|
|
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
|
|
693
|
-
to specify the `/accounts/{accountID}/transfers.write` scope.
|
|
694
|
-
* [
|
|
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
|
|
697
|
-
to specify the `/accounts/{accountID}/transfers.write` scope.
|
|
698
|
-
* [
|
|
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
|
|
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
|
-
* [
|
|
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
|
|
710
|
-
|
|
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
|
|
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
|
|
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
|
-
* [
|
|
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
|
|
728
|
-
|
|
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
|
|
734
|
-
|
|
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
|
|
737
|
-
|
|
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
|
|
740
|
-
|
|
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 **can
|
|
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
|
-
* [
|
|
760
|
-
|
|
761
|
-
|
|
762
|
-
|
|
763
|
-
* [
|
|
764
|
-
|
|
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
|
-
* [
|
|
769
|
-
|
|
770
|
-
|
|
771
|
-
|
|
772
|
-
* [
|
|
773
|
-
|
|
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
|
-
* [
|
|
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
|
|
782
|
-
scope.
|
|
783
|
-
* [
|
|
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
|
|
793
|
-
scope.
|
|
794
|
-
* [
|
|
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
|
|
800
|
-
scope.
|
|
801
|
-
* [
|
|
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
|
|
806
|
-
scope.
|
|
807
|
-
* [
|
|
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
|
|
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
|
|
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
|
|
821
|
-
scope.
|
|
822
|
-
* [
|
|
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
|
-
* [
|
|
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
|
|
834
|
-
|
|
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
|
-
* [
|
|
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
|
|
844
|
-
to specify the `/accounts/{accountID}/profile.read` scope.
|
|
845
|
-
* [
|
|
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
|
|
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
|
-
* [
|
|
912
|
+
* [list](docs/sdks/wallets/README.md#list) - List the wallets associated with a Moov account.
|
|
855
913
|
|
|
856
|
-
|
|
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
|
|
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
|
-
* [
|
|
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
|
|
866
|
-
|
|
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
|
-
|
|
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
|
-
- [`
|
|
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
|
|
893
|
-
|
|
894
|
-
- [`
|
|
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
|
-
|
|
910
|
-
|
|
911
|
-
- [`
|
|
912
|
-
|
|
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
|
|
915
|
-
|
|
916
|
-
- [`
|
|
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
|
|
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
|
-
- [`
|
|
989
|
+
- [`accountsGetCountries`](docs/sdks/accounts/README.md#getcountries) - Retrieve the specified countries of operation for an account.
|
|
921
990
|
|
|
922
|
-
|
|
923
|
-
|
|
924
|
-
- [`
|
|
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
|
-
|
|
929
|
-
|
|
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
|
|
940
|
-
|
|
941
|
-
- [`
|
|
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
|
|
944
|
-
to specify the `/accounts/{accountID}/wallets.read` scope.
|
|
945
|
-
- [`
|
|
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
|
|
948
|
-
to specify the `/accounts/{accountID}/wallets.read` scope.
|
|
949
|
-
- [`
|
|
950
|
-
|
|
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
|
-
- [`
|
|
1068
|
+
- [`avatarsGet`](docs/sdks/avatars/README.md#get) - Get avatar image for an account using a unique ID.
|
|
954
1069
|
|
|
955
|
-
To
|
|
956
|
-
|
|
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
|
|
966
|
-
|
|
967
|
-
- [`
|
|
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
|
|
970
|
-
|
|
971
|
-
- [`
|
|
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
|
-
|
|
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
|
-
|
|
978
|
-
|
|
979
|
-
|
|
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
|
|
992
|
-
|
|
993
|
-
- [`
|
|
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
|
-
|
|
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
|
-
|
|
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
|
|
1011
|
-
|
|
1012
|
-
- [`
|
|
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
|
-
|
|
1032
|
-
|
|
1033
|
-
[
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
1054
|
-
to specify the `/accounts/{accountID}/profile.read` scope.
|
|
1055
|
-
- [`
|
|
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
|
|
1061
|
-
|
|
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
|
|
1064
|
-
|
|
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
|
|
1067
|
-
|
|
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
|
-
|
|
1070
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
|
1079
|
-
|
|
1080
|
-
- [`
|
|
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
|
|
1083
|
-
|
|
1084
|
-
- [`
|
|
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
|
|
1087
|
-
|
|
1088
|
-
- [`
|
|
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
|
-
|
|
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
|
-
|
|
1095
|
-
|
|
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
|
|
1098
|
-
|
|
1099
|
-
- [`
|
|
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
|
|
1102
|
-
|
|
1103
|
-
- [`
|
|
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
|
-
|
|
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
|
|
1114
|
-
|
|
1115
|
-
- [`
|
|
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 [
|
|
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
|
|
1121
|
-
|
|
1122
|
-
- [`
|
|
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
|
|
1139
|
-
|
|
1140
|
-
- [`
|
|
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
|
|
1145
|
-
|
|
1146
|
-
- [`
|
|
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
|
|
1172
|
-
|
|
1173
|
-
- [`
|
|
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
|
|
1178
|
-
|
|
1179
|
-
- [`
|
|
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
|
|
1184
|
-
|
|
1185
|
-
- [`
|
|
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
|
|
1190
|
-
|
|
1191
|
-
- [`
|
|
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
|
|
1196
|
-
|
|
1197
|
-
- [`
|
|
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
|
|
1202
|
-
|
|
1203
|
-
- [`
|
|
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
|
|
1208
|
-
|
|
1209
|
-
- [`
|
|
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
|
|
1214
|
-
|
|
1215
|
-
- [`
|
|
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
|
|
1223
|
-
|
|
1224
|
-
- [`
|
|
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
|
|
1229
|
-
|
|
1230
|
-
- [`
|
|
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
|
|
1235
|
-
|
|
1236
|
-
- [`
|
|
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
|
|
1241
|
-
|
|
1242
|
-
- [`
|
|
1243
|
-
- [`
|
|
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
|
|
1246
|
-
to specify the `/ping.read` scope.
|
|
1247
|
-
- [`
|
|
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
|
-
|
|
1250
|
-
|
|
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
|
-
|
|
1253
|
-
|
|
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
|
|
1256
|
-
`/accounts/{accountID}/files.read` scope.
|
|
1257
|
-
- [`
|
|
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
|
|
1260
|
-
`/accounts/{accountID}/files.read` scope.
|
|
1261
|
-
- [`
|
|
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
|
|
1267
|
-
`/accounts/{accountID}/files.write` scope.
|
|
1268
|
-
- [`
|
|
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
|
|
1277
|
-
the `/
|
|
1278
|
-
- [`
|
|
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
|
|
1281
|
-
the `/
|
|
1282
|
-
- [`
|
|
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
|
|
1285
|
-
the `/accounts/{accountID}/issued-cards.read` scope.
|
|
1286
|
-
- [`
|
|
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
|
|
1289
|
-
the `/accounts/{accountID}/issued-cards.read` scope.
|
|
1290
|
-
- [`
|
|
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
|
|
1293
|
-
the `/accounts/{accountID}/issued-cards.read` scope.
|
|
1294
|
-
- [`
|
|
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
|
|
1297
|
-
to specify the `/accounts.
|
|
1298
|
-
- [`
|
|
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
|
|
1301
|
-
to specify the `/accounts.read` scope.
|
|
1302
|
-
- [`
|
|
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
|
|
1305
|
-
to specify the `/accounts.
|
|
1306
|
-
- [`
|
|
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
|
|
1309
|
-
to specify the `/accounts.
|
|
1310
|
-
- [`
|
|
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
|
|
1313
|
-
to specify the `/accounts
|
|
1314
|
-
- [`
|
|
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
|
|
1317
|
-
to specify the `/accounts
|
|
1318
|
-
- [`
|
|
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
|
|
1321
|
-
to specify the `/accounts/{accountID}/transfers.
|
|
1322
|
-
- [`
|
|
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
|
|
1327
|
-
to specify the `/accounts/{accountID}/transfers.write` scope.
|
|
1328
|
-
- [`
|
|
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
|
|
1331
|
-
to specify the `/accounts/{accountID}/transfers.read` scope.
|
|
1332
|
-
- [`
|
|
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
|
|
1335
|
-
to specify the `/accounts/{accountID}/transfers.write` scope.
|
|
1336
|
-
- [`
|
|
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
|
|
1339
|
-
|
|
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
|
|
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
|
|
1345
|
-
to specify the `/ping.read` scope.
|
|
1346
|
-
- [`
|
|
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
|
|
1351
|
-
|
|
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
|
|
1354
|
-
|
|
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
|
|
1357
|
-
|
|
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
|
|
1363
|
-
|
|
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 **can
|
|
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
|
-
|
|
1380
|
-
|
|
1381
|
-
|
|
1382
|
-
- [`
|
|
1383
|
-
|
|
1384
|
-
|
|
1385
|
-
|
|
1386
|
-
- [`
|
|
1387
|
-
|
|
1388
|
-
|
|
1389
|
-
|
|
1390
|
-
- [`
|
|
1391
|
-
|
|
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
|
|
1396
|
-
scope.
|
|
1397
|
-
- [`
|
|
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
|
|
1403
|
-
|
|
1404
|
-
|
|
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
|
|
1415
|
-
scope.
|
|
1416
|
-
- [`
|
|
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
|
|
1419
|
-
scope.
|
|
1420
|
-
- [`
|
|
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
|
|
1430
|
-
scope.
|
|
1431
|
-
- [`
|
|
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
|
|
1436
|
-
scope.
|
|
1437
|
-
- [`
|
|
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
|
-
|
|
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
|
|
1443
|
-
scope.
|
|
1444
|
-
- [`
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
|
1465
|
-
|
|
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
|
-
|
|
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
|
|
1471
|
-
|
|
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
|
-
|
|
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.
|
|
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.
|
|
1532
|
-
|
|
1533
|
-
|
|
1534
|
-
|
|
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.
|
|
1585
|
-
|
|
1586
|
-
|
|
1587
|
-
|
|
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 `
|
|
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.
|
|
1636
|
-
|
|
1637
|
-
|
|
1638
|
-
|
|
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.
|
|
1713
|
-
|
|
1714
|
-
|
|
1715
|
-
|
|
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
|
});
|