@moovio/sdk 0.1.1 → 0.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/FUNCTIONS.md +12 -14
- package/README.md +919 -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 +189 -63
- 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/brandingUpsert.d.ts +16 -0
- package/funcs/brandingUpsert.d.ts.map +1 -0
- package/funcs/brandingUpsert.js +132 -0
- package/funcs/brandingUpsert.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/achcreditsamedaypaymentmethod.d.ts +5 -5
- package/models/components/achcreditsamedaypaymentmethod.d.ts.map +1 -1
- package/models/components/achcreditsamedaypaymentmethod.js +3 -3
- package/models/components/achcreditsamedaypaymentmethod.js.map +1 -1
- package/models/components/achcreditstandardpaymentmethod.d.ts +5 -5
- package/models/components/achcreditstandardpaymentmethod.d.ts.map +1 -1
- package/models/components/achcreditstandardpaymentmethod.js +3 -3
- package/models/components/achcreditstandardpaymentmethod.js.map +1 -1
- package/models/components/achdebitcollectpaymentmethod.d.ts +5 -5
- package/models/components/achdebitcollectpaymentmethod.d.ts.map +1 -1
- package/models/components/achdebitcollectpaymentmethod.js +3 -3
- package/models/components/achdebitcollectpaymentmethod.js.map +1 -1
- package/models/components/achdebitfundpaymentmethod.d.ts +5 -5
- package/models/components/achdebitfundpaymentmethod.d.ts.map +1 -1
- package/models/components/achdebitfundpaymentmethod.js +3 -3
- package/models/components/achdebitfundpaymentmethod.js.map +1 -1
- package/models/components/applepaypaymentmethod.d.ts +6 -2
- package/models/components/applepaypaymentmethod.d.ts.map +1 -1
- package/models/components/applepaypaymentmethod.js +3 -2
- package/models/components/applepaypaymentmethod.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/brandcolors.d.ts +35 -0
- package/models/components/brandcolors.d.ts.map +1 -0
- package/models/components/brandcolors.js +72 -0
- package/models/components/brandcolors.js.map +1 -0
- package/models/components/brandproperties.d.ts +33 -0
- package/models/components/brandproperties.d.ts.map +1 -0
- package/models/components/brandproperties.js +70 -0
- package/models/components/brandproperties.js.map +1 -0
- 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/cardpaymentpaymentmethod.d.ts +5 -5
- package/models/components/cardpaymentpaymentmethod.d.ts.map +1 -1
- package/models/components/cardpaymentpaymentmethod.js +3 -3
- package/models/components/cardpaymentpaymentmethod.js.map +1 -1
- package/models/components/createrepresentative.d.ts +1 -1
- package/models/components/index.d.ts +6 -5
- package/models/components/index.d.ts.map +1 -1
- package/models/components/index.js +6 -5
- package/models/components/index.js.map +1 -1
- package/models/components/moovwalletpaymentmethod.d.ts +3 -2
- package/models/components/moovwalletpaymentmethod.d.ts.map +1 -1
- package/models/components/moovwalletpaymentmethod.js +3 -2
- package/models/components/moovwalletpaymentmethod.js.map +1 -1
- package/models/components/paymentmethodsbankaccount.d.ts +66 -0
- package/models/components/paymentmethodsbankaccount.d.ts.map +1 -0
- package/models/components/paymentmethodsbankaccount.js +90 -0
- package/models/components/paymentmethodsbankaccount.js.map +1 -0
- package/models/components/paymentmethodscard.d.ts +121 -0
- package/models/components/paymentmethodscard.d.ts.map +1 -0
- package/models/components/paymentmethodscard.js +109 -0
- package/models/components/paymentmethodscard.js.map +1 -0
- package/models/components/paymentmethodswallet.d.ts +29 -0
- package/models/components/paymentmethodswallet.d.ts.map +1 -0
- package/models/components/paymentmethodswallet.js +69 -0
- package/models/components/paymentmethodswallet.js.map +1 -0
- package/models/components/pullfromcardpaymentmethod.d.ts +5 -5
- package/models/components/pullfromcardpaymentmethod.d.ts.map +1 -1
- package/models/components/pullfromcardpaymentmethod.js +3 -3
- package/models/components/pullfromcardpaymentmethod.js.map +1 -1
- package/models/components/pushtocardpaymentmethod.d.ts +5 -5
- package/models/components/pushtocardpaymentmethod.d.ts.map +1 -1
- package/models/components/pushtocardpaymentmethod.js +3 -3
- package/models/components/pushtocardpaymentmethod.js.map +1 -1
- package/models/components/rtpcreditpaymentmethod.d.ts +5 -5
- package/models/components/rtpcreditpaymentmethod.d.ts.map +1 -1
- package/models/components/rtpcreditpaymentmethod.js +3 -3
- package/models/components/rtpcreditpaymentmethod.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 +10 -9
- package/models/operations/index.d.ts.map +1 -1
- package/models/operations/index.js +10 -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/models/operations/upsertbrand.d.ts +101 -0
- package/models/operations/upsertbrand.d.ts.map +1 -0
- package/models/operations/upsertbrand.js +155 -0
- package/models/operations/upsertbrand.js.map +1 -0
- 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 +21 -6
- package/sdk/branding.d.ts.map +1 -1
- package/sdk/branding.js +30 -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/brandingUpsert.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/achcreditsamedaypaymentmethod.ts +11 -11
- package/src/models/components/achcreditstandardpaymentmethod.ts +11 -11
- package/src/models/components/achdebitcollectpaymentmethod.ts +11 -11
- package/src/models/components/achdebitfundpaymentmethod.ts +11 -11
- package/src/models/components/applepaypaymentmethod.ts +13 -4
- package/src/models/components/authtoken.ts +1 -6
- package/src/models/components/brandcolors.ts +75 -0
- package/src/models/components/brandproperties.ts +73 -0
- package/src/models/components/card.ts +4 -4
- package/src/models/components/cardpaymentpaymentmethod.ts +11 -11
- package/src/models/components/createrepresentative.ts +1 -1
- package/src/models/components/index.ts +6 -5
- package/src/models/components/moovwalletpaymentmethod.ts +10 -4
- package/src/models/components/paymentmethodsbankaccount.ts +133 -0
- package/src/models/components/paymentmethodscard.ts +226 -0
- package/src/models/components/paymentmethodswallet.ts +66 -0
- package/src/models/components/pullfromcardpaymentmethod.ts +11 -11
- package/src/models/components/pushtocardpaymentmethod.ts +11 -11
- package/src/models/components/rtpcreditpaymentmethod.ts +11 -11
- 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 +10 -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/models/operations/upsertbrand.ts +231 -0
- 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 +42 -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/brand.d.ts +0 -33
- package/models/components/brand.d.ts.map +0 -1
- package/models/components/brand.js +0 -71
- package/models/components/brand.js.map +0 -1
- package/models/components/colors.d.ts +0 -32
- package/models/components/colors.d.ts.map +0 -1
- package/models/components/colors.js +0 -73
- package/models/components/colors.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/brand.ts +0 -68
- package/src/models/components/colors.ts +0 -69
- 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.
|
|
292
311
|
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
* [disableBankAccount](docs/sdks/bankaccounts/README.md#disablebankaccount) - Discontinue using a specified bank account linked to a Moov account.
|
|
312
|
+
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
313
|
+
you'll need to specify the `/accounts/{accountID}/bank-accounts.read` scope.
|
|
314
|
+
* [get](docs/sdks/bankaccounts/README.md#get) - Retrieve bank account details (i.e. routing number or account type) associated with a specific Moov account.
|
|
297
315
|
|
|
298
|
-
|
|
299
|
-
when generating a [token](https://docs.moov.io/api/authentication/access-tokens/).
|
|
300
|
-
* [initiateMicroDeposits](docs/sdks/bankaccounts/README.md#initiatemicrodeposits) - Micro-deposits help confirm bank account ownership, helping reduce fraud and the risk of unauthorized activity. Use this method to initiate the micro-deposit verification, sending two small credit transfers to the bank account you want to confirm.
|
|
316
|
+
Read our [bank accounts guide](https://docs.moov.io/guides/sources/bank-accounts/) to learn more.
|
|
301
317
|
|
|
302
|
-
|
|
318
|
+
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
319
|
+
you'll need to specify the `/accounts/{accountID}/bank-accounts.read` scope.
|
|
320
|
+
* [disable](docs/sdks/bankaccounts/README.md#disable) - Discontinue using a specified bank account linked to a Moov account.
|
|
303
321
|
|
|
304
|
-
|
|
322
|
+
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
323
|
+
you'll need to specify the `/accounts/{accountID}/bank-accounts.write` scope.
|
|
324
|
+
* [initiateMicroDeposits](docs/sdks/bankaccounts/README.md#initiatemicrodeposits) - Micro-deposits help confirm bank account ownership, helping reduce fraud and the risk of unauthorized activity.
|
|
325
|
+
Use this method to initiate the micro-deposit verification, sending two small credit transfers to the bank account
|
|
326
|
+
you want to confirm.
|
|
305
327
|
|
|
306
|
-
|
|
328
|
+
If you request micro-deposits before 4:15PM ET, they will appear that same day. If you request micro-deposits any
|
|
329
|
+
time after 4:15PM ET, they will appear the next banking day. When the two credits are initiated, Moov simultaneously
|
|
330
|
+
initiates a debit to recoup the micro-deposits.
|
|
307
331
|
|
|
308
|
-
|
|
332
|
+
Micro-deposits initiated for a `sandbox` bank account will always be `$0.00` / `$0.00` and instantly verifiable once initiated.
|
|
333
|
+
|
|
334
|
+
You can simulate micro-deposit verification in test mode. See our [test mode](https://docs.moov.io/guides/get-started/test-mode/#micro-deposits)
|
|
335
|
+
guide for more information.
|
|
336
|
+
|
|
337
|
+
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
338
|
+
you'll need to specify the `/accounts/{accountID}/bank-accounts.write` scope.
|
|
309
339
|
* [completeMicroDeposits](docs/sdks/bankaccounts/README.md#completemicrodeposits) - Complete the micro-deposit validation process by passing the amounts of the two transfers within three tries.
|
|
310
340
|
|
|
311
|
-
To
|
|
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,101 @@ 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
|
-
* [getBrand](docs/sdks/branding/README.md#getbrand) - Gets the brand properties for the specified account.
|
|
385
|
-
* [updateBrand](docs/sdks/branding/README.md#updatebrand) - Updates the brand properties for the specified account.
|
|
386
|
-
|
|
387
|
-
### [capabilities](docs/sdks/capabilities/README.md)
|
|
388
|
-
|
|
389
|
-
* [listCapabilities](docs/sdks/capabilities/README.md#listcapabilities) - Retrieve all the capabilities an account has requested.
|
|
413
|
+
* [create](docs/sdks/branding/README.md#create) - Create brand properties for the specified account.
|
|
390
414
|
|
|
391
|
-
|
|
392
|
-
|
|
415
|
+
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
416
|
+
you'll need to specify the `/accounts/{accountID}/branding.write` scope.
|
|
417
|
+
* [upsert](docs/sdks/branding/README.md#upsert) - Create or replace brand properties for the specified account.
|
|
393
418
|
|
|
394
|
-
To
|
|
395
|
-
|
|
419
|
+
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
420
|
+
you'll need to specify the `/accounts/{accountID}/branding.write` scope.
|
|
421
|
+
* [get](docs/sdks/branding/README.md#get) - Get brand properties for the specified account.
|
|
396
422
|
|
|
397
|
-
To
|
|
398
|
-
|
|
423
|
+
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
424
|
+
you'll need to specify the `/accounts/{accountID}/branding.read` scope.
|
|
425
|
+
* [update](docs/sdks/branding/README.md#update) - Updates the brand properties for the specified account.
|
|
399
426
|
|
|
400
|
-
To
|
|
427
|
+
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
428
|
+
you'll need to specify the `/accounts/{accountID}/branding.write` scope.
|
|
401
429
|
|
|
402
|
-
### [
|
|
430
|
+
### [capabilities](docs/sdks/capabilities/README.md)
|
|
403
431
|
|
|
404
|
-
* [
|
|
432
|
+
* [list](docs/sdks/capabilities/README.md#list) - Retrieve all the capabilities an account has requested.
|
|
405
433
|
|
|
406
|
-
|
|
407
|
-
a [token](https://docs.moov.io/api/authentication/access-tokens/).
|
|
408
|
-
* [listIssuedCards](docs/sdks/cardissuing/README.md#listissuedcards) - List Moov issued cards existing for the account.
|
|
434
|
+
Read our [capabilities guide](https://docs.moov.io/guides/accounts/capabilities/) to learn more.
|
|
409
435
|
|
|
410
|
-
To
|
|
411
|
-
|
|
412
|
-
* [
|
|
436
|
+
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
437
|
+
you'll need to specify the `/accounts/{accountID}/capabilities.read` scope.
|
|
438
|
+
* [request](docs/sdks/capabilities/README.md#request) - Request capabilities for a specific account. Read our [capabilities guide](https://docs.moov.io/guides/accounts/capabilities/) to learn more.
|
|
413
439
|
|
|
414
|
-
To
|
|
415
|
-
|
|
416
|
-
* [
|
|
440
|
+
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
441
|
+
you'll need to specify the `/accounts/{accountID}/capabilities.write` scope.
|
|
442
|
+
* [get](docs/sdks/capabilities/README.md#get) - Retrieve a specific capability that an account has requested. Read our [capabilities guide](https://docs.moov.io/guides/accounts/capabilities/) to learn more.
|
|
417
443
|
|
|
418
|
-
To
|
|
419
|
-
|
|
420
|
-
* [
|
|
444
|
+
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
445
|
+
you'll need to specify the `/accounts/{accountID}/capabilities.read` scope.
|
|
446
|
+
* [disable](docs/sdks/capabilities/README.md#disable) - Disable a specific capability that an account has requested. Read our [capabilities guide](https://docs.moov.io/guides/accounts/capabilities/) to learn more.
|
|
421
447
|
|
|
422
|
-
|
|
448
|
+
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
449
|
+
you'll need to specify the `/accounts/{accountID}/capabilities.write` scope.
|
|
423
450
|
|
|
424
|
-
|
|
425
|
-
a [token](https://docs.moov.io/api/authentication/access-tokens/).
|
|
451
|
+
### [cardIssuing](docs/sdks/cardissuing/README.md)
|
|
426
452
|
|
|
427
|
-
|
|
453
|
+
* [request](docs/sdks/cardissuing/README.md#request) - Request a virtual card be issued.
|
|
428
454
|
|
|
429
|
-
|
|
455
|
+
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
456
|
+
you'll need to specify the `/accounts/{accountID}/issued-cards.write` scope.
|
|
457
|
+
* [list](docs/sdks/cardissuing/README.md#list) - List Moov issued cards existing for the account.
|
|
430
458
|
|
|
431
|
-
|
|
432
|
-
|
|
459
|
+
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
460
|
+
you'll need to specify the `/accounts/{accountID}/issued-cards.read` scope.
|
|
461
|
+
* [get](docs/sdks/cardissuing/README.md#get) - Retrieve a single issued card associated with a Moov account.
|
|
433
462
|
|
|
434
|
-
To
|
|
435
|
-
|
|
436
|
-
* [
|
|
463
|
+
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
464
|
+
you'll need to specify the `/accounts/{accountID}/issued-cards.read` scope.
|
|
465
|
+
* [update](docs/sdks/cardissuing/README.md#update) - Update a Moov issued card.
|
|
437
466
|
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
To use this endpoint from the browser, you'll need to specify the `/accounts/{accountID}/apple-pay.write` scope when generating a
|
|
442
|
-
[token](https://docs.moov.io/api/authentication/access-tokens/).
|
|
443
|
-
* [getApplePayMerchantDomains](docs/sdks/cards/README.md#getapplepaymerchantdomains) - Get domains registered with Apple Pay.
|
|
444
|
-
|
|
445
|
-
Read our [Apple Pay tutorial](https://docs.moov.io/guides/sources/cards/apple-pay/#register-your-domains) to learn more.
|
|
446
|
-
|
|
447
|
-
To use this endpoint from the browser, you'll need to specify the `/accounts/{accountID}/apple-pay.read` scope when generating a
|
|
448
|
-
[token](https://docs.moov.io/api/authentication/access-tokens/).
|
|
449
|
-
* [createApplePaySession](docs/sdks/cards/README.md#createapplepaysession) - Create a session with Apple Pay to facilitate a payment.
|
|
467
|
+
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
468
|
+
you'll need to specify the `/accounts/{accountID}/issued-cards.write` scope.
|
|
469
|
+
* [getFull](docs/sdks/cardissuing/README.md#getfull) - Get issued card with PAN, CVV, and expiration.
|
|
450
470
|
|
|
451
|
-
|
|
452
|
-
A successful response from this endpoint should be passed through to Apple Pay unchanged.
|
|
471
|
+
Only use this endpoint if you have provided Moov with a copy of your PCI attestation of compliance.
|
|
453
472
|
|
|
454
|
-
To
|
|
455
|
-
|
|
456
|
-
* [linkApplePayToken](docs/sdks/cards/README.md#linkapplepaytoken) - Connect an Apple Pay token to the specified account.
|
|
473
|
+
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
474
|
+
you'll need to specify the `/accounts/{accountID}/issued-cards.read-secure` scope.
|
|
457
475
|
|
|
458
|
-
|
|
459
|
-
The `token` data is defined by Apple Pay and should be passed through from Apple Pay's response unmodified.
|
|
476
|
+
### [cards](docs/sdks/cards/README.md)
|
|
460
477
|
|
|
461
|
-
|
|
462
|
-
a [token](https://docs.moov.io/api/authentication/access-tokens/).
|
|
463
|
-
* [linkCard](docs/sdks/cards/README.md#linkcard) - Link a card to an existing Moov account.
|
|
478
|
+
* [link](docs/sdks/cards/README.md#link) - Link a card to an existing Moov account.
|
|
464
479
|
|
|
465
480
|
Read our [accept card payments guide](https://docs.moov.io/guides/sources/cards/accept-card-payments/#link-a-card) to learn more.
|
|
466
481
|
|
|
@@ -476,21 +491,21 @@ card is intended to be used right away. If this header is not included, the call
|
|
|
476
491
|
Methods](https://docs.moov.io/api/sources/payment-methods/list/)
|
|
477
492
|
endpoint to wait for the new payment methods to be available for use.
|
|
478
493
|
|
|
479
|
-
To
|
|
480
|
-
|
|
481
|
-
* [
|
|
494
|
+
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
495
|
+
you'll need to specify the `/accounts/{accountID}/cards.write` scope.
|
|
496
|
+
* [list](docs/sdks/cards/README.md#list) - List all the active cards associated with a Moov account.
|
|
482
497
|
|
|
483
498
|
Read our [accept card payments guide](https://docs.moov.io/guides/sources/cards/accept-card-payments/) to learn more.
|
|
484
499
|
|
|
485
|
-
To
|
|
486
|
-
|
|
487
|
-
* [
|
|
500
|
+
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
501
|
+
you'll need to specify the `/accounts/{accountID}/cards.read` scope.
|
|
502
|
+
* [get](docs/sdks/cards/README.md#get) - Fetch a specific card associated with a Moov account.
|
|
488
503
|
|
|
489
504
|
Read our [accept card payments guide](https://docs.moov.io/guides/sources/cards/accept-card-payments/) to learn more.
|
|
490
505
|
|
|
491
|
-
To
|
|
492
|
-
|
|
493
|
-
* [
|
|
506
|
+
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
507
|
+
you'll need to specify the `/accounts/{accountID}/cards.read` scope.
|
|
508
|
+
* [update](docs/sdks/cards/README.md#update) - Update a linked card and/or resubmit it for verification.
|
|
494
509
|
|
|
495
510
|
If a value is provided for CVV, a new verification ($0 authorization) will be submitted for the card. Updating the expiration
|
|
496
511
|
date or
|
|
@@ -501,286 +516,334 @@ more.
|
|
|
501
516
|
|
|
502
517
|
Only use this endpoint if you have provided Moov with a copy of your PCI attestation of compliance.
|
|
503
518
|
|
|
504
|
-
To
|
|
505
|
-
|
|
506
|
-
* [
|
|
519
|
+
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
520
|
+
you'll need to specify the `/accounts/{accountID}/cards.write` scope.
|
|
521
|
+
* [disable](docs/sdks/cards/README.md#disable) - Disables a card associated with a Moov account.
|
|
507
522
|
|
|
508
|
-
To
|
|
509
|
-
|
|
523
|
+
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
524
|
+
you'll need to specify the `/accounts/{accountID}/cards.write` scope.
|
|
510
525
|
|
|
511
526
|
### [disputes](docs/sdks/disputes/README.md)
|
|
512
527
|
|
|
513
|
-
* [
|
|
528
|
+
* [list](docs/sdks/disputes/README.md#list) - Returns the list of disputes.
|
|
514
529
|
|
|
515
530
|
Read our [disputes guide](https://docs.moov.io/guides/money-movement/accept-payments/card-acceptance/disputes/) to learn more.
|
|
516
531
|
|
|
517
|
-
To
|
|
518
|
-
|
|
519
|
-
* [
|
|
532
|
+
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
533
|
+
you'll need to specify the `/accounts/{accountID}/transfers.read` scope.
|
|
534
|
+
* [get](docs/sdks/disputes/README.md#get) - Get a dispute by ID.
|
|
520
535
|
|
|
521
536
|
Read our [disputes guide](https://docs.moov.io/guides/money-movement/accept-payments/card-acceptance/disputes/) to learn more.
|
|
522
537
|
|
|
523
|
-
To
|
|
524
|
-
|
|
525
|
-
* [
|
|
538
|
+
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
539
|
+
you'll need to specify the `/accounts/{accountID}/transfers.read` scope.
|
|
540
|
+
* [accept](docs/sdks/disputes/README.md#accept) - Accepts liability for a dispute.
|
|
526
541
|
|
|
527
542
|
Read our [disputes guide](https://docs.moov.io/guides/money-movement/accept-payments/card-acceptance/disputes/) to learn more.
|
|
528
543
|
|
|
529
|
-
To
|
|
530
|
-
|
|
531
|
-
* [
|
|
544
|
+
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
545
|
+
you'll need to specify the `/accounts/{accountID}/transfers.read` scope.
|
|
546
|
+
* [listEvidence](docs/sdks/disputes/README.md#listevidence) - Returns a dispute's public evidence by its ID.
|
|
532
547
|
|
|
533
548
|
Read our [disputes guide](https://docs.moov.io/guides/money-movement/accept-payments/card-acceptance/disputes/) to learn more.
|
|
534
549
|
|
|
535
|
-
To
|
|
536
|
-
|
|
537
|
-
* [
|
|
550
|
+
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
551
|
+
you'll need to specify the `/accounts/{accountID}/transfers.read` scope.
|
|
552
|
+
* [uploadEvidenceFile](docs/sdks/disputes/README.md#uploadevidencefile) - Uploads a file as evidence for a dispute.
|
|
538
553
|
|
|
539
554
|
Read our [disputes guide](https://docs.moov.io/guides/money-movement/accept-payments/card-acceptance/disputes/) to learn more.
|
|
540
555
|
|
|
541
|
-
To
|
|
542
|
-
|
|
543
|
-
* [
|
|
556
|
+
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
557
|
+
you'll need to specify the `/accounts/{accountID}/transfers.write` scope.
|
|
558
|
+
* [uploadEvidenceText](docs/sdks/disputes/README.md#uploadevidencetext) - Uploads text as evidence for a dispute.
|
|
544
559
|
|
|
545
560
|
Read our [disputes guide](https://docs.moov.io/guides/money-movement/accept-payments/card-acceptance/disputes/) to learn more.
|
|
546
561
|
|
|
547
|
-
To
|
|
548
|
-
|
|
549
|
-
* [
|
|
562
|
+
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
563
|
+
you'll need to specify the `/accounts/{accountID}/transfers.write` scope.
|
|
564
|
+
* [submitEvidence](docs/sdks/disputes/README.md#submitevidence) - Submit the evidence associated with a dispute.
|
|
550
565
|
|
|
551
566
|
Evidence items must be uploaded using the appropriate endpoint(s) prior to calling this endpoint to submit it. **Evidence can only
|
|
552
567
|
be submitted once per dispute.**
|
|
553
568
|
|
|
554
569
|
Read our [disputes guide](https://docs.moov.io/guides/money-movement/accept-payments/card-acceptance/disputes/) to learn more.
|
|
555
570
|
|
|
556
|
-
To
|
|
557
|
-
|
|
558
|
-
* [
|
|
571
|
+
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
572
|
+
you'll need to specify the `/accounts/{accountID}/transfers.write` scope.
|
|
573
|
+
* [getEvidence](docs/sdks/disputes/README.md#getevidence) - Get dispute evidence by ID.
|
|
559
574
|
|
|
560
575
|
Read our [disputes guide](https://docs.moov.io/guides/money-movement/accept-payments/card-acceptance/disputes/) to learn more.
|
|
561
576
|
|
|
562
|
-
To
|
|
563
|
-
|
|
564
|
-
* [
|
|
577
|
+
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
578
|
+
you'll need to specify the `/accounts/{accountID}/transfers.read` scope.
|
|
579
|
+
* [updateEvidence](docs/sdks/disputes/README.md#updateevidence) - Updates dispute evidence by ID.
|
|
565
580
|
|
|
566
581
|
Read our [disputes guide](https://docs.moov.io/guides/money-movement/accept-payments/card-acceptance/disputes/) to learn more.
|
|
567
582
|
|
|
568
|
-
To
|
|
569
|
-
|
|
570
|
-
* [
|
|
583
|
+
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
584
|
+
you'll need to specify the `/accounts/{accountID}/transfers.write` scope.
|
|
585
|
+
* [deleteEvidence](docs/sdks/disputes/README.md#deleteevidence) - Deletes dispute evidence by ID.
|
|
571
586
|
|
|
572
587
|
Read our [disputes guide](https://docs.moov.io/guides/money-movement/accept-payments/card-acceptance/disputes/) to learn more.
|
|
573
588
|
|
|
574
|
-
To
|
|
575
|
-
|
|
576
|
-
* [
|
|
589
|
+
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
590
|
+
you'll need to specify the `/accounts/{accountID}/transfers.write` scope.
|
|
591
|
+
* [getEvidenceData](docs/sdks/disputes/README.md#getevidencedata) - Downloads dispute evidence data by ID.
|
|
577
592
|
|
|
578
593
|
Read our [disputes guide](https://docs.moov.io/guides/money-movement/accept-payments/card-acceptance/disputes/) to learn more.
|
|
579
594
|
|
|
580
|
-
To
|
|
581
|
-
|
|
595
|
+
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
596
|
+
you'll need to specify the `/accounts/{accountID}/transfers.read` scope.
|
|
582
597
|
|
|
583
598
|
### [endToEndEncryption](docs/sdks/endtoendencryption/README.md)
|
|
584
599
|
|
|
585
|
-
* [
|
|
600
|
+
* [testEncryptedToken](docs/sdks/endtoendencryption/README.md#testencryptedtoken) - Allows for testing a JWE token to ensure it's acceptable by Moov.
|
|
586
601
|
|
|
587
|
-
To access this endpoint using
|
|
588
|
-
to specify the `/ping.read` scope.
|
|
589
|
-
* [
|
|
602
|
+
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
603
|
+
you'll need to specify the `/ping.read` scope.
|
|
604
|
+
* [generateKey](docs/sdks/endtoendencryption/README.md#generatekey) - Generates a public key used to create a JWE token for passing secure authentication data through non-PCI compliant intermediaries.
|
|
590
605
|
|
|
591
606
|
### [enrichedAddress](docs/sdks/enrichedaddress/README.md)
|
|
592
607
|
|
|
593
|
-
* [
|
|
608
|
+
* [get](docs/sdks/enrichedaddress/README.md#get) - Fetch enriched address suggestions. Requires a partial address.
|
|
594
609
|
|
|
595
|
-
|
|
610
|
+
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
611
|
+
you'll need to specify the `/profile-enrichment.read` scope.
|
|
596
612
|
|
|
597
613
|
### [enrichedProfile](docs/sdks/enrichedprofile/README.md)
|
|
598
614
|
|
|
599
|
-
* [
|
|
615
|
+
* [get](docs/sdks/enrichedprofile/README.md#get) - Fetch enriched profile data. Requires a valid email address. This service is offered in collaboration with Clearbit.
|
|
600
616
|
|
|
601
|
-
|
|
617
|
+
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
618
|
+
you'll need to specify the `/profile-enrichment.read` scope.
|
|
602
619
|
|
|
603
620
|
### [files](docs/sdks/files/README.md)
|
|
604
621
|
|
|
605
|
-
* [
|
|
622
|
+
* [upload](docs/sdks/files/README.md#upload) - Upload a file and link it to the specified Moov account.
|
|
606
623
|
|
|
607
624
|
The maximum file size is 10MB. Each account is allowed a maximum of 50 files. Acceptable file types include csv, jpg, pdf,
|
|
608
625
|
and png.
|
|
609
626
|
|
|
610
|
-
To access this endpoint using
|
|
611
|
-
`/accounts/{accountID}/files.write` scope.
|
|
612
|
-
* [
|
|
627
|
+
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
628
|
+
you'll need to specify the `/accounts/{accountID}/files.write` scope.
|
|
629
|
+
* [list](docs/sdks/files/README.md#list) - List all the files associated with a particular Moov account.
|
|
613
630
|
|
|
614
|
-
To access this endpoint using
|
|
615
|
-
`/accounts/{accountID}/files.read` scope.
|
|
616
|
-
* [
|
|
631
|
+
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
632
|
+
you'll need to specify the `/accounts/{accountID}/files.read` scope.
|
|
633
|
+
* [get](docs/sdks/files/README.md#get) - Retrieve file details associated with a specific Moov account.
|
|
617
634
|
|
|
618
|
-
To access this endpoint using
|
|
619
|
-
`/accounts/{accountID}/files.read` scope.
|
|
635
|
+
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
636
|
+
you'll need to specify the `/accounts/{accountID}/files.read` scope.
|
|
620
637
|
|
|
621
638
|
### [industries](docs/sdks/industries/README.md)
|
|
622
639
|
|
|
623
|
-
* [
|
|
624
|
-
|
|
625
|
-
|
|
640
|
+
* [list](docs/sdks/industries/README.md#list) - Returns a list of all industry titles and their corresponding MCC/SIC/NAICS codes. Results are ordered by title.
|
|
641
|
+
|
|
642
|
+
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
643
|
+
you'll need to specify the `/profile-enrichment.read` scope.
|
|
626
644
|
|
|
627
645
|
### [institutions](docs/sdks/institutions/README.md)
|
|
628
646
|
|
|
629
|
-
* [
|
|
630
|
-
|
|
631
|
-
|
|
647
|
+
* [search](docs/sdks/institutions/README.md#search) - Search for institutions by either their name or routing number.
|
|
648
|
+
|
|
649
|
+
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
650
|
+
you'll need to specify the `/fed.read` scope.
|
|
632
651
|
|
|
633
652
|
### [issuingTransactions](docs/sdks/issuingtransactions/README.md)
|
|
634
653
|
|
|
635
|
-
* [
|
|
654
|
+
* [listAuthorizations](docs/sdks/issuingtransactions/README.md#listauthorizations) - List issued card authorizations associated with a Moov account.
|
|
636
655
|
|
|
637
|
-
To access this endpoint using
|
|
638
|
-
the `/accounts/{accountID}/issued-cards.read` scope.
|
|
639
|
-
* [
|
|
656
|
+
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
657
|
+
you'll need to specify the `/accounts/{accountID}/issued-cards.read` scope.
|
|
658
|
+
* [getAuthorization](docs/sdks/issuingtransactions/README.md#getauthorization) - Retrieves details of an authorization associated with a specific Moov account.
|
|
640
659
|
|
|
641
|
-
To access this endpoint using
|
|
642
|
-
the `/accounts/{accountID}/issued-cards.read` scope.
|
|
643
|
-
* [
|
|
660
|
+
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
661
|
+
you'll need to specify the `/accounts/{accountID}/issued-cards.read` scope.
|
|
662
|
+
* [listAuthorizationEvents](docs/sdks/issuingtransactions/README.md#listauthorizationevents) - List card network and Moov platform events that affect the authorization and its hold on a wallet balance.
|
|
644
663
|
|
|
645
|
-
To access this endpoint using
|
|
646
|
-
the `/accounts/{accountID}/issued-cards.read` scope.
|
|
647
|
-
* [
|
|
664
|
+
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
665
|
+
you'll need to specify the `/accounts/{accountID}/issued-cards.read` scope.
|
|
666
|
+
* [list](docs/sdks/issuingtransactions/README.md#list) - List issued card transactions associated with a Moov account.
|
|
648
667
|
|
|
649
|
-
To access this endpoint using
|
|
650
|
-
the `/accounts/{accountID}/issued-cards.read` scope.
|
|
651
|
-
* [
|
|
668
|
+
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
669
|
+
you'll need to specify the `/accounts/{accountID}/issued-cards.read` scope.
|
|
670
|
+
* [get](docs/sdks/issuingtransactions/README.md#get) - Retrieves details of an issued card transaction associated with a specific Moov account.
|
|
652
671
|
|
|
653
|
-
To access this endpoint using
|
|
654
|
-
the `/accounts/{accountID}/issued-cards.read` scope.
|
|
672
|
+
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
673
|
+
you'll need to specify the `/accounts/{accountID}/issued-cards.read` scope.
|
|
655
674
|
|
|
656
675
|
|
|
657
676
|
### [onboarding](docs/sdks/onboarding/README.md)
|
|
658
677
|
|
|
659
|
-
* [
|
|
678
|
+
* [createInvite](docs/sdks/onboarding/README.md#createinvite) - Create an invitation containing a unique link that allows the recipient to onboard their organization with Moov.
|
|
660
679
|
|
|
661
|
-
To access this endpoint using
|
|
662
|
-
to specify the `/accounts.write` scope.
|
|
663
|
-
* [
|
|
680
|
+
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
681
|
+
you'll need to specify the `/accounts.write` scope.
|
|
682
|
+
* [listInvites](docs/sdks/onboarding/README.md#listinvites) - List all the onboarding invites created by the caller's account.
|
|
664
683
|
|
|
665
|
-
To access this endpoint using
|
|
666
|
-
to specify the `/accounts.read` scope.
|
|
667
|
-
* [
|
|
684
|
+
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
685
|
+
you'll need to specify the `/accounts.read` scope.
|
|
686
|
+
* [getInvite](docs/sdks/onboarding/README.md#getinvite) - Retrieve details about an onboarding invite.
|
|
668
687
|
|
|
669
|
-
To access this endpoint using
|
|
670
|
-
to specify the `/accounts.read` scope.
|
|
671
|
-
* [
|
|
688
|
+
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
689
|
+
you'll need to specify the `/accounts.read` scope.
|
|
690
|
+
* [revokeInvite](docs/sdks/onboarding/README.md#revokeinvite) - Revoke an onboarding invite, rendering the invitation link unusable.
|
|
672
691
|
|
|
673
|
-
To access this endpoint using
|
|
674
|
-
to specify the `/accounts.write` scope.
|
|
692
|
+
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
693
|
+
you'll need to specify the `/accounts.write` scope.
|
|
675
694
|
|
|
676
695
|
### [paymentLinks](docs/sdks/paymentlinks/README.md)
|
|
677
696
|
|
|
678
|
-
* [
|
|
697
|
+
* [create](docs/sdks/paymentlinks/README.md#create) - Create a payment link that allows an end user to make a payment on Moov's hosted payment link page.
|
|
679
698
|
|
|
680
|
-
To access this endpoint using
|
|
681
|
-
to specify the `/accounts/{accountID}/transfers.write` scope.
|
|
682
|
-
* [
|
|
699
|
+
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
700
|
+
you'll need to specify the `/accounts/{accountID}/transfers.write` scope.
|
|
701
|
+
* [list](docs/sdks/paymentlinks/README.md#list) - List all the payment links created under a Moov account.
|
|
683
702
|
|
|
684
|
-
To access this endpoint using
|
|
685
|
-
to specify the `/accounts/{accountID}/transfers.read` scope.
|
|
686
|
-
* [
|
|
703
|
+
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
704
|
+
you'll need to specify the `/accounts/{accountID}/transfers.read` scope.
|
|
705
|
+
* [get](docs/sdks/paymentlinks/README.md#get) - Retrieve a payment link by code.
|
|
687
706
|
|
|
688
|
-
To access this endpoint using
|
|
689
|
-
to specify the `/accounts/{accountID}/transfers.read` scope.
|
|
690
|
-
* [
|
|
707
|
+
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
708
|
+
you'll need to specify the `/accounts/{accountID}/transfers.read` scope.
|
|
709
|
+
* [update](docs/sdks/paymentlinks/README.md#update) - Update a payment link.
|
|
691
710
|
|
|
692
|
-
To access this endpoint using
|
|
693
|
-
to specify the `/accounts/{accountID}/transfers.write` scope.
|
|
694
|
-
* [
|
|
711
|
+
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
712
|
+
you'll need to specify the `/accounts/{accountID}/transfers.write` scope.
|
|
713
|
+
* [disable](docs/sdks/paymentlinks/README.md#disable) - Disable a payment link.
|
|
695
714
|
|
|
696
|
-
To access this endpoint using
|
|
697
|
-
to specify the `/accounts/{accountID}/transfers.write` scope.
|
|
698
|
-
* [
|
|
715
|
+
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
716
|
+
you'll need to specify the `/accounts/{accountID}/transfers.write` scope.
|
|
717
|
+
* [getQRCode](docs/sdks/paymentlinks/README.md#getqrcode) - Retrieve the payment link encoded in a QR code.
|
|
699
718
|
|
|
700
719
|
Use the `Accept` header to specify the format of the response. Supported formats are `application/json` and `image/png`.
|
|
701
720
|
|
|
702
|
-
To access this endpoint using
|
|
703
|
-
to specify the `/accounts/{accountID}/transfers.write` scope.
|
|
721
|
+
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
722
|
+
you'll need to specify the `/accounts/{accountID}/transfers.write` scope.
|
|
704
723
|
|
|
705
724
|
### [paymentMethods](docs/sdks/paymentmethods/README.md)
|
|
706
725
|
|
|
707
|
-
* [
|
|
726
|
+
* [list](docs/sdks/paymentmethods/README.md#list) - Retrieve a list of payment methods associated with a Moov account. Read our [payment methods
|
|
727
|
+
guide](https://docs.moov.io/guides/money-movement/payment-methods/) to learn more.
|
|
708
728
|
|
|
709
|
-
To
|
|
710
|
-
|
|
729
|
+
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
730
|
+
you'll need to specify the `/accounts/{accountID}/payment-methods.read` scope.
|
|
731
|
+
* [get](docs/sdks/paymentmethods/README.md#get) - Get the specified payment method associated with a Moov account. Read our [payment methods guide](https://docs.moov.io/guides/money-movement/payment-methods/) to learn more.
|
|
711
732
|
|
|
712
|
-
To
|
|
733
|
+
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
734
|
+
you'll need to specify the `/accounts/{accountID}/payment-methods.read` scope.
|
|
713
735
|
|
|
714
736
|
### [ping](docs/sdks/ping/README.md)
|
|
715
737
|
|
|
716
738
|
* [ping](docs/sdks/ping/README.md#ping) - A simple endpoint to check auth.
|
|
717
739
|
|
|
718
|
-
To access this endpoint using
|
|
719
|
-
to specify the `/ping.read` scope.
|
|
740
|
+
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
741
|
+
you'll need to specify the `/ping.read` scope.
|
|
720
742
|
|
|
721
743
|
### [representatives](docs/sdks/representatives/README.md)
|
|
722
744
|
|
|
723
|
-
* [
|
|
745
|
+
* [create](docs/sdks/representatives/README.md#create) - Moov accounts associated with businesses require information regarding individuals who represent the business.
|
|
724
746
|
You can provide this information by creating a representative. Each account is allowed a maximum of 7 representatives.
|
|
725
747
|
Read our [business representatives guide](https://docs.moov.io/guides/accounts/requirements/business-representatives/) to learn more.
|
|
726
748
|
|
|
727
|
-
To
|
|
728
|
-
|
|
749
|
+
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
750
|
+
you'll need to specify the `/accounts/{accountID}/representatives.write` scope.
|
|
751
|
+
* [list](docs/sdks/representatives/README.md#list) - A Moov account may have multiple representatives depending on the associated business's ownership and management structure.
|
|
729
752
|
You can use this method to list all the representatives for a given Moov account.
|
|
730
753
|
Note that Moov accounts associated with an individual do not have representatives.
|
|
731
754
|
Read our [business representatives guide](https://docs.moov.io/guides/accounts/requirements/business-representatives/) to learn more.
|
|
732
755
|
|
|
733
|
-
To
|
|
734
|
-
|
|
756
|
+
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
757
|
+
you'll need to specify the `/accounts/{accountID}/representatives.read` scope.
|
|
758
|
+
* [delete](docs/sdks/representatives/README.md#delete) - Deletes a business representative associated with a Moov account. Read our [business representatives guide](https://docs.moov.io/guides/accounts/requirements/business-representatives/) to learn more.
|
|
735
759
|
|
|
736
|
-
To
|
|
737
|
-
|
|
760
|
+
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
761
|
+
you'll need to specify the `/accounts/{accountID}/representatives.write` scope.
|
|
762
|
+
* [get](docs/sdks/representatives/README.md#get) - Retrieve a specific representative associated with a given Moov account. Read our [business representatives guide](https://docs.moov.io/guides/accounts/requirements/business-representatives/) to learn more.
|
|
738
763
|
|
|
739
|
-
To
|
|
740
|
-
|
|
764
|
+
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
765
|
+
you'll need to specify the `/accounts/{accountID}/representatives.read` scope.
|
|
766
|
+
* [update](docs/sdks/representatives/README.md#update) - If a representative's information has changed you can patch the information associated with a specific representative ID.
|
|
741
767
|
Read our [business representatives guide](https://docs.moov.io/guides/accounts/requirements/business-representatives/) to learn more.
|
|
742
768
|
|
|
743
|
-
To use this endpoint from the browser, you’ll need to specify the `/accounts/{accountID}/representatives.write` scope when generating a [token](https://docs.moov.io/api/authentication/access-tokens/).
|
|
744
|
-
|
|
745
769
|
When **can** profile data be updated:
|
|
746
770
|
|
|
747
771
|
- For unverified representatives, all profile data can be edited.
|
|
748
772
|
- During the verification process, missing or incomplete profile data can be edited.
|
|
749
773
|
- Verified representatives can only add missing profile data.
|
|
750
774
|
|
|
751
|
-
When **can
|
|
775
|
+
When **can't** profile data be updated:
|
|
752
776
|
|
|
753
777
|
- Verified representatives cannot change any existing profile data.
|
|
754
778
|
|
|
755
779
|
If you need to update information in a locked state, please contact Moov support.
|
|
756
780
|
|
|
781
|
+
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
782
|
+
you'll need to specify the `/accounts/{accountID}/representatives.write` scope.
|
|
783
|
+
|
|
757
784
|
### [scheduling](docs/sdks/scheduling/README.md)
|
|
758
785
|
|
|
759
|
-
* [
|
|
760
|
-
|
|
761
|
-
|
|
762
|
-
|
|
763
|
-
* [
|
|
764
|
-
|
|
786
|
+
* [create](docs/sdks/scheduling/README.md#create) - Describes the schedule to create or modify.
|
|
787
|
+
|
|
788
|
+
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
789
|
+
you'll need to specify the `/accounts/{accountID}/transfers.write` scope.
|
|
790
|
+
* [list](docs/sdks/scheduling/README.md#list) - Describes a list of schedules associated with an account. Requires at least 1 occurrence or recurTransfer to be specified.
|
|
791
|
+
|
|
792
|
+
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
793
|
+
you'll need to specify the `/accounts/{accountID}/transfers.read` scope.
|
|
794
|
+
* [update](docs/sdks/scheduling/README.md#update) - Describes the schedule to modify.
|
|
795
|
+
|
|
796
|
+
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
797
|
+
you'll need to specify the `/accounts/{accountID}/transfers.write` scope.
|
|
798
|
+
* [get](docs/sdks/scheduling/README.md#get) - Describes a schedule associated with an account. Requires at least 1 occurrence or recurTransfer to be specified.
|
|
799
|
+
|
|
800
|
+
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
801
|
+
you'll need to specify the `/accounts/{accountID}/transfers.read` scope.
|
|
802
|
+
* [cancel](docs/sdks/scheduling/README.md#cancel) - Describes the schedule to cancel.
|
|
803
|
+
|
|
804
|
+
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
805
|
+
you'll need to specify the `/accounts/{accountID}/transfers.write` scope.
|
|
806
|
+
* [getOccurrance](docs/sdks/scheduling/README.md#getoccurrance) - Defines an occurrence for when to run a transfer.
|
|
807
|
+
|
|
808
|
+
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
809
|
+
you'll need to specify the `/accounts/{accountID}/transfers.read` scope.
|
|
765
810
|
|
|
766
811
|
### [sweeps](docs/sdks/sweeps/README.md)
|
|
767
812
|
|
|
768
|
-
* [
|
|
769
|
-
|
|
770
|
-
|
|
771
|
-
|
|
772
|
-
* [
|
|
773
|
-
|
|
813
|
+
* [createConfig](docs/sdks/sweeps/README.md#createconfig) - Create a sweep config for a wallet.
|
|
814
|
+
|
|
815
|
+
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
816
|
+
you'll need to specify the `/accounts/{accountID}/wallets.write` scope.
|
|
817
|
+
* [listConfigs](docs/sdks/sweeps/README.md#listconfigs) - List sweep configs associated with an account.
|
|
818
|
+
|
|
819
|
+
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
820
|
+
you'll need to specify the `/accounts/{accountID}/wallets.read` scope.
|
|
821
|
+
* [getConfig](docs/sdks/sweeps/README.md#getconfig) - Get a sweep config associated with a wallet.
|
|
822
|
+
|
|
823
|
+
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
824
|
+
you'll need to specify the `/accounts/{accountID}/wallets.read` scope.
|
|
825
|
+
* [updateConfig](docs/sdks/sweeps/README.md#updateconfig) - Update settings on a sweep config.
|
|
826
|
+
|
|
827
|
+
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
828
|
+
you'll need to specify the `/accounts/{accountID}/wallets.write` scope.
|
|
829
|
+
* [list](docs/sdks/sweeps/README.md#list) - List sweeps associated with a wallet.
|
|
830
|
+
|
|
831
|
+
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
832
|
+
you'll need to specify the `/accounts/{accountID}/wallets.read` scope.
|
|
833
|
+
* [get](docs/sdks/sweeps/README.md#get) - Get details on a specific sweep.
|
|
834
|
+
|
|
835
|
+
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
836
|
+
you'll need to specify the `/accounts/{accountID}/wallets.read` scope.
|
|
774
837
|
|
|
775
838
|
### [transfers](docs/sdks/transfers/README.md)
|
|
776
839
|
|
|
777
|
-
* [
|
|
840
|
+
* [create](docs/sdks/transfers/README.md#create) - Move money by providing the source, destination, and amount in the request body.
|
|
778
841
|
|
|
779
842
|
Read our [transfers overview guide](https://docs.moov.io/guides/money-movement/overview/) to learn more.
|
|
780
843
|
|
|
781
|
-
To access this endpoint using
|
|
782
|
-
scope.
|
|
783
|
-
* [
|
|
844
|
+
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
845
|
+
you'll need to specify the `/accounts/{accountID}/transfers.write` scope.
|
|
846
|
+
* [list](docs/sdks/transfers/README.md#list) - List all the transfers associated with a particular Moov account.
|
|
784
847
|
|
|
785
848
|
Read our [transfers overview guide](https://docs.moov.io/guides/money-movement/overview/) to learn more.
|
|
786
849
|
|
|
@@ -789,83 +852,94 @@ if you set `skip`= 10, you will see a results set of 200 transfers after the fir
|
|
|
789
852
|
process very slowly. To achieve faster performance, restrict the data as much as you can by using the `StartDateTime` and `EndDateTime` parameters for a limited
|
|
790
853
|
period of time. You can run multiple requests in smaller time window increments until you've retrieved all the transfers you need.
|
|
791
854
|
|
|
792
|
-
To access this endpoint using
|
|
793
|
-
scope.
|
|
794
|
-
* [
|
|
855
|
+
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
856
|
+
you'll need to specify the `/accounts/{accountID}/transfers.read` scope.
|
|
857
|
+
* [get](docs/sdks/transfers/README.md#get) - Retrieve full transfer details for an individual transfer of a particular Moov account.
|
|
795
858
|
|
|
796
859
|
Payment rail-specific details are included in the source and destination. Read our [transfers overview guide](https://docs.moov.io/guides/money-movement/overview/)
|
|
797
860
|
to learn more.
|
|
798
861
|
|
|
799
|
-
To access this endpoint using
|
|
800
|
-
scope.
|
|
801
|
-
* [
|
|
862
|
+
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
863
|
+
you'll need to specify the `/accounts/{accountID}/transfers.read` scope.
|
|
864
|
+
* [update](docs/sdks/transfers/README.md#update) - Update the metadata contained on a transfer.
|
|
802
865
|
|
|
803
866
|
Read our [transfers overview guide](https://docs.moov.io/guides/money-movement/overview/) to learn more.
|
|
804
867
|
|
|
805
|
-
To access this endpoint using
|
|
806
|
-
scope.
|
|
807
|
-
* [
|
|
868
|
+
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
869
|
+
you'll need to specify the `/accounts/{accountID}/transfers.write` scope.
|
|
870
|
+
* [initiateRefund](docs/sdks/transfers/README.md#initiaterefund) - Initiate a refund for a card transfer.
|
|
808
871
|
|
|
809
872
|
**Use the [Cancel or refund a card transfer](https://docs.moov.io/api/money-movement/refunds/cancel/) endpoint for more comprehensive cancel and refund options.**
|
|
810
873
|
See the [reversals](https://docs.moov.io/guides/money-movement/accept-payments/card-acceptance/reversals/) guide for more information.
|
|
811
874
|
|
|
812
|
-
To access this endpoint using
|
|
813
|
-
scope.
|
|
875
|
+
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
876
|
+
you'll need to specify the `/accounts/{accountID}/transfers.write` scope.
|
|
814
877
|
* [listRefunds](docs/sdks/transfers/README.md#listrefunds) - Get a list of refunds for a card transfer.
|
|
815
878
|
|
|
816
|
-
To access this endpoint using
|
|
817
|
-
scope.
|
|
879
|
+
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
880
|
+
you'll need to specify the `/accounts/{accountID}/transfers.read` scope.
|
|
818
881
|
* [getRefund](docs/sdks/transfers/README.md#getrefund) - Get details of a refund for a card transfer.
|
|
819
882
|
|
|
820
|
-
To access this endpoint using
|
|
821
|
-
scope.
|
|
822
|
-
* [
|
|
883
|
+
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
884
|
+
you'll need to specify the `/accounts/{accountID}/transfers.read` scope.
|
|
885
|
+
* [createReversal](docs/sdks/transfers/README.md#createreversal) - Reverses a card transfer by initiating a cancellation or refund depending on the transaction status.
|
|
823
886
|
Read our [reversals guide](https://docs.moov.io/guides/money-movement/accept-payments/card-acceptance/reversals/)
|
|
824
887
|
to learn more.
|
|
825
888
|
|
|
826
889
|
To access this endpoint using a [token](https://docs.moov.io/api/authentication/access-tokens/) you'll need
|
|
827
890
|
to specify the `/accounts/{accountID}/transfers.write` scope.
|
|
828
|
-
* [
|
|
891
|
+
* [generateOptions](docs/sdks/transfers/README.md#generateoptions) - Generate available payment method options for one or multiple transfer participants depending on the accountID or paymentMethodID you
|
|
829
892
|
supply in the request.
|
|
830
893
|
|
|
831
894
|
Read our [transfers overview guide](https://docs.moov.io/guides/money-movement/overview/) to learn more.
|
|
832
895
|
|
|
833
|
-
To
|
|
834
|
-
|
|
835
|
-
accountID on the [Business details](https://dashboard.moov.io/settings/business) page.
|
|
896
|
+
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
897
|
+
you'll need to specify the `/accounts/{accountID}/transfers.read` scope.
|
|
836
898
|
|
|
837
899
|
### [underwriting](docs/sdks/underwriting/README.md)
|
|
838
900
|
|
|
839
|
-
* [
|
|
901
|
+
* [get](docs/sdks/underwriting/README.md#get) - Retrieve underwriting associated with a given Moov account.
|
|
840
902
|
|
|
841
903
|
Read our [underwriting guide](https://docs.moov.io/guides/accounts/requirements/underwriting/) to learn more.
|
|
842
904
|
|
|
843
|
-
To access this endpoint using
|
|
844
|
-
to specify the `/accounts/{accountID}/profile.read` scope.
|
|
845
|
-
* [
|
|
905
|
+
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
906
|
+
you'll need to specify the `/accounts/{accountID}/profile.read` scope.
|
|
907
|
+
* [update](docs/sdks/underwriting/README.md#update) - Update the account's underwriting by passing new values for one or more of the fields.
|
|
846
908
|
|
|
847
909
|
Read our [underwriting guide](https://docs.moov.io/guides/accounts/requirements/underwriting/) to learn more.
|
|
848
910
|
|
|
849
|
-
To access this endpoint using
|
|
850
|
-
to specify the `/accounts/{accountID}/profile.write` scope.
|
|
911
|
+
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
912
|
+
you'll need to specify the `/accounts/{accountID}/profile.write` scope.
|
|
851
913
|
|
|
852
914
|
### [wallets](docs/sdks/wallets/README.md)
|
|
853
915
|
|
|
854
|
-
* [
|
|
916
|
+
* [list](docs/sdks/wallets/README.md#list) - List the wallets associated with a Moov account.
|
|
855
917
|
|
|
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.
|
|
918
|
+
Read our [Moov wallets guide](https://docs.moov.io/guides/sources/wallets/) to learn more.
|
|
858
919
|
|
|
859
|
-
To
|
|
920
|
+
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
921
|
+
you'll need to specify the `/accounts/{accountID}/wallets.read` scope.
|
|
922
|
+
* [get](docs/sdks/wallets/README.md#get) - Get information on a specific wallet (e.g., the available balance).
|
|
923
|
+
|
|
924
|
+
Read our [Moov wallets guide](https://docs.moov.io/guides/sources/wallets/) to learn more.
|
|
925
|
+
|
|
926
|
+
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
927
|
+
you'll need to specify the `/accounts/{accountID}/wallets.read` scope.
|
|
860
928
|
|
|
861
929
|
### [walletTransactions](docs/sdks/wallettransactions/README.md)
|
|
862
930
|
|
|
863
|
-
* [
|
|
931
|
+
* [list](docs/sdks/wallettransactions/README.md#list) - List all the transactions associated with a particular Moov wallet.
|
|
932
|
+
|
|
933
|
+
Read our [wallet transactions guide](https://docs.moov.io/guides/sources/wallets/transactions/) to learn more.
|
|
864
934
|
|
|
865
|
-
To
|
|
866
|
-
|
|
935
|
+
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
936
|
+
you'll need to specify the `/accounts/{accountID}/wallets.read` scope.
|
|
937
|
+
* [get](docs/sdks/wallettransactions/README.md#get) - Get details on a specific wallet transaction.
|
|
867
938
|
|
|
868
|
-
|
|
939
|
+
Read our [wallet transactions guide](https://docs.moov.io/guides/sources/wallets/transactions/) to learn more.
|
|
940
|
+
|
|
941
|
+
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
942
|
+
you'll need to specify the `/accounts/{accountID}/wallets.read` scope.
|
|
869
943
|
|
|
870
944
|
</details>
|
|
871
945
|
<!-- End Available Resources and Operations [operations] -->
|
|
@@ -885,13 +959,13 @@ To read more about standalone functions, check [FUNCTIONS.md](./FUNCTIONS.md).
|
|
|
885
959
|
|
|
886
960
|
<summary>Available standalone functions</summary>
|
|
887
961
|
|
|
888
|
-
- [`
|
|
962
|
+
- [`accountsAssignCountries`](docs/sdks/accounts/README.md#assigncountries) - Assign the countries of operation for an account.
|
|
889
963
|
|
|
890
964
|
This endpoint will always overwrite the previously assigned values.
|
|
891
965
|
|
|
892
|
-
To
|
|
893
|
-
|
|
894
|
-
- [`
|
|
966
|
+
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
967
|
+
you'll need to specify the `/accounts/{accountID}/profile.write` scope.
|
|
968
|
+
- [`accountsCreate`](docs/sdks/accounts/README.md#create) - You can create **business** or **individual** accounts for your users (i.e., customers, merchants) by passing the required
|
|
895
969
|
information to Moov. Requirements differ per account type and requested [capabilities](https://docs.moov.io/guides/accounts/capabilities/requirements/).
|
|
896
970
|
|
|
897
971
|
If you're requesting the `wallet`, `send-funds`, `collect-funds`, or `card-issuing` capabilities, you'll need to:
|
|
@@ -903,30 +977,41 @@ If you're creating a business account with the business type `llc`, `partnership
|
|
|
903
977
|
|
|
904
978
|
Visit our documentation to read more about [creating accounts](https://docs.moov.io/guides/accounts/create-accounts/) and [verification requirements](https://docs.moov.io/guides/accounts/requirements/identity-verification/).
|
|
905
979
|
Note that the `mode` field (for production or sandbox) is only required when creating a _facilitator_ account. All non-facilitator account requests will ignore the mode field and be set to the calling facilitator's mode.
|
|
906
|
-
- [`accountsDisconnectAccount`](docs/sdks/accounts/README.md#disconnectaccount) - This will sever the connection between you and the account specified and it will no longer be listed as active in the list of accounts.
|
|
907
|
-
This also means you'll only have read-only access to the account going forward for reporting purposes.
|
|
908
980
|
|
|
909
|
-
|
|
910
|
-
|
|
911
|
-
- [`
|
|
912
|
-
|
|
981
|
+
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/) you'll need
|
|
982
|
+
to specify the `/accounts.write` scope.
|
|
983
|
+
- [`accountsDisconnect`](docs/sdks/accounts/README.md#disconnect) - This will sever the connection between you and the account specified and it will no longer be listed as
|
|
984
|
+
active in the list of accounts. This also means you'll only have read-only access to the account going
|
|
985
|
+
forward for reporting purposes.
|
|
913
986
|
|
|
914
|
-
To
|
|
915
|
-
|
|
916
|
-
- [`
|
|
987
|
+
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
988
|
+
you'll need to specify the `/accounts/{accountID}/profile.disconnect` scope.
|
|
989
|
+
- [`accountsGet`](docs/sdks/accounts/README.md#get) - Retrieves details for the account with the specified ID.
|
|
917
990
|
|
|
918
|
-
To access this endpoint using
|
|
991
|
+
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/) you'll need
|
|
919
992
|
to specify the `/accounts/{accountID}/profile.read` scope.
|
|
920
|
-
- [`
|
|
993
|
+
- [`accountsGetCountries`](docs/sdks/accounts/README.md#getcountries) - Retrieve the specified countries of operation for an account.
|
|
921
994
|
|
|
922
|
-
|
|
923
|
-
|
|
924
|
-
- [`
|
|
995
|
+
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
996
|
+
you'll need to specify the `/accounts/{accountID}/profile.read` scope.
|
|
997
|
+
- [`accountsGetMerchantProcessingAgreement`](docs/sdks/accounts/README.md#getmerchantprocessingagreement) - Retrieve a merchant account's processing agreement.
|
|
998
|
+
|
|
999
|
+
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
1000
|
+
you'll need to specify the `/accounts/{accountID}/profile.read` scope.
|
|
1001
|
+
- [`accountsGetTermsOfServiceToken`](docs/sdks/accounts/README.md#gettermsofservicetoken) - Generates a non-expiring token that can then be used to accept Moov's terms of service.
|
|
1002
|
+
|
|
1003
|
+
This token can only be generated via API. Any Moov account requesting the collect funds, send funds, wallet,
|
|
1004
|
+
or card issuing capabilities must accept Moov's terms of service, then have the generated terms of service
|
|
1005
|
+
token patched to the account. Read more in our [documentation](https://docs.moov.io/guides/accounts/requirements/platform-agreement/).
|
|
1006
|
+
- [`accountsList`](docs/sdks/accounts/README.md#list) - List or search accounts to which the caller is connected.
|
|
925
1007
|
|
|
926
1008
|
All supported query parameters are optional. If none are provided the response will include all connected accounts.
|
|
927
|
-
Pagination is supported via the `skip` and `count` query parameters.
|
|
928
|
-
|
|
929
|
-
|
|
1009
|
+
Pagination is supported via the `skip` and `count` query parameters. Searching by name and email will overlap and
|
|
1010
|
+
return results based on relevance.
|
|
1011
|
+
|
|
1012
|
+
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/) you'll need
|
|
1013
|
+
to specify the `/accounts.read` scope.
|
|
1014
|
+
- [`accountsUpdate`](docs/sdks/accounts/README.md#update) - When **can** profile data be updated:
|
|
930
1015
|
+ For unverified accounts, all profile data can be edited.
|
|
931
1016
|
+ During the verification process, missing or incomplete profile data can be edited.
|
|
932
1017
|
+ Verified accounts can only add missing profile data.
|
|
@@ -936,24 +1021,63 @@ Searching by name and email will overlap and return results based on relevance.
|
|
|
936
1021
|
|
|
937
1022
|
If you need to update information in a locked state, please contact Moov support.
|
|
938
1023
|
|
|
939
|
-
To
|
|
940
|
-
|
|
941
|
-
- [`
|
|
1024
|
+
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/) you'll need
|
|
1025
|
+
to specify the `/accounts/{accountID}/profile.write` scope.
|
|
1026
|
+
- [`adjustmentsGet`](docs/sdks/adjustments/README.md#get) - Retrieve a specific adjustment associated with a Moov account.
|
|
942
1027
|
|
|
943
|
-
To access this endpoint using
|
|
944
|
-
to specify the `/accounts/{accountID}/wallets.read` scope.
|
|
945
|
-
- [`
|
|
1028
|
+
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
1029
|
+
you'll need to specify the `/accounts/{accountID}/wallets.read` scope.
|
|
1030
|
+
- [`adjustmentsList`](docs/sdks/adjustments/README.md#list) - List adjustments associated with a Moov account.
|
|
946
1031
|
|
|
947
|
-
To access this endpoint using
|
|
948
|
-
to specify the `/accounts/{accountID}/wallets.read` scope.
|
|
949
|
-
- [`
|
|
950
|
-
|
|
1032
|
+
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
1033
|
+
you'll need to specify the `/accounts/{accountID}/wallets.read` scope.
|
|
1034
|
+
- [`applePayCreateSession`](docs/sdks/applepay/README.md#createsession) - Create a session with Apple Pay to facilitate a payment.
|
|
1035
|
+
|
|
1036
|
+
Read our [Apple Pay tutorial](https://docs.moov.io/guides/sources/cards/apple-pay/#register-your-domains) to learn more.
|
|
1037
|
+
A successful response from this endpoint should be passed through to Apple Pay unchanged.
|
|
1038
|
+
|
|
1039
|
+
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
1040
|
+
you'll need to specify the `/accounts/{accountID}/apple-pay.write` scope.
|
|
1041
|
+
- [`applePayGetMerchantDomains`](docs/sdks/applepay/README.md#getmerchantdomains) - Get domains registered with Apple Pay.
|
|
1042
|
+
|
|
1043
|
+
Read our [Apple Pay tutorial](https://docs.moov.io/guides/sources/cards/apple-pay/#register-your-domains) to learn more.
|
|
1044
|
+
|
|
1045
|
+
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
1046
|
+
you'll need to specify the `/accounts/{accountID}/apple-pay.read` scope.
|
|
1047
|
+
- [`applePayLinkToken`](docs/sdks/applepay/README.md#linktoken) - Connect an Apple Pay token to the specified account.
|
|
1048
|
+
|
|
1049
|
+
Read our [Apple Pay tutorial](https://docs.moov.io/guides/sources/cards/apple-pay/#register-your-domains) to learn more.
|
|
1050
|
+
The `token` data is defined by Apple Pay and should be passed through from Apple Pay's response unmodified.
|
|
1051
|
+
|
|
1052
|
+
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
1053
|
+
you'll need to specify the `/accounts/{accountID}/cards.write` scope.
|
|
1054
|
+
- [`applePayRegisterMerchantDomains`](docs/sdks/applepay/README.md#registermerchantdomains) - Add domains to be registered with Apple Pay.
|
|
1055
|
+
|
|
1056
|
+
Any domains that will be used to accept payments must first be [verified](https://docs.moov.io/guides/sources/cards/apple-pay/#register-your-domains)
|
|
1057
|
+
with Apple.
|
|
1058
|
+
|
|
1059
|
+
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
1060
|
+
you'll need to specify the `/accounts/{accountID}/apple-pay.write` scope.
|
|
1061
|
+
- [`applePayUpdateMerchantDomains`](docs/sdks/applepay/README.md#updatemerchantdomains) - Add or remove domains to be registered with Apple Pay.
|
|
1062
|
+
|
|
1063
|
+
Any domains that will be used to accept payments must first be [verified](https://docs.moov.io/guides/sources/cards/apple-pay/#register-your-domains)
|
|
1064
|
+
with Apple.
|
|
1065
|
+
|
|
1066
|
+
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
1067
|
+
you'll need to specify the `/accounts/{accountID}/apple-pay.write` scope.
|
|
1068
|
+
- [`authenticationCreateAccessToken`](docs/sdks/authentication/README.md#createaccesstoken) - Create or refresh an access token.
|
|
1069
|
+
- [`authenticationRevokeAccessToken`](docs/sdks/authentication/README.md#revokeaccesstoken) - Revoke an auth token.
|
|
951
1070
|
|
|
952
1071
|
Allows clients to notify the authorization server that a previously obtained refresh or access token is no longer needed.
|
|
953
|
-
- [`
|
|
1072
|
+
- [`avatarsGet`](docs/sdks/avatars/README.md#get) - Get avatar image for an account using a unique ID.
|
|
954
1073
|
|
|
955
|
-
To
|
|
956
|
-
|
|
1074
|
+
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
1075
|
+
you'll need to specify the `/profile-enrichment.read` scope.
|
|
1076
|
+
- [`bankAccountsCompleteMicroDeposits`](docs/sdks/bankaccounts/README.md#completemicrodeposits) - Complete the micro-deposit validation process by passing the amounts of the two transfers within three tries.
|
|
1077
|
+
|
|
1078
|
+
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
1079
|
+
you'll need to specify the `/accounts/{accountID}/bank-accounts.write` scope.
|
|
1080
|
+
- [`bankAccountsCompleteVerification`](docs/sdks/bankaccounts/README.md#completeverification) - Finalize the instant micro-deposit verification by submitting the verification code displayed in the user's bank account.
|
|
957
1081
|
|
|
958
1082
|
Upon successful verification, the bank account status will be updated to `verified` and eligible for ACH debit transactions.
|
|
959
1083
|
|
|
@@ -962,22 +1086,19 @@ The following formats are accepted:
|
|
|
962
1086
|
- `mv0000`
|
|
963
1087
|
- `0000`
|
|
964
1088
|
|
|
965
|
-
To
|
|
966
|
-
|
|
967
|
-
- [`
|
|
1089
|
+
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
1090
|
+
you'll need to specify the `/accounts/{accountID}/bank-accounts.write` scope.
|
|
1091
|
+
- [`bankAccountsDisable`](docs/sdks/bankaccounts/README.md#disable) - Discontinue using a specified bank account linked to a Moov account.
|
|
968
1092
|
|
|
969
|
-
To
|
|
970
|
-
|
|
971
|
-
- [`
|
|
1093
|
+
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
1094
|
+
you'll need to specify the `/accounts/{accountID}/bank-accounts.write` scope.
|
|
1095
|
+
- [`bankAccountsGet`](docs/sdks/bankaccounts/README.md#get) - Retrieve bank account details (i.e. routing number or account type) associated with a specific Moov account.
|
|
972
1096
|
|
|
973
|
-
|
|
974
|
-
when generating a [token](https://docs.moov.io/api/authentication/access-tokens/).
|
|
975
|
-
- [`bankAccountsGetBankAccount`](docs/sdks/bankaccounts/README.md#getbankaccount) - Retrieve bank account details (i.e. routing number or account type) associated with a specific Moov account.
|
|
1097
|
+
Read our [bank accounts guide](https://docs.moov.io/guides/sources/bank-accounts/) to learn more.
|
|
976
1098
|
|
|
977
|
-
|
|
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
|
|
1099
|
+
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
1100
|
+
you'll need to specify the `/accounts/{accountID}/bank-accounts.read` scope.
|
|
1101
|
+
- [`bankAccountsGetVerification`](docs/sdks/bankaccounts/README.md#getverification) - Retrieve the current status and details of an instant verification, including whether the verification method was instant or same-day
|
|
981
1102
|
ACH. This helps track the verification process in real-time and provides details in case of exceptions.
|
|
982
1103
|
|
|
983
1104
|
The status will indicate the following:
|
|
@@ -988,15 +1109,30 @@ The status will indicate the following:
|
|
|
988
1109
|
- `expired`: Verification expired after 14 days, initiate another verification
|
|
989
1110
|
- `max-attempts-exceeded`: Five incorrect code attempts exhausted, initiate another verification
|
|
990
1111
|
|
|
991
|
-
To
|
|
992
|
-
|
|
993
|
-
- [`
|
|
1112
|
+
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
1113
|
+
you'll need to specify the `/accounts/{accountID}/bank-accounts.read` scope.
|
|
1114
|
+
- [`bankAccountsInitiateMicroDeposits`](docs/sdks/bankaccounts/README.md#initiatemicrodeposits) - Micro-deposits help confirm bank account ownership, helping reduce fraud and the risk of unauthorized activity.
|
|
1115
|
+
Use this method to initiate the micro-deposit verification, sending two small credit transfers to the bank account
|
|
1116
|
+
you want to confirm.
|
|
1117
|
+
|
|
1118
|
+
If you request micro-deposits before 4:15PM ET, they will appear that same day. If you request micro-deposits any
|
|
1119
|
+
time after 4:15PM ET, they will appear the next banking day. When the two credits are initiated, Moov simultaneously
|
|
1120
|
+
initiates a debit to recoup the micro-deposits.
|
|
1121
|
+
|
|
1122
|
+
Micro-deposits initiated for a `sandbox` bank account will always be `$0.00` / `$0.00` and instantly verifiable once initiated.
|
|
1123
|
+
|
|
1124
|
+
You can simulate micro-deposit verification in test mode. See our [test mode](https://docs.moov.io/guides/get-started/test-mode/#micro-deposits)
|
|
1125
|
+
guide for more information.
|
|
994
1126
|
|
|
995
|
-
|
|
1127
|
+
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
1128
|
+
you'll need to specify the `/accounts/{accountID}/bank-accounts.write` scope.
|
|
1129
|
+
- [`bankAccountsInitiateVerification`](docs/sdks/bankaccounts/README.md#initiateverification) - Instant micro-deposit verification offers a quick and efficient way to verify bank account ownership.
|
|
1130
|
+
|
|
1131
|
+
Send a $0.01 credit with a unique verification code via RTP or same-day ACH, depending on the receiving bank's capabilities. This
|
|
996
1132
|
feature provides a faster alternative to traditional methods, allowing verification in a single session.
|
|
997
1133
|
|
|
998
1134
|
It is recommended to use the `X-Wait-For: rail-response` header to synchronously receive the outcome of the instant credit in the
|
|
999
|
-
|
|
1135
|
+
response payload.
|
|
1000
1136
|
|
|
1001
1137
|
Possible verification methods:
|
|
1002
1138
|
- `instant`: Real-time verification credit sent via RTP
|
|
@@ -1007,119 +1143,111 @@ Possible statuses:
|
|
|
1007
1143
|
- `sent-credit`: Credit sent, available for verification in the external bank account
|
|
1008
1144
|
- `failed`: Verification failed due to credit rejection/return, details in `exceptionDetails`
|
|
1009
1145
|
|
|
1010
|
-
To
|
|
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/).
|
|
1146
|
+
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
1147
|
+
you'll need to specify the `/accounts/{accountID}/bank-accounts.write` scope.
|
|
1148
|
+
- [`bankAccountsLink`](docs/sdks/bankaccounts/README.md#link) - Link a bank account to an existing Moov account. Read our [bank accounts guide](https://docs.moov.io/guides/sources/bank-accounts/) to learn more.
|
|
1024
1149
|
|
|
1025
1150
|
It is strongly recommended that callers include the `X-Wait-For` header, set to `payment-method`, if the newly linked
|
|
1026
1151
|
bank-account is intended to be used right away. If this header is not included, the caller will need to poll the [List Payment
|
|
1027
1152
|
Methods](https://docs.moov.io/api/sources/payment-methods/list/)
|
|
1028
1153
|
endpoint to wait for the new payment methods to be available for use.
|
|
1029
|
-
- [`bankAccountsListBankAccounts`](docs/sdks/bankaccounts/README.md#listbankaccounts) - List all the bank accounts associated with a particular Moov account.
|
|
1030
1154
|
|
|
1031
|
-
|
|
1032
|
-
|
|
1033
|
-
[
|
|
1155
|
+
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
1156
|
+
you'll need to specify the `/accounts/{accountID}/bank-accounts.write` scope.
|
|
1157
|
+
- [`bankAccountsList`](docs/sdks/bankaccounts/README.md#list) - List all the bank accounts associated with a particular Moov account.
|
|
1158
|
+
|
|
1159
|
+
Read our [bank accounts guide](https://docs.moov.io/guides/sources/bank-accounts/) to learn more.
|
|
1160
|
+
|
|
1161
|
+
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
1162
|
+
you'll need to specify the `/accounts/{accountID}/bank-accounts.read` scope.
|
|
1034
1163
|
- [`billingCreateFeePlanAgreements`](docs/sdks/billing/README.md#createfeeplanagreements) - Creates the subscription of a fee plan to a merchant account. Merchants are required to accept the fee plan terms prior to activation.
|
|
1035
1164
|
|
|
1036
|
-
To access this endpoint using
|
|
1037
|
-
to specify the `/accounts/{accountID}/profile.write` scope.
|
|
1165
|
+
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
1166
|
+
you'll need to specify the `/accounts/{accountID}/profile.write` scope.
|
|
1038
1167
|
- [`billingListFeePlanAgreements`](docs/sdks/billing/README.md#listfeeplanagreements) - List all fee plan agreements associated with an account.
|
|
1039
1168
|
|
|
1040
|
-
To access this endpoint using
|
|
1041
|
-
to specify the `/accounts/{accountID}/profile.read` scope.
|
|
1169
|
+
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
1170
|
+
you'll need to specify the `/accounts/{accountID}/profile.read` scope.
|
|
1042
1171
|
- [`billingListFeePlans`](docs/sdks/billing/README.md#listfeeplans) - List all fee plans available for use by an account. This is intended to be used by an account when
|
|
1043
1172
|
selecting a fee plan to apply to a connected account.
|
|
1044
1173
|
|
|
1045
|
-
To access this endpoint using
|
|
1046
|
-
to specify the `/accounts/{accountID}/profile.read` scope.
|
|
1174
|
+
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
1175
|
+
you'll need to specify the `/accounts/{accountID}/profile.read` scope.
|
|
1047
1176
|
- [`billingListPartnerPricing`](docs/sdks/billing/README.md#listpartnerpricing) - List all partner pricing plans available for use by an account.
|
|
1048
1177
|
|
|
1049
|
-
To access this endpoint using
|
|
1050
|
-
to specify the `/accounts/{accountID}/profile.read` scope.
|
|
1178
|
+
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
1179
|
+
you'll need to specify the `/accounts/{accountID}/profile.read` scope.
|
|
1051
1180
|
- [`billingListPartnerPricingAgreements`](docs/sdks/billing/README.md#listpartnerpricingagreements) - List all partner pricing agreements associated with an account.
|
|
1052
1181
|
|
|
1053
|
-
To access this endpoint using
|
|
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.
|
|
1182
|
+
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
1183
|
+
you'll need to specify the `/accounts/{accountID}/profile.read` scope.
|
|
1184
|
+
- [`brandingCreate`](docs/sdks/branding/README.md#create) - Create brand properties for the specified account.
|
|
1059
1185
|
|
|
1060
|
-
To
|
|
1061
|
-
|
|
1186
|
+
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
1187
|
+
you'll need to specify the `/accounts/{accountID}/branding.write` scope.
|
|
1188
|
+
- [`brandingGet`](docs/sdks/branding/README.md#get) - Get brand properties for the specified account.
|
|
1062
1189
|
|
|
1063
|
-
To
|
|
1064
|
-
|
|
1190
|
+
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
1191
|
+
you'll need to specify the `/accounts/{accountID}/branding.read` scope.
|
|
1192
|
+
- [`brandingUpdate`](docs/sdks/branding/README.md#update) - Updates the brand properties for the specified account.
|
|
1065
1193
|
|
|
1066
|
-
To
|
|
1067
|
-
|
|
1194
|
+
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
1195
|
+
you'll need to specify the `/accounts/{accountID}/branding.write` scope.
|
|
1196
|
+
- [`brandingUpsert`](docs/sdks/branding/README.md#upsert) - Create or replace brand properties for the specified account.
|
|
1068
1197
|
|
|
1069
|
-
|
|
1070
|
-
|
|
1198
|
+
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
1199
|
+
you'll need to specify the `/accounts/{accountID}/branding.write` scope.
|
|
1200
|
+
- [`capabilitiesDisable`](docs/sdks/capabilities/README.md#disable) - Disable a specific capability that an account has requested. Read our [capabilities guide](https://docs.moov.io/guides/accounts/capabilities/) to learn more.
|
|
1071
1201
|
|
|
1072
|
-
|
|
1202
|
+
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
1203
|
+
you'll need to specify the `/accounts/{accountID}/capabilities.write` scope.
|
|
1204
|
+
- [`capabilitiesGet`](docs/sdks/capabilities/README.md#get) - Retrieve a specific capability that an account has requested. Read our [capabilities guide](https://docs.moov.io/guides/accounts/capabilities/) to learn more.
|
|
1073
1205
|
|
|
1074
|
-
To
|
|
1075
|
-
|
|
1076
|
-
- [`
|
|
1206
|
+
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
1207
|
+
you'll need to specify the `/accounts/{accountID}/capabilities.read` scope.
|
|
1208
|
+
- [`capabilitiesList`](docs/sdks/capabilities/README.md#list) - Retrieve all the capabilities an account has requested.
|
|
1077
1209
|
|
|
1078
|
-
|
|
1079
|
-
a [token](https://docs.moov.io/api/authentication/access-tokens/).
|
|
1080
|
-
- [`cardIssuingListIssuedCards`](docs/sdks/cardissuing/README.md#listissuedcards) - List Moov issued cards existing for the account.
|
|
1210
|
+
Read our [capabilities guide](https://docs.moov.io/guides/accounts/capabilities/) to learn more.
|
|
1081
1211
|
|
|
1082
|
-
To
|
|
1083
|
-
|
|
1084
|
-
- [`
|
|
1212
|
+
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
1213
|
+
you'll need to specify the `/accounts/{accountID}/capabilities.read` scope.
|
|
1214
|
+
- [`capabilitiesRequest`](docs/sdks/capabilities/README.md#request) - Request capabilities for a specific account. Read our [capabilities guide](https://docs.moov.io/guides/accounts/capabilities/) to learn more.
|
|
1085
1215
|
|
|
1086
|
-
To
|
|
1087
|
-
|
|
1088
|
-
- [`
|
|
1216
|
+
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
1217
|
+
you'll need to specify the `/accounts/{accountID}/capabilities.write` scope.
|
|
1218
|
+
- [`cardIssuingGet`](docs/sdks/cardissuing/README.md#get) - Retrieve a single issued card associated with a Moov account.
|
|
1089
1219
|
|
|
1090
|
-
To
|
|
1091
|
-
|
|
1092
|
-
- [`
|
|
1220
|
+
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
1221
|
+
you'll need to specify the `/accounts/{accountID}/issued-cards.read` scope.
|
|
1222
|
+
- [`cardIssuingGetFull`](docs/sdks/cardissuing/README.md#getfull) - Get issued card with PAN, CVV, and expiration.
|
|
1093
1223
|
|
|
1094
|
-
|
|
1095
|
-
A successful response from this endpoint should be passed through to Apple Pay unchanged.
|
|
1224
|
+
Only use this endpoint if you have provided Moov with a copy of your PCI attestation of compliance.
|
|
1096
1225
|
|
|
1097
|
-
To
|
|
1098
|
-
|
|
1099
|
-
- [`
|
|
1226
|
+
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
1227
|
+
you'll need to specify the `/accounts/{accountID}/issued-cards.read-secure` scope.
|
|
1228
|
+
- [`cardIssuingList`](docs/sdks/cardissuing/README.md#list) - List Moov issued cards existing for the account.
|
|
1100
1229
|
|
|
1101
|
-
To
|
|
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.
|
|
1230
|
+
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
1231
|
+
you'll need to specify the `/accounts/{accountID}/issued-cards.read` scope.
|
|
1232
|
+
- [`cardIssuingRequest`](docs/sdks/cardissuing/README.md#request) - Request a virtual card be issued.
|
|
1110
1233
|
|
|
1111
|
-
|
|
1234
|
+
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
1235
|
+
you'll need to specify the `/accounts/{accountID}/issued-cards.write` scope.
|
|
1236
|
+
- [`cardIssuingUpdate`](docs/sdks/cardissuing/README.md#update) - Update a Moov issued card.
|
|
1112
1237
|
|
|
1113
|
-
To
|
|
1114
|
-
|
|
1115
|
-
- [`
|
|
1238
|
+
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
1239
|
+
you'll need to specify the `/accounts/{accountID}/issued-cards.write` scope.
|
|
1240
|
+
- [`cardsDisable`](docs/sdks/cards/README.md#disable) - Disables a card associated with a Moov account.
|
|
1116
1241
|
|
|
1117
|
-
|
|
1118
|
-
|
|
1242
|
+
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
1243
|
+
you'll need to specify the `/accounts/{accountID}/cards.write` scope.
|
|
1244
|
+
- [`cardsGet`](docs/sdks/cards/README.md#get) - Fetch a specific card associated with a Moov account.
|
|
1245
|
+
|
|
1246
|
+
Read our [accept card payments guide](https://docs.moov.io/guides/sources/cards/accept-card-payments/) to learn more.
|
|
1119
1247
|
|
|
1120
|
-
To
|
|
1121
|
-
|
|
1122
|
-
- [`
|
|
1248
|
+
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
1249
|
+
you'll need to specify the `/accounts/{accountID}/cards.read` scope.
|
|
1250
|
+
- [`cardsLink`](docs/sdks/cards/README.md#link) - Link a card to an existing Moov account.
|
|
1123
1251
|
|
|
1124
1252
|
Read our [accept card payments guide](https://docs.moov.io/guides/sources/cards/accept-card-payments/#link-a-card) to learn more.
|
|
1125
1253
|
|
|
@@ -1135,29 +1263,15 @@ card is intended to be used right away. If this header is not included, the call
|
|
|
1135
1263
|
Methods](https://docs.moov.io/api/sources/payment-methods/list/)
|
|
1136
1264
|
endpoint to wait for the new payment methods to be available for use.
|
|
1137
1265
|
|
|
1138
|
-
To
|
|
1139
|
-
|
|
1140
|
-
- [`
|
|
1266
|
+
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
1267
|
+
you'll need to specify the `/accounts/{accountID}/cards.write` scope.
|
|
1268
|
+
- [`cardsList`](docs/sdks/cards/README.md#list) - List all the active cards associated with a Moov account.
|
|
1141
1269
|
|
|
1142
1270
|
Read our [accept card payments guide](https://docs.moov.io/guides/sources/cards/accept-card-payments/) to learn more.
|
|
1143
1271
|
|
|
1144
|
-
To
|
|
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.
|
|
1272
|
+
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
1273
|
+
you'll need to specify the `/accounts/{accountID}/cards.read` scope.
|
|
1274
|
+
- [`cardsUpdate`](docs/sdks/cards/README.md#update) - Update a linked card and/or resubmit it for verification.
|
|
1161
1275
|
|
|
1162
1276
|
If a value is provided for CVV, a new verification ($0 authorization) will be submitted for the card. Updating the expiration
|
|
1163
1277
|
date or
|
|
@@ -1168,256 +1282,312 @@ more.
|
|
|
1168
1282
|
|
|
1169
1283
|
Only use this endpoint if you have provided Moov with a copy of your PCI attestation of compliance.
|
|
1170
1284
|
|
|
1171
|
-
To
|
|
1172
|
-
|
|
1173
|
-
- [`
|
|
1285
|
+
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
1286
|
+
you'll need to specify the `/accounts/{accountID}/cards.write` scope.
|
|
1287
|
+
- [`disputesAccept`](docs/sdks/disputes/README.md#accept) - Accepts liability for a dispute.
|
|
1174
1288
|
|
|
1175
1289
|
Read our [disputes guide](https://docs.moov.io/guides/money-movement/accept-payments/card-acceptance/disputes/) to learn more.
|
|
1176
1290
|
|
|
1177
|
-
To
|
|
1178
|
-
|
|
1179
|
-
- [`
|
|
1291
|
+
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
1292
|
+
you'll need to specify the `/accounts/{accountID}/transfers.read` scope.
|
|
1293
|
+
- [`disputesDeleteEvidence`](docs/sdks/disputes/README.md#deleteevidence) - Deletes dispute evidence by ID.
|
|
1180
1294
|
|
|
1181
1295
|
Read our [disputes guide](https://docs.moov.io/guides/money-movement/accept-payments/card-acceptance/disputes/) to learn more.
|
|
1182
1296
|
|
|
1183
|
-
To
|
|
1184
|
-
|
|
1185
|
-
- [`
|
|
1297
|
+
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
1298
|
+
you'll need to specify the `/accounts/{accountID}/transfers.write` scope.
|
|
1299
|
+
- [`disputesGet`](docs/sdks/disputes/README.md#get) - Get a dispute by ID.
|
|
1186
1300
|
|
|
1187
1301
|
Read our [disputes guide](https://docs.moov.io/guides/money-movement/accept-payments/card-acceptance/disputes/) to learn more.
|
|
1188
1302
|
|
|
1189
|
-
To
|
|
1190
|
-
|
|
1191
|
-
- [`
|
|
1303
|
+
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
1304
|
+
you'll need to specify the `/accounts/{accountID}/transfers.read` scope.
|
|
1305
|
+
- [`disputesGetEvidence`](docs/sdks/disputes/README.md#getevidence) - Get dispute evidence by ID.
|
|
1192
1306
|
|
|
1193
1307
|
Read our [disputes guide](https://docs.moov.io/guides/money-movement/accept-payments/card-acceptance/disputes/) to learn more.
|
|
1194
1308
|
|
|
1195
|
-
To
|
|
1196
|
-
|
|
1197
|
-
- [`
|
|
1309
|
+
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
1310
|
+
you'll need to specify the `/accounts/{accountID}/transfers.read` scope.
|
|
1311
|
+
- [`disputesGetEvidenceData`](docs/sdks/disputes/README.md#getevidencedata) - Downloads dispute evidence data by ID.
|
|
1198
1312
|
|
|
1199
1313
|
Read our [disputes guide](https://docs.moov.io/guides/money-movement/accept-payments/card-acceptance/disputes/) to learn more.
|
|
1200
1314
|
|
|
1201
|
-
To
|
|
1202
|
-
|
|
1203
|
-
- [`
|
|
1315
|
+
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
1316
|
+
you'll need to specify the `/accounts/{accountID}/transfers.read` scope.
|
|
1317
|
+
- [`disputesList`](docs/sdks/disputes/README.md#list) - Returns the list of disputes.
|
|
1204
1318
|
|
|
1205
1319
|
Read our [disputes guide](https://docs.moov.io/guides/money-movement/accept-payments/card-acceptance/disputes/) to learn more.
|
|
1206
1320
|
|
|
1207
|
-
To
|
|
1208
|
-
|
|
1209
|
-
- [`
|
|
1321
|
+
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
1322
|
+
you'll need to specify the `/accounts/{accountID}/transfers.read` scope.
|
|
1323
|
+
- [`disputesListEvidence`](docs/sdks/disputes/README.md#listevidence) - Returns a dispute's public evidence by its ID.
|
|
1210
1324
|
|
|
1211
1325
|
Read our [disputes guide](https://docs.moov.io/guides/money-movement/accept-payments/card-acceptance/disputes/) to learn more.
|
|
1212
1326
|
|
|
1213
|
-
To
|
|
1214
|
-
|
|
1215
|
-
- [`
|
|
1327
|
+
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
1328
|
+
you'll need to specify the `/accounts/{accountID}/transfers.read` scope.
|
|
1329
|
+
- [`disputesSubmitEvidence`](docs/sdks/disputes/README.md#submitevidence) - Submit the evidence associated with a dispute.
|
|
1216
1330
|
|
|
1217
1331
|
Evidence items must be uploaded using the appropriate endpoint(s) prior to calling this endpoint to submit it. **Evidence can only
|
|
1218
1332
|
be submitted once per dispute.**
|
|
1219
1333
|
|
|
1220
1334
|
Read our [disputes guide](https://docs.moov.io/guides/money-movement/accept-payments/card-acceptance/disputes/) to learn more.
|
|
1221
1335
|
|
|
1222
|
-
To
|
|
1223
|
-
|
|
1224
|
-
- [`
|
|
1336
|
+
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
1337
|
+
you'll need to specify the `/accounts/{accountID}/transfers.write` scope.
|
|
1338
|
+
- [`disputesUpdateEvidence`](docs/sdks/disputes/README.md#updateevidence) - Updates dispute evidence by ID.
|
|
1225
1339
|
|
|
1226
1340
|
Read our [disputes guide](https://docs.moov.io/guides/money-movement/accept-payments/card-acceptance/disputes/) to learn more.
|
|
1227
1341
|
|
|
1228
|
-
To
|
|
1229
|
-
|
|
1230
|
-
- [`
|
|
1342
|
+
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
1343
|
+
you'll need to specify the `/accounts/{accountID}/transfers.write` scope.
|
|
1344
|
+
- [`disputesUploadEvidenceFile`](docs/sdks/disputes/README.md#uploadevidencefile) - Uploads a file as evidence for a dispute.
|
|
1231
1345
|
|
|
1232
1346
|
Read our [disputes guide](https://docs.moov.io/guides/money-movement/accept-payments/card-acceptance/disputes/) to learn more.
|
|
1233
1347
|
|
|
1234
|
-
To
|
|
1235
|
-
|
|
1236
|
-
- [`
|
|
1348
|
+
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
1349
|
+
you'll need to specify the `/accounts/{accountID}/transfers.write` scope.
|
|
1350
|
+
- [`disputesUploadEvidenceText`](docs/sdks/disputes/README.md#uploadevidencetext) - Uploads text as evidence for a dispute.
|
|
1237
1351
|
|
|
1238
1352
|
Read our [disputes guide](https://docs.moov.io/guides/money-movement/accept-payments/card-acceptance/disputes/) to learn more.
|
|
1239
1353
|
|
|
1240
|
-
To
|
|
1241
|
-
|
|
1242
|
-
- [`
|
|
1243
|
-
- [`
|
|
1354
|
+
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
1355
|
+
you'll need to specify the `/accounts/{accountID}/transfers.write` scope.
|
|
1356
|
+
- [`endToEndEncryptionGenerateKey`](docs/sdks/endtoendencryption/README.md#generatekey) - Generates a public key used to create a JWE token for passing secure authentication data through non-PCI compliant intermediaries.
|
|
1357
|
+
- [`endToEndEncryptionTestEncryptedToken`](docs/sdks/endtoendencryption/README.md#testencryptedtoken) - Allows for testing a JWE token to ensure it's acceptable by Moov.
|
|
1244
1358
|
|
|
1245
|
-
To access this endpoint using
|
|
1246
|
-
to specify the `/ping.read` scope.
|
|
1247
|
-
- [`
|
|
1359
|
+
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
1360
|
+
you'll need to specify the `/ping.read` scope.
|
|
1361
|
+
- [`enrichedAddressGet`](docs/sdks/enrichedaddress/README.md#get) - Fetch enriched address suggestions. Requires a partial address.
|
|
1248
1362
|
|
|
1249
|
-
|
|
1250
|
-
|
|
1363
|
+
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
1364
|
+
you'll need to specify the `/profile-enrichment.read` scope.
|
|
1365
|
+
- [`enrichedProfileGet`](docs/sdks/enrichedprofile/README.md#get) - Fetch enriched profile data. Requires a valid email address. This service is offered in collaboration with Clearbit.
|
|
1251
1366
|
|
|
1252
|
-
|
|
1253
|
-
|
|
1367
|
+
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
1368
|
+
you'll need to specify the `/profile-enrichment.read` scope.
|
|
1369
|
+
- [`filesGet`](docs/sdks/files/README.md#get) - Retrieve file details associated with a specific Moov account.
|
|
1254
1370
|
|
|
1255
|
-
To access this endpoint using
|
|
1256
|
-
`/accounts/{accountID}/files.read` scope.
|
|
1257
|
-
- [`
|
|
1371
|
+
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
1372
|
+
you'll need to specify the `/accounts/{accountID}/files.read` scope.
|
|
1373
|
+
- [`filesList`](docs/sdks/files/README.md#list) - List all the files associated with a particular Moov account.
|
|
1258
1374
|
|
|
1259
|
-
To access this endpoint using
|
|
1260
|
-
`/accounts/{accountID}/files.read` scope.
|
|
1261
|
-
- [`
|
|
1375
|
+
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
1376
|
+
you'll need to specify the `/accounts/{accountID}/files.read` scope.
|
|
1377
|
+
- [`filesUpload`](docs/sdks/files/README.md#upload) - Upload a file and link it to the specified Moov account.
|
|
1262
1378
|
|
|
1263
1379
|
The maximum file size is 10MB. Each account is allowed a maximum of 50 files. Acceptable file types include csv, jpg, pdf,
|
|
1264
1380
|
and png.
|
|
1265
1381
|
|
|
1266
|
-
To access this endpoint using
|
|
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.
|
|
1382
|
+
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
1383
|
+
you'll need to specify the `/accounts/{accountID}/files.write` scope.
|
|
1384
|
+
- [`industriesList`](docs/sdks/industries/README.md#list) - Returns a list of all industry titles and their corresponding MCC/SIC/NAICS codes. Results are ordered by title.
|
|
1275
1385
|
|
|
1276
|
-
To access this endpoint using
|
|
1277
|
-
the `/
|
|
1278
|
-
- [`
|
|
1386
|
+
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
1387
|
+
you'll need to specify the `/profile-enrichment.read` scope.
|
|
1388
|
+
- [`institutionsSearch`](docs/sdks/institutions/README.md#search) - Search for institutions by either their name or routing number.
|
|
1279
1389
|
|
|
1280
|
-
To access this endpoint using
|
|
1281
|
-
the `/
|
|
1282
|
-
- [`
|
|
1390
|
+
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
1391
|
+
you'll need to specify the `/fed.read` scope.
|
|
1392
|
+
- [`issuingTransactionsGet`](docs/sdks/issuingtransactions/README.md#get) - Retrieves details of an issued card transaction associated with a specific Moov account.
|
|
1283
1393
|
|
|
1284
|
-
To access this endpoint using
|
|
1285
|
-
the `/accounts/{accountID}/issued-cards.read` scope.
|
|
1286
|
-
- [`
|
|
1394
|
+
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
1395
|
+
you'll need to specify the `/accounts/{accountID}/issued-cards.read` scope.
|
|
1396
|
+
- [`issuingTransactionsGetAuthorization`](docs/sdks/issuingtransactions/README.md#getauthorization) - Retrieves details of an authorization associated with a specific Moov account.
|
|
1287
1397
|
|
|
1288
|
-
To access this endpoint using
|
|
1289
|
-
the `/accounts/{accountID}/issued-cards.read` scope.
|
|
1290
|
-
- [`
|
|
1398
|
+
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
1399
|
+
you'll need to specify the `/accounts/{accountID}/issued-cards.read` scope.
|
|
1400
|
+
- [`issuingTransactionsList`](docs/sdks/issuingtransactions/README.md#list) - List issued card transactions associated with a Moov account.
|
|
1291
1401
|
|
|
1292
|
-
To access this endpoint using
|
|
1293
|
-
the `/accounts/{accountID}/issued-cards.read` scope.
|
|
1294
|
-
- [`
|
|
1402
|
+
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
1403
|
+
you'll need to specify the `/accounts/{accountID}/issued-cards.read` scope.
|
|
1404
|
+
- [`issuingTransactionsListAuthorizationEvents`](docs/sdks/issuingtransactions/README.md#listauthorizationevents) - List card network and Moov platform events that affect the authorization and its hold on a wallet balance.
|
|
1295
1405
|
|
|
1296
|
-
To access this endpoint using
|
|
1297
|
-
to specify the `/accounts.
|
|
1298
|
-
- [`
|
|
1406
|
+
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
1407
|
+
you'll need to specify the `/accounts/{accountID}/issued-cards.read` scope.
|
|
1408
|
+
- [`issuingTransactionsListAuthorizations`](docs/sdks/issuingtransactions/README.md#listauthorizations) - List issued card authorizations associated with a Moov account.
|
|
1299
1409
|
|
|
1300
|
-
To access this endpoint using
|
|
1301
|
-
to specify the `/accounts.read` scope.
|
|
1302
|
-
- [`
|
|
1410
|
+
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
1411
|
+
you'll need to specify the `/accounts/{accountID}/issued-cards.read` scope.
|
|
1412
|
+
- [`onboardingCreateInvite`](docs/sdks/onboarding/README.md#createinvite) - Create an invitation containing a unique link that allows the recipient to onboard their organization with Moov.
|
|
1303
1413
|
|
|
1304
|
-
To access this endpoint using
|
|
1305
|
-
to specify the `/accounts.
|
|
1306
|
-
- [`
|
|
1414
|
+
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
1415
|
+
you'll need to specify the `/accounts.write` scope.
|
|
1416
|
+
- [`onboardingGetInvite`](docs/sdks/onboarding/README.md#getinvite) - Retrieve details about an onboarding invite.
|
|
1307
1417
|
|
|
1308
|
-
To access this endpoint using
|
|
1309
|
-
to specify the `/accounts.
|
|
1310
|
-
- [`
|
|
1418
|
+
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
1419
|
+
you'll need to specify the `/accounts.read` scope.
|
|
1420
|
+
- [`onboardingListInvites`](docs/sdks/onboarding/README.md#listinvites) - List all the onboarding invites created by the caller's account.
|
|
1311
1421
|
|
|
1312
|
-
To access this endpoint using
|
|
1313
|
-
to specify the `/accounts
|
|
1314
|
-
- [`
|
|
1422
|
+
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
1423
|
+
you'll need to specify the `/accounts.read` scope.
|
|
1424
|
+
- [`onboardingRevokeInvite`](docs/sdks/onboarding/README.md#revokeinvite) - Revoke an onboarding invite, rendering the invitation link unusable.
|
|
1315
1425
|
|
|
1316
|
-
To access this endpoint using
|
|
1317
|
-
to specify the `/accounts
|
|
1318
|
-
- [`
|
|
1426
|
+
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
1427
|
+
you'll need to specify the `/accounts.write` scope.
|
|
1428
|
+
- [`paymentLinksCreate`](docs/sdks/paymentlinks/README.md#create) - Create a payment link that allows an end user to make a payment on Moov's hosted payment link page.
|
|
1319
1429
|
|
|
1320
|
-
To access this endpoint using
|
|
1321
|
-
to specify the `/accounts/{accountID}/transfers.
|
|
1322
|
-
- [`
|
|
1430
|
+
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
1431
|
+
you'll need to specify the `/accounts/{accountID}/transfers.write` scope.
|
|
1432
|
+
- [`paymentLinksDisable`](docs/sdks/paymentlinks/README.md#disable) - Disable a payment link.
|
|
1433
|
+
|
|
1434
|
+
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
1435
|
+
you'll need to specify the `/accounts/{accountID}/transfers.write` scope.
|
|
1436
|
+
- [`paymentLinksGet`](docs/sdks/paymentlinks/README.md#get) - Retrieve a payment link by code.
|
|
1437
|
+
|
|
1438
|
+
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
1439
|
+
you'll need to specify the `/accounts/{accountID}/transfers.read` scope.
|
|
1440
|
+
- [`paymentLinksGetQRCode`](docs/sdks/paymentlinks/README.md#getqrcode) - Retrieve the payment link encoded in a QR code.
|
|
1323
1441
|
|
|
1324
1442
|
Use the `Accept` header to specify the format of the response. Supported formats are `application/json` and `image/png`.
|
|
1325
1443
|
|
|
1326
|
-
To access this endpoint using
|
|
1327
|
-
to specify the `/accounts/{accountID}/transfers.write` scope.
|
|
1328
|
-
- [`
|
|
1444
|
+
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
1445
|
+
you'll need to specify the `/accounts/{accountID}/transfers.write` scope.
|
|
1446
|
+
- [`paymentLinksList`](docs/sdks/paymentlinks/README.md#list) - List all the payment links created under a Moov account.
|
|
1329
1447
|
|
|
1330
|
-
To access this endpoint using
|
|
1331
|
-
to specify the `/accounts/{accountID}/transfers.read` scope.
|
|
1332
|
-
- [`
|
|
1448
|
+
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
1449
|
+
you'll need to specify the `/accounts/{accountID}/transfers.read` scope.
|
|
1450
|
+
- [`paymentLinksUpdate`](docs/sdks/paymentlinks/README.md#update) - Update a payment link.
|
|
1333
1451
|
|
|
1334
|
-
To access this endpoint using
|
|
1335
|
-
to specify the `/accounts/{accountID}/transfers.write` scope.
|
|
1336
|
-
- [`
|
|
1452
|
+
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
1453
|
+
you'll need to specify the `/accounts/{accountID}/transfers.write` scope.
|
|
1454
|
+
- [`paymentMethodsGet`](docs/sdks/paymentmethods/README.md#get) - Get the specified payment method associated with a Moov account. Read our [payment methods guide](https://docs.moov.io/guides/money-movement/payment-methods/) to learn more.
|
|
1337
1455
|
|
|
1338
|
-
To
|
|
1339
|
-
|
|
1456
|
+
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
1457
|
+
you'll need to specify the `/accounts/{accountID}/payment-methods.read` scope.
|
|
1458
|
+
- [`paymentMethodsList`](docs/sdks/paymentmethods/README.md#list) - Retrieve a list of payment methods associated with a Moov account. Read our [payment methods
|
|
1459
|
+
guide](https://docs.moov.io/guides/money-movement/payment-methods/) to learn more.
|
|
1340
1460
|
|
|
1341
|
-
To
|
|
1461
|
+
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
1462
|
+
you'll need to specify the `/accounts/{accountID}/payment-methods.read` scope.
|
|
1342
1463
|
- [`pingPing`](docs/sdks/ping/README.md#ping) - A simple endpoint to check auth.
|
|
1343
1464
|
|
|
1344
|
-
To access this endpoint using
|
|
1345
|
-
to specify the `/ping.read` scope.
|
|
1346
|
-
- [`
|
|
1465
|
+
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
1466
|
+
you'll need to specify the `/ping.read` scope.
|
|
1467
|
+
- [`representativesCreate`](docs/sdks/representatives/README.md#create) - Moov accounts associated with businesses require information regarding individuals who represent the business.
|
|
1347
1468
|
You can provide this information by creating a representative. Each account is allowed a maximum of 7 representatives.
|
|
1348
1469
|
Read our [business representatives guide](https://docs.moov.io/guides/accounts/requirements/business-representatives/) to learn more.
|
|
1349
1470
|
|
|
1350
|
-
To
|
|
1351
|
-
|
|
1471
|
+
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
1472
|
+
you'll need to specify the `/accounts/{accountID}/representatives.write` scope.
|
|
1473
|
+
- [`representativesDelete`](docs/sdks/representatives/README.md#delete) - Deletes a business representative associated with a Moov account. Read our [business representatives guide](https://docs.moov.io/guides/accounts/requirements/business-representatives/) to learn more.
|
|
1352
1474
|
|
|
1353
|
-
To
|
|
1354
|
-
|
|
1475
|
+
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
1476
|
+
you'll need to specify the `/accounts/{accountID}/representatives.write` scope.
|
|
1477
|
+
- [`representativesGet`](docs/sdks/representatives/README.md#get) - Retrieve a specific representative associated with a given Moov account. Read our [business representatives guide](https://docs.moov.io/guides/accounts/requirements/business-representatives/) to learn more.
|
|
1355
1478
|
|
|
1356
|
-
To
|
|
1357
|
-
|
|
1479
|
+
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
1480
|
+
you'll need to specify the `/accounts/{accountID}/representatives.read` scope.
|
|
1481
|
+
- [`representativesList`](docs/sdks/representatives/README.md#list) - A Moov account may have multiple representatives depending on the associated business's ownership and management structure.
|
|
1358
1482
|
You can use this method to list all the representatives for a given Moov account.
|
|
1359
1483
|
Note that Moov accounts associated with an individual do not have representatives.
|
|
1360
1484
|
Read our [business representatives guide](https://docs.moov.io/guides/accounts/requirements/business-representatives/) to learn more.
|
|
1361
1485
|
|
|
1362
|
-
To
|
|
1363
|
-
|
|
1486
|
+
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
1487
|
+
you'll need to specify the `/accounts/{accountID}/representatives.read` scope.
|
|
1488
|
+
- [`representativesUpdate`](docs/sdks/representatives/README.md#update) - If a representative's information has changed you can patch the information associated with a specific representative ID.
|
|
1364
1489
|
Read our [business representatives guide](https://docs.moov.io/guides/accounts/requirements/business-representatives/) to learn more.
|
|
1365
1490
|
|
|
1366
|
-
To use this endpoint from the browser, you’ll need to specify the `/accounts/{accountID}/representatives.write` scope when generating a [token](https://docs.moov.io/api/authentication/access-tokens/).
|
|
1367
|
-
|
|
1368
1491
|
When **can** profile data be updated:
|
|
1369
1492
|
|
|
1370
1493
|
- For unverified representatives, all profile data can be edited.
|
|
1371
1494
|
- During the verification process, missing or incomplete profile data can be edited.
|
|
1372
1495
|
- Verified representatives can only add missing profile data.
|
|
1373
1496
|
|
|
1374
|
-
When **can
|
|
1497
|
+
When **can't** profile data be updated:
|
|
1375
1498
|
|
|
1376
1499
|
- Verified representatives cannot change any existing profile data.
|
|
1377
1500
|
|
|
1378
1501
|
If you need to update information in a locked state, please contact Moov support.
|
|
1379
|
-
|
|
1380
|
-
|
|
1381
|
-
|
|
1382
|
-
- [`
|
|
1383
|
-
|
|
1384
|
-
|
|
1385
|
-
|
|
1386
|
-
- [`
|
|
1387
|
-
|
|
1388
|
-
|
|
1389
|
-
|
|
1390
|
-
- [`
|
|
1391
|
-
|
|
1502
|
+
|
|
1503
|
+
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
1504
|
+
you'll need to specify the `/accounts/{accountID}/representatives.write` scope.
|
|
1505
|
+
- [`schedulingCancel`](docs/sdks/scheduling/README.md#cancel) - Describes the schedule to cancel.
|
|
1506
|
+
|
|
1507
|
+
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
1508
|
+
you'll need to specify the `/accounts/{accountID}/transfers.write` scope.
|
|
1509
|
+
- [`schedulingCreate`](docs/sdks/scheduling/README.md#create) - Describes the schedule to create or modify.
|
|
1510
|
+
|
|
1511
|
+
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
1512
|
+
you'll need to specify the `/accounts/{accountID}/transfers.write` scope.
|
|
1513
|
+
- [`schedulingGet`](docs/sdks/scheduling/README.md#get) - Describes a schedule associated with an account. Requires at least 1 occurrence or recurTransfer to be specified.
|
|
1514
|
+
|
|
1515
|
+
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
1516
|
+
you'll need to specify the `/accounts/{accountID}/transfers.read` scope.
|
|
1517
|
+
- [`schedulingGetOccurrance`](docs/sdks/scheduling/README.md#getoccurrance) - Defines an occurrence for when to run a transfer.
|
|
1518
|
+
|
|
1519
|
+
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
1520
|
+
you'll need to specify the `/accounts/{accountID}/transfers.read` scope.
|
|
1521
|
+
- [`schedulingList`](docs/sdks/scheduling/README.md#list) - Describes a list of schedules associated with an account. Requires at least 1 occurrence or recurTransfer to be specified.
|
|
1522
|
+
|
|
1523
|
+
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
1524
|
+
you'll need to specify the `/accounts/{accountID}/transfers.read` scope.
|
|
1525
|
+
- [`schedulingUpdate`](docs/sdks/scheduling/README.md#update) - Describes the schedule to modify.
|
|
1526
|
+
|
|
1527
|
+
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
1528
|
+
you'll need to specify the `/accounts/{accountID}/transfers.write` scope.
|
|
1529
|
+
- [`sweepsCreateConfig`](docs/sdks/sweeps/README.md#createconfig) - Create a sweep config for a wallet.
|
|
1530
|
+
|
|
1531
|
+
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
1532
|
+
you'll need to specify the `/accounts/{accountID}/wallets.write` scope.
|
|
1533
|
+
- [`sweepsGet`](docs/sdks/sweeps/README.md#get) - Get details on a specific sweep.
|
|
1534
|
+
|
|
1535
|
+
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
1536
|
+
you'll need to specify the `/accounts/{accountID}/wallets.read` scope.
|
|
1537
|
+
- [`sweepsGetConfig`](docs/sdks/sweeps/README.md#getconfig) - Get a sweep config associated with a wallet.
|
|
1538
|
+
|
|
1539
|
+
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
1540
|
+
you'll need to specify the `/accounts/{accountID}/wallets.read` scope.
|
|
1541
|
+
- [`sweepsList`](docs/sdks/sweeps/README.md#list) - List sweeps associated with a wallet.
|
|
1542
|
+
|
|
1543
|
+
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
1544
|
+
you'll need to specify the `/accounts/{accountID}/wallets.read` scope.
|
|
1545
|
+
- [`sweepsListConfigs`](docs/sdks/sweeps/README.md#listconfigs) - List sweep configs associated with an account.
|
|
1546
|
+
|
|
1547
|
+
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
1548
|
+
you'll need to specify the `/accounts/{accountID}/wallets.read` scope.
|
|
1549
|
+
- [`sweepsUpdateConfig`](docs/sdks/sweeps/README.md#updateconfig) - Update settings on a sweep config.
|
|
1550
|
+
|
|
1551
|
+
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
1552
|
+
you'll need to specify the `/accounts/{accountID}/wallets.write` scope.
|
|
1553
|
+
- [`transfersCreate`](docs/sdks/transfers/README.md#create) - Move money by providing the source, destination, and amount in the request body.
|
|
1392
1554
|
|
|
1393
1555
|
Read our [transfers overview guide](https://docs.moov.io/guides/money-movement/overview/) to learn more.
|
|
1394
1556
|
|
|
1395
|
-
To access this endpoint using
|
|
1396
|
-
scope.
|
|
1397
|
-
- [`
|
|
1557
|
+
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
1558
|
+
you'll need to specify the `/accounts/{accountID}/transfers.write` scope.
|
|
1559
|
+
- [`transfersCreateReversal`](docs/sdks/transfers/README.md#createreversal) - Reverses a card transfer by initiating a cancellation or refund depending on the transaction status.
|
|
1560
|
+
Read our [reversals guide](https://docs.moov.io/guides/money-movement/accept-payments/card-acceptance/reversals/)
|
|
1561
|
+
to learn more.
|
|
1562
|
+
|
|
1563
|
+
To access this endpoint using a [token](https://docs.moov.io/api/authentication/access-tokens/) you'll need
|
|
1564
|
+
to specify the `/accounts/{accountID}/transfers.write` scope.
|
|
1565
|
+
- [`transfersGenerateOptions`](docs/sdks/transfers/README.md#generateoptions) - Generate available payment method options for one or multiple transfer participants depending on the accountID or paymentMethodID you
|
|
1398
1566
|
supply in the request.
|
|
1399
1567
|
|
|
1400
1568
|
Read our [transfers overview guide](https://docs.moov.io/guides/money-movement/overview/) to learn more.
|
|
1401
1569
|
|
|
1402
|
-
To
|
|
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.
|
|
1570
|
+
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
1571
|
+
you'll need to specify the `/accounts/{accountID}/transfers.read` scope.
|
|
1572
|
+
- [`transfersGet`](docs/sdks/transfers/README.md#get) - Retrieve full transfer details for an individual transfer of a particular Moov account.
|
|
1410
1573
|
|
|
1411
1574
|
Payment rail-specific details are included in the source and destination. Read our [transfers overview guide](https://docs.moov.io/guides/money-movement/overview/)
|
|
1412
1575
|
to learn more.
|
|
1413
1576
|
|
|
1414
|
-
To access this endpoint using
|
|
1415
|
-
scope.
|
|
1416
|
-
- [`
|
|
1577
|
+
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
1578
|
+
you'll need to specify the `/accounts/{accountID}/transfers.read` scope.
|
|
1579
|
+
- [`transfersGetRefund`](docs/sdks/transfers/README.md#getrefund) - Get details of a refund for a card transfer.
|
|
1580
|
+
|
|
1581
|
+
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
1582
|
+
you'll need to specify the `/accounts/{accountID}/transfers.read` scope.
|
|
1583
|
+
- [`transfersInitiateRefund`](docs/sdks/transfers/README.md#initiaterefund) - Initiate a refund for a card transfer.
|
|
1584
|
+
|
|
1585
|
+
**Use the [Cancel or refund a card transfer](https://docs.moov.io/api/money-movement/refunds/cancel/) endpoint for more comprehensive cancel and refund options.**
|
|
1586
|
+
See the [reversals](https://docs.moov.io/guides/money-movement/accept-payments/card-acceptance/reversals/) guide for more information.
|
|
1417
1587
|
|
|
1418
|
-
To access this endpoint using
|
|
1419
|
-
scope.
|
|
1420
|
-
- [`
|
|
1588
|
+
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
1589
|
+
you'll need to specify the `/accounts/{accountID}/transfers.write` scope.
|
|
1590
|
+
- [`transfersList`](docs/sdks/transfers/README.md#list) - List all the transfers associated with a particular Moov account.
|
|
1421
1591
|
|
|
1422
1592
|
Read our [transfers overview guide](https://docs.moov.io/guides/money-movement/overview/) to learn more.
|
|
1423
1593
|
|
|
@@ -1426,51 +1596,54 @@ if you set `skip`= 10, you will see a results set of 200 transfers after the fir
|
|
|
1426
1596
|
process very slowly. To achieve faster performance, restrict the data as much as you can by using the `StartDateTime` and `EndDateTime` parameters for a limited
|
|
1427
1597
|
period of time. You can run multiple requests in smaller time window increments until you've retrieved all the transfers you need.
|
|
1428
1598
|
|
|
1429
|
-
To access this endpoint using
|
|
1430
|
-
scope.
|
|
1431
|
-
- [`
|
|
1599
|
+
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
1600
|
+
you'll need to specify the `/accounts/{accountID}/transfers.read` scope.
|
|
1601
|
+
- [`transfersListRefunds`](docs/sdks/transfers/README.md#listrefunds) - Get a list of refunds for a card transfer.
|
|
1602
|
+
|
|
1603
|
+
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
1604
|
+
you'll need to specify the `/accounts/{accountID}/transfers.read` scope.
|
|
1605
|
+
- [`transfersUpdate`](docs/sdks/transfers/README.md#update) - Update the metadata contained on a transfer.
|
|
1432
1606
|
|
|
1433
1607
|
Read our [transfers overview guide](https://docs.moov.io/guides/money-movement/overview/) to learn more.
|
|
1434
1608
|
|
|
1435
|
-
To access this endpoint using
|
|
1436
|
-
scope.
|
|
1437
|
-
- [`
|
|
1609
|
+
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
1610
|
+
you'll need to specify the `/accounts/{accountID}/transfers.write` scope.
|
|
1611
|
+
- [`underwritingGet`](docs/sdks/underwriting/README.md#get) - Retrieve underwriting associated with a given Moov account.
|
|
1438
1612
|
|
|
1439
|
-
|
|
1440
|
-
See the [reversals](https://docs.moov.io/guides/money-movement/accept-payments/card-acceptance/reversals/) guide for more information.
|
|
1613
|
+
Read our [underwriting guide](https://docs.moov.io/guides/accounts/requirements/underwriting/) to learn more.
|
|
1441
1614
|
|
|
1442
|
-
To access this endpoint using
|
|
1443
|
-
scope.
|
|
1444
|
-
- [`
|
|
1445
|
-
Read our [reversals guide](https://docs.moov.io/guides/money-movement/accept-payments/card-acceptance/reversals/)
|
|
1446
|
-
to learn more.
|
|
1615
|
+
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
1616
|
+
you'll need to specify the `/accounts/{accountID}/profile.read` scope.
|
|
1617
|
+
- [`underwritingUpdate`](docs/sdks/underwriting/README.md#update) - Update the account's underwriting by passing new values for one or more of the fields.
|
|
1447
1618
|
|
|
1448
|
-
|
|
1449
|
-
to specify the `/accounts/{accountID}/transfers.write` scope.
|
|
1450
|
-
- [`underwritingGetUnderwriting`](docs/sdks/underwriting/README.md#getunderwriting) - Retrieve underwriting associated with a given Moov account.
|
|
1619
|
+
Read our [underwriting guide](https://docs.moov.io/guides/accounts/requirements/underwriting/) to learn more.
|
|
1451
1620
|
|
|
1452
|
-
|
|
1621
|
+
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
1622
|
+
you'll need to specify the `/accounts/{accountID}/profile.write` scope.
|
|
1623
|
+
- [`walletsGet`](docs/sdks/wallets/README.md#get) - Get information on a specific wallet (e.g., the available balance).
|
|
1453
1624
|
|
|
1454
|
-
|
|
1455
|
-
to specify the `/accounts/{accountID}/profile.read` scope.
|
|
1456
|
-
- [`underwritingUpdateUnderwriting`](docs/sdks/underwriting/README.md#updateunderwriting) - Update the account's underwriting by passing new values for one or more of the fields.
|
|
1625
|
+
Read our [Moov wallets guide](https://docs.moov.io/guides/sources/wallets/) to learn more.
|
|
1457
1626
|
|
|
1458
|
-
|
|
1627
|
+
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
1628
|
+
you'll need to specify the `/accounts/{accountID}/wallets.read` scope.
|
|
1629
|
+
- [`walletsList`](docs/sdks/wallets/README.md#list) - List the wallets associated with a Moov account.
|
|
1459
1630
|
|
|
1460
|
-
|
|
1461
|
-
to specify the `/accounts/{accountID}/profile.write` scope.
|
|
1462
|
-
- [`walletsGetWallet`](docs/sdks/wallets/README.md#getwallet) - Get information on a specific wallet (e.g., the available balance). Read our [Moov wallets guide](https://docs.moov.io/guides/sources/wallets/) to learn more.
|
|
1631
|
+
Read our [Moov wallets guide](https://docs.moov.io/guides/sources/wallets/) to learn more.
|
|
1463
1632
|
|
|
1464
|
-
To
|
|
1465
|
-
|
|
1633
|
+
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
1634
|
+
you'll need to specify the `/accounts/{accountID}/wallets.read` scope.
|
|
1635
|
+
- [`walletTransactionsGet`](docs/sdks/wallettransactions/README.md#get) - Get details on a specific wallet transaction.
|
|
1466
1636
|
|
|
1467
|
-
|
|
1468
|
-
- [`walletTransactionsGetWalletTransaction`](docs/sdks/wallettransactions/README.md#getwallettransaction) - Get details on a specific wallet transaction. Read our [wallet transactions guide](https://docs.moov.io/guides/sources/wallets/transactions/) to learn more.
|
|
1637
|
+
Read our [wallet transactions guide](https://docs.moov.io/guides/sources/wallets/transactions/) to learn more.
|
|
1469
1638
|
|
|
1470
|
-
To
|
|
1471
|
-
|
|
1639
|
+
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
1640
|
+
you'll need to specify the `/accounts/{accountID}/wallets.read` scope.
|
|
1641
|
+
- [`walletTransactionsList`](docs/sdks/wallettransactions/README.md#list) - List all the transactions associated with a particular Moov wallet.
|
|
1472
1642
|
|
|
1473
|
-
|
|
1643
|
+
Read our [wallet transactions guide](https://docs.moov.io/guides/sources/wallets/transactions/) to learn more.
|
|
1644
|
+
|
|
1645
|
+
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
1646
|
+
you'll need to specify the `/accounts/{accountID}/wallets.read` scope.
|
|
1474
1647
|
|
|
1475
1648
|
</details>
|
|
1476
1649
|
<!-- End Standalone functions [standalone-funcs] -->
|
|
@@ -1493,15 +1666,15 @@ Certain SDK methods accept files as part of a multi-part request. It is possible
|
|
|
1493
1666
|
import { Moov } from "@moovio/sdk";
|
|
1494
1667
|
import { openAsBlob } from "node:fs";
|
|
1495
1668
|
|
|
1496
|
-
const moov = new Moov(
|
|
1669
|
+
const moov = new Moov({
|
|
1670
|
+
security: {
|
|
1671
|
+
username: "",
|
|
1672
|
+
password: "",
|
|
1673
|
+
},
|
|
1674
|
+
});
|
|
1497
1675
|
|
|
1498
1676
|
async function run() {
|
|
1499
|
-
await moov.disputes.
|
|
1500
|
-
basicAuth: {
|
|
1501
|
-
username: "",
|
|
1502
|
-
password: "",
|
|
1503
|
-
},
|
|
1504
|
-
}, {
|
|
1677
|
+
const result = await moov.disputes.uploadEvidenceFile({
|
|
1505
1678
|
accountID: "ac81921c-4c1a-4e7a-8a8f-dfc0d0027ac5",
|
|
1506
1679
|
disputeID: "49c04fa3-f5c3-4ddd-aece-4b5fb6e8a071",
|
|
1507
1680
|
createEvidenceFileMultiPart: {
|
|
@@ -1509,6 +1682,9 @@ async function run() {
|
|
|
1509
1682
|
file: await openAsBlob("example.file"),
|
|
1510
1683
|
},
|
|
1511
1684
|
});
|
|
1685
|
+
|
|
1686
|
+
// Handle the result
|
|
1687
|
+
console.log(result);
|
|
1512
1688
|
}
|
|
1513
1689
|
|
|
1514
1690
|
run();
|
|
@@ -1525,21 +1701,19 @@ To change the default retry strategy for a single API call, simply provide a ret
|
|
|
1525
1701
|
```typescript
|
|
1526
1702
|
import { Moov } from "@moovio/sdk";
|
|
1527
1703
|
|
|
1528
|
-
const moov = new Moov(
|
|
1704
|
+
const moov = new Moov({
|
|
1705
|
+
security: {
|
|
1706
|
+
username: "",
|
|
1707
|
+
password: "",
|
|
1708
|
+
},
|
|
1709
|
+
});
|
|
1529
1710
|
|
|
1530
1711
|
async function run() {
|
|
1531
|
-
const result = await moov.accounts.
|
|
1532
|
-
|
|
1533
|
-
|
|
1534
|
-
|
|
1535
|
-
|
|
1536
|
-
}, {
|
|
1537
|
-
createAccount: {
|
|
1538
|
-
accountType: "business",
|
|
1539
|
-
profile: {
|
|
1540
|
-
business: {
|
|
1541
|
-
legalBusinessName: "Classbooker, LLC",
|
|
1542
|
-
},
|
|
1712
|
+
const result = await moov.accounts.create({
|
|
1713
|
+
accountType: "business",
|
|
1714
|
+
profile: {
|
|
1715
|
+
business: {
|
|
1716
|
+
legalBusinessName: "Classbooker, LLC",
|
|
1543
1717
|
},
|
|
1544
1718
|
},
|
|
1545
1719
|
}, {
|
|
@@ -1578,21 +1752,18 @@ const moov = new Moov({
|
|
|
1578
1752
|
},
|
|
1579
1753
|
retryConnectionErrors: false,
|
|
1580
1754
|
},
|
|
1755
|
+
security: {
|
|
1756
|
+
username: "",
|
|
1757
|
+
password: "",
|
|
1758
|
+
},
|
|
1581
1759
|
});
|
|
1582
1760
|
|
|
1583
1761
|
async function run() {
|
|
1584
|
-
const result = await moov.accounts.
|
|
1585
|
-
|
|
1586
|
-
|
|
1587
|
-
|
|
1588
|
-
|
|
1589
|
-
}, {
|
|
1590
|
-
createAccount: {
|
|
1591
|
-
accountType: "business",
|
|
1592
|
-
profile: {
|
|
1593
|
-
business: {
|
|
1594
|
-
legalBusinessName: "Classbooker, LLC",
|
|
1595
|
-
},
|
|
1762
|
+
const result = await moov.accounts.create({
|
|
1763
|
+
accountType: "business",
|
|
1764
|
+
profile: {
|
|
1765
|
+
business: {
|
|
1766
|
+
legalBusinessName: "Classbooker, LLC",
|
|
1596
1767
|
},
|
|
1597
1768
|
},
|
|
1598
1769
|
});
|
|
@@ -1609,7 +1780,7 @@ run();
|
|
|
1609
1780
|
<!-- Start Error Handling [errors] -->
|
|
1610
1781
|
## Error Handling
|
|
1611
1782
|
|
|
1612
|
-
Some methods specify known errors which can be thrown. All the known errors are enumerated in the `models/errors/errors.ts` module. The known errors for a method are documented under the *Errors* tables in SDK docs. For example, the `
|
|
1783
|
+
Some methods specify known errors which can be thrown. All the known errors are enumerated in the `models/errors/errors.ts` module. The known errors for a method are documented under the *Errors* tables in SDK docs. For example, the `create` method may throw the following errors:
|
|
1613
1784
|
|
|
1614
1785
|
| Error Type | Status Code | Content Type |
|
|
1615
1786
|
| -------------------------------- | ----------- | ---------------- |
|
|
@@ -1627,23 +1798,21 @@ import {
|
|
|
1627
1798
|
SDKValidationError,
|
|
1628
1799
|
} from "@moovio/sdk/models/errors";
|
|
1629
1800
|
|
|
1630
|
-
const moov = new Moov(
|
|
1801
|
+
const moov = new Moov({
|
|
1802
|
+
security: {
|
|
1803
|
+
username: "",
|
|
1804
|
+
password: "",
|
|
1805
|
+
},
|
|
1806
|
+
});
|
|
1631
1807
|
|
|
1632
1808
|
async function run() {
|
|
1633
1809
|
let result;
|
|
1634
1810
|
try {
|
|
1635
|
-
result = await moov.accounts.
|
|
1636
|
-
|
|
1637
|
-
|
|
1638
|
-
|
|
1639
|
-
|
|
1640
|
-
}, {
|
|
1641
|
-
createAccount: {
|
|
1642
|
-
accountType: "business",
|
|
1643
|
-
profile: {
|
|
1644
|
-
business: {
|
|
1645
|
-
legalBusinessName: "Classbooker, LLC",
|
|
1646
|
-
},
|
|
1811
|
+
result = await moov.accounts.create({
|
|
1812
|
+
accountType: "business",
|
|
1813
|
+
profile: {
|
|
1814
|
+
business: {
|
|
1815
|
+
legalBusinessName: "Classbooker, LLC",
|
|
1647
1816
|
},
|
|
1648
1817
|
},
|
|
1649
1818
|
});
|
|
@@ -1706,21 +1875,18 @@ import { Moov } from "@moovio/sdk";
|
|
|
1706
1875
|
|
|
1707
1876
|
const moov = new Moov({
|
|
1708
1877
|
serverURL: "https://api.moov.io",
|
|
1878
|
+
security: {
|
|
1879
|
+
username: "",
|
|
1880
|
+
password: "",
|
|
1881
|
+
},
|
|
1709
1882
|
});
|
|
1710
1883
|
|
|
1711
1884
|
async function run() {
|
|
1712
|
-
const result = await moov.accounts.
|
|
1713
|
-
|
|
1714
|
-
|
|
1715
|
-
|
|
1716
|
-
|
|
1717
|
-
}, {
|
|
1718
|
-
createAccount: {
|
|
1719
|
-
accountType: "business",
|
|
1720
|
-
profile: {
|
|
1721
|
-
business: {
|
|
1722
|
-
legalBusinessName: "Classbooker, LLC",
|
|
1723
|
-
},
|
|
1885
|
+
const result = await moov.accounts.create({
|
|
1886
|
+
accountType: "business",
|
|
1887
|
+
profile: {
|
|
1888
|
+
business: {
|
|
1889
|
+
legalBusinessName: "Classbooker, LLC",
|
|
1724
1890
|
},
|
|
1725
1891
|
},
|
|
1726
1892
|
});
|