@moovio/sdk 0.1.1
Sign up to get free protection for your applications and to get access to all the features.
- package/FUNCTIONS.md +116 -0
- package/README.md +1818 -0
- package/RUNTIMES.md +48 -0
- package/core.d.ts +10 -0
- package/core.d.ts.map +1 -0
- package/core.js +17 -0
- package/core.js.map +1 -0
- package/docs/sdks/accounts/README.md +895 -0
- package/docs/sdks/adjustments/README.md +189 -0
- package/docs/sdks/authentication/README.md +199 -0
- package/docs/sdks/avatars/README.md +95 -0
- package/docs/sdks/bankaccounts/README.md +949 -0
- package/docs/sdks/billing/README.md +467 -0
- package/docs/sdks/branding/README.md +285 -0
- package/docs/sdks/capabilities/README.md +374 -0
- package/docs/sdks/cardissuing/README.md +549 -0
- package/docs/sdks/cards/README.md +1141 -0
- package/docs/sdks/disputes/README.md +1101 -0
- package/docs/sdks/endtoendencryption/README.md +179 -0
- package/docs/sdks/enrichedaddress/README.md +95 -0
- package/docs/sdks/enrichedprofile/README.md +95 -0
- package/docs/sdks/files/README.md +299 -0
- package/docs/sdks/industries/README.md +91 -0
- package/docs/sdks/institutions/README.md +92 -0
- package/docs/sdks/issuingtransactions/README.md +475 -0
- package/docs/sdks/moov/README.md +10 -0
- package/docs/sdks/onboarding/README.md +399 -0
- package/docs/sdks/paymentlinks/README.md +683 -0
- package/docs/sdks/paymentmethods/README.md +185 -0
- package/docs/sdks/ping/README.md +91 -0
- package/docs/sdks/representatives/README.md +609 -0
- package/docs/sdks/scheduling/README.md +992 -0
- package/docs/sdks/sweeps/README.md +547 -0
- package/docs/sdks/transfers/README.md +975 -0
- package/docs/sdks/underwriting/README.md +239 -0
- package/docs/sdks/wallets/README.md +185 -0
- package/docs/sdks/wallettransactions/README.md +193 -0
- package/funcs/accountsAssignAccountCountries.d.ts +19 -0
- package/funcs/accountsAssignAccountCountries.d.ts.map +1 -0
- package/funcs/accountsAssignAccountCountries.js +145 -0
- package/funcs/accountsAssignAccountCountries.js.map +1 -0
- package/funcs/accountsCreateAccount.d.ts +25 -0
- package/funcs/accountsCreateAccount.d.ts.map +1 -0
- package/funcs/accountsCreateAccount.js +149 -0
- package/funcs/accountsCreateAccount.js.map +1 -0
- package/funcs/accountsDisconnectAccount.d.ts +17 -0
- package/funcs/accountsDisconnectAccount.d.ts.map +1 -0
- package/funcs/accountsDisconnectAccount.js +142 -0
- package/funcs/accountsDisconnectAccount.js.map +1 -0
- package/funcs/accountsGetAccount.d.ts +13 -0
- package/funcs/accountsGetAccount.d.ts.map +1 -0
- package/funcs/accountsGetAccount.js +123 -0
- package/funcs/accountsGetAccount.js.map +1 -0
- package/funcs/accountsGetAccountCountries.d.ts +16 -0
- package/funcs/accountsGetAccountCountries.d.ts.map +1 -0
- package/funcs/accountsGetAccountCountries.js +126 -0
- package/funcs/accountsGetAccountCountries.js.map +1 -0
- package/funcs/accountsGetMerchantProcessingAgreement.d.ts +15 -0
- package/funcs/accountsGetMerchantProcessingAgreement.d.ts.map +1 -0
- package/funcs/accountsGetMerchantProcessingAgreement.js +128 -0
- package/funcs/accountsGetMerchantProcessingAgreement.js.map +1 -0
- package/funcs/accountsGetTermsOfServiceToken.d.ts +16 -0
- package/funcs/accountsGetTermsOfServiceToken.d.ts.map +1 -0
- package/funcs/accountsGetTermsOfServiceToken.js +115 -0
- package/funcs/accountsGetTermsOfServiceToken.js.map +1 -0
- package/funcs/accountsListAccounts.d.ts +17 -0
- package/funcs/accountsListAccounts.d.ts.map +1 -0
- package/funcs/accountsListAccounts.js +134 -0
- package/funcs/accountsListAccounts.js.map +1 -0
- package/funcs/accountsPatchAccount.d.ts +25 -0
- package/funcs/accountsPatchAccount.d.ts.map +1 -0
- package/funcs/accountsPatchAccount.js +153 -0
- package/funcs/accountsPatchAccount.js.map +1 -0
- package/funcs/adjustmentsGetAdjustment.d.ts +16 -0
- package/funcs/adjustmentsGetAdjustment.d.ts.map +1 -0
- package/funcs/adjustmentsGetAdjustment.js +130 -0
- package/funcs/adjustmentsGetAdjustment.js.map +1 -0
- package/funcs/adjustmentsListAdjustments.d.ts +16 -0
- package/funcs/adjustmentsListAdjustments.d.ts.map +1 -0
- package/funcs/adjustmentsListAdjustments.js +131 -0
- package/funcs/adjustmentsListAdjustments.js.map +1 -0
- package/funcs/authenticationCreateAuthToken.d.ts +14 -0
- package/funcs/authenticationCreateAuthToken.d.ts.map +1 -0
- package/funcs/authenticationCreateAuthToken.js +109 -0
- package/funcs/authenticationCreateAuthToken.js.map +1 -0
- package/funcs/authenticationRevokeAuthToken.d.ts +15 -0
- package/funcs/authenticationRevokeAuthToken.d.ts.map +1 -0
- package/funcs/authenticationRevokeAuthToken.js +113 -0
- package/funcs/authenticationRevokeAuthToken.js.map +1 -0
- package/funcs/avatarsGetAvatar.d.ts +20 -0
- package/funcs/avatarsGetAvatar.d.ts.map +1 -0
- package/funcs/avatarsGetAvatar.js +134 -0
- package/funcs/avatarsGetAvatar.js.map +1 -0
- package/funcs/bankAccountsCompleteBankAccountVerification.d.ts +24 -0
- package/funcs/bankAccountsCompleteBankAccountVerification.d.ts.map +1 -0
- package/funcs/bankAccountsCompleteBankAccountVerification.js +156 -0
- package/funcs/bankAccountsCompleteBankAccountVerification.js.map +1 -0
- package/funcs/bankAccountsCompleteMicroDeposits.d.ts +17 -0
- package/funcs/bankAccountsCompleteMicroDeposits.d.ts.map +1 -0
- package/funcs/bankAccountsCompleteMicroDeposits.js +149 -0
- package/funcs/bankAccountsCompleteMicroDeposits.js.map +1 -0
- package/funcs/bankAccountsDisableBankAccount.d.ts +16 -0
- package/funcs/bankAccountsDisableBankAccount.d.ts.map +1 -0
- package/funcs/bankAccountsDisableBankAccount.js +145 -0
- package/funcs/bankAccountsDisableBankAccount.js.map +1 -0
- package/funcs/bankAccountsGetBankAccount.d.ts +17 -0
- package/funcs/bankAccountsGetBankAccount.d.ts.map +1 -0
- package/funcs/bankAccountsGetBankAccount.js +131 -0
- package/funcs/bankAccountsGetBankAccount.js.map +1 -0
- package/funcs/bankAccountsGetBankAccountVerification.d.ts +25 -0
- package/funcs/bankAccountsGetBankAccountVerification.d.ts.map +1 -0
- package/funcs/bankAccountsGetBankAccountVerification.js +139 -0
- package/funcs/bankAccountsGetBankAccountVerification.js.map +1 -0
- package/funcs/bankAccountsInitiateBankAccountVerification.d.ts +32 -0
- package/funcs/bankAccountsInitiateBankAccountVerification.d.ts.map +1 -0
- package/funcs/bankAccountsInitiateBankAccountVerification.js +164 -0
- package/funcs/bankAccountsInitiateBankAccountVerification.js.map +1 -0
- package/funcs/bankAccountsInitiateMicroDeposits.d.ts +21 -0
- package/funcs/bankAccountsInitiateMicroDeposits.d.ts.map +1 -0
- package/funcs/bankAccountsInitiateMicroDeposits.js +150 -0
- package/funcs/bankAccountsInitiateMicroDeposits.js.map +1 -0
- package/funcs/bankAccountsLinkBankAccount.d.ts +21 -0
- package/funcs/bankAccountsLinkBankAccount.d.ts.map +1 -0
- package/funcs/bankAccountsLinkBankAccount.js +151 -0
- package/funcs/bankAccountsLinkBankAccount.js.map +1 -0
- package/funcs/bankAccountsListBankAccounts.d.ts +17 -0
- package/funcs/bankAccountsListBankAccounts.d.ts.map +1 -0
- package/funcs/bankAccountsListBankAccounts.js +128 -0
- package/funcs/bankAccountsListBankAccounts.js.map +1 -0
- package/funcs/billingCreateFeePlanAgreements.d.ts +17 -0
- package/funcs/billingCreateFeePlanAgreements.d.ts.map +1 -0
- package/funcs/billingCreateFeePlanAgreements.js +145 -0
- package/funcs/billingCreateFeePlanAgreements.js.map +1 -0
- package/funcs/billingListFeePlanAgreements.d.ts +16 -0
- package/funcs/billingListFeePlanAgreements.d.ts.map +1 -0
- package/funcs/billingListFeePlanAgreements.js +132 -0
- package/funcs/billingListFeePlanAgreements.js.map +1 -0
- package/funcs/billingListFeePlans.d.ts +17 -0
- package/funcs/billingListFeePlans.d.ts.map +1 -0
- package/funcs/billingListFeePlans.js +132 -0
- package/funcs/billingListFeePlans.js.map +1 -0
- package/funcs/billingListPartnerPricing.d.ts +16 -0
- package/funcs/billingListPartnerPricing.d.ts.map +1 -0
- package/funcs/billingListPartnerPricing.js +131 -0
- package/funcs/billingListPartnerPricing.js.map +1 -0
- package/funcs/billingListPartnerPricingAgreements.d.ts +16 -0
- package/funcs/billingListPartnerPricingAgreements.d.ts.map +1 -0
- package/funcs/billingListPartnerPricingAgreements.js +132 -0
- package/funcs/billingListPartnerPricingAgreements.js.map +1 -0
- package/funcs/brandingGetBrand.d.ts +13 -0
- package/funcs/brandingGetBrand.d.ts.map +1 -0
- package/funcs/brandingGetBrand.js +123 -0
- package/funcs/brandingGetBrand.js.map +1 -0
- package/funcs/brandingPostBrand.d.ts +14 -0
- package/funcs/brandingPostBrand.d.ts.map +1 -0
- package/funcs/brandingPostBrand.js +140 -0
- package/funcs/brandingPostBrand.js.map +1 -0
- package/funcs/brandingUpdateBrand.d.ts +14 -0
- package/funcs/brandingUpdateBrand.d.ts.map +1 -0
- package/funcs/brandingUpdateBrand.js +140 -0
- package/funcs/brandingUpdateBrand.js.map +1 -0
- package/funcs/capabilitiesAddCapabilities.d.ts +16 -0
- package/funcs/capabilitiesAddCapabilities.d.ts.map +1 -0
- package/funcs/capabilitiesAddCapabilities.js +143 -0
- package/funcs/capabilitiesAddCapabilities.js.map +1 -0
- package/funcs/capabilitiesDisableCapability.d.ts +15 -0
- package/funcs/capabilitiesDisableCapability.d.ts.map +1 -0
- package/funcs/capabilitiesDisableCapability.js +144 -0
- package/funcs/capabilitiesDisableCapability.js.map +1 -0
- package/funcs/capabilitiesGetCapability.d.ts +15 -0
- package/funcs/capabilitiesGetCapability.d.ts.map +1 -0
- package/funcs/capabilitiesGetCapability.js +129 -0
- package/funcs/capabilitiesGetCapability.js.map +1 -0
- package/funcs/capabilitiesListCapabilities.d.ts +15 -0
- package/funcs/capabilitiesListCapabilities.d.ts.map +1 -0
- package/funcs/capabilitiesListCapabilities.js +126 -0
- package/funcs/capabilitiesListCapabilities.js.map +1 -0
- package/funcs/cardIssuingGetFullIssuedCard.d.ts +18 -0
- package/funcs/cardIssuingGetFullIssuedCard.d.ts.map +1 -0
- package/funcs/cardIssuingGetFullIssuedCard.js +132 -0
- package/funcs/cardIssuingGetFullIssuedCard.js.map +1 -0
- package/funcs/cardIssuingGetIssuedCard.d.ts +16 -0
- package/funcs/cardIssuingGetIssuedCard.d.ts.map +1 -0
- package/funcs/cardIssuingGetIssuedCard.js +130 -0
- package/funcs/cardIssuingGetIssuedCard.js.map +1 -0
- package/funcs/cardIssuingListIssuedCards.d.ts +16 -0
- package/funcs/cardIssuingListIssuedCards.d.ts.map +1 -0
- package/funcs/cardIssuingListIssuedCards.js +133 -0
- package/funcs/cardIssuingListIssuedCards.js.map +1 -0
- package/funcs/cardIssuingRequestCard.d.ts +17 -0
- package/funcs/cardIssuingRequestCard.d.ts.map +1 -0
- package/funcs/cardIssuingRequestCard.js +142 -0
- package/funcs/cardIssuingRequestCard.js.map +1 -0
- package/funcs/cardIssuingUpdateIssuedCard.d.ts +16 -0
- package/funcs/cardIssuingUpdateIssuedCard.d.ts.map +1 -0
- package/funcs/cardIssuingUpdateIssuedCard.js +147 -0
- package/funcs/cardIssuingUpdateIssuedCard.js.map +1 -0
- package/funcs/cardsCreateApplePaySession.d.ts +19 -0
- package/funcs/cardsCreateApplePaySession.d.ts.map +1 -0
- package/funcs/cardsCreateApplePaySession.js +148 -0
- package/funcs/cardsCreateApplePaySession.js.map +1 -0
- package/funcs/cardsDisableCard.d.ts +16 -0
- package/funcs/cardsDisableCard.d.ts.map +1 -0
- package/funcs/cardsDisableCard.js +145 -0
- package/funcs/cardsDisableCard.js.map +1 -0
- package/funcs/cardsGetApplePayMerchantDomains.d.ts +18 -0
- package/funcs/cardsGetApplePayMerchantDomains.d.ts.map +1 -0
- package/funcs/cardsGetApplePayMerchantDomains.js +128 -0
- package/funcs/cardsGetApplePayMerchantDomains.js.map +1 -0
- package/funcs/cardsGetCard.d.ts +18 -0
- package/funcs/cardsGetCard.d.ts.map +1 -0
- package/funcs/cardsGetCard.js +132 -0
- package/funcs/cardsGetCard.js.map +1 -0
- package/funcs/cardsLinkApplePayToken.d.ts +20 -0
- package/funcs/cardsLinkApplePayToken.d.ts.map +1 -0
- package/funcs/cardsLinkApplePayToken.js +146 -0
- package/funcs/cardsLinkApplePayToken.js.map +1 -0
- package/funcs/cardsLinkCard.d.ts +31 -0
- package/funcs/cardsLinkCard.d.ts.map +1 -0
- package/funcs/cardsLinkCard.js +161 -0
- package/funcs/cardsLinkCard.js.map +1 -0
- package/funcs/cardsListCards.d.ts +18 -0
- package/funcs/cardsListCards.d.ts.map +1 -0
- package/funcs/cardsListCards.js +129 -0
- package/funcs/cardsListCards.js.map +1 -0
- package/funcs/cardsRegisterApplePayMerchantDomains.d.ts +20 -0
- package/funcs/cardsRegisterApplePayMerchantDomains.d.ts.map +1 -0
- package/funcs/cardsRegisterApplePayMerchantDomains.js +147 -0
- package/funcs/cardsRegisterApplePayMerchantDomains.js.map +1 -0
- package/funcs/cardsUpdateApplePayMerchantDomains.d.ts +19 -0
- package/funcs/cardsUpdateApplePayMerchantDomains.d.ts.map +1 -0
- package/funcs/cardsUpdateApplePayMerchantDomains.js +148 -0
- package/funcs/cardsUpdateApplePayMerchantDomains.js.map +1 -0
- package/funcs/cardsUpdateCard.d.ts +26 -0
- package/funcs/cardsUpdateCard.d.ts.map +1 -0
- package/funcs/cardsUpdateCard.js +156 -0
- package/funcs/cardsUpdateCard.js.map +1 -0
- package/funcs/disputesAcceptDispute.d.ts +19 -0
- package/funcs/disputesAcceptDispute.d.ts.map +1 -0
- package/funcs/disputesAcceptDispute.js +147 -0
- package/funcs/disputesAcceptDispute.js.map +1 -0
- package/funcs/disputesDeleteDisputeEvidenceFile.d.ts +18 -0
- package/funcs/disputesDeleteDisputeEvidenceFile.d.ts.map +1 -0
- package/funcs/disputesDeleteDisputeEvidenceFile.js +140 -0
- package/funcs/disputesDeleteDisputeEvidenceFile.js.map +1 -0
- package/funcs/disputesGetDispute.d.ts +18 -0
- package/funcs/disputesGetDispute.d.ts.map +1 -0
- package/funcs/disputesGetDispute.js +132 -0
- package/funcs/disputesGetDispute.js.map +1 -0
- package/funcs/disputesGetDisputeEvidence.d.ts +18 -0
- package/funcs/disputesGetDisputeEvidence.d.ts.map +1 -0
- package/funcs/disputesGetDisputeEvidence.js +136 -0
- package/funcs/disputesGetDisputeEvidence.js.map +1 -0
- package/funcs/disputesGetDisputeEvidenceData.d.ts +24 -0
- package/funcs/disputesGetDisputeEvidenceData.d.ts.map +1 -0
- package/funcs/disputesGetDisputeEvidenceData.js +149 -0
- package/funcs/disputesGetDisputeEvidenceData.js.map +1 -0
- package/funcs/disputesListDisputeEvidence.d.ts +18 -0
- package/funcs/disputesListDisputeEvidence.d.ts.map +1 -0
- package/funcs/disputesListDisputeEvidence.js +133 -0
- package/funcs/disputesListDisputeEvidence.js.map +1 -0
- package/funcs/disputesListDisputes.d.ts +18 -0
- package/funcs/disputesListDisputes.d.ts.map +1 -0
- package/funcs/disputesListDisputes.js +144 -0
- package/funcs/disputesListDisputes.js.map +1 -0
- package/funcs/disputesSubmitDisputeEvidence.d.ts +22 -0
- package/funcs/disputesSubmitDisputeEvidence.d.ts.map +1 -0
- package/funcs/disputesSubmitDisputeEvidence.js +150 -0
- package/funcs/disputesSubmitDisputeEvidence.js.map +1 -0
- package/funcs/disputesUpdateDisputeEvidence.d.ts +19 -0
- package/funcs/disputesUpdateDisputeEvidence.d.ts.map +1 -0
- package/funcs/disputesUpdateDisputeEvidence.js +141 -0
- package/funcs/disputesUpdateDisputeEvidence.js.map +1 -0
- package/funcs/disputesUploadDisputeEvidenceFile.d.ts +18 -0
- package/funcs/disputesUploadDisputeEvidenceFile.d.ts.map +1 -0
- package/funcs/disputesUploadDisputeEvidenceFile.js +164 -0
- package/funcs/disputesUploadDisputeEvidenceFile.js.map +1 -0
- package/funcs/disputesUploadDisputeEvidenceText.d.ts +19 -0
- package/funcs/disputesUploadDisputeEvidenceText.d.ts.map +1 -0
- package/funcs/disputesUploadDisputeEvidenceText.js +150 -0
- package/funcs/disputesUploadDisputeEvidenceText.js.map +1 -0
- package/funcs/endToEndEncryptionGenerateEndToEndKey.d.ts +13 -0
- package/funcs/endToEndEncryptionGenerateEndToEndKey.d.ts.map +1 -0
- package/funcs/endToEndEncryptionGenerateEndToEndKey.js +104 -0
- package/funcs/endToEndEncryptionGenerateEndToEndKey.js.map +1 -0
- package/funcs/endToEndEncryptionTestEndToEndToken.d.ts +16 -0
- package/funcs/endToEndEncryptionTestEndToEndToken.d.ts.map +1 -0
- package/funcs/endToEndEncryptionTestEndToEndToken.js +125 -0
- package/funcs/endToEndEncryptionTestEndToEndToken.js.map +1 -0
- package/funcs/enrichedAddressGetEnrichmentAddress.d.ts +15 -0
- package/funcs/enrichedAddressGetEnrichmentAddress.d.ts.map +1 -0
- package/funcs/enrichedAddressGetEnrichmentAddress.js +135 -0
- package/funcs/enrichedAddressGetEnrichmentAddress.js.map +1 -0
- package/funcs/enrichedProfileGetEnrichmentProfile.d.ts +15 -0
- package/funcs/enrichedProfileGetEnrichmentProfile.d.ts.map +1 -0
- package/funcs/enrichedProfileGetEnrichmentProfile.js +123 -0
- package/funcs/enrichedProfileGetEnrichmentProfile.js.map +1 -0
- package/funcs/filesGetFileDetails.d.ts +16 -0
- package/funcs/filesGetFileDetails.d.ts.map +1 -0
- package/funcs/filesGetFileDetails.js +130 -0
- package/funcs/filesGetFileDetails.js.map +1 -0
- package/funcs/filesListFiles.d.ts +16 -0
- package/funcs/filesListFiles.d.ts.map +1 -0
- package/funcs/filesListFiles.js +127 -0
- package/funcs/filesListFiles.js.map +1 -0
- package/funcs/filesUploadFile.d.ts +20 -0
- package/funcs/filesUploadFile.d.ts.map +1 -0
- package/funcs/filesUploadFile.js +165 -0
- package/funcs/filesUploadFile.js.map +1 -0
- package/funcs/industriesListIndustries.d.ts +15 -0
- package/funcs/industriesListIndustries.d.ts.map +1 -0
- package/funcs/industriesListIndustries.js +120 -0
- package/funcs/industriesListIndustries.js.map +1 -0
- package/funcs/institutionsListInstitutions.d.ts +16 -0
- package/funcs/institutionsListInstitutions.d.ts.map +1 -0
- package/funcs/institutionsListInstitutions.js +131 -0
- package/funcs/institutionsListInstitutions.js.map +1 -0
- package/funcs/issuingTransactionsGetIssuedCardAuthorization.d.ts +16 -0
- package/funcs/issuingTransactionsGetIssuedCardAuthorization.d.ts.map +1 -0
- package/funcs/issuingTransactionsGetIssuedCardAuthorization.js +130 -0
- package/funcs/issuingTransactionsGetIssuedCardAuthorization.js.map +1 -0
- package/funcs/issuingTransactionsGetIssuedCardTransaction.d.ts +16 -0
- package/funcs/issuingTransactionsGetIssuedCardTransaction.d.ts.map +1 -0
- package/funcs/issuingTransactionsGetIssuedCardTransaction.js +127 -0
- package/funcs/issuingTransactionsGetIssuedCardTransaction.js.map +1 -0
- package/funcs/issuingTransactionsListIssuedCardAuthorizationEvents.d.ts +16 -0
- package/funcs/issuingTransactionsListIssuedCardAuthorizationEvents.d.ts.map +1 -0
- package/funcs/issuingTransactionsListIssuedCardAuthorizationEvents.js +136 -0
- package/funcs/issuingTransactionsListIssuedCardAuthorizationEvents.js.map +1 -0
- package/funcs/issuingTransactionsListIssuedCardAuthorizations.d.ts +16 -0
- package/funcs/issuingTransactionsListIssuedCardAuthorizations.d.ts.map +1 -0
- package/funcs/issuingTransactionsListIssuedCardAuthorizations.js +136 -0
- package/funcs/issuingTransactionsListIssuedCardAuthorizations.js.map +1 -0
- package/funcs/issuingTransactionsListIssuedCardTransactions.d.ts +16 -0
- package/funcs/issuingTransactionsListIssuedCardTransactions.d.ts.map +1 -0
- package/funcs/issuingTransactionsListIssuedCardTransactions.js +135 -0
- package/funcs/issuingTransactionsListIssuedCardTransactions.js.map +1 -0
- package/funcs/onboardingCreateOnboardingInvite.d.ts +17 -0
- package/funcs/onboardingCreateOnboardingInvite.d.ts.map +1 -0
- package/funcs/onboardingCreateOnboardingInvite.js +139 -0
- package/funcs/onboardingCreateOnboardingInvite.js.map +1 -0
- package/funcs/onboardingGetOnboardingInvite.d.ts +16 -0
- package/funcs/onboardingGetOnboardingInvite.d.ts.map +1 -0
- package/funcs/onboardingGetOnboardingInvite.js +126 -0
- package/funcs/onboardingGetOnboardingInvite.js.map +1 -0
- package/funcs/onboardingListOnboardingInvites.d.ts +16 -0
- package/funcs/onboardingListOnboardingInvites.d.ts.map +1 -0
- package/funcs/onboardingListOnboardingInvites.js +121 -0
- package/funcs/onboardingListOnboardingInvites.js.map +1 -0
- package/funcs/onboardingRevokeOnboardingInvite.d.ts +15 -0
- package/funcs/onboardingRevokeOnboardingInvite.d.ts.map +1 -0
- package/funcs/onboardingRevokeOnboardingInvite.js +126 -0
- package/funcs/onboardingRevokeOnboardingInvite.js.map +1 -0
- package/funcs/paymentLinksCreatePaymentLink.d.ts +17 -0
- package/funcs/paymentLinksCreatePaymentLink.d.ts.map +1 -0
- package/funcs/paymentLinksCreatePaymentLink.js +143 -0
- package/funcs/paymentLinksCreatePaymentLink.js.map +1 -0
- package/funcs/paymentLinksDisablePaymentLink.d.ts +15 -0
- package/funcs/paymentLinksDisablePaymentLink.d.ts.map +1 -0
- package/funcs/paymentLinksDisablePaymentLink.js +130 -0
- package/funcs/paymentLinksDisablePaymentLink.js.map +1 -0
- package/funcs/paymentLinksGetPaymentLink.d.ts +16 -0
- package/funcs/paymentLinksGetPaymentLink.d.ts.map +1 -0
- package/funcs/paymentLinksGetPaymentLink.js +130 -0
- package/funcs/paymentLinksGetPaymentLink.js.map +1 -0
- package/funcs/paymentLinksGetPaymentLinkQRCode.d.ts +23 -0
- package/funcs/paymentLinksGetPaymentLinkQRCode.d.ts.map +1 -0
- package/funcs/paymentLinksGetPaymentLinkQRCode.js +140 -0
- package/funcs/paymentLinksGetPaymentLinkQRCode.js.map +1 -0
- package/funcs/paymentLinksListPaymentLinks.d.ts +16 -0
- package/funcs/paymentLinksListPaymentLinks.d.ts.map +1 -0
- package/funcs/paymentLinksListPaymentLinks.js +127 -0
- package/funcs/paymentLinksListPaymentLinks.js.map +1 -0
- package/funcs/paymentLinksUpdatePaymentLink.d.ts +17 -0
- package/funcs/paymentLinksUpdatePaymentLink.d.ts.map +1 -0
- package/funcs/paymentLinksUpdatePaymentLink.js +147 -0
- package/funcs/paymentLinksUpdatePaymentLink.js.map +1 -0
- package/funcs/paymentMethodsGetPaymentMethod.d.ts +15 -0
- package/funcs/paymentMethodsGetPaymentMethod.d.ts.map +1 -0
- package/funcs/paymentMethodsGetPaymentMethod.js +129 -0
- package/funcs/paymentMethodsGetPaymentMethod.js.map +1 -0
- package/funcs/paymentMethodsListPaymentMethods.d.ts +15 -0
- package/funcs/paymentMethodsListPaymentMethods.d.ts.map +1 -0
- package/funcs/paymentMethodsListPaymentMethods.js +131 -0
- package/funcs/paymentMethodsListPaymentMethods.js.map +1 -0
- package/funcs/pingPing.d.ts +15 -0
- package/funcs/pingPing.d.ts.map +1 -0
- package/funcs/pingPing.js +120 -0
- package/funcs/pingPing.js.map +1 -0
- package/funcs/representativesCreateRepresentative.d.ts +18 -0
- package/funcs/representativesCreateRepresentative.d.ts.map +1 -0
- package/funcs/representativesCreateRepresentative.js +146 -0
- package/funcs/representativesCreateRepresentative.js.map +1 -0
- package/funcs/representativesDeleteRepresentative.d.ts +15 -0
- package/funcs/representativesDeleteRepresentative.d.ts.map +1 -0
- package/funcs/representativesDeleteRepresentative.js +141 -0
- package/funcs/representativesDeleteRepresentative.js.map +1 -0
- package/funcs/representativesGetRepresentative.d.ts +15 -0
- package/funcs/representativesGetRepresentative.d.ts.map +1 -0
- package/funcs/representativesGetRepresentative.js +126 -0
- package/funcs/representativesGetRepresentative.js.map +1 -0
- package/funcs/representativesListRepresentatives.d.ts +18 -0
- package/funcs/representativesListRepresentatives.d.ts.map +1 -0
- package/funcs/representativesListRepresentatives.js +129 -0
- package/funcs/representativesListRepresentatives.js.map +1 -0
- package/funcs/representativesUpdateRepresentative.d.ts +29 -0
- package/funcs/representativesUpdateRepresentative.d.ts.map +1 -0
- package/funcs/representativesUpdateRepresentative.js +157 -0
- package/funcs/representativesUpdateRepresentative.js.map +1 -0
- package/funcs/schedulingCancelSchedule.d.ts +13 -0
- package/funcs/schedulingCancelSchedule.d.ts.map +1 -0
- package/funcs/schedulingCancelSchedule.js +142 -0
- package/funcs/schedulingCancelSchedule.js.map +1 -0
- package/funcs/schedulingCreateSchedule.d.ts +14 -0
- package/funcs/schedulingCreateSchedule.d.ts.map +1 -0
- package/funcs/schedulingCreateSchedule.js +140 -0
- package/funcs/schedulingCreateSchedule.js.map +1 -0
- package/funcs/schedulingGetScheduledOccurrence.d.ts +13 -0
- package/funcs/schedulingGetScheduledOccurrence.d.ts.map +1 -0
- package/funcs/schedulingGetScheduledOccurrence.js +128 -0
- package/funcs/schedulingGetScheduledOccurrence.js.map +1 -0
- package/funcs/schedulingGetSchedules.d.ts +13 -0
- package/funcs/schedulingGetSchedules.d.ts.map +1 -0
- package/funcs/schedulingGetSchedules.js +127 -0
- package/funcs/schedulingGetSchedules.js.map +1 -0
- package/funcs/schedulingListSchedules.d.ts +13 -0
- package/funcs/schedulingListSchedules.d.ts.map +1 -0
- package/funcs/schedulingListSchedules.js +129 -0
- package/funcs/schedulingListSchedules.js.map +1 -0
- package/funcs/schedulingUpdateSchedule.d.ts +14 -0
- package/funcs/schedulingUpdateSchedule.d.ts.map +1 -0
- package/funcs/schedulingUpdateSchedule.js +144 -0
- package/funcs/schedulingUpdateSchedule.js.map +1 -0
- package/funcs/sweepsCreateSweepConfig.d.ts +14 -0
- package/funcs/sweepsCreateSweepConfig.d.ts.map +1 -0
- package/funcs/sweepsCreateSweepConfig.js +140 -0
- package/funcs/sweepsCreateSweepConfig.js.map +1 -0
- package/funcs/sweepsGetSweep.d.ts +13 -0
- package/funcs/sweepsGetSweep.d.ts.map +1 -0
- package/funcs/sweepsGetSweep.js +131 -0
- package/funcs/sweepsGetSweep.js.map +1 -0
- package/funcs/sweepsGetSweepConfig.d.ts +13 -0
- package/funcs/sweepsGetSweepConfig.d.ts.map +1 -0
- package/funcs/sweepsGetSweepConfig.js +127 -0
- package/funcs/sweepsGetSweepConfig.js.map +1 -0
- package/funcs/sweepsListSweepConfigs.d.ts +13 -0
- package/funcs/sweepsListSweepConfigs.d.ts.map +1 -0
- package/funcs/sweepsListSweepConfigs.js +124 -0
- package/funcs/sweepsListSweepConfigs.js.map +1 -0
- package/funcs/sweepsListSweeps.d.ts +13 -0
- package/funcs/sweepsListSweeps.d.ts.map +1 -0
- package/funcs/sweepsListSweeps.js +135 -0
- package/funcs/sweepsListSweeps.js.map +1 -0
- package/funcs/sweepsPatchSweepConfig.d.ts +14 -0
- package/funcs/sweepsPatchSweepConfig.d.ts.map +1 -0
- package/funcs/sweepsPatchSweepConfig.js +144 -0
- package/funcs/sweepsPatchSweepConfig.js.map +1 -0
- package/funcs/transfersCreateTransfer.d.ts +18 -0
- package/funcs/transfersCreateTransfer.d.ts.map +1 -0
- package/funcs/transfersCreateTransfer.js +137 -0
- package/funcs/transfersCreateTransfer.js.map +1 -0
- package/funcs/transfersCreateTransferOptions.d.ts +21 -0
- package/funcs/transfersCreateTransferOptions.d.ts.map +1 -0
- package/funcs/transfersCreateTransferOptions.js +128 -0
- package/funcs/transfersCreateTransferOptions.js.map +1 -0
- package/funcs/transfersGetRefund.d.ts +16 -0
- package/funcs/transfersGetRefund.d.ts.map +1 -0
- package/funcs/transfersGetRefund.js +134 -0
- package/funcs/transfersGetRefund.js.map +1 -0
- package/funcs/transfersGetTransfer.d.ts +19 -0
- package/funcs/transfersGetTransfer.d.ts.map +1 -0
- package/funcs/transfersGetTransfer.js +133 -0
- package/funcs/transfersGetTransfer.js.map +1 -0
- package/funcs/transfersListRefunds.d.ts +16 -0
- package/funcs/transfersListRefunds.d.ts.map +1 -0
- package/funcs/transfersListRefunds.js +131 -0
- package/funcs/transfersListRefunds.js.map +1 -0
- package/funcs/transfersListTransfers.d.ts +23 -0
- package/funcs/transfersListTransfers.d.ts.map +1 -0
- package/funcs/transfersListTransfers.js +146 -0
- package/funcs/transfersListTransfers.js.map +1 -0
- package/funcs/transfersPatchTransfer.d.ts +18 -0
- package/funcs/transfersPatchTransfer.d.ts.map +1 -0
- package/funcs/transfersPatchTransfer.js +132 -0
- package/funcs/transfersPatchTransfer.js.map +1 -0
- package/funcs/transfersRefundTransfer.d.ts +19 -0
- package/funcs/transfersRefundTransfer.d.ts.map +1 -0
- package/funcs/transfersRefundTransfer.js +142 -0
- package/funcs/transfersRefundTransfer.js.map +1 -0
- package/funcs/transfersReverseTransfer.d.ts +19 -0
- package/funcs/transfersReverseTransfer.d.ts.map +1 -0
- package/funcs/transfersReverseTransfer.js +150 -0
- package/funcs/transfersReverseTransfer.js.map +1 -0
- package/funcs/underwritingGetUnderwriting.d.ts +18 -0
- package/funcs/underwritingGetUnderwriting.d.ts.map +1 -0
- package/funcs/underwritingGetUnderwriting.js +128 -0
- package/funcs/underwritingGetUnderwriting.js.map +1 -0
- package/funcs/underwritingUpdateUnderwriting.d.ts +19 -0
- package/funcs/underwritingUpdateUnderwriting.d.ts.map +1 -0
- package/funcs/underwritingUpdateUnderwriting.js +147 -0
- package/funcs/underwritingUpdateUnderwriting.js.map +1 -0
- package/funcs/walletTransactionsGetWalletTransaction.d.ts +15 -0
- package/funcs/walletTransactionsGetWalletTransaction.d.ts.map +1 -0
- package/funcs/walletTransactionsGetWalletTransaction.js +133 -0
- package/funcs/walletTransactionsGetWalletTransaction.js.map +1 -0
- package/funcs/walletTransactionsListWalletTransactions.d.ts +15 -0
- package/funcs/walletTransactionsListWalletTransactions.d.ts.map +1 -0
- package/funcs/walletTransactionsListWalletTransactions.js +144 -0
- package/funcs/walletTransactionsListWalletTransactions.js.map +1 -0
- package/funcs/walletsGetWallet.d.ts +15 -0
- package/funcs/walletsGetWallet.d.ts.map +1 -0
- package/funcs/walletsGetWallet.js +129 -0
- package/funcs/walletsGetWallet.js.map +1 -0
- package/funcs/walletsListWallets.d.ts +15 -0
- package/funcs/walletsListWallets.d.ts.map +1 -0
- package/funcs/walletsListWallets.js +126 -0
- package/funcs/walletsListWallets.js.map +1 -0
- package/hooks/hooks.d.ts +24 -0
- package/hooks/hooks.d.ts.map +1 -0
- package/hooks/hooks.js +86 -0
- package/hooks/hooks.js.map +1 -0
- package/hooks/index.d.ts +3 -0
- package/hooks/index.d.ts.map +1 -0
- package/hooks/index.js +22 -0
- package/hooks/index.js.map +1 -0
- package/hooks/registration.d.ts +3 -0
- package/hooks/registration.d.ts.map +1 -0
- package/hooks/registration.js +15 -0
- package/hooks/registration.js.map +1 -0
- package/hooks/types.d.ts +77 -0
- package/hooks/types.d.ts.map +1 -0
- package/hooks/types.js +6 -0
- package/hooks/types.js.map +1 -0
- package/index.d.ts +4 -0
- package/index.d.ts.map +1 -0
- package/index.js +46 -0
- package/index.js.map +1 -0
- package/jsr.json +27 -0
- package/lib/base64.d.ts +10 -0
- package/lib/base64.d.ts.map +1 -0
- package/lib/base64.js +71 -0
- package/lib/base64.js.map +1 -0
- package/lib/config.d.ts +42 -0
- package/lib/config.d.ts.map +1 -0
- package/lib/config.js +38 -0
- package/lib/config.js.map +1 -0
- package/lib/dlv.d.ts +14 -0
- package/lib/dlv.d.ts.map +1 -0
- package/lib/dlv.js +49 -0
- package/lib/dlv.js.map +1 -0
- package/lib/encodings.d.ts +52 -0
- package/lib/encodings.d.ts.map +1 -0
- package/lib/encodings.js +368 -0
- package/lib/encodings.js.map +1 -0
- package/lib/files.d.ts +8 -0
- package/lib/files.d.ts.map +1 -0
- package/lib/files.js +36 -0
- package/lib/files.js.map +1 -0
- package/lib/http.d.ts +67 -0
- package/lib/http.d.ts.map +1 -0
- package/lib/http.js +217 -0
- package/lib/http.js.map +1 -0
- package/lib/is-plain-object.d.ts +2 -0
- package/lib/is-plain-object.d.ts.map +1 -0
- package/lib/is-plain-object.js +41 -0
- package/lib/is-plain-object.js.map +1 -0
- package/lib/logger.d.ts +6 -0
- package/lib/logger.d.ts.map +1 -0
- package/lib/logger.js +6 -0
- package/lib/logger.js.map +1 -0
- package/lib/matchers.d.ts +64 -0
- package/lib/matchers.d.ts.map +1 -0
- package/lib/matchers.js +204 -0
- package/lib/matchers.js.map +1 -0
- package/lib/primitives.d.ts +23 -0
- package/lib/primitives.d.ts.map +1 -0
- package/lib/primitives.js +104 -0
- package/lib/primitives.js.map +1 -0
- package/lib/retries.d.ts +38 -0
- package/lib/retries.d.ts.map +1 -0
- package/lib/retries.js +154 -0
- package/lib/retries.js.map +1 -0
- package/lib/schemas.d.ts +19 -0
- package/lib/schemas.d.ts.map +1 -0
- package/lib/schemas.js +62 -0
- package/lib/schemas.js.map +1 -0
- package/lib/sdks.d.ts +60 -0
- package/lib/sdks.d.ts.map +1 -0
- package/lib/sdks.js +276 -0
- package/lib/sdks.js.map +1 -0
- package/lib/security.d.ts +82 -0
- package/lib/security.d.ts.map +1 -0
- package/lib/security.js +137 -0
- package/lib/security.js.map +1 -0
- package/lib/url.d.ts +5 -0
- package/lib/url.d.ts.map +1 -0
- package/lib/url.js +25 -0
- package/lib/url.js.map +1 -0
- package/models/components/account.d.ts +102 -0
- package/models/components/account.d.ts.map +1 -0
- package/models/components/account.js +105 -0
- package/models/components/account.js.map +1 -0
- package/models/components/accountcapability.d.ts +34 -0
- package/models/components/accountcapability.d.ts.map +1 -0
- package/models/components/accountcapability.js +71 -0
- package/models/components/accountcapability.js.map +1 -0
- package/models/components/accountcountries.d.ts +32 -0
- package/models/components/accountcountries.d.ts.map +1 -0
- package/models/components/accountcountries.js +69 -0
- package/models/components/accountcountries.js.map +1 -0
- package/models/components/accountnameverification.d.ts +39 -0
- package/models/components/accountnameverification.d.ts.map +1 -0
- package/models/components/accountnameverification.js +76 -0
- package/models/components/accountnameverification.js.map +1 -0
- package/models/components/accounttype.d.ts +34 -0
- package/models/components/accounttype.d.ts.map +1 -0
- package/models/components/accounttype.js +64 -0
- package/models/components/accounttype.js.map +1 -0
- package/models/components/accountverificationstatus.d.ts +50 -0
- package/models/components/accountverificationstatus.d.ts.map +1 -0
- package/models/components/accountverificationstatus.js +69 -0
- package/models/components/accountverificationstatus.js.map +1 -0
- package/models/components/accountwaitfor.d.ts +25 -0
- package/models/components/accountwaitfor.d.ts.map +1 -0
- package/models/components/accountwaitfor.js +59 -0
- package/models/components/accountwaitfor.js.map +1 -0
- package/models/components/achcreditsamedaypaymentmethod.d.ts +63 -0
- package/models/components/achcreditsamedaypaymentmethod.d.ts.map +1 -0
- package/models/components/achcreditsamedaypaymentmethod.js +93 -0
- package/models/components/achcreditsamedaypaymentmethod.js.map +1 -0
- package/models/components/achcreditstandardpaymentmethod.d.ts +63 -0
- package/models/components/achcreditstandardpaymentmethod.d.ts.map +1 -0
- package/models/components/achcreditstandardpaymentmethod.js +93 -0
- package/models/components/achcreditstandardpaymentmethod.js.map +1 -0
- package/models/components/achdebitcollectpaymentmethod.d.ts +63 -0
- package/models/components/achdebitcollectpaymentmethod.d.ts.map +1 -0
- package/models/components/achdebitcollectpaymentmethod.js +93 -0
- package/models/components/achdebitcollectpaymentmethod.js.map +1 -0
- package/models/components/achdebitfundpaymentmethod.d.ts +63 -0
- package/models/components/achdebitfundpaymentmethod.d.ts.map +1 -0
- package/models/components/achdebitfundpaymentmethod.js +93 -0
- package/models/components/achdebitfundpaymentmethod.js.map +1 -0
- package/models/components/achexception.d.ts +33 -0
- package/models/components/achexception.d.ts.map +1 -0
- package/models/components/achexception.js +73 -0
- package/models/components/achexception.js.map +1 -0
- package/models/components/achlocation.d.ts +37 -0
- package/models/components/achlocation.d.ts.map +1 -0
- package/models/components/achlocation.js +77 -0
- package/models/components/achlocation.js.map +1 -0
- package/models/components/achparticipant.d.ts +81 -0
- package/models/components/achparticipant.d.ts.map +1 -0
- package/models/components/achparticipant.js +124 -0
- package/models/components/achparticipant.js.map +1 -0
- package/models/components/achpaymentdetails.d.ts +40 -0
- package/models/components/achpaymentdetails.d.ts.map +1 -0
- package/models/components/achpaymentdetails.js +71 -0
- package/models/components/achpaymentdetails.js.map +1 -0
- package/models/components/achpaymentdetailserror.d.ts +31 -0
- package/models/components/achpaymentdetailserror.d.ts.map +1 -0
- package/models/components/achpaymentdetailserror.js +71 -0
- package/models/components/achpaymentdetailserror.js.map +1 -0
- package/models/components/achpaymentsettings.d.ts +32 -0
- package/models/components/achpaymentsettings.d.ts.map +1 -0
- package/models/components/achpaymentsettings.js +69 -0
- package/models/components/achpaymentsettings.js.map +1 -0
- package/models/components/achpaymentsettingsupdate.d.ts +32 -0
- package/models/components/achpaymentsettingsupdate.d.ts.map +1 -0
- package/models/components/achpaymentsettingsupdate.js +69 -0
- package/models/components/achpaymentsettingsupdate.js.map +1 -0
- package/models/components/achreturncode.d.ts +134 -0
- package/models/components/achreturncode.d.ts.map +1 -0
- package/models/components/achreturncode.js +104 -0
- package/models/components/achreturncode.js.map +1 -0
- package/models/components/achtransactiondetails.d.ts +75 -0
- package/models/components/achtransactiondetails.d.ts.map +1 -0
- package/models/components/achtransactiondetails.js +101 -0
- package/models/components/achtransactiondetails.js.map +1 -0
- package/models/components/achtransactionstatus.d.ts +43 -0
- package/models/components/achtransactionstatus.d.ts.map +1 -0
- package/models/components/achtransactionstatus.js +66 -0
- package/models/components/achtransactionstatus.js.map +1 -0
- package/models/components/addcapabilities.d.ts +30 -0
- package/models/components/addcapabilities.d.ts.map +1 -0
- package/models/components/addcapabilities.js +70 -0
- package/models/components/addcapabilities.js.map +1 -0
- package/models/components/address.d.ts +39 -0
- package/models/components/address.d.ts.map +1 -0
- package/models/components/address.js +79 -0
- package/models/components/address.js.map +1 -0
- package/models/components/addresserror.d.ts +39 -0
- package/models/components/addresserror.d.ts.map +1 -0
- package/models/components/addresserror.js +79 -0
- package/models/components/addresserror.js.map +1 -0
- package/models/components/addressupdate.d.ts +39 -0
- package/models/components/addressupdate.d.ts.map +1 -0
- package/models/components/addressupdate.js +79 -0
- package/models/components/addressupdate.js.map +1 -0
- package/models/components/adjustment.d.ts +39 -0
- package/models/components/adjustment.d.ts.map +1 -0
- package/models/components/adjustment.js +76 -0
- package/models/components/adjustment.js.map +1 -0
- package/models/components/amount.d.ts +41 -0
- package/models/components/amount.d.ts.map +1 -0
- package/models/components/amount.js +72 -0
- package/models/components/amount.js.map +1 -0
- package/models/components/amountdecimal.d.ts +41 -0
- package/models/components/amountdecimal.d.ts.map +1 -0
- package/models/components/amountdecimal.js +71 -0
- package/models/components/amountdecimal.js.map +1 -0
- package/models/components/amountupdate.d.ts +41 -0
- package/models/components/amountupdate.d.ts.map +1 -0
- package/models/components/amountupdate.js +71 -0
- package/models/components/amountupdate.js.map +1 -0
- package/models/components/amountvalidationerror.d.ts +31 -0
- package/models/components/amountvalidationerror.d.ts.map +1 -0
- package/models/components/amountvalidationerror.js +71 -0
- package/models/components/amountvalidationerror.js.map +1 -0
- package/models/components/applebillingcontact.d.ts +60 -0
- package/models/components/applebillingcontact.d.ts.map +1 -0
- package/models/components/applebillingcontact.js +77 -0
- package/models/components/applebillingcontact.js.map +1 -0
- package/models/components/applepayheader.d.ts +50 -0
- package/models/components/applepayheader.d.ts.map +1 -0
- package/models/components/applepayheader.js +73 -0
- package/models/components/applepayheader.js.map +1 -0
- package/models/components/applepaymerchantdomains.d.ts +43 -0
- package/models/components/applepaymerchantdomains.d.ts.map +1 -0
- package/models/components/applepaymerchantdomains.js +77 -0
- package/models/components/applepaymerchantdomains.js.map +1 -0
- package/models/components/applepaypaymentmethod.d.ts +59 -0
- package/models/components/applepaypaymentmethod.d.ts.map +1 -0
- package/models/components/applepaypaymentmethod.js +91 -0
- package/models/components/applepaypaymentmethod.js.map +1 -0
- package/models/components/applepayresponse.d.ts +77 -0
- package/models/components/applepayresponse.d.ts.map +1 -0
- package/models/components/applepayresponse.js +84 -0
- package/models/components/applepayresponse.js.map +1 -0
- package/models/components/applicationscope.d.ts +124 -0
- package/models/components/applicationscope.d.ts.map +1 -0
- package/models/components/applicationscope.js +93 -0
- package/models/components/applicationscope.js.map +1 -0
- package/models/components/asynccreatedrefund.d.ts +37 -0
- package/models/components/asynccreatedrefund.d.ts.map +1 -0
- package/models/components/asynccreatedrefund.js +74 -0
- package/models/components/asynccreatedrefund.js.map +1 -0
- package/models/components/asynctransfer.d.ts +31 -0
- package/models/components/asynctransfer.d.ts.map +1 -0
- package/models/components/asynctransfer.js +71 -0
- package/models/components/asynctransfer.js.map +1 -0
- package/models/components/authorizeduser.d.ts +34 -0
- package/models/components/authorizeduser.d.ts.map +1 -0
- package/models/components/authorizeduser.js +71 -0
- package/models/components/authorizeduser.js.map +1 -0
- package/models/components/authtoken.d.ts +58 -0
- package/models/components/authtoken.d.ts.map +1 -0
- package/models/components/authtoken.js +93 -0
- package/models/components/authtoken.js.map +1 -0
- package/models/components/authtokenrequest.d.ts +58 -0
- package/models/components/authtokenrequest.d.ts.map +1 -0
- package/models/components/authtokenrequest.js +93 -0
- package/models/components/authtokenrequest.js.map +1 -0
- package/models/components/bankaccount.d.ts +89 -0
- package/models/components/bankaccount.d.ts.map +1 -0
- package/models/components/bankaccount.js +99 -0
- package/models/components/bankaccount.js.map +1 -0
- package/models/components/bankaccountexception.d.ts +80 -0
- package/models/components/bankaccountexception.d.ts.map +1 -0
- package/models/components/bankaccountexception.js +75 -0
- package/models/components/bankaccountexception.js.map +1 -0
- package/models/components/bankaccountholdertype.d.ts +34 -0
- package/models/components/bankaccountholdertype.d.ts.map +1 -0
- package/models/components/bankaccountholdertype.js +63 -0
- package/models/components/bankaccountholdertype.js.map +1 -0
- package/models/components/bankaccountintegration.d.ts +45 -0
- package/models/components/bankaccountintegration.d.ts.map +1 -0
- package/models/components/bankaccountintegration.js +79 -0
- package/models/components/bankaccountintegration.js.map +1 -0
- package/models/components/bankaccountpayload.d.ts +33 -0
- package/models/components/bankaccountpayload.d.ts.map +1 -0
- package/models/components/bankaccountpayload.js +70 -0
- package/models/components/bankaccountpayload.js.map +1 -0
- package/models/components/bankaccountstatus.d.ts +37 -0
- package/models/components/bankaccountstatus.d.ts.map +1 -0
- package/models/components/bankaccountstatus.js +63 -0
- package/models/components/bankaccountstatus.js.map +1 -0
- package/models/components/bankaccountstatusreason.d.ts +70 -0
- package/models/components/bankaccountstatusreason.d.ts.map +1 -0
- package/models/components/bankaccountstatusreason.js +75 -0
- package/models/components/bankaccountstatusreason.js.map +1 -0
- package/models/components/bankaccounttype.d.ts +40 -0
- package/models/components/bankaccounttype.d.ts.map +1 -0
- package/models/components/bankaccounttype.js +65 -0
- package/models/components/bankaccounttype.js.map +1 -0
- package/models/components/bankaccountverification.d.ts +39 -0
- package/models/components/bankaccountverification.d.ts.map +1 -0
- package/models/components/bankaccountverification.js +76 -0
- package/models/components/bankaccountverification.js.map +1 -0
- package/models/components/bankaccountverificationcreated.d.ts +33 -0
- package/models/components/bankaccountverificationcreated.d.ts.map +1 -0
- package/models/components/bankaccountverificationcreated.js +73 -0
- package/models/components/bankaccountverificationcreated.js.map +1 -0
- package/models/components/bankaccountverificationmethod.d.ts +28 -0
- package/models/components/bankaccountverificationmethod.d.ts.map +1 -0
- package/models/components/bankaccountverificationmethod.js +60 -0
- package/models/components/bankaccountverificationmethod.js.map +1 -0
- package/models/components/bankaccountverificationstatus.d.ts +40 -0
- package/models/components/bankaccountverificationstatus.d.ts.map +1 -0
- package/models/components/bankaccountverificationstatus.js +64 -0
- package/models/components/bankaccountverificationstatus.js.map +1 -0
- package/models/components/bankaccountwaitfor.d.ts +28 -0
- package/models/components/bankaccountwaitfor.d.ts.map +1 -0
- package/models/components/bankaccountwaitfor.js +60 -0
- package/models/components/bankaccountwaitfor.js.map +1 -0
- package/models/components/basicpaymentmethod.d.ts +38 -0
- package/models/components/basicpaymentmethod.d.ts.map +1 -0
- package/models/components/basicpaymentmethod.js +72 -0
- package/models/components/basicpaymentmethod.js.map +1 -0
- package/models/components/billablefee.d.ts +63 -0
- package/models/components/billablefee.d.ts.map +1 -0
- package/models/components/billablefee.js +84 -0
- package/models/components/billablefee.js.map +1 -0
- package/models/components/birthdate.d.ts +33 -0
- package/models/components/birthdate.d.ts.map +1 -0
- package/models/components/birthdate.js +73 -0
- package/models/components/birthdate.js.map +1 -0
- package/models/components/birthdateerror.d.ts +33 -0
- package/models/components/birthdateerror.d.ts.map +1 -0
- package/models/components/birthdateerror.js +73 -0
- package/models/components/birthdateerror.js.map +1 -0
- package/models/components/birthdateupdate.d.ts +33 -0
- package/models/components/birthdateupdate.d.ts.map +1 -0
- package/models/components/birthdateupdate.js +73 -0
- package/models/components/birthdateupdate.js.map +1 -0
- package/models/components/birthdatevalidationerror.d.ts +33 -0
- package/models/components/birthdatevalidationerror.d.ts.map +1 -0
- package/models/components/birthdatevalidationerror.js +73 -0
- package/models/components/birthdatevalidationerror.js.map +1 -0
- package/models/components/brand.d.ts +33 -0
- package/models/components/brand.d.ts.map +1 -0
- package/models/components/brand.js +71 -0
- package/models/components/brand.js.map +1 -0
- package/models/components/brandcolor.d.ts +32 -0
- package/models/components/brandcolor.d.ts.map +1 -0
- package/models/components/brandcolor.js +69 -0
- package/models/components/brandcolor.js.map +1 -0
- package/models/components/brandcolorvalidationerror.d.ts +29 -0
- package/models/components/brandcolorvalidationerror.d.ts.map +1 -0
- package/models/components/brandcolorvalidationerror.js +69 -0
- package/models/components/brandcolorvalidationerror.js.map +1 -0
- package/models/components/businessprofile.d.ts +77 -0
- package/models/components/businessprofile.d.ts.map +1 -0
- package/models/components/businessprofile.js +99 -0
- package/models/components/businessprofile.js.map +1 -0
- package/models/components/businesstype.d.ts +58 -0
- package/models/components/businesstype.d.ts.map +1 -0
- package/models/components/businesstype.js +71 -0
- package/models/components/businesstype.js.map +1 -0
- package/models/components/calltoaction.d.ts +56 -0
- package/models/components/calltoaction.d.ts.map +1 -0
- package/models/components/calltoaction.js +72 -0
- package/models/components/calltoaction.js.map +1 -0
- package/models/components/cancellation.d.ts +32 -0
- package/models/components/cancellation.d.ts.map +1 -0
- package/models/components/cancellation.js +72 -0
- package/models/components/cancellation.js.map +1 -0
- package/models/components/cancellationstatus.d.ts +28 -0
- package/models/components/cancellationstatus.d.ts.map +1 -0
- package/models/components/cancellationstatus.js +60 -0
- package/models/components/cancellationstatus.js.map +1 -0
- package/models/components/capabilitieserror.d.ts +33 -0
- package/models/components/capabilitieserror.d.ts.map +1 -0
- package/models/components/capabilitieserror.js +69 -0
- package/models/components/capabilitieserror.js.map +1 -0
- package/models/components/capability.d.ts +52 -0
- package/models/components/capability.d.ts.map +1 -0
- package/models/components/capability.js +87 -0
- package/models/components/capability.js.map +1 -0
- package/models/components/capabilityid.d.ts +43 -0
- package/models/components/capabilityid.d.ts.map +1 -0
- package/models/components/capabilityid.js +66 -0
- package/models/components/capabilityid.js.map +1 -0
- package/models/components/capabilityrequirement.d.ts +36 -0
- package/models/components/capabilityrequirement.d.ts.map +1 -0
- package/models/components/capabilityrequirement.js +73 -0
- package/models/components/capabilityrequirement.js.map +1 -0
- package/models/components/capabilitystatus.d.ts +40 -0
- package/models/components/capabilitystatus.d.ts.map +1 -0
- package/models/components/capabilitystatus.js +65 -0
- package/models/components/capabilitystatus.js.map +1 -0
- package/models/components/card.d.ts +158 -0
- package/models/components/card.d.ts.map +1 -0
- package/models/components/card.js +123 -0
- package/models/components/card.js.map +1 -0
- package/models/components/cardaccountupdater.d.ts +38 -0
- package/models/components/cardaccountupdater.d.ts.map +1 -0
- package/models/components/cardaccountupdater.js +73 -0
- package/models/components/cardaccountupdater.js.map +1 -0
- package/models/components/cardacquiringdispute.d.ts +37 -0
- package/models/components/cardacquiringdispute.d.ts.map +1 -0
- package/models/components/cardacquiringdispute.js +74 -0
- package/models/components/cardacquiringdispute.js.map +1 -0
- package/models/components/cardacquiringrefund.d.ts +48 -0
- package/models/components/cardacquiringrefund.d.ts.map +1 -0
- package/models/components/cardacquiringrefund.js +82 -0
- package/models/components/cardacquiringrefund.js.map +1 -0
- package/models/components/cardacquringmodel.d.ts +34 -0
- package/models/components/cardacquringmodel.d.ts.map +1 -0
- package/models/components/cardacquringmodel.js +63 -0
- package/models/components/cardacquringmodel.js.map +1 -0
- package/models/components/cardaddress.d.ts +39 -0
- package/models/components/cardaddress.d.ts.map +1 -0
- package/models/components/cardaddress.js +79 -0
- package/models/components/cardaddress.js.map +1 -0
- package/models/components/cardaddresserror.d.ts +39 -0
- package/models/components/cardaddresserror.d.ts.map +1 -0
- package/models/components/cardaddresserror.js +79 -0
- package/models/components/cardaddresserror.js.map +1 -0
- package/models/components/cardbrand.d.ts +43 -0
- package/models/components/cardbrand.d.ts.map +1 -0
- package/models/components/cardbrand.js +67 -0
- package/models/components/cardbrand.js.map +1 -0
- package/models/components/cardexpiration.d.ts +34 -0
- package/models/components/cardexpiration.d.ts.map +1 -0
- package/models/components/cardexpiration.js +71 -0
- package/models/components/cardexpiration.js.map +1 -0
- package/models/components/cardexpirationerror.d.ts +31 -0
- package/models/components/cardexpirationerror.d.ts.map +1 -0
- package/models/components/cardexpirationerror.js +71 -0
- package/models/components/cardexpirationerror.js.map +1 -0
- package/models/components/cardissuingnetwork.d.ts +37 -0
- package/models/components/cardissuingnetwork.d.ts.map +1 -0
- package/models/components/cardissuingnetwork.js +64 -0
- package/models/components/cardissuingnetwork.js.map +1 -0
- package/models/components/cardpaymentdetails.d.ts +35 -0
- package/models/components/cardpaymentdetails.d.ts.map +1 -0
- package/models/components/cardpaymentdetails.js +69 -0
- package/models/components/cardpaymentdetails.js.map +1 -0
- package/models/components/cardpaymentdetailserror.d.ts +29 -0
- package/models/components/cardpaymentdetailserror.d.ts.map +1 -0
- package/models/components/cardpaymentdetailserror.js +69 -0
- package/models/components/cardpaymentdetailserror.js.map +1 -0
- package/models/components/cardpaymentpaymentmethod.d.ts +63 -0
- package/models/components/cardpaymentpaymentmethod.d.ts.map +1 -0
- package/models/components/cardpaymentpaymentmethod.js +93 -0
- package/models/components/cardpaymentpaymentmethod.js.map +1 -0
- package/models/components/cardpaymentsettings.d.ts +35 -0
- package/models/components/cardpaymentsettings.d.ts.map +1 -0
- package/models/components/cardpaymentsettings.js +69 -0
- package/models/components/cardpaymentsettings.js.map +1 -0
- package/models/components/cardtransactiondetails.d.ts +79 -0
- package/models/components/cardtransactiondetails.d.ts.map +1 -0
- package/models/components/cardtransactiondetails.js +100 -0
- package/models/components/cardtransactiondetails.js.map +1 -0
- package/models/components/cardtransactionfailurecode.d.ts +97 -0
- package/models/components/cardtransactionfailurecode.d.ts.map +1 -0
- package/models/components/cardtransactionfailurecode.js +83 -0
- package/models/components/cardtransactionfailurecode.js.map +1 -0
- package/models/components/cardtransactionstatus.d.ts +46 -0
- package/models/components/cardtransactionstatus.d.ts.map +1 -0
- package/models/components/cardtransactionstatus.js +67 -0
- package/models/components/cardtransactionstatus.js.map +1 -0
- package/models/components/cardtype.d.ts +40 -0
- package/models/components/cardtype.d.ts.map +1 -0
- package/models/components/cardtype.js +66 -0
- package/models/components/cardtype.js.map +1 -0
- package/models/components/cardupdatereason.d.ts +49 -0
- package/models/components/cardupdatereason.d.ts.map +1 -0
- package/models/components/cardupdatereason.js +68 -0
- package/models/components/cardupdatereason.js.map +1 -0
- package/models/components/cardverification.d.ts +43 -0
- package/models/components/cardverification.d.ts.map +1 -0
- package/models/components/cardverification.js +77 -0
- package/models/components/cardverification.js.map +1 -0
- package/models/components/cardverificationresult.d.ts +37 -0
- package/models/components/cardverificationresult.d.ts.map +1 -0
- package/models/components/cardverificationresult.js +63 -0
- package/models/components/cardverificationresult.js.map +1 -0
- package/models/components/cardvolumedistribution.d.ts +35 -0
- package/models/components/cardvolumedistribution.d.ts.map +1 -0
- package/models/components/cardvolumedistribution.js +75 -0
- package/models/components/cardvolumedistribution.js.map +1 -0
- package/models/components/cardvolumedistributionerror.d.ts +35 -0
- package/models/components/cardvolumedistributionerror.d.ts.map +1 -0
- package/models/components/cardvolumedistributionerror.js +75 -0
- package/models/components/cardvolumedistributionerror.js.map +1 -0
- package/models/components/collectionpaymentmethodtype.d.ts +37 -0
- package/models/components/collectionpaymentmethodtype.d.ts.map +1 -0
- package/models/components/collectionpaymentmethodtype.js +64 -0
- package/models/components/collectionpaymentmethodtype.js.map +1 -0
- package/models/components/colors.d.ts +32 -0
- package/models/components/colors.d.ts.map +1 -0
- package/models/components/colors.js +73 -0
- package/models/components/colors.js.map +1 -0
- package/models/components/colorsvalidationerror.d.ts +32 -0
- package/models/components/colorsvalidationerror.d.ts.map +1 -0
- package/models/components/colorsvalidationerror.js +72 -0
- package/models/components/colorsvalidationerror.js.map +1 -0
- package/models/components/completebankaccountverification.d.ts +32 -0
- package/models/components/completebankaccountverification.d.ts.map +1 -0
- package/models/components/completebankaccountverification.js +69 -0
- package/models/components/completebankaccountverification.js.map +1 -0
- package/models/components/completedmicrodeposits.d.ts +30 -0
- package/models/components/completedmicrodeposits.d.ts.map +1 -0
- package/models/components/completedmicrodeposits.js +70 -0
- package/models/components/completedmicrodeposits.js.map +1 -0
- package/models/components/completemicrodeposits.d.ts +35 -0
- package/models/components/completemicrodeposits.d.ts.map +1 -0
- package/models/components/completemicrodeposits.js +69 -0
- package/models/components/completemicrodeposits.js.map +1 -0
- package/models/components/countrieserrors.d.ts +33 -0
- package/models/components/countrieserrors.d.ts.map +1 -0
- package/models/components/countrieserrors.js +69 -0
- package/models/components/countrieserrors.js.map +1 -0
- package/models/components/createaccount.d.ts +93 -0
- package/models/components/createaccount.d.ts.map +1 -0
- package/models/components/createaccount.js +125 -0
- package/models/components/createaccount.js.map +1 -0
- package/models/components/createaccounterror.d.ts +51 -0
- package/models/components/createaccounterror.d.ts.map +1 -0
- package/models/components/createaccounterror.js +87 -0
- package/models/components/createaccounterror.js.map +1 -0
- package/models/components/createaccountsettings.d.ts +81 -0
- package/models/components/createaccountsettings.d.ts.map +1 -0
- package/models/components/createaccountsettings.js +125 -0
- package/models/components/createaccountsettings.js.map +1 -0
- package/models/components/createaccountupdate.d.ts +93 -0
- package/models/components/createaccountupdate.d.ts.map +1 -0
- package/models/components/createaccountupdate.js +125 -0
- package/models/components/createaccountupdate.js.map +1 -0
- package/models/components/createapplepaysession.d.ts +37 -0
- package/models/components/createapplepaysession.d.ts.map +1 -0
- package/models/components/createapplepaysession.js +71 -0
- package/models/components/createapplepaysession.js.map +1 -0
- package/models/components/createauthorizeduser.d.ts +37 -0
- package/models/components/createauthorizeduser.d.ts.map +1 -0
- package/models/components/createauthorizeduser.js +74 -0
- package/models/components/createauthorizeduser.js.map +1 -0
- package/models/components/createauthorizedusererror.d.ts +34 -0
- package/models/components/createauthorizedusererror.d.ts.map +1 -0
- package/models/components/createauthorizedusererror.js +74 -0
- package/models/components/createauthorizedusererror.js.map +1 -0
- package/models/components/createauthorizeduserupdate.d.ts +37 -0
- package/models/components/createauthorizeduserupdate.d.ts.map +1 -0
- package/models/components/createauthorizeduserupdate.js +74 -0
- package/models/components/createauthorizeduserupdate.js.map +1 -0
- package/models/components/createbusinesserror.d.ts +130 -0
- package/models/components/createbusinesserror.d.ts.map +1 -0
- package/models/components/createbusinesserror.js +178 -0
- package/models/components/createbusinesserror.js.map +1 -0
- package/models/components/createbusinessprofile.d.ts +70 -0
- package/models/components/createbusinessprofile.d.ts.map +1 -0
- package/models/components/createbusinessprofile.js +95 -0
- package/models/components/createbusinessprofile.js.map +1 -0
- package/models/components/createbusinessprofileupdate.d.ts +70 -0
- package/models/components/createbusinessprofileupdate.d.ts.map +1 -0
- package/models/components/createbusinessprofileupdate.js +95 -0
- package/models/components/createbusinessprofileupdate.js.map +1 -0
- package/models/components/createevidencefilemultipart.d.ts +69 -0
- package/models/components/createevidencefilemultipart.d.ts.map +1 -0
- package/models/components/createevidencefilemultipart.js +113 -0
- package/models/components/createevidencefilemultipart.js.map +1 -0
- package/models/components/createevidencetext.d.ts +35 -0
- package/models/components/createevidencetext.d.ts.map +1 -0
- package/models/components/createevidencetext.js +72 -0
- package/models/components/createevidencetext.js.map +1 -0
- package/models/components/createfeeplanagreement.d.ts +29 -0
- package/models/components/createfeeplanagreement.d.ts.map +1 -0
- package/models/components/createfeeplanagreement.js +69 -0
- package/models/components/createfeeplanagreement.js.map +1 -0
- package/models/components/createindividualerror.d.ts +124 -0
- package/models/components/createindividualerror.d.ts.map +1 -0
- package/models/components/createindividualerror.js +172 -0
- package/models/components/createindividualerror.js.map +1 -0
- package/models/components/createindividualprofile.d.ts +44 -0
- package/models/components/createindividualprofile.d.ts.map +1 -0
- package/models/components/createindividualprofile.js +84 -0
- package/models/components/createindividualprofile.js.map +1 -0
- package/models/components/createindividualprofileupdate.d.ts +44 -0
- package/models/components/createindividualprofileupdate.d.ts.map +1 -0
- package/models/components/createindividualprofileupdate.js +84 -0
- package/models/components/createindividualprofileupdate.js.map +1 -0
- package/models/components/createpaymentlink.d.ts +83 -0
- package/models/components/createpaymentlink.d.ts.map +1 -0
- package/models/components/createpaymentlink.js +91 -0
- package/models/components/createpaymentlink.js.map +1 -0
- package/models/components/createprofile.d.ts +33 -0
- package/models/components/createprofile.d.ts.map +1 -0
- package/models/components/createprofile.js +73 -0
- package/models/components/createprofile.js.map +1 -0
- package/models/components/createprofileerror.d.ts +33 -0
- package/models/components/createprofileerror.d.ts.map +1 -0
- package/models/components/createprofileerror.js +73 -0
- package/models/components/createprofileerror.js.map +1 -0
- package/models/components/createprofileupdate.d.ts +33 -0
- package/models/components/createprofileupdate.d.ts.map +1 -0
- package/models/components/createprofileupdate.js +73 -0
- package/models/components/createprofileupdate.js.map +1 -0
- package/models/components/createrefund.d.ts +39 -0
- package/models/components/createrefund.d.ts.map +1 -0
- package/models/components/createrefund.js +69 -0
- package/models/components/createrefund.js.map +1 -0
- package/models/components/createrefundresponse.d.ts +27 -0
- package/models/components/createrefundresponse.d.ts.map +1 -0
- package/models/components/createrefundresponse.js +73 -0
- package/models/components/createrefundresponse.js.map +1 -0
- package/models/components/createrepresentative.d.ts +53 -0
- package/models/components/createrepresentative.d.ts.map +1 -0
- package/models/components/createrepresentative.js +87 -0
- package/models/components/createrepresentative.js.map +1 -0
- package/models/components/createreversal.d.ts +32 -0
- package/models/components/createreversal.d.ts.map +1 -0
- package/models/components/createreversal.js +69 -0
- package/models/components/createreversal.js.map +1 -0
- package/models/components/createsweepconfig.d.ts +49 -0
- package/models/components/createsweepconfig.d.ts.map +1 -0
- package/models/components/createsweepconfig.js +80 -0
- package/models/components/createsweepconfig.js.map +1 -0
- package/models/components/createtransfer.d.ts +62 -0
- package/models/components/createtransfer.d.ts.map +1 -0
- package/models/components/createtransfer.js +83 -0
- package/models/components/createtransfer.js.map +1 -0
- package/models/components/createtransferdestination.d.ts +38 -0
- package/models/components/createtransferdestination.d.ts.map +1 -0
- package/models/components/createtransferdestination.js +75 -0
- package/models/components/createtransferdestination.js.map +1 -0
- package/models/components/createtransferdestinationach.d.ts +37 -0
- package/models/components/createtransferdestinationach.d.ts.map +1 -0
- package/models/components/createtransferdestinationach.js +71 -0
- package/models/components/createtransferdestinationach.js.map +1 -0
- package/models/components/createtransferdestinationcard.d.ts +32 -0
- package/models/components/createtransferdestinationcard.d.ts.map +1 -0
- package/models/components/createtransferdestinationcard.js +69 -0
- package/models/components/createtransferdestinationcard.js.map +1 -0
- package/models/components/createtransfersource.d.ts +46 -0
- package/models/components/createtransfersource.d.ts.map +1 -0
- package/models/components/createtransfersource.js +77 -0
- package/models/components/createtransfersource.js.map +1 -0
- package/models/components/createtransfersourceach.d.ts +49 -0
- package/models/components/createtransfersourceach.d.ts.map +1 -0
- package/models/components/createtransfersourceach.js +77 -0
- package/models/components/createtransfersourceach.js.map +1 -0
- package/models/components/createtransfersourcecard.d.ts +43 -0
- package/models/components/createtransfersourcecard.d.ts.map +1 -0
- package/models/components/createtransfersourcecard.js +72 -0
- package/models/components/createtransfersourcecard.js.map +1 -0
- package/models/components/customersupport.d.ts +43 -0
- package/models/components/customersupport.d.ts.map +1 -0
- package/models/components/customersupport.js +77 -0
- package/models/components/customersupport.js.map +1 -0
- package/models/components/customersupporterror.d.ts +37 -0
- package/models/components/customersupporterror.d.ts.map +1 -0
- package/models/components/customersupporterror.js +77 -0
- package/models/components/customersupporterror.js.map +1 -0
- package/models/components/customersupportupdate.d.ts +43 -0
- package/models/components/customersupportupdate.d.ts.map +1 -0
- package/models/components/customersupportupdate.js +77 -0
- package/models/components/customersupportupdate.js.map +1 -0
- package/models/components/debitholdperiod.d.ts +37 -0
- package/models/components/debitholdperiod.d.ts.map +1 -0
- package/models/components/debitholdperiod.js +64 -0
- package/models/components/debitholdperiod.js.map +1 -0
- package/models/components/disbursementpaymentmethodtype.d.ts +40 -0
- package/models/components/disbursementpaymentmethodtype.d.ts.map +1 -0
- package/models/components/disbursementpaymentmethodtype.js +65 -0
- package/models/components/disbursementpaymentmethodtype.js.map +1 -0
- package/models/components/displayoptionserror.d.ts +33 -0
- package/models/components/displayoptionserror.d.ts.map +1 -0
- package/models/components/displayoptionserror.js +73 -0
- package/models/components/displayoptionserror.js.map +1 -0
- package/models/components/dispute.d.ts +74 -0
- package/models/components/dispute.d.ts.map +1 -0
- package/models/components/dispute.js +91 -0
- package/models/components/dispute.js.map +1 -0
- package/models/components/disputeevidencemetadata.d.ts +49 -0
- package/models/components/disputeevidencemetadata.d.ts.map +1 -0
- package/models/components/disputeevidencemetadata.js +86 -0
- package/models/components/disputeevidencemetadata.js.map +1 -0
- package/models/components/disputephase.d.ts +40 -0
- package/models/components/disputephase.d.ts.map +1 -0
- package/models/components/disputephase.js +65 -0
- package/models/components/disputephase.js.map +1 -0
- package/models/components/disputestatus.d.ts +60 -0
- package/models/components/disputestatus.d.ts.map +1 -0
- package/models/components/disputestatus.js +73 -0
- package/models/components/disputestatus.js.map +1 -0
- package/models/components/disputetransferdetails.d.ts +32 -0
- package/models/components/disputetransferdetails.d.ts.map +1 -0
- package/models/components/disputetransferdetails.js +69 -0
- package/models/components/disputetransferdetails.js.map +1 -0
- package/models/components/document.d.ts +47 -0
- package/models/components/document.d.ts.map +1 -0
- package/models/components/document.js +78 -0
- package/models/components/document.js.map +1 -0
- package/models/components/documenttype.d.ts +40 -0
- package/models/components/documenttype.d.ts.map +1 -0
- package/models/components/documenttype.js +65 -0
- package/models/components/documenttype.js.map +1 -0
- package/models/components/domesticpullfromcard.d.ts +37 -0
- package/models/components/domesticpullfromcard.d.ts.map +1 -0
- package/models/components/domesticpullfromcard.js +64 -0
- package/models/components/domesticpullfromcard.js.map +1 -0
- package/models/components/domesticpushtocard.d.ts +40 -0
- package/models/components/domesticpushtocard.d.ts.map +1 -0
- package/models/components/domesticpushtocard.js +65 -0
- package/models/components/domesticpushtocard.js.map +1 -0
- package/models/components/e2eetoken.d.ts +39 -0
- package/models/components/e2eetoken.d.ts.map +1 -0
- package/models/components/e2eetoken.js +69 -0
- package/models/components/e2eetoken.js.map +1 -0
- package/models/components/e2eetokenupdate.d.ts +39 -0
- package/models/components/e2eetokenupdate.d.ts.map +1 -0
- package/models/components/e2eetokenupdate.js +69 -0
- package/models/components/e2eetokenupdate.js.map +1 -0
- package/models/components/end2endencryptionerror.d.ts +29 -0
- package/models/components/end2endencryptionerror.d.ts.map +1 -0
- package/models/components/end2endencryptionerror.js +69 -0
- package/models/components/end2endencryptionerror.js.map +1 -0
- package/models/components/enrichedaddressresponse.d.ts +42 -0
- package/models/components/enrichedaddressresponse.d.ts.map +1 -0
- package/models/components/enrichedaddressresponse.js +79 -0
- package/models/components/enrichedaddressresponse.js.map +1 -0
- package/models/components/enrichedbusinessprofile.d.ts +42 -0
- package/models/components/enrichedbusinessprofile.d.ts.map +1 -0
- package/models/components/enrichedbusinessprofile.js +82 -0
- package/models/components/enrichedbusinessprofile.js.map +1 -0
- package/models/components/enrichedindustry.d.ts +47 -0
- package/models/components/enrichedindustry.d.ts.map +1 -0
- package/models/components/enrichedindustry.js +75 -0
- package/models/components/enrichedindustry.js.map +1 -0
- package/models/components/enrichedindustrycodes.d.ts +31 -0
- package/models/components/enrichedindustrycodes.d.ts.map +1 -0
- package/models/components/enrichedindustrycodes.js +71 -0
- package/models/components/enrichedindustrycodes.js.map +1 -0
- package/models/components/evidencetext.d.ts +38 -0
- package/models/components/evidencetext.d.ts.map +1 -0
- package/models/components/evidencetext.js +78 -0
- package/models/components/evidencetext.js.map +1 -0
- package/models/components/evidencetype.d.ts +46 -0
- package/models/components/evidencetype.d.ts.map +1 -0
- package/models/components/evidencetype.js +66 -0
- package/models/components/evidencetype.js.map +1 -0
- package/models/components/facilitatorfee.d.ts +57 -0
- package/models/components/facilitatorfee.d.ts.map +1 -0
- package/models/components/facilitatorfee.js +75 -0
- package/models/components/facilitatorfee.js.map +1 -0
- package/models/components/feecategory.d.ts +46 -0
- package/models/components/feecategory.d.ts.map +1 -0
- package/models/components/feecategory.js +67 -0
- package/models/components/feecategory.js.map +1 -0
- package/models/components/feemodel.d.ts +34 -0
- package/models/components/feemodel.d.ts.map +1 -0
- package/models/components/feemodel.js +64 -0
- package/models/components/feemodel.js.map +1 -0
- package/models/components/feeplan.d.ts +53 -0
- package/models/components/feeplan.d.ts.map +1 -0
- package/models/components/feeplan.js +81 -0
- package/models/components/feeplan.js.map +1 -0
- package/models/components/feeplanagreement.d.ts +47 -0
- package/models/components/feeplanagreement.d.ts.map +1 -0
- package/models/components/feeplanagreement.js +84 -0
- package/models/components/feeplanagreement.js.map +1 -0
- package/models/components/feeplanagreementstatus.d.ts +28 -0
- package/models/components/feeplanagreementstatus.d.ts.map +1 -0
- package/models/components/feeplanagreementstatus.js +60 -0
- package/models/components/feeplanagreementstatus.js.map +1 -0
- package/models/components/feeproperties.d.ts +174 -0
- package/models/components/feeproperties.d.ts.map +1 -0
- package/models/components/feeproperties.js +166 -0
- package/models/components/feeproperties.js.map +1 -0
- package/models/components/filedetails.d.ts +58 -0
- package/models/components/filedetails.d.ts.map +1 -0
- package/models/components/filedetails.js +89 -0
- package/models/components/filedetails.js.map +1 -0
- package/models/components/filepurpose.d.ts +46 -0
- package/models/components/filepurpose.d.ts.map +1 -0
- package/models/components/filepurpose.js +68 -0
- package/models/components/filepurpose.js.map +1 -0
- package/models/components/filestatus.d.ts +37 -0
- package/models/components/filestatus.d.ts.map +1 -0
- package/models/components/filestatus.js +65 -0
- package/models/components/filestatus.js.map +1 -0
- package/models/components/fileuploadrequestmultipart.d.ts +77 -0
- package/models/components/fileuploadrequestmultipart.d.ts.map +1 -0
- package/models/components/fileuploadrequestmultipart.js +114 -0
- package/models/components/fileuploadrequestmultipart.js.map +1 -0
- package/models/components/financialinstitutions.d.ts +30 -0
- package/models/components/financialinstitutions.d.ts.map +1 -0
- package/models/components/financialinstitutions.js +70 -0
- package/models/components/financialinstitutions.js.map +1 -0
- package/models/components/fulfillmentdetails.d.ts +36 -0
- package/models/components/fulfillmentdetails.d.ts.map +1 -0
- package/models/components/fulfillmentdetails.js +76 -0
- package/models/components/fulfillmentdetails.js.map +1 -0
- package/models/components/fulfillmentdetailserror.d.ts +31 -0
- package/models/components/fulfillmentdetailserror.d.ts.map +1 -0
- package/models/components/fulfillmentdetailserror.js +71 -0
- package/models/components/fulfillmentdetailserror.js.map +1 -0
- package/models/components/fullissuedcard.d.ts +96 -0
- package/models/components/fullissuedcard.d.ts.map +1 -0
- package/models/components/fullissuedcard.js +99 -0
- package/models/components/fullissuedcard.js.map +1 -0
- package/models/components/governmentid.d.ts +85 -0
- package/models/components/governmentid.d.ts.map +1 -0
- package/models/components/governmentid.js +132 -0
- package/models/components/governmentid.js.map +1 -0
- package/models/components/governmentiderror.d.ts +85 -0
- package/models/components/governmentiderror.d.ts.map +1 -0
- package/models/components/governmentiderror.js +129 -0
- package/models/components/governmentiderror.js.map +1 -0
- package/models/components/granttype.d.ts +44 -0
- package/models/components/granttype.d.ts.map +1 -0
- package/models/components/granttype.js +69 -0
- package/models/components/granttype.js.map +1 -0
- package/models/components/index.d.ts +333 -0
- package/models/components/index.d.ts.map +1 -0
- package/models/components/index.js +352 -0
- package/models/components/index.js.map +1 -0
- package/models/components/individualname.d.ts +47 -0
- package/models/components/individualname.d.ts.map +1 -0
- package/models/components/individualname.js +75 -0
- package/models/components/individualname.js.map +1 -0
- package/models/components/individualnameerror.d.ts +35 -0
- package/models/components/individualnameerror.d.ts.map +1 -0
- package/models/components/individualnameerror.js +75 -0
- package/models/components/individualnameerror.js.map +1 -0
- package/models/components/individualnameupdate.d.ts +47 -0
- package/models/components/individualnameupdate.d.ts.map +1 -0
- package/models/components/individualnameupdate.js +75 -0
- package/models/components/individualnameupdate.js.map +1 -0
- package/models/components/individualprofile.d.ts +51 -0
- package/models/components/individualprofile.d.ts.map +1 -0
- package/models/components/individualprofile.js +82 -0
- package/models/components/individualprofile.js.map +1 -0
- package/models/components/industrycodes.d.ts +33 -0
- package/models/components/industrycodes.d.ts.map +1 -0
- package/models/components/industrycodes.js +73 -0
- package/models/components/industrycodes.js.map +1 -0
- package/models/components/industrycodesupdate.d.ts +33 -0
- package/models/components/industrycodesupdate.d.ts.map +1 -0
- package/models/components/industrycodesupdate.js +73 -0
- package/models/components/industrycodesupdate.js.map +1 -0
- package/models/components/issuedcard.d.ts +83 -0
- package/models/components/issuedcard.d.ts.map +1 -0
- package/models/components/issuedcard.js +95 -0
- package/models/components/issuedcard.js.map +1 -0
- package/models/components/issuedcardauthorization.d.ts +60 -0
- package/models/components/issuedcardauthorization.d.ts.map +1 -0
- package/models/components/issuedcardauthorization.js +88 -0
- package/models/components/issuedcardauthorization.js.map +1 -0
- package/models/components/issuedcardauthorizationevent.d.ts +51 -0
- package/models/components/issuedcardauthorizationevent.d.ts.map +1 -0
- package/models/components/issuedcardauthorizationevent.js +79 -0
- package/models/components/issuedcardauthorizationevent.js.map +1 -0
- package/models/components/issuedcardauthorizationeventresult.d.ts +37 -0
- package/models/components/issuedcardauthorizationeventresult.d.ts.map +1 -0
- package/models/components/issuedcardauthorizationeventresult.js +64 -0
- package/models/components/issuedcardauthorizationeventresult.js.map +1 -0
- package/models/components/issuedcardeventtype.d.ts +46 -0
- package/models/components/issuedcardeventtype.d.ts.map +1 -0
- package/models/components/issuedcardeventtype.js +67 -0
- package/models/components/issuedcardeventtype.js.map +1 -0
- package/models/components/issuedcardformfactor.d.ts +31 -0
- package/models/components/issuedcardformfactor.d.ts.map +1 -0
- package/models/components/issuedcardformfactor.js +62 -0
- package/models/components/issuedcardformfactor.js.map +1 -0
- package/models/components/issuedcardstate.d.ts +54 -0
- package/models/components/issuedcardstate.d.ts.map +1 -0
- package/models/components/issuedcardstate.js +72 -0
- package/models/components/issuedcardstate.js.map +1 -0
- package/models/components/issuedcardtransaction.d.ts +47 -0
- package/models/components/issuedcardtransaction.d.ts.map +1 -0
- package/models/components/issuedcardtransaction.js +84 -0
- package/models/components/issuedcardtransaction.js.map +1 -0
- package/models/components/issuingauthorizationstatus.d.ts +43 -0
- package/models/components/issuingauthorizationstatus.d.ts.map +1 -0
- package/models/components/issuingauthorizationstatus.js +66 -0
- package/models/components/issuingauthorizationstatus.js.map +1 -0
- package/models/components/issuingcontrols.d.ts +38 -0
- package/models/components/issuingcontrols.d.ts.map +1 -0
- package/models/components/issuingcontrols.js +72 -0
- package/models/components/issuingcontrols.js.map +1 -0
- package/models/components/issuingcontrolserror.d.ts +34 -0
- package/models/components/issuingcontrolserror.d.ts.map +1 -0
- package/models/components/issuingcontrolserror.js +70 -0
- package/models/components/issuingcontrolserror.js.map +1 -0
- package/models/components/issuingintervallimit.d.ts +31 -0
- package/models/components/issuingintervallimit.d.ts.map +1 -0
- package/models/components/issuingintervallimit.js +62 -0
- package/models/components/issuingintervallimit.js.map +1 -0
- package/models/components/issuingmerchantdata.d.ts +62 -0
- package/models/components/issuingmerchantdata.d.ts.map +1 -0
- package/models/components/issuingmerchantdata.js +81 -0
- package/models/components/issuingmerchantdata.js.map +1 -0
- package/models/components/issuingvelocitylimit.d.ts +38 -0
- package/models/components/issuingvelocitylimit.d.ts.map +1 -0
- package/models/components/issuingvelocitylimit.js +72 -0
- package/models/components/issuingvelocitylimit.js.map +1 -0
- package/models/components/issuingvelocitylimiterror.d.ts +31 -0
- package/models/components/issuingvelocitylimiterror.d.ts.map +1 -0
- package/models/components/issuingvelocitylimiterror.js +71 -0
- package/models/components/issuingvelocitylimiterror.js.map +1 -0
- package/models/components/jsonwebkey.d.ts +132 -0
- package/models/components/jsonwebkey.d.ts.map +1 -0
- package/models/components/jsonwebkey.js +118 -0
- package/models/components/jsonwebkey.js.map +1 -0
- package/models/components/linkapplepay.d.ts +57 -0
- package/models/components/linkapplepay.d.ts.map +1 -0
- package/models/components/linkapplepay.js +73 -0
- package/models/components/linkapplepay.js.map +1 -0
- package/models/components/linkapplepaymentdata.d.ts +61 -0
- package/models/components/linkapplepaymentdata.d.ts.map +1 -0
- package/models/components/linkapplepaymentdata.js +76 -0
- package/models/components/linkapplepaymentdata.js.map +1 -0
- package/models/components/linkapplepaymentmethod.d.ts +50 -0
- package/models/components/linkapplepaymentmethod.d.ts.map +1 -0
- package/models/components/linkapplepaymentmethod.js +73 -0
- package/models/components/linkapplepaymentmethod.js.map +1 -0
- package/models/components/linkapplepaytoken.d.ts +62 -0
- package/models/components/linkapplepaytoken.d.ts.map +1 -0
- package/models/components/linkapplepaytoken.js +75 -0
- package/models/components/linkapplepaytoken.js.map +1 -0
- package/models/components/linkbankaccount.d.ts +29 -0
- package/models/components/linkbankaccount.d.ts.map +1 -0
- package/models/components/linkbankaccount.js +79 -0
- package/models/components/linkbankaccount.js.map +1 -0
- package/models/components/linkcard.d.ts +58 -0
- package/models/components/linkcard.d.ts.map +1 -0
- package/models/components/linkcard.js +88 -0
- package/models/components/linkcard.js.map +1 -0
- package/models/components/linkcardwaitfor.d.ts +25 -0
- package/models/components/linkcardwaitfor.d.ts.map +1 -0
- package/models/components/linkcardwaitfor.js +59 -0
- package/models/components/linkcardwaitfor.js.map +1 -0
- package/models/components/linkedapplepaypaymentmethod.d.ts +44 -0
- package/models/components/linkedapplepaypaymentmethod.d.ts.map +1 -0
- package/models/components/linkedapplepaypaymentmethod.js +75 -0
- package/models/components/linkedapplepaypaymentmethod.js.map +1 -0
- package/models/components/manualtermsofservice.d.ts +47 -0
- package/models/components/manualtermsofservice.d.ts.map +1 -0
- package/models/components/manualtermsofservice.js +75 -0
- package/models/components/manualtermsofservice.js.map +1 -0
- package/models/components/manualtermsofserviceupdate.d.ts +47 -0
- package/models/components/manualtermsofserviceupdate.d.ts.map +1 -0
- package/models/components/manualtermsofserviceupdate.js +75 -0
- package/models/components/manualtermsofserviceupdate.js.map +1 -0
- package/models/components/microdepositstatus.d.ts +25 -0
- package/models/components/microdepositstatus.d.ts.map +1 -0
- package/models/components/microdepositstatus.js +59 -0
- package/models/components/microdepositstatus.js.map +1 -0
- package/models/components/mode.d.ts +34 -0
- package/models/components/mode.d.ts.map +1 -0
- package/models/components/mode.js +63 -0
- package/models/components/mode.js.map +1 -0
- package/models/components/moovfeedetails.d.ts +50 -0
- package/models/components/moovfeedetails.d.ts.map +1 -0
- package/models/components/moovfeedetails.js +75 -0
- package/models/components/moovfeedetails.js.map +1 -0
- package/models/components/moovwalletpaymentmethod.d.ts +59 -0
- package/models/components/moovwalletpaymentmethod.d.ts.map +1 -0
- package/models/components/moovwalletpaymentmethod.js +92 -0
- package/models/components/moovwalletpaymentmethod.js.map +1 -0
- package/models/components/mxauthorizationcode.d.ts +37 -0
- package/models/components/mxauthorizationcode.d.ts.map +1 -0
- package/models/components/mxauthorizationcode.js +69 -0
- package/models/components/mxauthorizationcode.js.map +1 -0
- package/models/components/mxpayload.d.ts +51 -0
- package/models/components/mxpayload.d.ts.map +1 -0
- package/models/components/mxpayload.js +70 -0
- package/models/components/mxpayload.js.map +1 -0
- package/models/components/occurrence.d.ts +54 -0
- package/models/components/occurrence.d.ts.map +1 -0
- package/models/components/occurrence.js +77 -0
- package/models/components/occurrence.js.map +1 -0
- package/models/components/occurrencesresponse.d.ts +100 -0
- package/models/components/occurrencesresponse.d.ts.map +1 -0
- package/models/components/occurrencesresponse.js +124 -0
- package/models/components/occurrencesresponse.js.map +1 -0
- package/models/components/occurrencestatus.d.ts +37 -0
- package/models/components/occurrencestatus.d.ts.map +1 -0
- package/models/components/occurrencestatus.js +64 -0
- package/models/components/occurrencestatus.js.map +1 -0
- package/models/components/onboardinginvite.d.ts +85 -0
- package/models/components/onboardinginvite.d.ts.map +1 -0
- package/models/components/onboardinginvite.js +106 -0
- package/models/components/onboardinginvite.js.map +1 -0
- package/models/components/onboardinginviterequest.d.ts +66 -0
- package/models/components/onboardinginviterequest.d.ts.map +1 -0
- package/models/components/onboardinginviterequest.js +82 -0
- package/models/components/onboardinginviterequest.js.map +1 -0
- package/models/components/onboardingpartneraccount.d.ts +46 -0
- package/models/components/onboardingpartneraccount.d.ts.map +1 -0
- package/models/components/onboardingpartneraccount.js +74 -0
- package/models/components/onboardingpartneraccount.js.map +1 -0
- package/models/components/partnerpricing.d.ts +55 -0
- package/models/components/partnerpricing.d.ts.map +1 -0
- package/models/components/partnerpricing.js +83 -0
- package/models/components/partnerpricing.js.map +1 -0
- package/models/components/partnerpricingagreement.d.ts +52 -0
- package/models/components/partnerpricingagreement.d.ts.map +1 -0
- package/models/components/partnerpricingagreement.js +86 -0
- package/models/components/partnerpricingagreement.js.map +1 -0
- package/models/components/patchaccounterror.d.ts +43 -0
- package/models/components/patchaccounterror.d.ts.map +1 -0
- package/models/components/patchaccounterror.js +83 -0
- package/models/components/patchaccounterror.js.map +1 -0
- package/models/components/patchsweepconfig.d.ts +47 -0
- package/models/components/patchsweepconfig.d.ts.map +1 -0
- package/models/components/patchsweepconfig.js +78 -0
- package/models/components/patchsweepconfig.js.map +1 -0
- package/models/components/paymentdetailserror.d.ts +35 -0
- package/models/components/paymentdetailserror.d.ts.map +1 -0
- package/models/components/paymentdetailserror.js +75 -0
- package/models/components/paymentdetailserror.js.map +1 -0
- package/models/components/paymentlink.d.ts +112 -0
- package/models/components/paymentlink.d.ts.map +1 -0
- package/models/components/paymentlink.js +115 -0
- package/models/components/paymentlink.js.map +1 -0
- package/models/components/paymentlinkcustomeroptions.d.ts +46 -0
- package/models/components/paymentlinkcustomeroptions.d.ts.map +1 -0
- package/models/components/paymentlinkcustomeroptions.js +73 -0
- package/models/components/paymentlinkcustomeroptions.js.map +1 -0
- package/models/components/paymentlinkdisplayoptions.d.ts +51 -0
- package/models/components/paymentlinkdisplayoptions.d.ts.map +1 -0
- package/models/components/paymentlinkdisplayoptions.js +74 -0
- package/models/components/paymentlinkdisplayoptions.js.map +1 -0
- package/models/components/paymentlinkdisplayoptionsupdate.d.ts +51 -0
- package/models/components/paymentlinkdisplayoptionsupdate.d.ts.map +1 -0
- package/models/components/paymentlinkdisplayoptionsupdate.js +74 -0
- package/models/components/paymentlinkdisplayoptionsupdate.js.map +1 -0
- package/models/components/paymentlinkpaymentdetails.d.ts +48 -0
- package/models/components/paymentlinkpaymentdetails.d.ts.map +1 -0
- package/models/components/paymentlinkpaymentdetails.js +76 -0
- package/models/components/paymentlinkpaymentdetails.js.map +1 -0
- package/models/components/paymentlinkpaymentdetailsupdate.d.ts +48 -0
- package/models/components/paymentlinkpaymentdetailsupdate.d.ts.map +1 -0
- package/models/components/paymentlinkpaymentdetailsupdate.js +77 -0
- package/models/components/paymentlinkpaymentdetailsupdate.js.map +1 -0
- package/models/components/paymentlinkpayoutdetails.d.ts +43 -0
- package/models/components/paymentlinkpayoutdetails.d.ts.map +1 -0
- package/models/components/paymentlinkpayoutdetails.js +73 -0
- package/models/components/paymentlinkpayoutdetails.js.map +1 -0
- package/models/components/paymentlinkpayoutdetailsupdate.d.ts +43 -0
- package/models/components/paymentlinkpayoutdetailsupdate.d.ts.map +1 -0
- package/models/components/paymentlinkpayoutdetailsupdate.js +75 -0
- package/models/components/paymentlinkpayoutdetailsupdate.js.map +1 -0
- package/models/components/paymentlinkstatus.d.ts +34 -0
- package/models/components/paymentlinkstatus.d.ts.map +1 -0
- package/models/components/paymentlinkstatus.js +62 -0
- package/models/components/paymentlinkstatus.js.map +1 -0
- package/models/components/paymentmethod.d.ts +78 -0
- package/models/components/paymentmethod.d.ts.map +1 -0
- package/models/components/paymentmethod.js +105 -0
- package/models/components/paymentmethod.js.map +1 -0
- package/models/components/paymentmethodtype.d.ts +58 -0
- package/models/components/paymentmethodtype.d.ts.map +1 -0
- package/models/components/paymentmethodtype.js +71 -0
- package/models/components/paymentmethodtype.js.map +1 -0
- package/models/components/payoutdetailserror.d.ts +32 -0
- package/models/components/payoutdetailserror.d.ts.map +1 -0
- package/models/components/payoutdetailserror.js +72 -0
- package/models/components/payoutdetailserror.js.map +1 -0
- package/models/components/payoutrecipient.d.ts +36 -0
- package/models/components/payoutrecipient.d.ts.map +1 -0
- package/models/components/payoutrecipient.js +69 -0
- package/models/components/payoutrecipient.js.map +1 -0
- package/models/components/payoutrecipienterror.d.ts +29 -0
- package/models/components/payoutrecipienterror.d.ts.map +1 -0
- package/models/components/payoutrecipienterror.js +69 -0
- package/models/components/payoutrecipienterror.js.map +1 -0
- package/models/components/payoutrecipientupdate.d.ts +36 -0
- package/models/components/payoutrecipientupdate.d.ts.map +1 -0
- package/models/components/payoutrecipientupdate.js +69 -0
- package/models/components/payoutrecipientupdate.js.map +1 -0
- package/models/components/phonenumber.d.ts +31 -0
- package/models/components/phonenumber.d.ts.map +1 -0
- package/models/components/phonenumber.js +71 -0
- package/models/components/phonenumber.js.map +1 -0
- package/models/components/phonenumbererror.d.ts +31 -0
- package/models/components/phonenumbererror.d.ts.map +1 -0
- package/models/components/phonenumbererror.js +71 -0
- package/models/components/phonenumbererror.js.map +1 -0
- package/models/components/plaidintegration.d.ts +44 -0
- package/models/components/plaidintegration.d.ts.map +1 -0
- package/models/components/plaidintegration.js +69 -0
- package/models/components/plaidintegration.js.map +1 -0
- package/models/components/plaidlinkintegration.d.ts +42 -0
- package/models/components/plaidlinkintegration.d.ts.map +1 -0
- package/models/components/plaidlinkintegration.js +69 -0
- package/models/components/plaidlinkintegration.js.map +1 -0
- package/models/components/plaidlinkpayload.d.ts +50 -0
- package/models/components/plaidlinkpayload.d.ts.map +1 -0
- package/models/components/plaidlinkpayload.js +70 -0
- package/models/components/plaidlinkpayload.js.map +1 -0
- package/models/components/plaidpayload.d.ts +48 -0
- package/models/components/plaidpayload.d.ts.map +1 -0
- package/models/components/plaidpayload.js +70 -0
- package/models/components/plaidpayload.js.map +1 -0
- package/models/components/primaryregulator.d.ts +40 -0
- package/models/components/primaryregulator.d.ts.map +1 -0
- package/models/components/primaryregulator.js +65 -0
- package/models/components/primaryregulator.js.map +1 -0
- package/models/components/profile.d.ts +42 -0
- package/models/components/profile.d.ts.map +1 -0
- package/models/components/profile.js +73 -0
- package/models/components/profile.js.map +1 -0
- package/models/components/pullfromcardpaymentmethod.d.ts +63 -0
- package/models/components/pullfromcardpaymentmethod.d.ts.map +1 -0
- package/models/components/pullfromcardpaymentmethod.js +93 -0
- package/models/components/pullfromcardpaymentmethod.js.map +1 -0
- package/models/components/pushtocardpaymentmethod.d.ts +63 -0
- package/models/components/pushtocardpaymentmethod.d.ts.map +1 -0
- package/models/components/pushtocardpaymentmethod.js +93 -0
- package/models/components/pushtocardpaymentmethod.js.map +1 -0
- package/models/components/qrcode.d.ts +32 -0
- package/models/components/qrcode.d.ts.map +1 -0
- package/models/components/qrcode.js +70 -0
- package/models/components/qrcode.js.map +1 -0
- package/models/components/recur.d.ts +51 -0
- package/models/components/recur.d.ts.map +1 -0
- package/models/components/recur.js +78 -0
- package/models/components/recur.js.map +1 -0
- package/models/components/refundcarddetails.d.ts +43 -0
- package/models/components/refundcarddetails.d.ts.map +1 -0
- package/models/components/refundcarddetails.js +88 -0
- package/models/components/refundcarddetails.js.map +1 -0
- package/models/components/refundcardstatus.d.ts +37 -0
- package/models/components/refundcardstatus.d.ts.map +1 -0
- package/models/components/refundcardstatus.js +63 -0
- package/models/components/refundcardstatus.js.map +1 -0
- package/models/components/refundstatus.d.ts +34 -0
- package/models/components/refundstatus.d.ts.map +1 -0
- package/models/components/refundstatus.js +62 -0
- package/models/components/refundstatus.js.map +1 -0
- package/models/components/registerapplepaymerchantdomains.d.ts +37 -0
- package/models/components/registerapplepaymerchantdomains.d.ts.map +1 -0
- package/models/components/registerapplepaymerchantdomains.js +71 -0
- package/models/components/registerapplepaymerchantdomains.js.map +1 -0
- package/models/components/representative.d.ts +68 -0
- package/models/components/representative.d.ts.map +1 -0
- package/models/components/representative.js +94 -0
- package/models/components/representative.js.map +1 -0
- package/models/components/representativeresponsibilities.d.ts +50 -0
- package/models/components/representativeresponsibilities.d.ts.map +1 -0
- package/models/components/representativeresponsibilities.js +75 -0
- package/models/components/representativeresponsibilities.js.map +1 -0
- package/models/components/representativeresponsibilitieserror.d.ts +35 -0
- package/models/components/representativeresponsibilitieserror.d.ts.map +1 -0
- package/models/components/representativeresponsibilitieserror.js +75 -0
- package/models/components/representativeresponsibilitieserror.js.map +1 -0
- package/models/components/requestcard.d.ts +55 -0
- package/models/components/requestcard.d.ts.map +1 -0
- package/models/components/requestcard.js +83 -0
- package/models/components/requestcard.js.map +1 -0
- package/models/components/requirementerror.d.ts +36 -0
- package/models/components/requirementerror.d.ts.map +1 -0
- package/models/components/requirementerror.js +73 -0
- package/models/components/requirementerror.js.map +1 -0
- package/models/components/requirementerrorcode.d.ts +76 -0
- package/models/components/requirementerrorcode.d.ts.map +1 -0
- package/models/components/requirementerrorcode.js +76 -0
- package/models/components/requirementerrorcode.js.map +1 -0
- package/models/components/requirementid.d.ts +190 -0
- package/models/components/requirementid.d.ts.map +1 -0
- package/models/components/requirementid.js +115 -0
- package/models/components/requirementid.js.map +1 -0
- package/models/components/returnpolicytype.d.ts +34 -0
- package/models/components/returnpolicytype.d.ts.map +1 -0
- package/models/components/returnpolicytype.js +62 -0
- package/models/components/returnpolicytype.js.map +1 -0
- package/models/components/reversal.d.ts +30 -0
- package/models/components/reversal.d.ts.map +1 -0
- package/models/components/reversal.js +73 -0
- package/models/components/reversal.js.map +1 -0
- package/models/components/reversedwithcancellation.d.ts +30 -0
- package/models/components/reversedwithcancellation.d.ts.map +1 -0
- package/models/components/reversedwithcancellation.js +70 -0
- package/models/components/reversedwithcancellation.js.map +1 -0
- package/models/components/reversedwithrefund.d.ts +33 -0
- package/models/components/reversedwithrefund.d.ts.map +1 -0
- package/models/components/reversedwithrefund.js +70 -0
- package/models/components/reversedwithrefund.js.map +1 -0
- package/models/components/revoketokenrequest.d.ts +79 -0
- package/models/components/revoketokenrequest.d.ts.map +1 -0
- package/models/components/revoketokenrequest.js +110 -0
- package/models/components/revoketokenrequest.js.map +1 -0
- package/models/components/rtpcreditpaymentmethod.d.ts +63 -0
- package/models/components/rtpcreditpaymentmethod.d.ts.map +1 -0
- package/models/components/rtpcreditpaymentmethod.js +93 -0
- package/models/components/rtpcreditpaymentmethod.js.map +1 -0
- package/models/components/rtpfailurecode.d.ts +58 -0
- package/models/components/rtpfailurecode.d.ts.map +1 -0
- package/models/components/rtpfailurecode.js +71 -0
- package/models/components/rtpfailurecode.js.map +1 -0
- package/models/components/rtprejectioncode.d.ts +69 -0
- package/models/components/rtprejectioncode.d.ts.map +1 -0
- package/models/components/rtprejectioncode.js +78 -0
- package/models/components/rtprejectioncode.js.map +1 -0
- package/models/components/rtptransactiondetails.d.ts +55 -0
- package/models/components/rtptransactiondetails.d.ts.map +1 -0
- package/models/components/rtptransactiondetails.js +86 -0
- package/models/components/rtptransactiondetails.js.map +1 -0
- package/models/components/rtptransactionstatus.d.ts +40 -0
- package/models/components/rtptransactionstatus.d.ts.map +1 -0
- package/models/components/rtptransactionstatus.js +65 -0
- package/models/components/rtptransactionstatus.js.map +1 -0
- package/models/components/runtransfer.d.ts +45 -0
- package/models/components/runtransfer.d.ts.map +1 -0
- package/models/components/runtransfer.js +79 -0
- package/models/components/runtransfer.js.map +1 -0
- package/models/components/schedulepaymentmethod.d.ts +94 -0
- package/models/components/schedulepaymentmethod.d.ts.map +1 -0
- package/models/components/schedulepaymentmethod.js +129 -0
- package/models/components/schedulepaymentmethod.js.map +1 -0
- package/models/components/scheduleresponse.d.ts +63 -0
- package/models/components/scheduleresponse.d.ts.map +1 -0
- package/models/components/scheduleresponse.js +95 -0
- package/models/components/scheduleresponse.js.map +1 -0
- package/models/components/schemebasicauth.d.ts +31 -0
- package/models/components/schemebasicauth.d.ts.map +1 -0
- package/models/components/schemebasicauth.js +71 -0
- package/models/components/schemebasicauth.js.map +1 -0
- package/models/components/seccode.d.ts +40 -0
- package/models/components/seccode.d.ts.map +1 -0
- package/models/components/seccode.js +66 -0
- package/models/components/seccode.js.map +1 -0
- package/models/components/security.d.ts +31 -0
- package/models/components/security.d.ts.map +1 -0
- package/models/components/security.js +71 -0
- package/models/components/security.js.map +1 -0
- package/models/components/settings.d.ts +39 -0
- package/models/components/settings.d.ts.map +1 -0
- package/models/components/settings.js +73 -0
- package/models/components/settings.js.map +1 -0
- package/models/components/settingsupdate.d.ts +39 -0
- package/models/components/settingsupdate.d.ts.map +1 -0
- package/models/components/settingsupdate.js +73 -0
- package/models/components/settingsupdate.js.map +1 -0
- package/models/components/sweep.d.ts +79 -0
- package/models/components/sweep.d.ts.map +1 -0
- package/models/components/sweep.js +93 -0
- package/models/components/sweep.js.map +1 -0
- package/models/components/sweepconfig.d.ts +72 -0
- package/models/components/sweepconfig.d.ts.map +1 -0
- package/models/components/sweepconfig.js +92 -0
- package/models/components/sweepconfig.js.map +1 -0
- package/models/components/sweepconfigpaymentmethod.d.ts +40 -0
- package/models/components/sweepconfigpaymentmethod.d.ts.map +1 -0
- package/models/components/sweepconfigpaymentmethod.js +72 -0
- package/models/components/sweepconfigpaymentmethod.js.map +1 -0
- package/models/components/sweepconfigstatus.d.ts +28 -0
- package/models/components/sweepconfigstatus.d.ts.map +1 -0
- package/models/components/sweepconfigstatus.js +60 -0
- package/models/components/sweepconfigstatus.js.map +1 -0
- package/models/components/sweepstatus.d.ts +40 -0
- package/models/components/sweepstatus.d.ts.map +1 -0
- package/models/components/sweepstatus.js +65 -0
- package/models/components/sweepstatus.js.map +1 -0
- package/models/components/taxid.d.ts +57 -0
- package/models/components/taxid.d.ts.map +1 -0
- package/models/components/taxid.js +99 -0
- package/models/components/taxid.js.map +1 -0
- package/models/components/taxidupdate.d.ts +57 -0
- package/models/components/taxidupdate.d.ts.map +1 -0
- package/models/components/taxidupdate.js +96 -0
- package/models/components/taxidupdate.js.map +1 -0
- package/models/components/termsofservice.d.ts +40 -0
- package/models/components/termsofservice.d.ts.map +1 -0
- package/models/components/termsofservice.js +71 -0
- package/models/components/termsofservice.js.map +1 -0
- package/models/components/termsofserviceerror.d.ts +62 -0
- package/models/components/termsofserviceerror.d.ts.map +1 -0
- package/models/components/termsofserviceerror.js +105 -0
- package/models/components/termsofserviceerror.js.map +1 -0
- package/models/components/termsofservicetoken.d.ts +32 -0
- package/models/components/termsofservicetoken.d.ts.map +1 -0
- package/models/components/termsofservicetoken.js +69 -0
- package/models/components/termsofservicetoken.js.map +1 -0
- package/models/components/termsofservicetokenupdate.d.ts +32 -0
- package/models/components/termsofservicetokenupdate.d.ts.map +1 -0
- package/models/components/termsofservicetokenupdate.js +69 -0
- package/models/components/termsofservicetokenupdate.js.map +1 -0
- package/models/components/tokentype.d.ts +44 -0
- package/models/components/tokentype.d.ts.map +1 -0
- package/models/components/tokentype.js +69 -0
- package/models/components/tokentype.js.map +1 -0
- package/models/components/transactionsource.d.ts +47 -0
- package/models/components/transactionsource.d.ts.map +1 -0
- package/models/components/transactionsource.js +69 -0
- package/models/components/transactionsource.js.map +1 -0
- package/models/components/transfer.d.ts +111 -0
- package/models/components/transfer.d.ts.map +1 -0
- package/models/components/transfer.js +121 -0
- package/models/components/transfer.js.map +1 -0
- package/models/components/transferaccount.d.ts +33 -0
- package/models/components/transferaccount.d.ts.map +1 -0
- package/models/components/transferaccount.js +73 -0
- package/models/components/transferaccount.js.map +1 -0
- package/models/components/transferdestination.d.ts +64 -0
- package/models/components/transferdestination.d.ts.map +1 -0
- package/models/components/transferdestination.js +92 -0
- package/models/components/transferdestination.js.map +1 -0
- package/models/components/transferfailurereason.d.ts +43 -0
- package/models/components/transferfailurereason.d.ts.map +1 -0
- package/models/components/transferfailurereason.js +66 -0
- package/models/components/transferfailurereason.js.map +1 -0
- package/models/components/transferoptions.d.ts +32 -0
- package/models/components/transferoptions.d.ts.map +1 -0
- package/models/components/transferoptions.js +72 -0
- package/models/components/transferoptions.js.map +1 -0
- package/models/components/transfersource.d.ts +58 -0
- package/models/components/transfersource.d.ts.map +1 -0
- package/models/components/transfersource.js +89 -0
- package/models/components/transfersource.js.map +1 -0
- package/models/components/transferstatus.d.ts +49 -0
- package/models/components/transferstatus.d.ts.map +1 -0
- package/models/components/transferstatus.js +68 -0
- package/models/components/transferstatus.js.map +1 -0
- package/models/components/transferwaitfor.d.ts +25 -0
- package/models/components/transferwaitfor.d.ts.map +1 -0
- package/models/components/transferwaitfor.js +59 -0
- package/models/components/transferwaitfor.js.map +1 -0
- package/models/components/underwriting.d.ts +51 -0
- package/models/components/underwriting.d.ts.map +1 -0
- package/models/components/underwriting.js +85 -0
- package/models/components/underwriting.js.map +1 -0
- package/models/components/underwritingstatus.d.ts +43 -0
- package/models/components/underwritingstatus.d.ts.map +1 -0
- package/models/components/underwritingstatus.js +66 -0
- package/models/components/underwritingstatus.js.map +1 -0
- package/models/components/updateapplepaymerchantdomains.d.ts +37 -0
- package/models/components/updateapplepaymerchantdomains.d.ts.map +1 -0
- package/models/components/updateapplepaymerchantdomains.js +71 -0
- package/models/components/updateapplepaymerchantdomains.js.map +1 -0
- package/models/components/updatebrand.d.ts +30 -0
- package/models/components/updatebrand.d.ts.map +1 -0
- package/models/components/updatebrand.js +70 -0
- package/models/components/updatebrand.js.map +1 -0
- package/models/components/updatecard.d.ts +53 -0
- package/models/components/updatecard.d.ts.map +1 -0
- package/models/components/updatecard.js +86 -0
- package/models/components/updatecard.js.map +1 -0
- package/models/components/updatecardaddress.d.ts +39 -0
- package/models/components/updatecardaddress.d.ts.map +1 -0
- package/models/components/updatecardaddress.js +79 -0
- package/models/components/updatecardaddress.js.map +1 -0
- package/models/components/updatecardexpiration.d.ts +31 -0
- package/models/components/updatecardexpiration.d.ts.map +1 -0
- package/models/components/updatecardexpiration.js +71 -0
- package/models/components/updatecardexpiration.js.map +1 -0
- package/models/components/updatecolor.d.ts +29 -0
- package/models/components/updatecolor.d.ts.map +1 -0
- package/models/components/updatecolor.js +69 -0
- package/models/components/updatecolor.js.map +1 -0
- package/models/components/updatecolors.d.ts +32 -0
- package/models/components/updatecolors.d.ts.map +1 -0
- package/models/components/updatecolors.js +72 -0
- package/models/components/updatecolors.js.map +1 -0
- package/models/components/updateevidence.d.ts +38 -0
- package/models/components/updateevidence.d.ts.map +1 -0
- package/models/components/updateevidence.js +72 -0
- package/models/components/updateevidence.js.map +1 -0
- package/models/components/updateissuedcard.d.ts +48 -0
- package/models/components/updateissuedcard.d.ts.map +1 -0
- package/models/components/updateissuedcard.js +75 -0
- package/models/components/updateissuedcard.js.map +1 -0
- package/models/components/updatepaymentlink.d.ts +50 -0
- package/models/components/updatepaymentlink.d.ts.map +1 -0
- package/models/components/updatepaymentlink.js +84 -0
- package/models/components/updatepaymentlink.js.map +1 -0
- package/models/components/updaterepresentative.d.ts +302 -0
- package/models/components/updaterepresentative.d.ts.map +1 -0
- package/models/components/updaterepresentative.js +355 -0
- package/models/components/updaterepresentative.js.map +1 -0
- package/models/components/updateunderwriting.d.ts +42 -0
- package/models/components/updateunderwriting.d.ts.map +1 -0
- package/models/components/updateunderwriting.js +82 -0
- package/models/components/updateunderwriting.js.map +1 -0
- package/models/components/upsertschedule.d.ts +41 -0
- package/models/components/upsertschedule.d.ts.map +1 -0
- package/models/components/upsertschedule.js +75 -0
- package/models/components/upsertschedule.js.map +1 -0
- package/models/components/verification.d.ts +57 -0
- package/models/components/verification.d.ts.map +1 -0
- package/models/components/verification.js +79 -0
- package/models/components/verification.js.map +1 -0
- package/models/components/verificationstatus.d.ts +44 -0
- package/models/components/verificationstatus.d.ts.map +1 -0
- package/models/components/verificationstatus.js +67 -0
- package/models/components/verificationstatus.js.map +1 -0
- package/models/components/verificationstatusdetail.d.ts +62 -0
- package/models/components/verificationstatusdetail.d.ts.map +1 -0
- package/models/components/verificationstatusdetail.js +73 -0
- package/models/components/verificationstatusdetail.js.map +1 -0
- package/models/components/versions.d.ts +66 -0
- package/models/components/versions.d.ts.map +1 -0
- package/models/components/versions.js +78 -0
- package/models/components/versions.js.map +1 -0
- package/models/components/volumebycustomertype.d.ts +31 -0
- package/models/components/volumebycustomertype.d.ts.map +1 -0
- package/models/components/volumebycustomertype.js +71 -0
- package/models/components/volumebycustomertype.js.map +1 -0
- package/models/components/volumebycustomertypeerror.d.ts +31 -0
- package/models/components/volumebycustomertypeerror.d.ts.map +1 -0
- package/models/components/volumebycustomertypeerror.js +71 -0
- package/models/components/volumebycustomertypeerror.js.map +1 -0
- package/models/components/wallet.d.ts +35 -0
- package/models/components/wallet.d.ts.map +1 -0
- package/models/components/wallet.js +73 -0
- package/models/components/wallet.js.map +1 -0
- package/models/components/walletavailablebalance.d.ts +43 -0
- package/models/components/walletavailablebalance.d.ts.map +1 -0
- package/models/components/walletavailablebalance.js +73 -0
- package/models/components/walletavailablebalance.js.map +1 -0
- package/models/components/wallettransaction.d.ts +104 -0
- package/models/components/wallettransaction.d.ts.map +1 -0
- package/models/components/wallettransaction.js +109 -0
- package/models/components/wallettransaction.js.map +1 -0
- package/models/components/wallettransactionsourcetype.d.ts +40 -0
- package/models/components/wallettransactionsourcetype.d.ts.map +1 -0
- package/models/components/wallettransactionsourcetype.js +64 -0
- package/models/components/wallettransactionsourcetype.js.map +1 -0
- package/models/components/wallettransactionstatus.d.ts +34 -0
- package/models/components/wallettransactionstatus.d.ts.map +1 -0
- package/models/components/wallettransactionstatus.js +62 -0
- package/models/components/wallettransactionstatus.js.map +1 -0
- package/models/components/wallettransactiontype.d.ts +97 -0
- package/models/components/wallettransactiontype.d.ts.map +1 -0
- package/models/components/wallettransactiontype.js +83 -0
- package/models/components/wallettransactiontype.js.map +1 -0
- package/models/errors/addcapabilitieserror.d.ts +32 -0
- package/models/errors/addcapabilitieserror.d.ts.map +1 -0
- package/models/errors/addcapabilitieserror.js +79 -0
- package/models/errors/addcapabilitieserror.js.map +1 -0
- package/models/errors/apierror.d.ts +8 -0
- package/models/errors/apierror.d.ts.map +1 -0
- package/models/errors/apierror.js +21 -0
- package/models/errors/apierror.js.map +1 -0
- package/models/errors/assigncountrieserror.d.ts +32 -0
- package/models/errors/assigncountrieserror.d.ts.map +1 -0
- package/models/errors/assigncountrieserror.js +78 -0
- package/models/errors/assigncountrieserror.js.map +1 -0
- package/models/errors/authtokenrequesterror.d.ts +34 -0
- package/models/errors/authtokenrequesterror.d.ts.map +1 -0
- package/models/errors/authtokenrequesterror.js +90 -0
- package/models/errors/authtokenrequesterror.js.map +1 -0
- package/models/errors/bankaccountvalidationerror.d.ts +43 -0
- package/models/errors/bankaccountvalidationerror.d.ts.map +1 -0
- package/models/errors/bankaccountvalidationerror.js +94 -0
- package/models/errors/bankaccountvalidationerror.js.map +1 -0
- package/models/errors/brandvalidationerror.d.ts +32 -0
- package/models/errors/brandvalidationerror.d.ts.map +1 -0
- package/models/errors/brandvalidationerror.js +79 -0
- package/models/errors/brandvalidationerror.js.map +1 -0
- package/models/errors/cardacquiringrefund.d.ts +59 -0
- package/models/errors/cardacquiringrefund.d.ts.map +1 -0
- package/models/errors/cardacquiringrefund.js +97 -0
- package/models/errors/cardacquiringrefund.js.map +1 -0
- package/models/errors/createaccount.d.ts +38 -0
- package/models/errors/createaccount.d.ts.map +1 -0
- package/models/errors/createaccount.js +81 -0
- package/models/errors/createaccount.js.map +1 -0
- package/models/errors/createpaymentlinkerror.d.ts +53 -0
- package/models/errors/createpaymentlinkerror.d.ts.map +1 -0
- package/models/errors/createpaymentlinkerror.js +109 -0
- package/models/errors/createpaymentlinkerror.js.map +1 -0
- package/models/errors/createsweepconfigerror.d.ts +46 -0
- package/models/errors/createsweepconfigerror.d.ts.map +1 -0
- package/models/errors/createsweepconfigerror.js +101 -0
- package/models/errors/createsweepconfigerror.js.map +1 -0
- package/models/errors/feeplanagreementerror.d.ts +31 -0
- package/models/errors/feeplanagreementerror.d.ts.map +1 -0
- package/models/errors/feeplanagreementerror.js +78 -0
- package/models/errors/feeplanagreementerror.js.map +1 -0
- package/models/errors/filevalidationerror.d.ts +40 -0
- package/models/errors/filevalidationerror.d.ts.map +1 -0
- package/models/errors/filevalidationerror.js +90 -0
- package/models/errors/filevalidationerror.js.map +1 -0
- package/models/errors/genericerror.d.ts +31 -0
- package/models/errors/genericerror.d.ts.map +1 -0
- package/models/errors/genericerror.js +77 -0
- package/models/errors/genericerror.js.map +1 -0
- package/models/errors/httpclienterrors.d.ts +44 -0
- package/models/errors/httpclienterrors.d.ts.map +1 -0
- package/models/errors/httpclienterrors.js +78 -0
- package/models/errors/httpclienterrors.js.map +1 -0
- package/models/errors/index.d.ts +35 -0
- package/models/errors/index.d.ts.map +1 -0
- package/models/errors/index.js +54 -0
- package/models/errors/index.js.map +1 -0
- package/models/errors/linkapplepayerror.d.ts +64 -0
- package/models/errors/linkapplepayerror.d.ts.map +1 -0
- package/models/errors/linkapplepayerror.js +91 -0
- package/models/errors/linkapplepayerror.js.map +1 -0
- package/models/errors/linkcarderror.d.ts +59 -0
- package/models/errors/linkcarderror.d.ts.map +1 -0
- package/models/errors/linkcarderror.js +116 -0
- package/models/errors/linkcarderror.js.map +1 -0
- package/models/errors/microdepositvalidationerror.d.ts +31 -0
- package/models/errors/microdepositvalidationerror.d.ts.map +1 -0
- package/models/errors/microdepositvalidationerror.js +78 -0
- package/models/errors/microdepositvalidationerror.js.map +1 -0
- package/models/errors/onboardinginviteerror.d.ts +61 -0
- package/models/errors/onboardinginviteerror.d.ts.map +1 -0
- package/models/errors/onboardinginviteerror.js +95 -0
- package/models/errors/onboardinginviteerror.js.map +1 -0
- package/models/errors/patchaccount.d.ts +38 -0
- package/models/errors/patchaccount.d.ts.map +1 -0
- package/models/errors/patchaccount.js +81 -0
- package/models/errors/patchaccount.js.map +1 -0
- package/models/errors/patchsweepconfigerror.d.ts +43 -0
- package/models/errors/patchsweepconfigerror.d.ts.map +1 -0
- package/models/errors/patchsweepconfigerror.js +97 -0
- package/models/errors/patchsweepconfigerror.js.map +1 -0
- package/models/errors/refundvalidationerror.d.ts +40 -0
- package/models/errors/refundvalidationerror.d.ts.map +1 -0
- package/models/errors/refundvalidationerror.js +82 -0
- package/models/errors/refundvalidationerror.js.map +1 -0
- package/models/errors/representativevalidationerror.d.ts +71 -0
- package/models/errors/representativevalidationerror.d.ts.map +1 -0
- package/models/errors/representativevalidationerror.js +121 -0
- package/models/errors/representativevalidationerror.js.map +1 -0
- package/models/errors/requestcarderror.d.ts +47 -0
- package/models/errors/requestcarderror.d.ts.map +1 -0
- package/models/errors/requestcarderror.js +100 -0
- package/models/errors/requestcarderror.js.map +1 -0
- package/models/errors/reversalvalidationerror.d.ts +31 -0
- package/models/errors/reversalvalidationerror.d.ts.map +1 -0
- package/models/errors/reversalvalidationerror.js +78 -0
- package/models/errors/reversalvalidationerror.js.map +1 -0
- package/models/errors/revoketokenrequesterror.d.ts +34 -0
- package/models/errors/revoketokenrequesterror.d.ts.map +1 -0
- package/models/errors/revoketokenrequesterror.js +90 -0
- package/models/errors/revoketokenrequesterror.js.map +1 -0
- package/models/errors/schedulevalidationerror.d.ts +37 -0
- package/models/errors/schedulevalidationerror.d.ts.map +1 -0
- package/models/errors/schedulevalidationerror.js +86 -0
- package/models/errors/schedulevalidationerror.js.map +1 -0
- package/models/errors/sdkvalidationerror.d.ts +20 -0
- package/models/errors/sdkvalidationerror.d.ts.map +1 -0
- package/models/errors/sdkvalidationerror.js +115 -0
- package/models/errors/sdkvalidationerror.js.map +1 -0
- package/models/errors/transfer.d.ts +155 -0
- package/models/errors/transfer.d.ts.map +1 -0
- package/models/errors/transfer.js +164 -0
- package/models/errors/transfer.js.map +1 -0
- package/models/errors/transferoptionsvalidationerror.d.ts +37 -0
- package/models/errors/transferoptionsvalidationerror.d.ts.map +1 -0
- package/models/errors/transferoptionsvalidationerror.js +86 -0
- package/models/errors/transferoptionsvalidationerror.js.map +1 -0
- package/models/errors/transfervalidationerror.d.ts +64 -0
- package/models/errors/transfervalidationerror.d.ts.map +1 -0
- package/models/errors/transfervalidationerror.js +130 -0
- package/models/errors/transfervalidationerror.js.map +1 -0
- package/models/errors/updatecarderror.d.ts +53 -0
- package/models/errors/updatecarderror.d.ts.map +1 -0
- package/models/errors/updatecarderror.js +108 -0
- package/models/errors/updatecarderror.js.map +1 -0
- package/models/errors/updateissuedcarderror.d.ts +38 -0
- package/models/errors/updateissuedcarderror.d.ts.map +1 -0
- package/models/errors/updateissuedcarderror.js +88 -0
- package/models/errors/updateissuedcarderror.js.map +1 -0
- package/models/errors/updatepaymentlinkerror.d.ts +44 -0
- package/models/errors/updatepaymentlinkerror.d.ts.map +1 -0
- package/models/errors/updatepaymentlinkerror.js +95 -0
- package/models/errors/updatepaymentlinkerror.js.map +1 -0
- package/models/errors/updateunderwritingerror.d.ts +69 -0
- package/models/errors/updateunderwritingerror.d.ts.map +1 -0
- package/models/errors/updateunderwritingerror.js +120 -0
- package/models/errors/updateunderwritingerror.js.map +1 -0
- package/models/operations/acceptdispute.d.ts +64 -0
- package/models/operations/acceptdispute.d.ts.map +1 -0
- package/models/operations/acceptdispute.js +122 -0
- package/models/operations/acceptdispute.js.map +1 -0
- package/models/operations/addcapabilities.d.ts +64 -0
- package/models/operations/addcapabilities.d.ts.map +1 -0
- package/models/operations/addcapabilities.js +124 -0
- package/models/operations/addcapabilities.js.map +1 -0
- package/models/operations/assignaccountcountries.d.ts +64 -0
- package/models/operations/assignaccountcountries.d.ts.map +1 -0
- package/models/operations/assignaccountcountries.js +124 -0
- package/models/operations/assignaccountcountries.js.map +1 -0
- package/models/operations/cancelschedule.d.ts +64 -0
- package/models/operations/cancelschedule.d.ts.map +1 -0
- package/models/operations/cancelschedule.js +122 -0
- package/models/operations/cancelschedule.js.map +1 -0
- package/models/operations/completebankaccountverification.d.ts +66 -0
- package/models/operations/completebankaccountverification.d.ts.map +1 -0
- package/models/operations/completebankaccountverification.js +126 -0
- package/models/operations/completebankaccountverification.js.map +1 -0
- package/models/operations/completemicrodeposits.d.ts +66 -0
- package/models/operations/completemicrodeposits.d.ts.map +1 -0
- package/models/operations/completemicrodeposits.js +126 -0
- package/models/operations/completemicrodeposits.js.map +1 -0
- package/models/operations/createaccount.d.ts +67 -0
- package/models/operations/createaccount.d.ts.map +1 -0
- package/models/operations/createaccount.js +126 -0
- package/models/operations/createaccount.js.map +1 -0
- package/models/operations/createapplepaysession.d.ts +67 -0
- package/models/operations/createapplepaysession.d.ts.map +1 -0
- package/models/operations/createapplepaysession.js +124 -0
- package/models/operations/createapplepaysession.js.map +1 -0
- package/models/operations/createauthtoken.d.ts +35 -0
- package/models/operations/createauthtoken.d.ts.map +1 -0
- package/models/operations/createauthtoken.js +83 -0
- package/models/operations/createauthtoken.js.map +1 -0
- package/models/operations/createfeeplanagreements.d.ts +64 -0
- package/models/operations/createfeeplanagreements.d.ts.map +1 -0
- package/models/operations/createfeeplanagreements.js +124 -0
- package/models/operations/createfeeplanagreements.js.map +1 -0
- package/models/operations/createonboardinginvite.d.ts +62 -0
- package/models/operations/createonboardinginvite.d.ts.map +1 -0
- package/models/operations/createonboardinginvite.js +122 -0
- package/models/operations/createonboardinginvite.js.map +1 -0
- package/models/operations/createpaymentlink.d.ts +64 -0
- package/models/operations/createpaymentlink.d.ts.map +1 -0
- package/models/operations/createpaymentlink.js +124 -0
- package/models/operations/createpaymentlink.js.map +1 -0
- package/models/operations/createrepresentative.d.ts +67 -0
- package/models/operations/createrepresentative.d.ts.map +1 -0
- package/models/operations/createrepresentative.js +124 -0
- package/models/operations/createrepresentative.js.map +1 -0
- package/models/operations/createschedule.d.ts +64 -0
- package/models/operations/createschedule.d.ts.map +1 -0
- package/models/operations/createschedule.js +124 -0
- package/models/operations/createschedule.js.map +1 -0
- package/models/operations/createsweepconfig.d.ts +64 -0
- package/models/operations/createsweepconfig.d.ts.map +1 -0
- package/models/operations/createsweepconfig.js +124 -0
- package/models/operations/createsweepconfig.js.map +1 -0
- package/models/operations/createtransfer.d.ts +125 -0
- package/models/operations/createtransfer.d.ts.map +1 -0
- package/models/operations/createtransfer.js +198 -0
- package/models/operations/createtransfer.js.map +1 -0
- package/models/operations/createtransferoptions.d.ts +60 -0
- package/models/operations/createtransferoptions.d.ts.map +1 -0
- package/models/operations/createtransferoptions.js +118 -0
- package/models/operations/createtransferoptions.js.map +1 -0
- package/models/operations/deletedisputeevidencefile.d.ts +66 -0
- package/models/operations/deletedisputeevidencefile.d.ts.map +1 -0
- package/models/operations/deletedisputeevidencefile.js +124 -0
- package/models/operations/deletedisputeevidencefile.js.map +1 -0
- package/models/operations/deleterepresentative.d.ts +70 -0
- package/models/operations/deleterepresentative.d.ts.map +1 -0
- package/models/operations/deleterepresentative.js +122 -0
- package/models/operations/deleterepresentative.js.map +1 -0
- package/models/operations/disablebankaccount.d.ts +64 -0
- package/models/operations/disablebankaccount.d.ts.map +1 -0
- package/models/operations/disablebankaccount.js +122 -0
- package/models/operations/disablebankaccount.js.map +1 -0
- package/models/operations/disablecapability.d.ts +67 -0
- package/models/operations/disablecapability.d.ts.map +1 -0
- package/models/operations/disablecapability.js +122 -0
- package/models/operations/disablecapability.js.map +1 -0
- package/models/operations/disablecard.d.ts +64 -0
- package/models/operations/disablecard.d.ts.map +1 -0
- package/models/operations/disablecard.js +122 -0
- package/models/operations/disablecard.js.map +1 -0
- package/models/operations/disablepaymentlink.d.ts +64 -0
- package/models/operations/disablepaymentlink.d.ts.map +1 -0
- package/models/operations/disablepaymentlink.js +122 -0
- package/models/operations/disablepaymentlink.js.map +1 -0
- package/models/operations/disconnectaccount.d.ts +62 -0
- package/models/operations/disconnectaccount.d.ts.map +1 -0
- package/models/operations/disconnectaccount.js +120 -0
- package/models/operations/disconnectaccount.js.map +1 -0
- package/models/operations/generateendtoendkey.d.ts +33 -0
- package/models/operations/generateendtoendkey.d.ts.map +1 -0
- package/models/operations/generateendtoendkey.js +79 -0
- package/models/operations/generateendtoendkey.js.map +1 -0
- package/models/operations/getaccount.d.ts +62 -0
- package/models/operations/getaccount.d.ts.map +1 -0
- package/models/operations/getaccount.js +120 -0
- package/models/operations/getaccount.js.map +1 -0
- package/models/operations/getaccountcountries.d.ts +62 -0
- package/models/operations/getaccountcountries.d.ts.map +1 -0
- package/models/operations/getaccountcountries.js +120 -0
- package/models/operations/getaccountcountries.js.map +1 -0
- package/models/operations/getadjustment.d.ts +64 -0
- package/models/operations/getadjustment.d.ts.map +1 -0
- package/models/operations/getadjustment.js +122 -0
- package/models/operations/getadjustment.js.map +1 -0
- package/models/operations/getapplepaymerchantdomains.d.ts +65 -0
- package/models/operations/getapplepaymerchantdomains.d.ts.map +1 -0
- package/models/operations/getapplepaymerchantdomains.js +120 -0
- package/models/operations/getapplepaymerchantdomains.js.map +1 -0
- package/models/operations/getavatar.d.ts +86 -0
- package/models/operations/getavatar.d.ts.map +1 -0
- package/models/operations/getavatar.js +149 -0
- package/models/operations/getavatar.js.map +1 -0
- package/models/operations/getbankaccount.d.ts +64 -0
- package/models/operations/getbankaccount.d.ts.map +1 -0
- package/models/operations/getbankaccount.js +122 -0
- package/models/operations/getbankaccount.js.map +1 -0
- package/models/operations/getbankaccountverification.d.ts +64 -0
- package/models/operations/getbankaccountverification.d.ts.map +1 -0
- package/models/operations/getbankaccountverification.js +122 -0
- package/models/operations/getbankaccountverification.js.map +1 -0
- package/models/operations/getbrand.d.ts +62 -0
- package/models/operations/getbrand.d.ts.map +1 -0
- package/models/operations/getbrand.js +120 -0
- package/models/operations/getbrand.js.map +1 -0
- package/models/operations/getcapability.d.ts +67 -0
- package/models/operations/getcapability.d.ts.map +1 -0
- package/models/operations/getcapability.js +122 -0
- package/models/operations/getcapability.js.map +1 -0
- package/models/operations/getcard.d.ts +64 -0
- package/models/operations/getcard.d.ts.map +1 -0
- package/models/operations/getcard.js +122 -0
- package/models/operations/getcard.js.map +1 -0
- package/models/operations/getdispute.d.ts +64 -0
- package/models/operations/getdispute.d.ts.map +1 -0
- package/models/operations/getdispute.js +122 -0
- package/models/operations/getdispute.js.map +1 -0
- package/models/operations/getdisputeevidence.d.ts +66 -0
- package/models/operations/getdisputeevidence.d.ts.map +1 -0
- package/models/operations/getdisputeevidence.js +124 -0
- package/models/operations/getdisputeevidence.js.map +1 -0
- package/models/operations/getdisputeevidencedata.d.ts +87 -0
- package/models/operations/getdisputeevidencedata.d.ts.map +1 -0
- package/models/operations/getdisputeevidencedata.js +155 -0
- package/models/operations/getdisputeevidencedata.js.map +1 -0
- package/models/operations/getenrichmentaddress.d.ts +129 -0
- package/models/operations/getenrichmentaddress.d.ts.map +1 -0
- package/models/operations/getenrichmentaddress.js +144 -0
- package/models/operations/getenrichmentaddress.js.map +1 -0
- package/models/operations/getenrichmentprofile.d.ts +62 -0
- package/models/operations/getenrichmentprofile.d.ts.map +1 -0
- package/models/operations/getenrichmentprofile.js +120 -0
- package/models/operations/getenrichmentprofile.js.map +1 -0
- package/models/operations/getfiledetails.d.ts +64 -0
- package/models/operations/getfiledetails.d.ts.map +1 -0
- package/models/operations/getfiledetails.js +122 -0
- package/models/operations/getfiledetails.js.map +1 -0
- package/models/operations/getfullissuedcard.d.ts +67 -0
- package/models/operations/getfullissuedcard.d.ts.map +1 -0
- package/models/operations/getfullissuedcard.js +122 -0
- package/models/operations/getfullissuedcard.js.map +1 -0
- package/models/operations/getissuedcard.d.ts +67 -0
- package/models/operations/getissuedcard.d.ts.map +1 -0
- package/models/operations/getissuedcard.js +122 -0
- package/models/operations/getissuedcard.js.map +1 -0
- package/models/operations/getissuedcardauthorization.d.ts +67 -0
- package/models/operations/getissuedcardauthorization.d.ts.map +1 -0
- package/models/operations/getissuedcardauthorization.js +122 -0
- package/models/operations/getissuedcardauthorization.js.map +1 -0
- package/models/operations/getissuedcardtransaction.d.ts +67 -0
- package/models/operations/getissuedcardtransaction.d.ts.map +1 -0
- package/models/operations/getissuedcardtransaction.js +122 -0
- package/models/operations/getissuedcardtransaction.js.map +1 -0
- package/models/operations/getmerchantprocessingagreement.d.ts +62 -0
- package/models/operations/getmerchantprocessingagreement.d.ts.map +1 -0
- package/models/operations/getmerchantprocessingagreement.js +120 -0
- package/models/operations/getmerchantprocessingagreement.js.map +1 -0
- package/models/operations/getonboardinginvite.d.ts +62 -0
- package/models/operations/getonboardinginvite.d.ts.map +1 -0
- package/models/operations/getonboardinginvite.js +120 -0
- package/models/operations/getonboardinginvite.js.map +1 -0
- package/models/operations/getpaymentlink.d.ts +64 -0
- package/models/operations/getpaymentlink.d.ts.map +1 -0
- package/models/operations/getpaymentlink.js +122 -0
- package/models/operations/getpaymentlink.js.map +1 -0
- package/models/operations/getpaymentlinkqrcode.d.ts +85 -0
- package/models/operations/getpaymentlinkqrcode.d.ts.map +1 -0
- package/models/operations/getpaymentlinkqrcode.js +151 -0
- package/models/operations/getpaymentlinkqrcode.js.map +1 -0
- package/models/operations/getpaymentmethod.d.ts +64 -0
- package/models/operations/getpaymentmethod.d.ts.map +1 -0
- package/models/operations/getpaymentmethod.js +122 -0
- package/models/operations/getpaymentmethod.js.map +1 -0
- package/models/operations/getrefund.d.ts +72 -0
- package/models/operations/getrefund.d.ts.map +1 -0
- package/models/operations/getrefund.js +124 -0
- package/models/operations/getrefund.js.map +1 -0
- package/models/operations/getrepresentative.d.ts +70 -0
- package/models/operations/getrepresentative.d.ts.map +1 -0
- package/models/operations/getrepresentative.js +122 -0
- package/models/operations/getrepresentative.js.map +1 -0
- package/models/operations/getscheduledoccurrence.d.ts +75 -0
- package/models/operations/getscheduledoccurrence.d.ts.map +1 -0
- package/models/operations/getscheduledoccurrence.js +124 -0
- package/models/operations/getscheduledoccurrence.js.map +1 -0
- package/models/operations/getschedules.d.ts +64 -0
- package/models/operations/getschedules.d.ts.map +1 -0
- package/models/operations/getschedules.js +122 -0
- package/models/operations/getschedules.js.map +1 -0
- package/models/operations/getsweep.d.ts +66 -0
- package/models/operations/getsweep.d.ts.map +1 -0
- package/models/operations/getsweep.js +124 -0
- package/models/operations/getsweep.js.map +1 -0
- package/models/operations/getsweepconfig.d.ts +64 -0
- package/models/operations/getsweepconfig.d.ts.map +1 -0
- package/models/operations/getsweepconfig.js +122 -0
- package/models/operations/getsweepconfig.js.map +1 -0
- package/models/operations/gettermsofservicetoken.d.ts +43 -0
- package/models/operations/gettermsofservicetoken.d.ts.map +1 -0
- package/models/operations/gettermsofservicetoken.js +83 -0
- package/models/operations/gettermsofservicetoken.js.map +1 -0
- package/models/operations/gettransfer.d.ts +67 -0
- package/models/operations/gettransfer.d.ts.map +1 -0
- package/models/operations/gettransfer.js +122 -0
- package/models/operations/gettransfer.js.map +1 -0
- package/models/operations/getunderwriting.d.ts +62 -0
- package/models/operations/getunderwriting.d.ts.map +1 -0
- package/models/operations/getunderwriting.js +120 -0
- package/models/operations/getunderwriting.js.map +1 -0
- package/models/operations/getwallet.d.ts +64 -0
- package/models/operations/getwallet.d.ts.map +1 -0
- package/models/operations/getwallet.js +122 -0
- package/models/operations/getwallet.js.map +1 -0
- package/models/operations/getwallettransaction.d.ts +66 -0
- package/models/operations/getwallettransaction.d.ts.map +1 -0
- package/models/operations/getwallettransaction.js +124 -0
- package/models/operations/getwallettransaction.js.map +1 -0
- package/models/operations/index.d.ts +121 -0
- package/models/operations/index.d.ts.map +1 -0
- package/models/operations/index.js +140 -0
- package/models/operations/index.js.map +1 -0
- package/models/operations/initiatebankaccountverification.d.ts +73 -0
- package/models/operations/initiatebankaccountverification.d.ts.map +1 -0
- package/models/operations/initiatebankaccountverification.js +126 -0
- package/models/operations/initiatebankaccountverification.js.map +1 -0
- package/models/operations/initiatemicrodeposits.d.ts +64 -0
- package/models/operations/initiatemicrodeposits.d.ts.map +1 -0
- package/models/operations/initiatemicrodeposits.js +122 -0
- package/models/operations/initiatemicrodeposits.js.map +1 -0
- package/models/operations/linkapplepaytoken.d.ts +67 -0
- package/models/operations/linkapplepaytoken.d.ts.map +1 -0
- package/models/operations/linkapplepaytoken.js +124 -0
- package/models/operations/linkapplepaytoken.js.map +1 -0
- package/models/operations/linkbankaccount.d.ts +74 -0
- package/models/operations/linkbankaccount.d.ts.map +1 -0
- package/models/operations/linkbankaccount.js +128 -0
- package/models/operations/linkbankaccount.js.map +1 -0
- package/models/operations/linkcard.d.ts +74 -0
- package/models/operations/linkcard.d.ts.map +1 -0
- package/models/operations/linkcard.js +128 -0
- package/models/operations/linkcard.js.map +1 -0
- package/models/operations/listaccounts.d.ts +122 -0
- package/models/operations/listaccounts.d.ts.map +1 -0
- package/models/operations/listaccounts.js +136 -0
- package/models/operations/listaccounts.js.map +1 -0
- package/models/operations/listadjustments.d.ts +67 -0
- package/models/operations/listadjustments.d.ts.map +1 -0
- package/models/operations/listadjustments.js +122 -0
- package/models/operations/listadjustments.js.map +1 -0
- package/models/operations/listbankaccounts.d.ts +62 -0
- package/models/operations/listbankaccounts.d.ts.map +1 -0
- package/models/operations/listbankaccounts.js +120 -0
- package/models/operations/listbankaccounts.js.map +1 -0
- package/models/operations/listcapabilities.d.ts +62 -0
- package/models/operations/listcapabilities.d.ts.map +1 -0
- package/models/operations/listcapabilities.js +120 -0
- package/models/operations/listcapabilities.js.map +1 -0
- package/models/operations/listcards.d.ts +62 -0
- package/models/operations/listcards.d.ts.map +1 -0
- package/models/operations/listcards.js +120 -0
- package/models/operations/listcards.js.map +1 -0
- package/models/operations/listdisputeevidence.d.ts +64 -0
- package/models/operations/listdisputeevidence.d.ts.map +1 -0
- package/models/operations/listdisputeevidence.js +122 -0
- package/models/operations/listdisputeevidence.js.map +1 -0
- package/models/operations/listdisputes.d.ts +113 -0
- package/models/operations/listdisputes.d.ts.map +1 -0
- package/models/operations/listdisputes.js +145 -0
- package/models/operations/listdisputes.js.map +1 -0
- package/models/operations/listfeeplanagreements.d.ts +72 -0
- package/models/operations/listfeeplanagreements.d.ts.map +1 -0
- package/models/operations/listfeeplanagreements.js +124 -0
- package/models/operations/listfeeplanagreements.js.map +1 -0
- package/models/operations/listfeeplans.d.ts +67 -0
- package/models/operations/listfeeplans.d.ts.map +1 -0
- package/models/operations/listfeeplans.js +122 -0
- package/models/operations/listfeeplans.js.map +1 -0
- package/models/operations/listfiles.d.ts +62 -0
- package/models/operations/listfiles.d.ts.map +1 -0
- package/models/operations/listfiles.js +120 -0
- package/models/operations/listfiles.js.map +1 -0
- package/models/operations/listindustries.d.ts +60 -0
- package/models/operations/listindustries.d.ts.map +1 -0
- package/models/operations/listindustries.js +118 -0
- package/models/operations/listindustries.js.map +1 -0
- package/models/operations/listinstitutions.d.ts +80 -0
- package/models/operations/listinstitutions.d.ts.map +1 -0
- package/models/operations/listinstitutions.js +126 -0
- package/models/operations/listinstitutions.js.map +1 -0
- package/models/operations/listissuedcardauthorizationevents.d.ts +71 -0
- package/models/operations/listissuedcardauthorizationevents.d.ts.map +1 -0
- package/models/operations/listissuedcardauthorizationevents.js +126 -0
- package/models/operations/listissuedcardauthorizationevents.js.map +1 -0
- package/models/operations/listissuedcardauthorizations.d.ts +89 -0
- package/models/operations/listissuedcardauthorizations.d.ts.map +1 -0
- package/models/operations/listissuedcardauthorizations.js +135 -0
- package/models/operations/listissuedcardauthorizations.js.map +1 -0
- package/models/operations/listissuedcards.d.ts +74 -0
- package/models/operations/listissuedcards.d.ts.map +1 -0
- package/models/operations/listissuedcards.js +126 -0
- package/models/operations/listissuedcards.js.map +1 -0
- package/models/operations/listissuedcardtransactions.d.ts +84 -0
- package/models/operations/listissuedcardtransactions.d.ts.map +1 -0
- package/models/operations/listissuedcardtransactions.js +131 -0
- package/models/operations/listissuedcardtransactions.js.map +1 -0
- package/models/operations/listonboardinginvites.d.ts +60 -0
- package/models/operations/listonboardinginvites.d.ts.map +1 -0
- package/models/operations/listonboardinginvites.js +118 -0
- package/models/operations/listonboardinginvites.js.map +1 -0
- package/models/operations/listpartnerpricing.d.ts +67 -0
- package/models/operations/listpartnerpricing.d.ts.map +1 -0
- package/models/operations/listpartnerpricing.js +122 -0
- package/models/operations/listpartnerpricing.js.map +1 -0
- package/models/operations/listpartnerpricingagreements.d.ts +72 -0
- package/models/operations/listpartnerpricingagreements.d.ts.map +1 -0
- package/models/operations/listpartnerpricingagreements.js +124 -0
- package/models/operations/listpartnerpricingagreements.js.map +1 -0
- package/models/operations/listpaymentlinks.d.ts +62 -0
- package/models/operations/listpaymentlinks.d.ts.map +1 -0
- package/models/operations/listpaymentlinks.js +120 -0
- package/models/operations/listpaymentlinks.js.map +1 -0
- package/models/operations/listpaymentmethods.d.ts +72 -0
- package/models/operations/listpaymentmethods.d.ts.map +1 -0
- package/models/operations/listpaymentmethods.js +124 -0
- package/models/operations/listpaymentmethods.js.map +1 -0
- package/models/operations/listrefunds.d.ts +67 -0
- package/models/operations/listrefunds.d.ts.map +1 -0
- package/models/operations/listrefunds.js +122 -0
- package/models/operations/listrefunds.js.map +1 -0
- package/models/operations/listrepresentatives.d.ts +65 -0
- package/models/operations/listrepresentatives.d.ts.map +1 -0
- package/models/operations/listrepresentatives.js +120 -0
- package/models/operations/listrepresentatives.js.map +1 -0
- package/models/operations/listschedules.d.ts +66 -0
- package/models/operations/listschedules.d.ts.map +1 -0
- package/models/operations/listschedules.js +124 -0
- package/models/operations/listschedules.js.map +1 -0
- package/models/operations/listsweepconfigs.d.ts +62 -0
- package/models/operations/listsweepconfigs.d.ts.map +1 -0
- package/models/operations/listsweepconfigs.js +120 -0
- package/models/operations/listsweepconfigs.js.map +1 -0
- package/models/operations/listsweeps.d.ts +78 -0
- package/models/operations/listsweeps.d.ts.map +1 -0
- package/models/operations/listsweeps.js +130 -0
- package/models/operations/listsweeps.js.map +1 -0
- package/models/operations/listtransfers.d.ts +101 -0
- package/models/operations/listtransfers.d.ts.map +1 -0
- package/models/operations/listtransfers.js +139 -0
- package/models/operations/listtransfers.js.map +1 -0
- package/models/operations/listwallets.d.ts +62 -0
- package/models/operations/listwallets.d.ts.map +1 -0
- package/models/operations/listwallets.js +120 -0
- package/models/operations/listwallets.js.map +1 -0
- package/models/operations/listwallettransactions.d.ts +113 -0
- package/models/operations/listwallettransactions.d.ts.map +1 -0
- package/models/operations/listwallettransactions.js +144 -0
- package/models/operations/listwallettransactions.js.map +1 -0
- package/models/operations/patchaccount.d.ts +64 -0
- package/models/operations/patchaccount.d.ts.map +1 -0
- package/models/operations/patchaccount.js +124 -0
- package/models/operations/patchaccount.js.map +1 -0
- package/models/operations/patchsweepconfig.d.ts +66 -0
- package/models/operations/patchsweepconfig.d.ts.map +1 -0
- package/models/operations/patchsweepconfig.js +126 -0
- package/models/operations/patchsweepconfig.js.map +1 -0
- package/models/operations/patchtransfer.d.ts +67 -0
- package/models/operations/patchtransfer.d.ts.map +1 -0
- package/models/operations/patchtransfer.js +122 -0
- package/models/operations/patchtransfer.js.map +1 -0
- package/models/operations/ping.d.ts +60 -0
- package/models/operations/ping.d.ts.map +1 -0
- package/models/operations/ping.js +118 -0
- package/models/operations/ping.js.map +1 -0
- package/models/operations/postbrand.d.ts +64 -0
- package/models/operations/postbrand.d.ts.map +1 -0
- package/models/operations/postbrand.js +124 -0
- package/models/operations/postbrand.js.map +1 -0
- package/models/operations/refundtransfer.d.ts +106 -0
- package/models/operations/refundtransfer.d.ts.map +1 -0
- package/models/operations/refundtransfer.js +163 -0
- package/models/operations/refundtransfer.js.map +1 -0
- package/models/operations/registerapplepaymerchantdomains.d.ts +67 -0
- package/models/operations/registerapplepaymerchantdomains.d.ts.map +1 -0
- package/models/operations/registerapplepaymerchantdomains.js +124 -0
- package/models/operations/registerapplepaymerchantdomains.js.map +1 -0
- package/models/operations/requestcard.d.ts +67 -0
- package/models/operations/requestcard.d.ts.map +1 -0
- package/models/operations/requestcard.js +124 -0
- package/models/operations/requestcard.js.map +1 -0
- package/models/operations/reversetransfer.d.ts +77 -0
- package/models/operations/reversetransfer.d.ts.map +1 -0
- package/models/operations/reversetransfer.js +130 -0
- package/models/operations/reversetransfer.js.map +1 -0
- package/models/operations/revokeauthtoken.d.ts +35 -0
- package/models/operations/revokeauthtoken.d.ts.map +1 -0
- package/models/operations/revokeauthtoken.js +83 -0
- package/models/operations/revokeauthtoken.js.map +1 -0
- package/models/operations/revokeonboardinginvite.d.ts +62 -0
- package/models/operations/revokeonboardinginvite.d.ts.map +1 -0
- package/models/operations/revokeonboardinginvite.js +120 -0
- package/models/operations/revokeonboardinginvite.js.map +1 -0
- package/models/operations/submitdisputeevidence.d.ts +64 -0
- package/models/operations/submitdisputeevidence.d.ts.map +1 -0
- package/models/operations/submitdisputeevidence.js +122 -0
- package/models/operations/submitdisputeevidence.js.map +1 -0
- package/models/operations/testendtoendtoken.d.ts +62 -0
- package/models/operations/testendtoendtoken.d.ts.map +1 -0
- package/models/operations/testendtoendtoken.js +122 -0
- package/models/operations/testendtoendtoken.js.map +1 -0
- package/models/operations/updateapplepaymerchantdomains.d.ts +67 -0
- package/models/operations/updateapplepaymerchantdomains.d.ts.map +1 -0
- package/models/operations/updateapplepaymerchantdomains.js +124 -0
- package/models/operations/updateapplepaymerchantdomains.js.map +1 -0
- package/models/operations/updatebrand.d.ts +64 -0
- package/models/operations/updatebrand.d.ts.map +1 -0
- package/models/operations/updatebrand.js +124 -0
- package/models/operations/updatebrand.js.map +1 -0
- package/models/operations/updatecard.d.ts +66 -0
- package/models/operations/updatecard.d.ts.map +1 -0
- package/models/operations/updatecard.js +126 -0
- package/models/operations/updatecard.js.map +1 -0
- package/models/operations/updatedisputeevidence.d.ts +68 -0
- package/models/operations/updatedisputeevidence.d.ts.map +1 -0
- package/models/operations/updatedisputeevidence.js +128 -0
- package/models/operations/updatedisputeevidence.js.map +1 -0
- package/models/operations/updateissuedcard.d.ts +69 -0
- package/models/operations/updateissuedcard.d.ts.map +1 -0
- package/models/operations/updateissuedcard.js +126 -0
- package/models/operations/updateissuedcard.js.map +1 -0
- package/models/operations/updatepaymentlink.d.ts +66 -0
- package/models/operations/updatepaymentlink.d.ts.map +1 -0
- package/models/operations/updatepaymentlink.js +126 -0
- package/models/operations/updatepaymentlink.js.map +1 -0
- package/models/operations/updaterepresentative.d.ts +72 -0
- package/models/operations/updaterepresentative.d.ts.map +1 -0
- package/models/operations/updaterepresentative.js +126 -0
- package/models/operations/updaterepresentative.js.map +1 -0
- package/models/operations/updateschedule.d.ts +66 -0
- package/models/operations/updateschedule.d.ts.map +1 -0
- package/models/operations/updateschedule.js +126 -0
- package/models/operations/updateschedule.js.map +1 -0
- package/models/operations/updateunderwriting.d.ts +64 -0
- package/models/operations/updateunderwriting.d.ts.map +1 -0
- package/models/operations/updateunderwriting.js +124 -0
- package/models/operations/updateunderwriting.js.map +1 -0
- package/models/operations/uploaddisputeevidencefile.d.ts +66 -0
- package/models/operations/uploaddisputeevidencefile.d.ts.map +1 -0
- package/models/operations/uploaddisputeevidencefile.js +126 -0
- package/models/operations/uploaddisputeevidencefile.js.map +1 -0
- package/models/operations/uploaddisputeevidencetext.d.ts +66 -0
- package/models/operations/uploaddisputeevidencetext.d.ts.map +1 -0
- package/models/operations/uploaddisputeevidencetext.js +126 -0
- package/models/operations/uploaddisputeevidencetext.js.map +1 -0
- package/models/operations/uploadfile.d.ts +64 -0
- package/models/operations/uploadfile.d.ts.map +1 -0
- package/models/operations/uploadfile.js +124 -0
- package/models/operations/uploadfile.js.map +1 -0
- package/package.json +31 -0
- package/sdk/accounts.d.ts +86 -0
- package/sdk/accounts.d.ts.map +1 -0
- package/sdk/accounts.js +119 -0
- package/sdk/accounts.js.map +1 -0
- package/sdk/adjustments.d.ts +20 -0
- package/sdk/adjustments.d.ts.map +1 -0
- package/sdk/adjustments.js +32 -0
- package/sdk/adjustments.js.map +1 -0
- package/sdk/authentication.d.ts +16 -0
- package/sdk/authentication.d.ts.map +1 -0
- package/sdk/authentication.js +28 -0
- package/sdk/authentication.js.map +1 -0
- package/sdk/avatars.d.ts +15 -0
- package/sdk/avatars.d.ts.map +1 -0
- package/sdk/avatars.js +23 -0
- package/sdk/avatars.js.map +1 -0
- package/sdk/bankaccounts.d.ts +111 -0
- package/sdk/bankaccounts.d.ts.map +1 -0
- package/sdk/bankaccounts.js +144 -0
- package/sdk/bankaccounts.js.map +1 -0
- package/sdk/billing.d.ts +42 -0
- package/sdk/billing.d.ts.map +1 -0
- package/sdk/billing.js +63 -0
- package/sdk/billing.js.map +1 -0
- package/sdk/branding.d.ts +18 -0
- package/sdk/branding.d.ts.map +1 -0
- package/sdk/branding.js +33 -0
- package/sdk/branding.js.map +1 -0
- package/sdk/capabilities.d.ts +30 -0
- package/sdk/capabilities.d.ts.map +1 -0
- package/sdk/capabilities.js +48 -0
- package/sdk/capabilities.js.map +1 -0
- package/sdk/cardissuing.d.ts +43 -0
- package/sdk/cardissuing.d.ts.map +1 -0
- package/sdk/cardissuing.js +64 -0
- package/sdk/cardissuing.js.map +1 -0
- package/sdk/cards.d.ts +117 -0
- package/sdk/cards.d.ts.map +1 -0
- package/sdk/cards.js +153 -0
- package/sdk/cards.js.map +1 -0
- package/sdk/disputes.d.ts +112 -0
- package/sdk/disputes.d.ts.map +1 -0
- package/sdk/disputes.js +149 -0
- package/sdk/disputes.js.map +1 -0
- package/sdk/endtoendencryption.d.ts +17 -0
- package/sdk/endtoendencryption.d.ts.map +1 -0
- package/sdk/endtoendencryption.js +29 -0
- package/sdk/endtoendencryption.js.map +1 -0
- package/sdk/enrichedaddress.d.ts +12 -0
- package/sdk/enrichedaddress.d.ts.map +1 -0
- package/sdk/enrichedaddress.js +21 -0
- package/sdk/enrichedaddress.js.map +1 -0
- package/sdk/enrichedprofile.d.ts +12 -0
- package/sdk/enrichedprofile.d.ts.map +1 -0
- package/sdk/enrichedprofile.js +21 -0
- package/sdk/enrichedprofile.js.map +1 -0
- package/sdk/files.d.ts +30 -0
- package/sdk/files.d.ts.map +1 -0
- package/sdk/files.js +45 -0
- package/sdk/files.js.map +1 -0
- package/sdk/index.d.ts +2 -0
- package/sdk/index.d.ts.map +1 -0
- package/sdk/index.js +21 -0
- package/sdk/index.js.map +1 -0
- package/sdk/industries.d.ts +12 -0
- package/sdk/industries.d.ts.map +1 -0
- package/sdk/industries.js +21 -0
- package/sdk/industries.js.map +1 -0
- package/sdk/institutions.d.ts +12 -0
- package/sdk/institutions.d.ts.map +1 -0
- package/sdk/institutions.js +21 -0
- package/sdk/institutions.js.map +1 -0
- package/sdk/issuingtransactions.d.ts +41 -0
- package/sdk/issuingtransactions.d.ts.map +1 -0
- package/sdk/issuingtransactions.js +62 -0
- package/sdk/issuingtransactions.js.map +1 -0
- package/sdk/onboarding.d.ts +34 -0
- package/sdk/onboarding.d.ts.map +1 -0
- package/sdk/onboarding.js +52 -0
- package/sdk/onboarding.js.map +1 -0
- package/sdk/paymentlinks.d.ts +54 -0
- package/sdk/paymentlinks.d.ts.map +1 -0
- package/sdk/paymentlinks.js +76 -0
- package/sdk/paymentlinks.js.map +1 -0
- package/sdk/paymentmethods.d.ts +18 -0
- package/sdk/paymentmethods.d.ts.map +1 -0
- package/sdk/paymentmethods.js +30 -0
- package/sdk/paymentmethods.js.map +1 -0
- package/sdk/ping.d.ts +12 -0
- package/sdk/ping.d.ts.map +1 -0
- package/sdk/ping.js +22 -0
- package/sdk/ping.js.map +1 -0
- package/sdk/representatives.d.ts +54 -0
- package/sdk/representatives.d.ts.map +1 -0
- package/sdk/representatives.js +75 -0
- package/sdk/representatives.js.map +1 -0
- package/sdk/scheduling.d.ts +30 -0
- package/sdk/scheduling.d.ts.map +1 -0
- package/sdk/scheduling.js +54 -0
- package/sdk/scheduling.js.map +1 -0
- package/sdk/sdk.d.ts +91 -0
- package/sdk/sdk.d.ts.map +1 -0
- package/sdk/sdk.js +127 -0
- package/sdk/sdk.js.map +1 -0
- package/sdk/sweeps.d.ts +30 -0
- package/sdk/sweeps.d.ts.map +1 -0
- package/sdk/sweeps.js +54 -0
- package/sdk/sweeps.js.map +1 -0
- package/sdk/transfers.d.ts +92 -0
- package/sdk/transfers.d.ts.map +1 -0
- package/sdk/transfers.js +125 -0
- package/sdk/transfers.js.map +1 -0
- package/sdk/underwriting.d.ts +24 -0
- package/sdk/underwriting.d.ts.map +1 -0
- package/sdk/underwriting.js +36 -0
- package/sdk/underwriting.js.map +1 -0
- package/sdk/wallets.d.ts +18 -0
- package/sdk/wallets.d.ts.map +1 -0
- package/sdk/wallets.js +30 -0
- package/sdk/wallets.js.map +1 -0
- package/sdk/wallettransactions.d.ts +18 -0
- package/sdk/wallettransactions.d.ts.map +1 -0
- package/sdk/wallettransactions.js +30 -0
- package/sdk/wallettransactions.js.map +1 -0
- package/src/core.ts +13 -0
- package/src/funcs/accountsAssignAccountCountries.ts +181 -0
- package/src/funcs/accountsCreateAccount.ts +183 -0
- package/src/funcs/accountsDisconnectAccount.ts +174 -0
- package/src/funcs/accountsGetAccount.ts +151 -0
- package/src/funcs/accountsGetAccountCountries.ts +155 -0
- package/src/funcs/accountsGetMerchantProcessingAgreement.ts +161 -0
- package/src/funcs/accountsGetTermsOfServiceToken.ts +139 -0
- package/src/funcs/accountsListAccounts.ts +162 -0
- package/src/funcs/accountsPatchAccount.ts +188 -0
- package/src/funcs/adjustmentsGetAdjustment.ts +160 -0
- package/src/funcs/adjustmentsListAdjustments.ts +160 -0
- package/src/funcs/authenticationCreateAuthToken.ts +139 -0
- package/src/funcs/authenticationRevokeAuthToken.ts +143 -0
- package/src/funcs/avatarsGetAvatar.ts +162 -0
- package/src/funcs/bankAccountsCompleteBankAccountVerification.ts +193 -0
- package/src/funcs/bankAccountsCompleteMicroDeposits.ts +187 -0
- package/src/funcs/bankAccountsDisableBankAccount.ts +179 -0
- package/src/funcs/bankAccountsGetBankAccount.ts +161 -0
- package/src/funcs/bankAccountsGetBankAccountVerification.ts +170 -0
- package/src/funcs/bankAccountsInitiateBankAccountVerification.ts +201 -0
- package/src/funcs/bankAccountsInitiateMicroDeposits.ts +185 -0
- package/src/funcs/bankAccountsLinkBankAccount.ts +186 -0
- package/src/funcs/bankAccountsListBankAccounts.ts +156 -0
- package/src/funcs/billingCreateFeePlanAgreements.ts +183 -0
- package/src/funcs/billingListFeePlanAgreements.ts +164 -0
- package/src/funcs/billingListFeePlans.ts +161 -0
- package/src/funcs/billingListPartnerPricing.ts +160 -0
- package/src/funcs/billingListPartnerPricingAgreements.ts +166 -0
- package/src/funcs/brandingGetBrand.ts +151 -0
- package/src/funcs/brandingPostBrand.ts +175 -0
- package/src/funcs/brandingUpdateBrand.ts +175 -0
- package/src/funcs/capabilitiesAddCapabilities.ts +178 -0
- package/src/funcs/capabilitiesDisableCapability.ts +178 -0
- package/src/funcs/capabilitiesGetCapability.ts +159 -0
- package/src/funcs/capabilitiesListCapabilities.ts +154 -0
- package/src/funcs/cardIssuingGetFullIssuedCard.ts +162 -0
- package/src/funcs/cardIssuingGetIssuedCard.ts +160 -0
- package/src/funcs/cardIssuingListIssuedCards.ts +162 -0
- package/src/funcs/cardIssuingRequestCard.ts +177 -0
- package/src/funcs/cardIssuingUpdateIssuedCard.ts +184 -0
- package/src/funcs/cardsCreateApplePaySession.ts +183 -0
- package/src/funcs/cardsDisableCard.ts +177 -0
- package/src/funcs/cardsGetApplePayMerchantDomains.ts +159 -0
- package/src/funcs/cardsGetCard.ts +160 -0
- package/src/funcs/cardsLinkApplePayToken.ts +181 -0
- package/src/funcs/cardsLinkCard.ts +196 -0
- package/src/funcs/cardsListCards.ts +157 -0
- package/src/funcs/cardsRegisterApplePayMerchantDomains.ts +184 -0
- package/src/funcs/cardsUpdateApplePayMerchantDomains.ts +185 -0
- package/src/funcs/cardsUpdateCard.ts +191 -0
- package/src/funcs/disputesAcceptDispute.ts +181 -0
- package/src/funcs/disputesDeleteDisputeEvidenceFile.ts +175 -0
- package/src/funcs/disputesGetDispute.ts +162 -0
- package/src/funcs/disputesGetDisputeEvidence.ts +166 -0
- package/src/funcs/disputesGetDisputeEvidenceData.ts +183 -0
- package/src/funcs/disputesListDisputeEvidence.ts +164 -0
- package/src/funcs/disputesListDisputes.ts +173 -0
- package/src/funcs/disputesSubmitDisputeEvidence.ts +185 -0
- package/src/funcs/disputesUpdateDisputeEvidence.ts +176 -0
- package/src/funcs/disputesUploadDisputeEvidenceFile.ts +211 -0
- package/src/funcs/disputesUploadDisputeEvidenceText.ts +185 -0
- package/src/funcs/endToEndEncryptionGenerateEndToEndKey.ts +128 -0
- package/src/funcs/endToEndEncryptionTestEndToEndToken.ts +156 -0
- package/src/funcs/enrichedAddressGetEnrichmentAddress.ts +164 -0
- package/src/funcs/enrichedProfileGetEnrichmentProfile.ts +152 -0
- package/src/funcs/filesGetFileDetails.ts +158 -0
- package/src/funcs/filesListFiles.ts +155 -0
- package/src/funcs/filesUploadFile.ts +212 -0
- package/src/funcs/industriesListIndustries.ts +147 -0
- package/src/funcs/institutionsListInstitutions.ts +163 -0
- package/src/funcs/issuingTransactionsGetIssuedCardAuthorization.ts +161 -0
- package/src/funcs/issuingTransactionsGetIssuedCardTransaction.ts +162 -0
- package/src/funcs/issuingTransactionsListIssuedCardAuthorizationEvents.ts +170 -0
- package/src/funcs/issuingTransactionsListIssuedCardAuthorizations.ts +168 -0
- package/src/funcs/issuingTransactionsListIssuedCardTransactions.ts +165 -0
- package/src/funcs/onboardingCreateOnboardingInvite.ts +174 -0
- package/src/funcs/onboardingGetOnboardingInvite.ts +155 -0
- package/src/funcs/onboardingListOnboardingInvites.ts +149 -0
- package/src/funcs/onboardingRevokeOnboardingInvite.ts +155 -0
- package/src/funcs/paymentLinksCreatePaymentLink.ts +178 -0
- package/src/funcs/paymentLinksDisablePaymentLink.ts +160 -0
- package/src/funcs/paymentLinksGetPaymentLink.ts +160 -0
- package/src/funcs/paymentLinksGetPaymentLinkQRCode.ts +173 -0
- package/src/funcs/paymentLinksListPaymentLinks.ts +155 -0
- package/src/funcs/paymentLinksUpdatePaymentLink.ts +184 -0
- package/src/funcs/paymentMethodsGetPaymentMethod.ts +159 -0
- package/src/funcs/paymentMethodsListPaymentMethods.ts +160 -0
- package/src/funcs/pingPing.ts +147 -0
- package/src/funcs/representativesCreateRepresentative.ts +182 -0
- package/src/funcs/representativesDeleteRepresentative.ts +180 -0
- package/src/funcs/representativesGetRepresentative.ts +160 -0
- package/src/funcs/representativesListRepresentatives.ts +158 -0
- package/src/funcs/representativesUpdateRepresentative.ts +196 -0
- package/src/funcs/schedulingCancelSchedule.ts +176 -0
- package/src/funcs/schedulingCreateSchedule.ts +175 -0
- package/src/funcs/schedulingGetScheduledOccurrence.ts +163 -0
- package/src/funcs/schedulingGetSchedules.ts +157 -0
- package/src/funcs/schedulingListSchedules.ts +158 -0
- package/src/funcs/schedulingUpdateSchedule.ts +181 -0
- package/src/funcs/sweepsCreateSweepConfig.ts +175 -0
- package/src/funcs/sweepsGetSweep.ts +161 -0
- package/src/funcs/sweepsGetSweepConfig.ts +157 -0
- package/src/funcs/sweepsListSweepConfigs.ts +152 -0
- package/src/funcs/sweepsListSweeps.ts +166 -0
- package/src/funcs/sweepsPatchSweepConfig.ts +181 -0
- package/src/funcs/transfersCreateTransfer.ts +181 -0
- package/src/funcs/transfersCreateTransferOptions.ts +163 -0
- package/src/funcs/transfersGetRefund.ts +164 -0
- package/src/funcs/transfersGetTransfer.ts +163 -0
- package/src/funcs/transfersListRefunds.ts +161 -0
- package/src/funcs/transfersListTransfers.ts +175 -0
- package/src/funcs/transfersPatchTransfer.ts +162 -0
- package/src/funcs/transfersRefundTransfer.ts +187 -0
- package/src/funcs/transfersReverseTransfer.ts +191 -0
- package/src/funcs/underwritingGetUnderwriting.ts +156 -0
- package/src/funcs/underwritingUpdateUnderwriting.ts +182 -0
- package/src/funcs/walletTransactionsGetWalletTransaction.ts +164 -0
- package/src/funcs/walletTransactionsListWalletTransactions.ts +176 -0
- package/src/funcs/walletsGetWallet.ts +159 -0
- package/src/funcs/walletsListWallets.ts +154 -0
- package/src/hooks/hooks.ts +132 -0
- package/src/hooks/index.ts +6 -0
- package/src/hooks/registration.ts +14 -0
- package/src/hooks/types.ts +109 -0
- package/src/index.ts +7 -0
- package/src/lib/base64.ts +37 -0
- package/src/lib/config.ts +72 -0
- package/src/lib/dlv.ts +53 -0
- package/src/lib/encodings.ts +483 -0
- package/src/lib/files.ts +40 -0
- package/src/lib/http.ts +323 -0
- package/src/lib/is-plain-object.ts +43 -0
- package/src/lib/logger.ts +9 -0
- package/src/lib/matchers.ts +322 -0
- package/src/lib/primitives.ts +136 -0
- package/src/lib/retries.ts +219 -0
- package/src/lib/schemas.ts +91 -0
- package/src/lib/sdks.ts +396 -0
- package/src/lib/security.ts +252 -0
- package/src/lib/url.ts +33 -0
- package/src/models/components/account.ts +196 -0
- package/src/models/components/accountcapability.ts +73 -0
- package/src/models/components/accountcountries.ts +69 -0
- package/src/models/components/accountnameverification.ts +86 -0
- package/src/models/components/accounttype.ts +37 -0
- package/src/models/components/accountverificationstatus.ts +49 -0
- package/src/models/components/accountwaitfor.ts +32 -0
- package/src/models/components/achcreditsamedaypaymentmethod.ts +121 -0
- package/src/models/components/achcreditstandardpaymentmethod.ts +121 -0
- package/src/models/components/achdebitcollectpaymentmethod.ts +121 -0
- package/src/models/components/achdebitfundpaymentmethod.ts +117 -0
- package/src/models/components/achexception.ts +70 -0
- package/src/models/components/achlocation.ts +78 -0
- package/src/models/components/achparticipant.ts +168 -0
- package/src/models/components/achpaymentdetails.ts +79 -0
- package/src/models/components/achpaymentdetailserror.ts +70 -0
- package/src/models/components/achpaymentsettings.ts +69 -0
- package/src/models/components/achpaymentsettingsupdate.ts +69 -0
- package/src/models/components/achreturncode.ts +103 -0
- package/src/models/components/achtransactiondetails.ts +159 -0
- package/src/models/components/achtransactionstatus.ts +42 -0
- package/src/models/components/addcapabilities.ts +69 -0
- package/src/models/components/address.ts +79 -0
- package/src/models/components/addresserror.ts +82 -0
- package/src/models/components/addressupdate.ts +82 -0
- package/src/models/components/adjustment.ts +83 -0
- package/src/models/components/amount.ts +73 -0
- package/src/models/components/amountdecimal.ts +76 -0
- package/src/models/components/amountupdate.ts +76 -0
- package/src/models/components/amountvalidationerror.ts +70 -0
- package/src/models/components/applebillingcontact.ts +105 -0
- package/src/models/components/applepayheader.ts +87 -0
- package/src/models/components/applepaymerchantdomains.ts +88 -0
- package/src/models/components/applepaypaymentmethod.ts +109 -0
- package/src/models/components/applepayresponse.ts +139 -0
- package/src/models/components/applicationscope.ts +69 -0
- package/src/models/components/asynccreatedrefund.ts +83 -0
- package/src/models/components/asynctransfer.ts +66 -0
- package/src/models/components/authorizeduser.ts +69 -0
- package/src/models/components/authtoken.ts +118 -0
- package/src/models/components/authtokenrequest.ts +122 -0
- package/src/models/components/bankaccount.ts +172 -0
- package/src/models/components/bankaccountexception.ts +129 -0
- package/src/models/components/bankaccountholdertype.ts +39 -0
- package/src/models/components/bankaccountintegration.ts +98 -0
- package/src/models/components/bankaccountpayload.ts +75 -0
- package/src/models/components/bankaccountstatus.ts +36 -0
- package/src/models/components/bankaccountstatusreason.ts +53 -0
- package/src/models/components/bankaccounttype.ts +41 -0
- package/src/models/components/bankaccountverification.ts +93 -0
- package/src/models/components/bankaccountverificationcreated.ts +82 -0
- package/src/models/components/bankaccountverificationmethod.ts +35 -0
- package/src/models/components/bankaccountverificationstatus.ts +39 -0
- package/src/models/components/bankaccountwaitfor.ts +33 -0
- package/src/models/components/basicpaymentmethod.ts +81 -0
- package/src/models/components/billablefee.ts +117 -0
- package/src/models/components/birthdate.ts +70 -0
- package/src/models/components/birthdateerror.ts +70 -0
- package/src/models/components/birthdateupdate.ts +72 -0
- package/src/models/components/birthdatevalidationerror.ts +74 -0
- package/src/models/components/brand.ts +68 -0
- package/src/models/components/brandcolor.ts +65 -0
- package/src/models/components/brandcolorvalidationerror.ts +66 -0
- package/src/models/components/businessprofile.ts +164 -0
- package/src/models/components/businesstype.ts +45 -0
- package/src/models/components/calltoaction.ts +51 -0
- package/src/models/components/cancellation.ts +71 -0
- package/src/models/components/cancellationstatus.ts +33 -0
- package/src/models/components/capabilitieserror.ts +66 -0
- package/src/models/components/capability.ts +113 -0
- package/src/models/components/capabilityid.ts +40 -0
- package/src/models/components/capabilityrequirement.ts +84 -0
- package/src/models/components/capabilitystatus.ts +41 -0
- package/src/models/components/card.ts +270 -0
- package/src/models/components/cardaccountupdater.ts +82 -0
- package/src/models/components/cardacquiringdispute.ts +83 -0
- package/src/models/components/cardacquiringrefund.ts +109 -0
- package/src/models/components/cardacquringmodel.ts +39 -0
- package/src/models/components/cardaddress.ts +82 -0
- package/src/models/components/cardaddresserror.ts +86 -0
- package/src/models/components/cardbrand.ts +40 -0
- package/src/models/components/cardexpiration.ts +69 -0
- package/src/models/components/cardexpirationerror.ts +70 -0
- package/src/models/components/cardissuingnetwork.ts +40 -0
- package/src/models/components/cardpaymentdetails.ts +72 -0
- package/src/models/components/cardpaymentdetailserror.ts +66 -0
- package/src/models/components/cardpaymentpaymentmethod.ts +117 -0
- package/src/models/components/cardpaymentsettings.ts +72 -0
- package/src/models/components/cardtransactiondetails.ts +156 -0
- package/src/models/components/cardtransactionfailurecode.ts +58 -0
- package/src/models/components/cardtransactionstatus.ts +43 -0
- package/src/models/components/cardtype.ts +39 -0
- package/src/models/components/cardupdatereason.ts +44 -0
- package/src/models/components/cardverification.ts +95 -0
- package/src/models/components/cardverificationresult.ts +36 -0
- package/src/models/components/cardvolumedistribution.ts +78 -0
- package/src/models/components/cardvolumedistributionerror.ts +80 -0
- package/src/models/components/collectionpaymentmethodtype.ts +42 -0
- package/src/models/components/colors.ts +69 -0
- package/src/models/components/colorsvalidationerror.ts +76 -0
- package/src/models/components/completebankaccountverification.ts +71 -0
- package/src/models/components/completedmicrodeposits.ts +71 -0
- package/src/models/components/completemicrodeposits.ts +72 -0
- package/src/models/components/countrieserrors.ts +64 -0
- package/src/models/components/createaccount.ts +219 -0
- package/src/models/components/createaccounterror.ts +118 -0
- package/src/models/components/createaccountsettings.ts +178 -0
- package/src/models/components/createaccountupdate.ts +227 -0
- package/src/models/components/createapplepaysession.ts +76 -0
- package/src/models/components/createauthorizeduser.ts +83 -0
- package/src/models/components/createauthorizedusererror.ts +80 -0
- package/src/models/components/createauthorizeduserupdate.ts +83 -0
- package/src/models/components/createbusinesserror.ts +304 -0
- package/src/models/components/createbusinessprofile.ts +155 -0
- package/src/models/components/createbusinessprofileupdate.ts +157 -0
- package/src/models/components/createevidencefilemultipart.ts +153 -0
- package/src/models/components/createevidencetext.ts +78 -0
- package/src/models/components/createfeeplanagreement.ts +66 -0
- package/src/models/components/createindividualerror.ts +301 -0
- package/src/models/components/createindividualprofile.ts +116 -0
- package/src/models/components/createindividualprofileupdate.ts +118 -0
- package/src/models/components/createpaymentlink.ts +162 -0
- package/src/models/components/createprofile.ts +78 -0
- package/src/models/components/createprofileerror.ts +82 -0
- package/src/models/components/createprofileupdate.ts +82 -0
- package/src/models/components/createrefund.ts +72 -0
- package/src/models/components/createrefundresponse.ts +78 -0
- package/src/models/components/createrepresentative.ts +132 -0
- package/src/models/components/createreversal.ts +65 -0
- package/src/models/components/createsweepconfig.ts +100 -0
- package/src/models/components/createtransfer.ts +121 -0
- package/src/models/components/createtransferdestination.ts +89 -0
- package/src/models/components/createtransferdestinationach.ts +78 -0
- package/src/models/components/createtransferdestinationcard.ts +71 -0
- package/src/models/components/createtransfersource.ts +99 -0
- package/src/models/components/createtransfersourceach.ts +100 -0
- package/src/models/components/createtransfersourcecard.ts +86 -0
- package/src/models/components/customersupport.ts +94 -0
- package/src/models/components/customersupporterror.ts +90 -0
- package/src/models/components/customersupportupdate.ts +96 -0
- package/src/models/components/debitholdperiod.ts +40 -0
- package/src/models/components/disbursementpaymentmethodtype.ts +43 -0
- package/src/models/components/displayoptionserror.ts +74 -0
- package/src/models/components/dispute.ts +144 -0
- package/src/models/components/disputeevidencemetadata.ts +106 -0
- package/src/models/components/disputephase.ts +39 -0
- package/src/models/components/disputestatus.ts +53 -0
- package/src/models/components/disputetransferdetails.ts +69 -0
- package/src/models/components/document.ts +92 -0
- package/src/models/components/documenttype.ts +39 -0
- package/src/models/components/domesticpullfromcard.ts +40 -0
- package/src/models/components/domesticpushtocard.ts +41 -0
- package/src/models/components/e2eetoken.ts +72 -0
- package/src/models/components/e2eetokenupdate.ts +74 -0
- package/src/models/components/end2endencryptionerror.ts +66 -0
- package/src/models/components/enrichedaddressresponse.ts +89 -0
- package/src/models/components/enrichedbusinessprofile.ts +104 -0
- package/src/models/components/enrichedindustry.ts +90 -0
- package/src/models/components/enrichedindustrycodes.ts +70 -0
- package/src/models/components/evidencetext.ts +83 -0
- package/src/models/components/evidencetype.ts +37 -0
- package/src/models/components/facilitatorfee.ts +96 -0
- package/src/models/components/feecategory.ts +37 -0
- package/src/models/components/feemodel.ts +37 -0
- package/src/models/components/feeplan.ts +104 -0
- package/src/models/components/feeplanagreement.ts +109 -0
- package/src/models/components/feeplanagreementstatus.ts +33 -0
- package/src/models/components/feeproperties.ts +318 -0
- package/src/models/components/filedetails.ts +117 -0
- package/src/models/components/filepurpose.ts +41 -0
- package/src/models/components/filestatus.ts +38 -0
- package/src/models/components/fileuploadrequestmultipart.ts +172 -0
- package/src/models/components/financialinstitutions.ts +72 -0
- package/src/models/components/fulfillmentdetails.ts +83 -0
- package/src/models/components/fulfillmentdetailserror.ts +70 -0
- package/src/models/components/fullissuedcard.ts +180 -0
- package/src/models/components/governmentid.ts +170 -0
- package/src/models/components/governmentiderror.ts +194 -0
- package/src/models/components/granttype.ts +47 -0
- package/src/models/components/index.ts +336 -0
- package/src/models/components/individualname.ts +86 -0
- package/src/models/components/individualnameerror.ts +78 -0
- package/src/models/components/individualnameupdate.ts +90 -0
- package/src/models/components/individualprofile.ts +113 -0
- package/src/models/components/industrycodes.ts +70 -0
- package/src/models/components/industrycodesupdate.ts +74 -0
- package/src/models/components/issuedcard.ts +163 -0
- package/src/models/components/issuedcardauthorization.ts +126 -0
- package/src/models/components/issuedcardauthorizationevent.ts +106 -0
- package/src/models/components/issuedcardauthorizationeventresult.ts +43 -0
- package/src/models/components/issuedcardeventtype.ts +43 -0
- package/src/models/components/issuedcardformfactor.ts +38 -0
- package/src/models/components/issuedcardstate.ts +55 -0
- package/src/models/components/issuedcardtransaction.ts +105 -0
- package/src/models/components/issuingauthorizationstatus.ts +44 -0
- package/src/models/components/issuingcontrols.ts +80 -0
- package/src/models/components/issuingcontrolserror.ts +74 -0
- package/src/models/components/issuingintervallimit.ts +38 -0
- package/src/models/components/issuingmerchantdata.ts +111 -0
- package/src/models/components/issuingvelocitylimit.ts +81 -0
- package/src/models/components/issuingvelocitylimiterror.ts +70 -0
- package/src/models/components/jsonwebkey.ts +191 -0
- package/src/models/components/linkapplepay.ts +102 -0
- package/src/models/components/linkapplepaymentdata.ts +109 -0
- package/src/models/components/linkapplepaymentmethod.ts +91 -0
- package/src/models/components/linkapplepaytoken.ts +113 -0
- package/src/models/components/linkbankaccount.ts +98 -0
- package/src/models/components/linkcard.ts +122 -0
- package/src/models/components/linkcardwaitfor.ts +32 -0
- package/src/models/components/linkedapplepaypaymentmethod.ts +96 -0
- package/src/models/components/manualtermsofservice.ts +92 -0
- package/src/models/components/manualtermsofserviceupdate.ts +92 -0
- package/src/models/components/microdepositstatus.ts +32 -0
- package/src/models/components/mode.ts +38 -0
- package/src/models/components/moovfeedetails.ts +89 -0
- package/src/models/components/moovwalletpaymentmethod.ts +108 -0
- package/src/models/components/mxauthorizationcode.ts +74 -0
- package/src/models/components/mxpayload.ts +89 -0
- package/src/models/components/occurrence.ts +99 -0
- package/src/models/components/occurrencesresponse.ts +196 -0
- package/src/models/components/occurrencestatus.ts +40 -0
- package/src/models/components/onboardinginvite.ts +173 -0
- package/src/models/components/onboardinginviterequest.ts +126 -0
- package/src/models/components/onboardingpartneraccount.ts +87 -0
- package/src/models/components/partnerpricing.ts +109 -0
- package/src/models/components/partnerpricingagreement.ts +116 -0
- package/src/models/components/patchaccounterror.ts +110 -0
- package/src/models/components/patchsweepconfig.ts +96 -0
- package/src/models/components/paymentdetailserror.ts +86 -0
- package/src/models/components/paymentlink.ts +213 -0
- package/src/models/components/paymentlinkcustomeroptions.ts +83 -0
- package/src/models/components/paymentlinkdisplayoptions.ts +96 -0
- package/src/models/components/paymentlinkdisplayoptionsupdate.ts +98 -0
- package/src/models/components/paymentlinkpaymentdetails.ts +103 -0
- package/src/models/components/paymentlinkpaymentdetailsupdate.ts +106 -0
- package/src/models/components/paymentlinkpayoutdetails.ts +91 -0
- package/src/models/components/paymentlinkpayoutdetailsupdate.ts +95 -0
- package/src/models/components/paymentlinkstatus.ts +35 -0
- package/src/models/components/paymentmethod.ts +253 -0
- package/src/models/components/paymentmethodtype.ts +47 -0
- package/src/models/components/payoutdetailserror.ts +76 -0
- package/src/models/components/payoutrecipient.ts +71 -0
- package/src/models/components/payoutrecipienterror.ts +66 -0
- package/src/models/components/payoutrecipientupdate.ts +73 -0
- package/src/models/components/phonenumber.ts +66 -0
- package/src/models/components/phonenumbererror.ts +70 -0
- package/src/models/components/plaidintegration.ts +81 -0
- package/src/models/components/plaidlinkintegration.ts +79 -0
- package/src/models/components/plaidlinkpayload.ts +92 -0
- package/src/models/components/plaidpayload.ts +86 -0
- package/src/models/components/primaryregulator.ts +41 -0
- package/src/models/components/profile.ts +84 -0
- package/src/models/components/pullfromcardpaymentmethod.ts +117 -0
- package/src/models/components/pushtocardpaymentmethod.ts +117 -0
- package/src/models/components/qrcode.ts +62 -0
- package/src/models/components/recur.ts +93 -0
- package/src/models/components/refundcarddetails.ts +105 -0
- package/src/models/components/refundcardstatus.ts +36 -0
- package/src/models/components/refundstatus.ts +33 -0
- package/src/models/components/registerapplepaymerchantdomains.ts +78 -0
- package/src/models/components/representative.ts +142 -0
- package/src/models/components/representativeresponsibilities.ts +95 -0
- package/src/models/components/representativeresponsibilitieserror.ts +83 -0
- package/src/models/components/requestcard.ts +117 -0
- package/src/models/components/requirementerror.ts +83 -0
- package/src/models/components/requirementerrorcode.ts +49 -0
- package/src/models/components/requirementid.ts +95 -0
- package/src/models/components/returnpolicytype.ts +35 -0
- package/src/models/components/reversal.ts +77 -0
- package/src/models/components/reversedwithcancellation.ts +72 -0
- package/src/models/components/reversedwithrefund.ts +75 -0
- package/src/models/components/revoketokenrequest.ts +137 -0
- package/src/models/components/rtpcreditpaymentmethod.ts +117 -0
- package/src/models/components/rtpfailurecode.ts +47 -0
- package/src/models/components/rtprejectioncode.ts +64 -0
- package/src/models/components/rtptransactiondetails.ts +117 -0
- package/src/models/components/rtptransactionstatus.ts +41 -0
- package/src/models/components/runtransfer.ts +96 -0
- package/src/models/components/schedulepaymentmethod.ts +195 -0
- package/src/models/components/scheduleresponse.ts +133 -0
- package/src/models/components/schemebasicauth.ts +68 -0
- package/src/models/components/seccode.ts +39 -0
- package/src/models/components/security.ts +66 -0
- package/src/models/components/settings.ts +84 -0
- package/src/models/components/settingsupdate.ts +84 -0
- package/src/models/components/sweep.ts +139 -0
- package/src/models/components/sweepconfig.ts +135 -0
- package/src/models/components/sweepconfigpaymentmethod.ts +80 -0
- package/src/models/components/sweepconfigstatus.ts +33 -0
- package/src/models/components/sweepstatus.ts +35 -0
- package/src/models/components/taxid.ts +110 -0
- package/src/models/components/taxidupdate.ts +119 -0
- package/src/models/components/termsofservice.ts +77 -0
- package/src/models/components/termsofserviceerror.ts +133 -0
- package/src/models/components/termsofservicetoken.ts +69 -0
- package/src/models/components/termsofservicetokenupdate.ts +69 -0
- package/src/models/components/tokentype.ts +47 -0
- package/src/models/components/transactionsource.ts +50 -0
- package/src/models/components/transfer.ts +226 -0
- package/src/models/components/transferaccount.ts +72 -0
- package/src/models/components/transferdestination.ts +144 -0
- package/src/models/components/transferfailurereason.ts +42 -0
- package/src/models/components/transferoptions.ts +74 -0
- package/src/models/components/transfersource.ts +127 -0
- package/src/models/components/transferstatus.ts +44 -0
- package/src/models/components/transferwaitfor.ts +32 -0
- package/src/models/components/underwriting.ts +115 -0
- package/src/models/components/underwritingstatus.ts +42 -0
- package/src/models/components/updateapplepaymerchantdomains.ts +78 -0
- package/src/models/components/updatebrand.ts +68 -0
- package/src/models/components/updatecard.ts +115 -0
- package/src/models/components/updatecardaddress.ts +86 -0
- package/src/models/components/updatecardexpiration.ts +70 -0
- package/src/models/components/updatecolor.ts +62 -0
- package/src/models/components/updatecolors.ts +72 -0
- package/src/models/components/updateevidence.ts +77 -0
- package/src/models/components/updateissuedcard.ts +98 -0
- package/src/models/components/updatepaymentlink.ts +124 -0
- package/src/models/components/updaterepresentative.ts +669 -0
- package/src/models/components/updateunderwriting.ts +104 -0
- package/src/models/components/upsertschedule.ts +88 -0
- package/src/models/components/verification.ts +113 -0
- package/src/models/components/verificationstatus.ts +45 -0
- package/src/models/components/verificationstatusdetail.ts +54 -0
- package/src/models/components/versions.ts +61 -0
- package/src/models/components/volumebycustomertype.ts +70 -0
- package/src/models/components/volumebycustomertypeerror.ts +70 -0
- package/src/models/components/wallet.ts +72 -0
- package/src/models/components/walletavailablebalance.ts +84 -0
- package/src/models/components/wallettransaction.ts +190 -0
- package/src/models/components/wallettransactionsourcetype.ts +39 -0
- package/src/models/components/wallettransactionstatus.ts +37 -0
- package/src/models/components/wallettransactiontype.ts +56 -0
- package/src/models/errors/addcapabilitieserror.ts +70 -0
- package/src/models/errors/apierror.ts +27 -0
- package/src/models/errors/assigncountrieserror.ts +70 -0
- package/src/models/errors/authtokenrequesterror.ts +86 -0
- package/src/models/errors/bankaccountvalidationerror.ts +93 -0
- package/src/models/errors/brandvalidationerror.ts +70 -0
- package/src/models/errors/cardacquiringrefund.ts +112 -0
- package/src/models/errors/createaccount.ts +76 -0
- package/src/models/errors/createpaymentlinkerror.ts +116 -0
- package/src/models/errors/createsweepconfigerror.ts +105 -0
- package/src/models/errors/feeplanagreementerror.ts +69 -0
- package/src/models/errors/filevalidationerror.ts +87 -0
- package/src/models/errors/genericerror.ts +69 -0
- package/src/models/errors/httpclienterrors.ts +62 -0
- package/src/models/errors/index.ts +38 -0
- package/src/models/errors/linkapplepayerror.ts +113 -0
- package/src/models/errors/linkcarderror.ts +126 -0
- package/src/models/errors/microdepositvalidationerror.ts +69 -0
- package/src/models/errors/onboardinginviteerror.ts +95 -0
- package/src/models/errors/patchaccount.ts +76 -0
- package/src/models/errors/patchsweepconfigerror.ts +99 -0
- package/src/models/errors/refundvalidationerror.ts +81 -0
- package/src/models/errors/representativevalidationerror.ts +152 -0
- package/src/models/errors/requestcarderror.ts +101 -0
- package/src/models/errors/reversalvalidationerror.ts +69 -0
- package/src/models/errors/revoketokenrequesterror.ts +86 -0
- package/src/models/errors/schedulevalidationerror.ts +81 -0
- package/src/models/errors/sdkvalidationerror.ts +97 -0
- package/src/models/errors/transfer.ts +252 -0
- package/src/models/errors/transferoptionsvalidationerror.ts +81 -0
- package/src/models/errors/transfervalidationerror.ts +152 -0
- package/src/models/errors/updatecarderror.ts +114 -0
- package/src/models/errors/updateissuedcarderror.ts +83 -0
- package/src/models/errors/updatepaymentlinkerror.ts +94 -0
- package/src/models/errors/updateunderwritingerror.ts +161 -0
- package/src/models/operations/acceptdispute.ts +159 -0
- package/src/models/operations/addcapabilities.ts +161 -0
- package/src/models/operations/assignaccountcountries.ts +165 -0
- package/src/models/operations/cancelschedule.ts +159 -0
- package/src/models/operations/completebankaccountverification.ts +185 -0
- package/src/models/operations/completemicrodeposits.ts +169 -0
- package/src/models/operations/createaccount.ts +166 -0
- package/src/models/operations/createapplepaysession.ts +168 -0
- package/src/models/operations/createauthtoken.ts +85 -0
- package/src/models/operations/createfeeplanagreements.ts +165 -0
- package/src/models/operations/createonboardinginvite.ts +161 -0
- package/src/models/operations/createpaymentlink.ts +161 -0
- package/src/models/operations/createrepresentative.ts +168 -0
- package/src/models/operations/createschedule.ts +161 -0
- package/src/models/operations/createsweepconfig.ts +161 -0
- package/src/models/operations/createtransfer.ts +320 -0
- package/src/models/operations/createtransferoptions.ts +155 -0
- package/src/models/operations/deletedisputeevidencefile.ts +168 -0
- package/src/models/operations/deleterepresentative.ts +169 -0
- package/src/models/operations/disablebankaccount.ts +159 -0
- package/src/models/operations/disablecapability.ts +162 -0
- package/src/models/operations/disablecard.ts +159 -0
- package/src/models/operations/disablepaymentlink.ts +159 -0
- package/src/models/operations/disconnectaccount.ts +155 -0
- package/src/models/operations/generateendtoendkey.ts +79 -0
- package/src/models/operations/getaccount.ts +155 -0
- package/src/models/operations/getaccountcountries.ts +157 -0
- package/src/models/operations/getadjustment.ts +159 -0
- package/src/models/operations/getapplepaymerchantdomains.ts +165 -0
- package/src/models/operations/getavatar.ts +218 -0
- package/src/models/operations/getbankaccount.ts +159 -0
- package/src/models/operations/getbankaccountverification.ts +166 -0
- package/src/models/operations/getbrand.ts +153 -0
- package/src/models/operations/getcapability.ts +162 -0
- package/src/models/operations/getcard.ts +153 -0
- package/src/models/operations/getdispute.ts +159 -0
- package/src/models/operations/getdisputeevidence.ts +163 -0
- package/src/models/operations/getdisputeevidencedata.ts +233 -0
- package/src/models/operations/getenrichmentaddress.ts +250 -0
- package/src/models/operations/getenrichmentprofile.ts +159 -0
- package/src/models/operations/getfiledetails.ts +159 -0
- package/src/models/operations/getfullissuedcard.ts +162 -0
- package/src/models/operations/getissuedcard.ts +162 -0
- package/src/models/operations/getissuedcardauthorization.ts +169 -0
- package/src/models/operations/getissuedcardtransaction.ts +166 -0
- package/src/models/operations/getmerchantprocessingagreement.ts +166 -0
- package/src/models/operations/getonboardinginvite.ts +157 -0
- package/src/models/operations/getpaymentlink.ts +159 -0
- package/src/models/operations/getpaymentlinkqrcode.ts +225 -0
- package/src/models/operations/getpaymentmethod.ts +159 -0
- package/src/models/operations/getrefund.ts +169 -0
- package/src/models/operations/getrepresentative.ts +165 -0
- package/src/models/operations/getscheduledoccurrence.ts +176 -0
- package/src/models/operations/getschedules.ts +159 -0
- package/src/models/operations/getsweep.ts +161 -0
- package/src/models/operations/getsweepconfig.ts +159 -0
- package/src/models/operations/gettermsofservicetoken.ts +95 -0
- package/src/models/operations/gettransfer.ts +162 -0
- package/src/models/operations/getunderwriting.ts +155 -0
- package/src/models/operations/getwallet.ts +159 -0
- package/src/models/operations/getwallettransaction.ts +167 -0
- package/src/models/operations/index.ts +124 -0
- package/src/models/operations/initiatebankaccountverification.ts +189 -0
- package/src/models/operations/initiatemicrodeposits.ts +163 -0
- package/src/models/operations/linkapplepaytoken.ts +164 -0
- package/src/models/operations/linkbankaccount.ts +175 -0
- package/src/models/operations/linkcard.ts +173 -0
- package/src/models/operations/listaccounts.ts +231 -0
- package/src/models/operations/listadjustments.ts +162 -0
- package/src/models/operations/listbankaccounts.ts +155 -0
- package/src/models/operations/listcapabilities.ts +155 -0
- package/src/models/operations/listcards.ts +155 -0
- package/src/models/operations/listdisputeevidence.ts +161 -0
- package/src/models/operations/listdisputes.ts +237 -0
- package/src/models/operations/listfeeplanagreements.ts +173 -0
- package/src/models/operations/listfeeplans.ts +162 -0
- package/src/models/operations/listfiles.ts +155 -0
- package/src/models/operations/listindustries.ts +151 -0
- package/src/models/operations/listinstitutions.ts +179 -0
- package/src/models/operations/listissuedcardauthorizationevents.ts +193 -0
- package/src/models/operations/listissuedcardauthorizations.ts +209 -0
- package/src/models/operations/listissuedcards.ts +173 -0
- package/src/models/operations/listissuedcardtransactions.ts +197 -0
- package/src/models/operations/listonboardinginvites.ts +155 -0
- package/src/models/operations/listpartnerpricing.ts +162 -0
- package/src/models/operations/listpartnerpricingagreements.ts +179 -0
- package/src/models/operations/listpaymentlinks.ts +155 -0
- package/src/models/operations/listpaymentmethods.ts +169 -0
- package/src/models/operations/listrefunds.ts +162 -0
- package/src/models/operations/listrepresentatives.ts +160 -0
- package/src/models/operations/listschedules.ts +163 -0
- package/src/models/operations/listsweepconfigs.ts +155 -0
- package/src/models/operations/listsweeps.ts +181 -0
- package/src/models/operations/listtransfers.ts +215 -0
- package/src/models/operations/listwallets.ts +155 -0
- package/src/models/operations/listwallettransactions.ts +242 -0
- package/src/models/operations/patchaccount.ts +161 -0
- package/src/models/operations/patchsweepconfig.ts +165 -0
- package/src/models/operations/patchtransfer.ts +162 -0
- package/src/models/operations/ping.ts +143 -0
- package/src/models/operations/postbrand.ts +161 -0
- package/src/models/operations/refundtransfer.ts +252 -0
- package/src/models/operations/registerapplepaymerchantdomains.ts +184 -0
- package/src/models/operations/requestcard.ts +164 -0
- package/src/models/operations/reversetransfer.ts +180 -0
- package/src/models/operations/revokeauthtoken.ts +85 -0
- package/src/models/operations/revokeonboardinginvite.ts +159 -0
- package/src/models/operations/submitdisputeevidence.ts +163 -0
- package/src/models/operations/testendtoendtoken.ts +157 -0
- package/src/models/operations/updateapplepaymerchantdomains.ts +177 -0
- package/src/models/operations/updatebrand.ts +161 -0
- package/src/models/operations/updatecard.ts +165 -0
- package/src/models/operations/updatedisputeevidence.ts +173 -0
- package/src/models/operations/updateissuedcard.ts +168 -0
- package/src/models/operations/updatepaymentlink.ts +165 -0
- package/src/models/operations/updaterepresentative.ts +175 -0
- package/src/models/operations/updateschedule.ts +165 -0
- package/src/models/operations/updateunderwriting.ts +161 -0
- package/src/models/operations/uploaddisputeevidencefile.ts +172 -0
- package/src/models/operations/uploaddisputeevidencetext.ts +170 -0
- package/src/models/operations/uploadfile.ts +163 -0
- package/src/sdk/accounts.ts +205 -0
- package/src/sdk/adjustments.ts +50 -0
- package/src/sdk/authentication.ts +42 -0
- package/src/sdk/avatars.ts +33 -0
- package/src/sdk/bankaccounts.ts +232 -0
- package/src/sdk/billing.ts +111 -0
- package/src/sdk/branding.ts +61 -0
- package/src/sdk/capabilities.ts +86 -0
- package/src/sdk/cardissuing.ts +112 -0
- package/src/sdk/cards.ts +251 -0
- package/src/sdk/disputes.ts +262 -0
- package/src/sdk/endtoendencryption.ts +45 -0
- package/src/sdk/enrichedaddress.ts +29 -0
- package/src/sdk/enrichedprofile.ts +29 -0
- package/src/sdk/files.ts +73 -0
- package/src/sdk/index.ts +5 -0
- package/src/sdk/industries.ts +29 -0
- package/src/sdk/institutions.ts +29 -0
- package/src/sdk/issuingtransactions.ts +110 -0
- package/src/sdk/onboarding.ts +90 -0
- package/src/sdk/paymentlinks.ts +139 -0
- package/src/sdk/paymentmethods.ts +48 -0
- package/src/sdk/ping.ts +29 -0
- package/src/sdk/representatives.ts +123 -0
- package/src/sdk/scheduling.ts +112 -0
- package/src/sdk/sdk.ts +183 -0
- package/src/sdk/sweeps.ts +112 -0
- package/src/sdk/transfers.ts +213 -0
- package/src/sdk/underwriting.ts +54 -0
- package/src/sdk/wallets.ts +48 -0
- package/src/sdk/wallettransactions.ts +48 -0
- package/src/types/blobs.ts +31 -0
- package/src/types/constdatetime.ts +15 -0
- package/src/types/enums.ts +16 -0
- package/src/types/fp.ts +50 -0
- package/src/types/index.ts +11 -0
- package/src/types/operations.ts +105 -0
- package/src/types/rfcdate.ts +54 -0
- package/src/types/streams.ts +21 -0
- package/tsconfig.json +41 -0
- package/types/blobs.d.ts +4 -0
- package/types/blobs.d.ts.map +1 -0
- package/types/blobs.js +62 -0
- package/types/blobs.js.map +1 -0
- package/types/constdatetime.d.ts +3 -0
- package/types/constdatetime.d.ts.map +1 -0
- package/types/constdatetime.js +46 -0
- package/types/constdatetime.js.map +1 -0
- package/types/enums.d.ts +12 -0
- package/types/enums.d.ts.map +1 -0
- package/types/enums.js +10 -0
- package/types/enums.js.map +1 -0
- package/types/fp.d.ts +31 -0
- package/types/fp.d.ts.map +1 -0
- package/types/fp.js +37 -0
- package/types/fp.js.map +1 -0
- package/types/index.d.ts +8 -0
- package/types/index.d.ts.map +1 -0
- package/types/index.js +16 -0
- package/types/index.js.map +1 -0
- package/types/operations.d.ts +27 -0
- package/types/operations.d.ts.map +1 -0
- package/types/operations.js +83 -0
- package/types/operations.js.map +1 -0
- package/types/rfcdate.d.ts +21 -0
- package/types/rfcdate.d.ts.map +1 -0
- package/types/rfcdate.js +46 -0
- package/types/rfcdate.js.map +1 -0
- package/types/streams.d.ts +2 -0
- package/types/streams.d.ts.map +1 -0
- package/types/streams.js +18 -0
- package/types/streams.js.map +1 -0
package/README.md
ADDED
@@ -0,0 +1,1818 @@
|
|
1
|
+
# moov-sdk
|
2
|
+
|
3
|
+
Developer-friendly & type-safe Typescript SDK specifically catered to leverage *moov-sdk* API.
|
4
|
+
|
5
|
+
<div align="left">
|
6
|
+
<a href="https://www.speakeasy.com/?utm_source=moov-sdk&utm_campaign=typescript"><img src="https://custom-icon-badges.demolab.com/badge/-Built%20By%20Speakeasy-212015?style=for-the-badge&logoColor=FBE331&logo=speakeasy&labelColor=545454" /></a>
|
7
|
+
<a href="https://opensource.org/licenses/MIT">
|
8
|
+
<img src="https://img.shields.io/badge/License-MIT-blue.svg" style="width: 100px; height: 28px;" />
|
9
|
+
</a>
|
10
|
+
</div>
|
11
|
+
|
12
|
+
|
13
|
+
<br /><br />
|
14
|
+
> [!IMPORTANT]
|
15
|
+
> This SDK is not yet ready for production use. To complete setup please follow the steps outlined in your [workspace](https://app.speakeasy.com/org/moov/moov). Delete this section before > publishing to a package manager.
|
16
|
+
|
17
|
+
<!-- Start Summary [summary] -->
|
18
|
+
## Summary
|
19
|
+
|
20
|
+
Moov API: Moov is a platform that enables developers to integrate all aspects of money movement with ease and speed.
|
21
|
+
The Moov API makes it simple for platforms to send, receive, and store money. Our API is based upon REST
|
22
|
+
principles, returns JSON responses, and uses standard HTTP response codes. To learn more about how Moov
|
23
|
+
works at a high level, read our [concepts](https://docs.moov.io/guides/get-started/glossary/) guide.
|
24
|
+
<!-- End Summary [summary] -->
|
25
|
+
|
26
|
+
<!-- Start Table of Contents [toc] -->
|
27
|
+
## Table of Contents
|
28
|
+
<!-- $toc-max-depth=2 -->
|
29
|
+
* [moov-sdk](#moov-sdk)
|
30
|
+
* [SDK Installation](#sdk-installation)
|
31
|
+
* [Requirements](#requirements)
|
32
|
+
* [SDK Example Usage](#sdk-example-usage)
|
33
|
+
* [Authentication](#authentication)
|
34
|
+
* [Available Resources and Operations](#available-resources-and-operations)
|
35
|
+
* [Standalone functions](#standalone-functions)
|
36
|
+
* [File uploads](#file-uploads)
|
37
|
+
* [Retries](#retries)
|
38
|
+
* [Error Handling](#error-handling)
|
39
|
+
* [Server Selection](#server-selection)
|
40
|
+
* [Custom HTTP Client](#custom-http-client)
|
41
|
+
* [Debugging](#debugging)
|
42
|
+
* [Development](#development)
|
43
|
+
* [Maturity](#maturity)
|
44
|
+
* [Contributions](#contributions)
|
45
|
+
|
46
|
+
<!-- End Table of Contents [toc] -->
|
47
|
+
|
48
|
+
<!-- Start SDK Installation [installation] -->
|
49
|
+
## SDK Installation
|
50
|
+
|
51
|
+
The SDK can be installed with either [npm](https://www.npmjs.com/), [pnpm](https://pnpm.io/), [bun](https://bun.sh/) or [yarn](https://classic.yarnpkg.com/en/) package managers.
|
52
|
+
|
53
|
+
### NPM
|
54
|
+
|
55
|
+
```bash
|
56
|
+
npm add @moovio/sdk
|
57
|
+
```
|
58
|
+
|
59
|
+
### PNPM
|
60
|
+
|
61
|
+
```bash
|
62
|
+
pnpm add @moovio/sdk
|
63
|
+
```
|
64
|
+
|
65
|
+
### Bun
|
66
|
+
|
67
|
+
```bash
|
68
|
+
bun add @moovio/sdk
|
69
|
+
```
|
70
|
+
|
71
|
+
### Yarn
|
72
|
+
|
73
|
+
```bash
|
74
|
+
yarn add @moovio/sdk zod
|
75
|
+
|
76
|
+
# Note that Yarn does not install peer dependencies automatically. You will need
|
77
|
+
# to install zod as shown above.
|
78
|
+
```
|
79
|
+
<!-- End SDK Installation [installation] -->
|
80
|
+
|
81
|
+
<!-- Start Requirements [requirements] -->
|
82
|
+
## Requirements
|
83
|
+
|
84
|
+
For supported JavaScript runtimes, please consult [RUNTIMES.md](RUNTIMES.md).
|
85
|
+
<!-- End Requirements [requirements] -->
|
86
|
+
|
87
|
+
<!-- Start SDK Example Usage [usage] -->
|
88
|
+
## SDK Example Usage
|
89
|
+
|
90
|
+
### Example
|
91
|
+
|
92
|
+
```typescript
|
93
|
+
import { Moov } from "@moovio/sdk";
|
94
|
+
|
95
|
+
const moov = new Moov();
|
96
|
+
|
97
|
+
async function run() {
|
98
|
+
const result = await moov.accounts.createAccount({
|
99
|
+
basicAuth: {
|
100
|
+
username: "",
|
101
|
+
password: "",
|
102
|
+
},
|
103
|
+
}, {
|
104
|
+
createAccount: {
|
105
|
+
accountType: "business",
|
106
|
+
profile: {
|
107
|
+
business: {
|
108
|
+
legalBusinessName: "Classbooker, LLC",
|
109
|
+
},
|
110
|
+
},
|
111
|
+
},
|
112
|
+
});
|
113
|
+
|
114
|
+
// Handle the result
|
115
|
+
console.log(result);
|
116
|
+
}
|
117
|
+
|
118
|
+
run();
|
119
|
+
|
120
|
+
```
|
121
|
+
<!-- End SDK Example Usage [usage] -->
|
122
|
+
|
123
|
+
<!-- Start Authentication [security] -->
|
124
|
+
## Authentication
|
125
|
+
|
126
|
+
### Per-Client Security Schemes
|
127
|
+
|
128
|
+
This SDK supports the following security scheme globally:
|
129
|
+
|
130
|
+
| Name | Type | Scheme |
|
131
|
+
| ------------------------- | ---- | ---------- |
|
132
|
+
| `username`<br/>`password` | http | HTTP Basic |
|
133
|
+
|
134
|
+
You can set the security parameters through the `security` optional parameter when initializing the SDK client instance. For example:
|
135
|
+
```typescript
|
136
|
+
import { Moov } from "@moovio/sdk";
|
137
|
+
|
138
|
+
const moov = new Moov({
|
139
|
+
security: {
|
140
|
+
username: "",
|
141
|
+
password: "",
|
142
|
+
},
|
143
|
+
});
|
144
|
+
|
145
|
+
async function run() {
|
146
|
+
const result = await moov.accounts.getTermsOfServiceToken({});
|
147
|
+
|
148
|
+
// Handle the result
|
149
|
+
console.log(result);
|
150
|
+
}
|
151
|
+
|
152
|
+
run();
|
153
|
+
|
154
|
+
```
|
155
|
+
|
156
|
+
### Per-Operation Security Schemes
|
157
|
+
|
158
|
+
Some operations in this SDK require the security scheme to be specified at the request level. For example:
|
159
|
+
```typescript
|
160
|
+
import { Moov } from "@moovio/sdk";
|
161
|
+
|
162
|
+
const moov = new Moov();
|
163
|
+
|
164
|
+
async function run() {
|
165
|
+
const result = await moov.accounts.createAccount({
|
166
|
+
basicAuth: {
|
167
|
+
username: "",
|
168
|
+
password: "",
|
169
|
+
},
|
170
|
+
}, {
|
171
|
+
createAccount: {
|
172
|
+
accountType: "business",
|
173
|
+
profile: {
|
174
|
+
business: {
|
175
|
+
legalBusinessName: "Classbooker, LLC",
|
176
|
+
},
|
177
|
+
},
|
178
|
+
},
|
179
|
+
});
|
180
|
+
|
181
|
+
// Handle the result
|
182
|
+
console.log(result);
|
183
|
+
}
|
184
|
+
|
185
|
+
run();
|
186
|
+
|
187
|
+
```
|
188
|
+
<!-- End Authentication [security] -->
|
189
|
+
|
190
|
+
<!-- Start Available Resources and Operations [operations] -->
|
191
|
+
## Available Resources and Operations
|
192
|
+
|
193
|
+
<details open>
|
194
|
+
<summary>Available methods</summary>
|
195
|
+
|
196
|
+
### [accounts](docs/sdks/accounts/README.md)
|
197
|
+
|
198
|
+
* [createAccount](docs/sdks/accounts/README.md#createaccount) - You can create **business** or **individual** accounts for your users (i.e., customers, merchants) by passing the required
|
199
|
+
information to Moov. Requirements differ per account type and requested [capabilities](https://docs.moov.io/guides/accounts/capabilities/requirements/).
|
200
|
+
|
201
|
+
If you're requesting the `wallet`, `send-funds`, `collect-funds`, or `card-issuing` capabilities, you'll need to:
|
202
|
+
+ Send Moov the user [platform terms of service agreement](https://docs.moov.io/guides/accounts/requirements/platform-agreement/) acceptance.
|
203
|
+
This can be done upon account creation, or by [patching](https://docs.moov.io/api/moov-accounts/accounts/patch/) the account using the `termsOfService` field.
|
204
|
+
If you're creating a business account with the business type `llc`, `partnership`, or `privateCorporation`, you'll need to:
|
205
|
+
+ Provide [business representatives](https://docs.moov.io/api/moov-accounts/representatives/) after creating the account.
|
206
|
+
+ [Patch](https://docs.moov.io/api/moov-accounts/accounts/patch/) the account to indicate that business representative ownership information is complete.
|
207
|
+
|
208
|
+
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
|
+
Note that the `mode` field (for production or sandbox) is only required when creating a _facilitator_ account. All non-facilitator account requests will ignore the mode field and be set to the calling facilitator's mode.
|
210
|
+
* [listAccounts](docs/sdks/accounts/README.md#listaccounts) - List or search accounts to which the caller is connected.
|
211
|
+
|
212
|
+
All supported query parameters are optional. If none are provided the response will include all connected accounts.
|
213
|
+
Pagination is supported via the `skip` and `count` query parameters.
|
214
|
+
Searching by name and email will overlap and return results based on relevance.
|
215
|
+
* [getAccount](docs/sdks/accounts/README.md#getaccount) - Retrieves details for the account with the specified ID.
|
216
|
+
* [patchAccount](docs/sdks/accounts/README.md#patchaccount) - When **can** profile data be updated:
|
217
|
+
+ For unverified accounts, all profile data can be edited.
|
218
|
+
+ During the verification process, missing or incomplete profile data can be edited.
|
219
|
+
+ Verified accounts can only add missing profile data.
|
220
|
+
|
221
|
+
When **can't** profile data be updated:
|
222
|
+
+ Verified accounts cannot change any existing profile data.
|
223
|
+
|
224
|
+
If you need to update information in a locked state, please contact Moov support.
|
225
|
+
|
226
|
+
To use this endpoint from the browser, you'll need to specify the `/accounts/{accountID}/profile.write` scope when generating
|
227
|
+
a [token](https://docs.moov.io/api/authentication/access-tokens/), and provide the changed information.
|
228
|
+
* [disconnectAccount](docs/sdks/accounts/README.md#disconnectaccount) - This will sever the connection between you and the account specified and it will no longer be listed as active in the list of accounts.
|
229
|
+
This also means you'll only have read-only access to the account going forward for reporting purposes.
|
230
|
+
|
231
|
+
To use this endpoint from the browser, you'll need to specify the `/accounts/{accountID}/profile.disconnect` scope when generating
|
232
|
+
a [token](https://docs.moov.io/api/authentication/access-tokens/), and provide the changed information.
|
233
|
+
* [getAccountCountries](docs/sdks/accounts/README.md#getaccountcountries) - Retrieve the specified countries of operation for an account.
|
234
|
+
|
235
|
+
To use this endpoint from the browser, you'll need to specify the `/accounts/{accountID}/profile.read` scope when generating
|
236
|
+
a [token](https://docs.moov.io/api/authentication/access-tokens/).
|
237
|
+
* [assignAccountCountries](docs/sdks/accounts/README.md#assignaccountcountries) - Assign the countries of operation for an account.
|
238
|
+
|
239
|
+
This endpoint will always overwrite the previously assigned values.
|
240
|
+
|
241
|
+
To use this endpoint from the browser, you'll need to specify the `/accounts/{accountID}/profile.write` scope when generating
|
242
|
+
a [token](https://docs.moov.io/api/authentication/access-tokens/).
|
243
|
+
* [getMerchantProcessingAgreement](docs/sdks/accounts/README.md#getmerchantprocessingagreement) - Retrieve a merchant account's processing agreement.
|
244
|
+
|
245
|
+
To access this endpoint using a [token](https://docs.moov.io/api/authentication/access-tokens/) you'll need
|
246
|
+
to specify the `/accounts/{accountID}/profile.read` scope.
|
247
|
+
* [getTermsOfServiceToken](docs/sdks/accounts/README.md#gettermsofservicetoken) - Generates a non-expiring token that can then be used to accept Moov’s terms of service.
|
248
|
+
|
249
|
+
This token can only be generated via API. Any Moov account requesting the collect funds, send funds, wallet, or card issuing capabilities
|
250
|
+
must accept Moov’s terms of service, then have the generated terms of service token patched to the account. Read more in our [documentation](https://docs.moov.io/guides/accounts/requirements/platform-agreement/).
|
251
|
+
|
252
|
+
### [adjustments](docs/sdks/adjustments/README.md)
|
253
|
+
|
254
|
+
* [listAdjustments](docs/sdks/adjustments/README.md#listadjustments) - List adjustments associated with a Moov account.
|
255
|
+
|
256
|
+
To access this endpoint using a [token](https://docs.moov.io/api/authentication/access-tokens/) you'll need
|
257
|
+
to specify the `/accounts/{accountID}/wallets.read` scope.
|
258
|
+
* [getAdjustment](docs/sdks/adjustments/README.md#getadjustment) - Retrieve a specific adjustment associated with a Moov account.
|
259
|
+
|
260
|
+
To access this endpoint using a [token](https://docs.moov.io/api/authentication/access-tokens/) you'll need
|
261
|
+
to specify the `/accounts/{accountID}/wallets.read` scope.
|
262
|
+
|
263
|
+
### [authentication](docs/sdks/authentication/README.md)
|
264
|
+
|
265
|
+
* [revokeAuthToken](docs/sdks/authentication/README.md#revokeauthtoken) - Revoke an auth token.
|
266
|
+
|
267
|
+
Allows clients to notify the authorization server that a previously obtained refresh or access token is no longer needed.
|
268
|
+
* [createAuthToken](docs/sdks/authentication/README.md#createauthtoken) - Create or refresh an access token.
|
269
|
+
|
270
|
+
### [avatars](docs/sdks/avatars/README.md)
|
271
|
+
|
272
|
+
* [getAvatar](docs/sdks/avatars/README.md#getavatar) - Get avatar image for an account using a unique ID.
|
273
|
+
|
274
|
+
To use this endpoint from the browser, you'll need to specify the `/profile-enrichment.read` scope when generating a [token](https://docs.moov.io/api/authentication/access-tokens/).
|
275
|
+
|
276
|
+
### [bankAccounts](docs/sdks/bankaccounts/README.md)
|
277
|
+
|
278
|
+
* [linkBankAccount](docs/sdks/bankaccounts/README.md#linkbankaccount) - Link a bank account to an existing Moov account. Read our [bank accounts guide](https://docs.moov.io/guides/sources/bank-accounts/) to learn more.
|
279
|
+
|
280
|
+
To use this endpoint from the browser, you'll need to specify the `/accounts/{accountID}/bank-accounts.write` scope when generating a [token](https://docs.moov.io/api/authentication/access-tokens/).
|
281
|
+
|
282
|
+
It is strongly recommended that callers include the `X-Wait-For` header, set to `payment-method`, if the newly linked
|
283
|
+
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
|
+
Methods](https://docs.moov.io/api/sources/payment-methods/list/)
|
285
|
+
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
|
+
|
288
|
+
Read our [bank accounts guide](https://docs.moov.io/guides/sources/bank-accounts/) to learn more. To use this endpoint
|
289
|
+
from the browser, you'll need to specify the `/accounts/{accountID}/bank-accounts.read` scope when generating a
|
290
|
+
[token](https://docs.moov.io/api/authentication/access-tokens/).
|
291
|
+
* [getBankAccount](docs/sdks/bankaccounts/README.md#getbankaccount) - Retrieve bank account details (i.e. routing number or account type) associated with a specific Moov account.
|
292
|
+
|
293
|
+
Read our [bank accounts guide](https://docs.moov.io/guides/sources/bank-accounts/) to learn more. To use this
|
294
|
+
endpoint from the browser, you'll need to specify the `/accounts/{accountID}/bank-accounts.read` scope when
|
295
|
+
generating a [token](https://docs.moov.io/api/authentication/access-tokens/).
|
296
|
+
* [disableBankAccount](docs/sdks/bankaccounts/README.md#disablebankaccount) - Discontinue using a specified bank account linked to a Moov account.
|
297
|
+
|
298
|
+
To use this endpoint from the browser, you'll need to specify the `/accounts/{accountID}/bank-accounts.write` scope
|
299
|
+
when generating a [token](https://docs.moov.io/api/authentication/access-tokens/).
|
300
|
+
* [initiateMicroDeposits](docs/sdks/bankaccounts/README.md#initiatemicrodeposits) - Micro-deposits help confirm bank account ownership, helping reduce fraud and the risk of unauthorized activity. Use this method to initiate the micro-deposit verification, sending two small credit transfers to the bank account you want to confirm.
|
301
|
+
|
302
|
+
If you request micro-deposits before 4:15PM ET, they will appear that same day. If you request micro-deposits any time after 4:15PM ET, they will appear the next banking day. When the two credits are initiated, Moov simultaneously initiates a debit to recoup the micro-deposits.
|
303
|
+
|
304
|
+
`sandbox` - Micro-deposits initiated for a `sandbox` bank account will always be `$0.00` / `$0.00` and instantly verifiable once initiated.
|
305
|
+
|
306
|
+
You can simulate micro-deposit verification in test mode. See our [test mode](https://docs.moov.io/guides/get-started/test-mode/#micro-deposits) guide for more information.
|
307
|
+
|
308
|
+
To use this endpoint from the browser, you'll need to specify the `/accounts/{accountID}/bank-accounts.write` scope when generating a [token](https://docs.moov.io/api/authentication/access-tokens/).
|
309
|
+
* [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
|
+
|
311
|
+
To use this endpoint from the browser, you'll need to specify the `/accounts/{accountID}/bank-accounts.write` scope when generating a
|
312
|
+
[token](https://docs.moov.io/api/authentication/access-tokens/).
|
313
|
+
* [getBankAccountVerification](docs/sdks/bankaccounts/README.md#getbankaccountverification) - Retrieve the current status and details of an instant verification, including whether the verification method was instant or same-day
|
314
|
+
ACH. This helps track the verification process in real-time and provides details in case of exceptions.
|
315
|
+
|
316
|
+
The status will indicate the following:
|
317
|
+
|
318
|
+
- `new`: Verification initiated, credit pending to the payment network
|
319
|
+
- `sent-credit`: Credit sent, available for verification
|
320
|
+
- `failed`: Verification failed, description provided, user needs to add a new bank account
|
321
|
+
- `expired`: Verification expired after 14 days, initiate another verification
|
322
|
+
- `max-attempts-exceeded`: Five incorrect code attempts exhausted, initiate another verification
|
323
|
+
|
324
|
+
To use this endpoint from the browser, you'll need to specify the `/accounts/{accountID}/bank-accounts.read` scope when generating a
|
325
|
+
[token](https://docs.moov.io/api/authentication/access-tokens/).
|
326
|
+
* [initiateBankAccountVerification](docs/sdks/bankaccounts/README.md#initiatebankaccountverification) - Instant micro-deposit verification offers a quick and efficient way to verify bank account ownership.
|
327
|
+
|
328
|
+
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
|
+
feature provides a faster alternative to traditional methods, allowing verification in a single session.
|
330
|
+
|
331
|
+
It is recommended to use the `X-Wait-For: rail-response` header to synchronously receive the outcome of the instant credit in the
|
332
|
+
response payload.
|
333
|
+
|
334
|
+
Possible verification methods:
|
335
|
+
- `instant`: Real-time verification credit sent via RTP
|
336
|
+
- `ach`: Verification credit sent via same-day ACH
|
337
|
+
|
338
|
+
Possible statuses:
|
339
|
+
- `new`: Verification initiated, credit pending
|
340
|
+
- `sent-credit`: Credit sent, available for verification in the external bank account
|
341
|
+
- `failed`: Verification failed due to credit rejection/return, details in `exceptionDetails`
|
342
|
+
|
343
|
+
To use this endpoint from the browser, you'll need to specify the `/accounts/{accountID}/bank-accounts.write` scope when generating a
|
344
|
+
[token](https://docs.moov.io/api/authentication/access-tokens/).
|
345
|
+
* [completeBankAccountVerification](docs/sdks/bankaccounts/README.md#completebankaccountverification) - Finalize the instant micro-deposit verification by submitting the verification code displayed in the user’s bank account.
|
346
|
+
|
347
|
+
Upon successful verification, the bank account status will be updated to `verified` and eligible for ACH debit transactions.
|
348
|
+
|
349
|
+
The following formats are accepted:
|
350
|
+
- `MV0000`
|
351
|
+
- `mv0000`
|
352
|
+
- `0000`
|
353
|
+
|
354
|
+
To use this endpoint from the browser, you'll need to specify the `/accounts/{accountID}/bank-accounts.write` scope when
|
355
|
+
generating a [token](https://docs.moov.io/api/authentication/access-tokens/).
|
356
|
+
|
357
|
+
### [billing](docs/sdks/billing/README.md)
|
358
|
+
|
359
|
+
* [listFeePlanAgreements](docs/sdks/billing/README.md#listfeeplanagreements) - List all fee plan agreements associated with an account.
|
360
|
+
|
361
|
+
To access this endpoint using a [token](https://docs.moov.io/api/authentication/access-tokens/) you'll need
|
362
|
+
to specify the `/accounts/{accountID}/profile.read` scope.
|
363
|
+
* [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
|
+
|
365
|
+
To access this endpoint using a [token](https://docs.moov.io/api/authentication/access-tokens/) you'll need
|
366
|
+
to specify the `/accounts/{accountID}/profile.write` scope.
|
367
|
+
* [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
|
+
selecting a fee plan to apply to a connected account.
|
369
|
+
|
370
|
+
To access this endpoint using a [token](https://docs.moov.io/api/authentication/access-tokens/) you'll need
|
371
|
+
to specify the `/accounts/{accountID}/profile.read` scope.
|
372
|
+
* [listPartnerPricing](docs/sdks/billing/README.md#listpartnerpricing) - List all partner pricing plans available for use by an account.
|
373
|
+
|
374
|
+
To access this endpoint using a [token](https://docs.moov.io/api/authentication/access-tokens/) you'll need
|
375
|
+
to specify the `/accounts/{accountID}/profile.read` scope.
|
376
|
+
* [listPartnerPricingAgreements](docs/sdks/billing/README.md#listpartnerpricingagreements) - List all partner pricing agreements associated with an account.
|
377
|
+
|
378
|
+
To access this endpoint using a [token](https://docs.moov.io/api/authentication/access-tokens/) you'll need
|
379
|
+
to specify the `/accounts/{accountID}/profile.read` scope.
|
380
|
+
|
381
|
+
### [branding](docs/sdks/branding/README.md)
|
382
|
+
|
383
|
+
* [postBrand](docs/sdks/branding/README.md#postbrand) - Creates the brand properties for the specified account.
|
384
|
+
* [getBrand](docs/sdks/branding/README.md#getbrand) - Gets the brand properties for the specified account.
|
385
|
+
* [updateBrand](docs/sdks/branding/README.md#updatebrand) - Updates the brand properties for the specified account.
|
386
|
+
|
387
|
+
### [capabilities](docs/sdks/capabilities/README.md)
|
388
|
+
|
389
|
+
* [listCapabilities](docs/sdks/capabilities/README.md#listcapabilities) - Retrieve all the capabilities an account has requested.
|
390
|
+
|
391
|
+
Read our [capabilities guide](https://docs.moov.io/guides/accounts/capabilities/) to learn more.
|
392
|
+
* [addCapabilities](docs/sdks/capabilities/README.md#addcapabilities) - Request capabilities for a specific account. Read our [capabilities guide](https://docs.moov.io/guides/accounts/capabilities/) to learn more.
|
393
|
+
|
394
|
+
To use this endpoint from the browser, you'll need to specify the `/accounts/{accountID}/capabilities.write` scope when generating a [token](https://docs.moov.io/api/authentication/access-tokens/).
|
395
|
+
* [getCapability](docs/sdks/capabilities/README.md#getcapability) - Retrieve a specific capability that an account has requested. Read our [capabilities guide](https://docs.moov.io/guides/accounts/capabilities/) to learn more.
|
396
|
+
|
397
|
+
To use this endpoint from the browser, you'll need to specify the `/accounts/{accountID}/capabilities.read` scope when generating a [token](https://docs.moov.io/api/authentication/access-tokens/).
|
398
|
+
* [disableCapability](docs/sdks/capabilities/README.md#disablecapability) - Disable a specific capability that an account has requested. Read our [capabilities guide](https://docs.moov.io/guides/accounts/capabilities/) to learn more.
|
399
|
+
|
400
|
+
To use this endpoint from the browser, you'll need to specify the `/accounts/{accountID}/capabilities.write` scope when generating a [token](https://docs.moov.io/api/authentication/access-tokens/).
|
401
|
+
|
402
|
+
### [cardIssuing](docs/sdks/cardissuing/README.md)
|
403
|
+
|
404
|
+
* [requestCard](docs/sdks/cardissuing/README.md#requestcard) - Request a virtual card be issued.
|
405
|
+
|
406
|
+
To use this endpoint from the browser, you'll need to specify the `/accounts/{accountID}/issued-cards.write` scope when generating
|
407
|
+
a [token](https://docs.moov.io/api/authentication/access-tokens/).
|
408
|
+
* [listIssuedCards](docs/sdks/cardissuing/README.md#listissuedcards) - List Moov issued cards existing for the account.
|
409
|
+
|
410
|
+
To use this endpoint from the browser, you'll need to specify the `/accounts/{accountID}/issued-cards.read` scope when generating
|
411
|
+
a [token](https://docs.moov.io/api/authentication/access-tokens/).
|
412
|
+
* [getIssuedCard](docs/sdks/cardissuing/README.md#getissuedcard) - Retrieve a single issued card associated with a Moov account.
|
413
|
+
|
414
|
+
To use this endpoint from the browser, you'll need to specify the `/accounts/{accountID}/issued-cards.read` scope when generating
|
415
|
+
a [token](https://docs.moov.io/api/authentication/access-tokens/).
|
416
|
+
* [updateIssuedCard](docs/sdks/cardissuing/README.md#updateissuedcard) - Update a Moov issued card.
|
417
|
+
|
418
|
+
To use this endpoint from the browser, you'll need to specify the `/accounts/{accountID}/issued-cards.write` scope when generating
|
419
|
+
a [token](https://docs.moov.io/api/authentication/access-tokens/).
|
420
|
+
* [getFullIssuedCard](docs/sdks/cardissuing/README.md#getfullissuedcard) - Get issued card with PAN, CVV, and expiration.
|
421
|
+
|
422
|
+
Only use this endpoint if you have provided Moov with a copy of your PCI attestation of compliance.
|
423
|
+
|
424
|
+
To use this endpoint from the browser, you'll need to specify the `/accounts/{accountID}/issued-cards.read-secure` scope when generating
|
425
|
+
a [token](https://docs.moov.io/api/authentication/access-tokens/).
|
426
|
+
|
427
|
+
### [cards](docs/sdks/cards/README.md)
|
428
|
+
|
429
|
+
* [registerApplePayMerchantDomains](docs/sdks/cards/README.md#registerapplepaymerchantdomains) - Add domains to be registered with Apple Pay.
|
430
|
+
|
431
|
+
Any domains that will be used to accept payments must first be [verified](https://docs.moov.io/guides/sources/cards/apple-pay/#register-your-domains)
|
432
|
+
with Apple.
|
433
|
+
|
434
|
+
To use this endpoint from the browser, you'll need to specify the `/accounts/{accountID}/apple-pay.write` scope when generating a
|
435
|
+
[token](https://docs.moov.io/api/authentication/access-tokens/).
|
436
|
+
* [updateApplePayMerchantDomains](docs/sdks/cards/README.md#updateapplepaymerchantdomains) - Add or remove domains to be registered with Apple Pay.
|
437
|
+
|
438
|
+
Any domains that will be used to accept payments must first be [verified](https://docs.moov.io/guides/sources/cards/apple-pay/#register-your-domains)
|
439
|
+
with Apple.
|
440
|
+
|
441
|
+
To use this endpoint from the browser, you'll need to specify the `/accounts/{accountID}/apple-pay.write` scope when generating a
|
442
|
+
[token](https://docs.moov.io/api/authentication/access-tokens/).
|
443
|
+
* [getApplePayMerchantDomains](docs/sdks/cards/README.md#getapplepaymerchantdomains) - Get domains registered with Apple Pay.
|
444
|
+
|
445
|
+
Read our [Apple Pay tutorial](https://docs.moov.io/guides/sources/cards/apple-pay/#register-your-domains) to learn more.
|
446
|
+
|
447
|
+
To use this endpoint from the browser, you'll need to specify the `/accounts/{accountID}/apple-pay.read` scope when generating a
|
448
|
+
[token](https://docs.moov.io/api/authentication/access-tokens/).
|
449
|
+
* [createApplePaySession](docs/sdks/cards/README.md#createapplepaysession) - Create a session with Apple Pay to facilitate a payment.
|
450
|
+
|
451
|
+
Read our [Apple Pay tutorial](https://docs.moov.io/guides/sources/cards/apple-pay/#register-your-domains) to learn more.
|
452
|
+
A successful response from this endpoint should be passed through to Apple Pay unchanged.
|
453
|
+
|
454
|
+
To use this endpoint from the browser, you'll need to specify the `/accounts/{accountID}/apple-pay.write` scope when generating
|
455
|
+
a [token](https://docs.moov.io/api/authentication/access-tokens/).
|
456
|
+
* [linkApplePayToken](docs/sdks/cards/README.md#linkapplepaytoken) - Connect an Apple Pay token to the specified account.
|
457
|
+
|
458
|
+
Read our [Apple Pay tutorial](https://docs.moov.io/guides/sources/cards/apple-pay/#register-your-domains) to learn more.
|
459
|
+
The `token` data is defined by Apple Pay and should be passed through from Apple Pay's response unmodified.
|
460
|
+
|
461
|
+
To use this endpoint from the browser, you'll need to specify the `/accounts/{accountID}/cards.write` scope when generating
|
462
|
+
a [token](https://docs.moov.io/api/authentication/access-tokens/).
|
463
|
+
* [linkCard](docs/sdks/cards/README.md#linkcard) - Link a card to an existing Moov account.
|
464
|
+
|
465
|
+
Read our [accept card payments guide](https://docs.moov.io/guides/sources/cards/accept-card-payments/#link-a-card) to learn more.
|
466
|
+
|
467
|
+
Only use this endpoint if you have provided Moov with a copy of your PCI attestation of compliance.
|
468
|
+
|
469
|
+
During card linking, the provided data will be verified by submitting a $0 authorization (account verification) request.
|
470
|
+
If `merchantAccountID` is provided, the authorization request will contain that account's statement descriptor and address.
|
471
|
+
Otherwise, the platform account's profile will be used. If no statement descriptor has been set, the authorization will
|
472
|
+
use the account's name instead.
|
473
|
+
|
474
|
+
It is strongly recommended that callers include the `X-Wait-For` header, set to `payment-method`, if the newly linked
|
475
|
+
card is intended to be used right away. If this header is not included, the caller will need to poll the [List Payment
|
476
|
+
Methods](https://docs.moov.io/api/sources/payment-methods/list/)
|
477
|
+
endpoint to wait for the new payment methods to be available for use.
|
478
|
+
|
479
|
+
To use this endpoint from the browser, you'll need to specify the `/accounts/{accountID}/cards.write` scope
|
480
|
+
when generating a [token](https://docs.moov.io/api/authentication/access-tokens/).
|
481
|
+
* [listCards](docs/sdks/cards/README.md#listcards) - List all the active cards associated with a Moov account.
|
482
|
+
|
483
|
+
Read our [accept card payments guide](https://docs.moov.io/guides/sources/cards/accept-card-payments/) to learn more.
|
484
|
+
|
485
|
+
To use this endpoint from the browser, you'll need to specify the `/accounts/{accountID}/cards.read` scope when generating
|
486
|
+
a [token](https://docs.moov.io/api/authentication/access-tokens/).
|
487
|
+
* [getCard](docs/sdks/cards/README.md#getcard) - Fetch a specific card associated with a Moov account.
|
488
|
+
|
489
|
+
Read our [accept card payments guide](https://docs.moov.io/guides/sources/cards/accept-card-payments/) to learn more.
|
490
|
+
|
491
|
+
To use this endpoint from the browser, you'll need to specify the `/accounts/{accountID}/cards.read` scope when generating
|
492
|
+
a [token](https://docs.moov.io/api/authentication/access-tokens/).
|
493
|
+
* [updateCard](docs/sdks/cards/README.md#updatecard) - Update a linked card and/or resubmit it for verification.
|
494
|
+
|
495
|
+
If a value is provided for CVV, a new verification ($0 authorization) will be submitted for the card. Updating the expiration
|
496
|
+
date or
|
497
|
+
address will update the information stored on file for the card but will not be verified.
|
498
|
+
|
499
|
+
Read our [accept card payments guide](https://docs.moov.io/guides/sources/cards/accept-card-payments/#reverify-a-card) to learn
|
500
|
+
more.
|
501
|
+
|
502
|
+
Only use this endpoint if you have provided Moov with a copy of your PCI attestation of compliance.
|
503
|
+
|
504
|
+
To use this endpoint from the browser, you'll need to specify the `/accounts/{accountID}/cards.write` scope when generating
|
505
|
+
a [token](https://docs.moov.io/api/authentication/access-tokens/).
|
506
|
+
* [disableCard](docs/sdks/cards/README.md#disablecard) - Disables a card associated with a Moov account.
|
507
|
+
|
508
|
+
To use this endpoint from the browser, you'll need to specify the `/accounts/{accountID}/cards.write` scope when generating
|
509
|
+
a [token](https://docs.moov.io/api/authentication/access-tokens/).
|
510
|
+
|
511
|
+
### [disputes](docs/sdks/disputes/README.md)
|
512
|
+
|
513
|
+
* [listDisputes](docs/sdks/disputes/README.md#listdisputes) - Returns the list of disputes.
|
514
|
+
|
515
|
+
Read our [disputes guide](https://docs.moov.io/guides/money-movement/accept-payments/card-acceptance/disputes/) to learn more.
|
516
|
+
|
517
|
+
To use this endpoint from the browser, you'll need to specify the `/accounts/{accountID}/transfers.read` scope when generating
|
518
|
+
a [token](https://docs.moov.io/api/authentication/access-tokens/).
|
519
|
+
* [getDispute](docs/sdks/disputes/README.md#getdispute) - Get a dispute by ID.
|
520
|
+
|
521
|
+
Read our [disputes guide](https://docs.moov.io/guides/money-movement/accept-payments/card-acceptance/disputes/) to learn more.
|
522
|
+
|
523
|
+
To use this endpoint from the browser, you'll need to specify the `/accounts/{accountID}/transfers.read` scope when generating
|
524
|
+
a [token](https://docs.moov.io/api/authentication/access-tokens/).
|
525
|
+
* [acceptDispute](docs/sdks/disputes/README.md#acceptdispute) - Accepts a dispute.
|
526
|
+
|
527
|
+
Read our [disputes guide](https://docs.moov.io/guides/money-movement/accept-payments/card-acceptance/disputes/) to learn more.
|
528
|
+
|
529
|
+
To use this endpoint from the browser, you'll need to specify the `/accounts/{accountID}/transfers.write` scope when generating
|
530
|
+
a [token](https://docs.moov.io/api/authentication/access-tokens/).
|
531
|
+
* [listDisputeEvidence](docs/sdks/disputes/README.md#listdisputeevidence) - Returns a dispute's public evidence by its ID.
|
532
|
+
|
533
|
+
Read our [disputes guide](https://docs.moov.io/guides/money-movement/accept-payments/card-acceptance/disputes/) to learn more.
|
534
|
+
|
535
|
+
To use this endpoint from the browser, you'll need to specify the `/accounts/{accountID}/transfers.read` scope when generating
|
536
|
+
a [token](https://docs.moov.io/api/authentication/access-tokens/).
|
537
|
+
* [uploadDisputeEvidenceFile](docs/sdks/disputes/README.md#uploaddisputeevidencefile) - Uploads a file as evidence for a dispute.
|
538
|
+
|
539
|
+
Read our [disputes guide](https://docs.moov.io/guides/money-movement/accept-payments/card-acceptance/disputes/) to learn more.
|
540
|
+
|
541
|
+
To use this endpoint from the browser, you'll need to specify the `/accounts/{accountID}/transfers.write` scope when generating
|
542
|
+
a [token](https://docs.moov.io/api/authentication/access-tokens/).
|
543
|
+
* [uploadDisputeEvidenceText](docs/sdks/disputes/README.md#uploaddisputeevidencetext) - Uploads text as evidence for a dispute.
|
544
|
+
|
545
|
+
Read our [disputes guide](https://docs.moov.io/guides/money-movement/accept-payments/card-acceptance/disputes/) to learn more.
|
546
|
+
|
547
|
+
To use this endpoint from the browser, you'll need to specify the `/accounts/{accountID}/transfers.write` scope when generating
|
548
|
+
a [token](https://docs.moov.io/api/authentication/access-tokens/).
|
549
|
+
* [submitDisputeEvidence](docs/sdks/disputes/README.md#submitdisputeevidence) - Submit the evidence associated with a dispute.
|
550
|
+
|
551
|
+
Evidence items must be uploaded using the appropriate endpoint(s) prior to calling this endpoint to submit it. **Evidence can only
|
552
|
+
be submitted once per dispute.**
|
553
|
+
|
554
|
+
Read our [disputes guide](https://docs.moov.io/guides/money-movement/accept-payments/card-acceptance/disputes/) to learn more.
|
555
|
+
|
556
|
+
To use this endpoint from the browser, you'll need to specify the `/accounts/{accountID}/transfers.write` scope when generating
|
557
|
+
a [token](https://docs.moov.io/api/authentication/access-tokens/).
|
558
|
+
* [getDisputeEvidence](docs/sdks/disputes/README.md#getdisputeevidence) - Get dispute evidence by ID.
|
559
|
+
|
560
|
+
Read our [disputes guide](https://docs.moov.io/guides/money-movement/accept-payments/card-acceptance/disputes/) to learn more.
|
561
|
+
|
562
|
+
To use this endpoint from the browser, you'll need to specify the `/accounts/{accountID}/transfers.read` scope when generating
|
563
|
+
a [token](https://docs.moov.io/api/authentication/access-tokens/).
|
564
|
+
* [updateDisputeEvidence](docs/sdks/disputes/README.md#updatedisputeevidence) - Updates dispute evidence by ID.
|
565
|
+
|
566
|
+
Read our [disputes guide](https://docs.moov.io/guides/money-movement/accept-payments/card-acceptance/disputes/) to learn more.
|
567
|
+
|
568
|
+
To use this endpoint from the browser, you'll need to specify the `/accounts/{accountID}/transfers.write` scope when generating
|
569
|
+
a [token](https://docs.moov.io/api/authentication/access-tokens/).
|
570
|
+
* [deleteDisputeEvidenceFile](docs/sdks/disputes/README.md#deletedisputeevidencefile) - Deletes dispute evidence by ID.
|
571
|
+
|
572
|
+
Read our [disputes guide](https://docs.moov.io/guides/money-movement/accept-payments/card-acceptance/disputes/) to learn more.
|
573
|
+
|
574
|
+
To use this endpoint from the browser, you'll need to specify the `/accounts/{accountID}/transfers.write` scope when generating
|
575
|
+
a [token](https://docs.moov.io/api/authentication/access-tokens/).
|
576
|
+
* [getDisputeEvidenceData](docs/sdks/disputes/README.md#getdisputeevidencedata) - Downloads dispute evidence data by ID.
|
577
|
+
|
578
|
+
Read our [disputes guide](https://docs.moov.io/guides/money-movement/accept-payments/card-acceptance/disputes/) to learn more.
|
579
|
+
|
580
|
+
To use this endpoint from the browser, you'll need to specify the `/accounts/{accountID}/transfers.read` scope when generating
|
581
|
+
a [token](https://docs.moov.io/api/authentication/access-tokens/).
|
582
|
+
|
583
|
+
### [endToEndEncryption](docs/sdks/endtoendencryption/README.md)
|
584
|
+
|
585
|
+
* [testEndToEndToken](docs/sdks/endtoendencryption/README.md#testendtoendtoken) - Allows for testing a JWE token to ensure it's acceptable by Moov.
|
586
|
+
|
587
|
+
To access this endpoint using a [token](https://docs.moov.io/api/authentication/access-tokens/) you'll need
|
588
|
+
to specify the `/ping.read` scope.
|
589
|
+
* [generateEndToEndKey](docs/sdks/endtoendencryption/README.md#generateendtoendkey) - Generates a public key used to create a JWE token for passing secure authentication data through non-PCI compliant intermediaries.
|
590
|
+
|
591
|
+
### [enrichedAddress](docs/sdks/enrichedaddress/README.md)
|
592
|
+
|
593
|
+
* [getEnrichmentAddress](docs/sdks/enrichedaddress/README.md#getenrichmentaddress) - Fetch enriched address suggestions. Requires a partial address.
|
594
|
+
|
595
|
+
To use this endpoint from the browser, you'll need to specify the `/profile-enrichment.read` scope when generating a [token](https://docs.moov.io/api/authentication/access-tokens/).
|
596
|
+
|
597
|
+
### [enrichedProfile](docs/sdks/enrichedprofile/README.md)
|
598
|
+
|
599
|
+
* [getEnrichmentProfile](docs/sdks/enrichedprofile/README.md#getenrichmentprofile) - Fetch enriched profile data. Requires a valid email address. This service is offered in collaboration with Clearbit.
|
600
|
+
|
601
|
+
To use this endpoint from the browser, you'll need to specify the `/profile-enrichment.read` scope when generating a [token](https://docs.moov.io/api/authentication/access-tokens/).
|
602
|
+
|
603
|
+
### [files](docs/sdks/files/README.md)
|
604
|
+
|
605
|
+
* [uploadFile](docs/sdks/files/README.md#uploadfile) - Upload a file and link it to the specified Moov account.
|
606
|
+
|
607
|
+
The maximum file size is 10MB. Each account is allowed a maximum of 50 files. Acceptable file types include csv, jpg, pdf,
|
608
|
+
and png.
|
609
|
+
|
610
|
+
To access this endpoint using a [token](https://docs.moov.io/api/authentication/access-tokens/) you'll need to specify the
|
611
|
+
`/accounts/{accountID}/files.write` scope.
|
612
|
+
* [listFiles](docs/sdks/files/README.md#listfiles) - List all the files associated with a particular Moov account.
|
613
|
+
|
614
|
+
To access this endpoint using a [token](https://docs.moov.io/api/authentication/access-tokens/) you'll need to specify the
|
615
|
+
`/accounts/{accountID}/files.read` scope.
|
616
|
+
* [getFileDetails](docs/sdks/files/README.md#getfiledetails) - Retrieve file details associated with a specific Moov account.
|
617
|
+
|
618
|
+
To access this endpoint using a [token](https://docs.moov.io/api/authentication/access-tokens/) you'll need to specify the
|
619
|
+
`/accounts/{accountID}/files.read` scope.
|
620
|
+
|
621
|
+
### [industries](docs/sdks/industries/README.md)
|
622
|
+
|
623
|
+
* [listIndustries](docs/sdks/industries/README.md#listindustries) - Returns a list of all industry titles and their corresponding MCC/SIC/NAICS codes. Results are ordered by title.
|
624
|
+
|
625
|
+
To use this endpoint from the browser, you'll need to specify the `/profile-enrichment.read` scope when generating a [token](https://docs.moov.io/api/authentication/access-tokens/).
|
626
|
+
|
627
|
+
### [institutions](docs/sdks/institutions/README.md)
|
628
|
+
|
629
|
+
* [listInstitutions](docs/sdks/institutions/README.md#listinstitutions) - Search for institutions by either their name or routing number.
|
630
|
+
|
631
|
+
To use this endpoint from the browser, you'll need to specify the `/fed.read` scope when generating a [token](https://docs.moov.io/api/authentication/access-tokens/).
|
632
|
+
|
633
|
+
### [issuingTransactions](docs/sdks/issuingtransactions/README.md)
|
634
|
+
|
635
|
+
* [listIssuedCardAuthorizations](docs/sdks/issuingtransactions/README.md#listissuedcardauthorizations) - List issued card authorizations associated with a Moov account.
|
636
|
+
|
637
|
+
To access this endpoint using a [token](https://docs.moov.io/api/authentication/access-tokens/) you'll need to specify
|
638
|
+
the `/accounts/{accountID}/issued-cards.read` scope.
|
639
|
+
* [getIssuedCardAuthorization](docs/sdks/issuingtransactions/README.md#getissuedcardauthorization) - Retrieves details of an authorization associated with a specific Moov account.
|
640
|
+
|
641
|
+
To access this endpoint using a [token](https://docs.moov.io/api/authentication/access-tokens/) you'll need to specify
|
642
|
+
the `/accounts/{accountID}/issued-cards.read` scope.
|
643
|
+
* [listIssuedCardAuthorizationEvents](docs/sdks/issuingtransactions/README.md#listissuedcardauthorizationevents) - List card network and Moov platform events that affect the authorization and its hold on a wallet balance.
|
644
|
+
|
645
|
+
To access this endpoint using a [token](https://docs.moov.io/api/authentication/access-tokens/) you'll need to specify
|
646
|
+
the `/accounts/{accountID}/issued-cards.read` scope.
|
647
|
+
* [listIssuedCardTransactions](docs/sdks/issuingtransactions/README.md#listissuedcardtransactions) - List issued card transactions associated with a Moov account.
|
648
|
+
|
649
|
+
To access this endpoint using a [token](https://docs.moov.io/api/authentication/access-tokens/) you'll need to specify
|
650
|
+
the `/accounts/{accountID}/issued-cards.read` scope.
|
651
|
+
* [getIssuedCardTransaction](docs/sdks/issuingtransactions/README.md#getissuedcardtransaction) - Retrieves details of an issued card transaction associated with a specific Moov account.
|
652
|
+
|
653
|
+
To access this endpoint using a [token](https://docs.moov.io/api/authentication/access-tokens/) you'll need to specify
|
654
|
+
the `/accounts/{accountID}/issued-cards.read` scope.
|
655
|
+
|
656
|
+
|
657
|
+
### [onboarding](docs/sdks/onboarding/README.md)
|
658
|
+
|
659
|
+
* [createOnboardingInvite](docs/sdks/onboarding/README.md#createonboardinginvite) - Create an invitation containing a unique link that allows the recipient to onboard their organization with Moov.
|
660
|
+
|
661
|
+
To access this endpoint using a [token](https://docs.moov.io/api/authentication/access-tokens/) you'll need
|
662
|
+
to specify the `/accounts.write` scope.
|
663
|
+
* [listOnboardingInvites](docs/sdks/onboarding/README.md#listonboardinginvites) - List all the onboarding invites created by the caller's account.
|
664
|
+
|
665
|
+
To access this endpoint using a [token](https://docs.moov.io/api/authentication/access-tokens/) you'll need
|
666
|
+
to specify the `/accounts.read` scope.
|
667
|
+
* [getOnboardingInvite](docs/sdks/onboarding/README.md#getonboardinginvite) - Retrieve details about an onboarding invite.
|
668
|
+
|
669
|
+
To access this endpoint using a [token](https://docs.moov.io/api/authentication/access-tokens/) you'll need
|
670
|
+
to specify the `/accounts.read` scope.
|
671
|
+
* [revokeOnboardingInvite](docs/sdks/onboarding/README.md#revokeonboardinginvite) - Revoke an onboarding invite, rendering the invitation link unusable.
|
672
|
+
|
673
|
+
To access this endpoint using a [token](https://docs.moov.io/api/authentication/access-tokens/) you'll need
|
674
|
+
to specify the `/accounts.write` scope.
|
675
|
+
|
676
|
+
### [paymentLinks](docs/sdks/paymentlinks/README.md)
|
677
|
+
|
678
|
+
* [createPaymentLink](docs/sdks/paymentlinks/README.md#createpaymentlink) - Create a payment link that allows an end user to make a payment on Moov's hosted payment link page.
|
679
|
+
|
680
|
+
To access this endpoint using a [token](https://docs.moov.io/api/authentication/access-tokens/) you'll need
|
681
|
+
to specify the `/accounts/{accountID}/transfers.write` scope.
|
682
|
+
* [listPaymentLinks](docs/sdks/paymentlinks/README.md#listpaymentlinks) - List all the payment links created under a Moov account.
|
683
|
+
|
684
|
+
To access this endpoint using a [token](https://docs.moov.io/api/authentication/access-tokens/) you'll need
|
685
|
+
to specify the `/accounts/{accountID}/transfers.read` scope.
|
686
|
+
* [getPaymentLink](docs/sdks/paymentlinks/README.md#getpaymentlink) - Retrieve a payment link by code.
|
687
|
+
|
688
|
+
To access this endpoint using a [token](https://docs.moov.io/api/authentication/access-tokens/) you'll need
|
689
|
+
to specify the `/accounts/{accountID}/transfers.read` scope.
|
690
|
+
* [updatePaymentLink](docs/sdks/paymentlinks/README.md#updatepaymentlink) - Update a payment link.
|
691
|
+
|
692
|
+
To access this endpoint using a [token](https://docs.moov.io/api/authentication/access-tokens/) you'll need
|
693
|
+
to specify the `/accounts/{accountID}/transfers.write` scope.
|
694
|
+
* [disablePaymentLink](docs/sdks/paymentlinks/README.md#disablepaymentlink) - Disable a payment link.
|
695
|
+
|
696
|
+
To access this endpoint using a [token](https://docs.moov.io/api/authentication/access-tokens/) you'll need
|
697
|
+
to specify the `/accounts/{accountID}/transfers.write` scope.
|
698
|
+
* [getPaymentLinkQRCode](docs/sdks/paymentlinks/README.md#getpaymentlinkqrcode) - Retrieve the payment link encoded in a QR code.
|
699
|
+
|
700
|
+
Use the `Accept` header to specify the format of the response. Supported formats are `application/json` and `image/png`.
|
701
|
+
|
702
|
+
To access this endpoint using a [token](https://docs.moov.io/api/authentication/access-tokens/) you'll need
|
703
|
+
to specify the `/accounts/{accountID}/transfers.write` scope.
|
704
|
+
|
705
|
+
### [paymentMethods](docs/sdks/paymentmethods/README.md)
|
706
|
+
|
707
|
+
* [listPaymentMethods](docs/sdks/paymentmethods/README.md#listpaymentmethods) - Retrieve a list of payment methods associated with a Moov account. Read our [payment methods guide](https://docs.moov.io/guides/money-movement/payment-methods/) to learn more.
|
708
|
+
|
709
|
+
To use this endpoint from the browser, you'll need to specify the `/accounts/{accountID}/payment-methods.read` scope when generating a [token](https://docs.moov.io/api/authentication/access-tokens/).
|
710
|
+
* [getPaymentMethod](docs/sdks/paymentmethods/README.md#getpaymentmethod) - Get the specified payment method associated with a Moov account. Read our [payment methods guide](https://docs.moov.io/guides/money-movement/payment-methods/) to learn more.
|
711
|
+
|
712
|
+
To use this endpoint from the browser, you'll need to specify the `/accounts/{accountID}/payment-methods.read` scope when generating a [token](https://docs.moov.io/api/authentication/access-tokens/).
|
713
|
+
|
714
|
+
### [ping](docs/sdks/ping/README.md)
|
715
|
+
|
716
|
+
* [ping](docs/sdks/ping/README.md#ping) - A simple endpoint to check auth.
|
717
|
+
|
718
|
+
To access this endpoint using a [token](https://docs.moov.io/api/authentication/access-tokens/) you'll need
|
719
|
+
to specify the `/ping.read` scope.
|
720
|
+
|
721
|
+
### [representatives](docs/sdks/representatives/README.md)
|
722
|
+
|
723
|
+
* [createRepresentative](docs/sdks/representatives/README.md#createrepresentative) - Moov accounts associated with businesses require information regarding individuals who represent the business.
|
724
|
+
You can provide this information by creating a representative. Each account is allowed a maximum of 7 representatives.
|
725
|
+
Read our [business representatives guide](https://docs.moov.io/guides/accounts/requirements/business-representatives/) to learn more.
|
726
|
+
|
727
|
+
To use this endpoint from the browser, you’ll need to specify the `/accounts/{accountID}/representatives.write` scope when generating a [token](https://docs.moov.io/api/authentication/access-tokens/).
|
728
|
+
* [listRepresentatives](docs/sdks/representatives/README.md#listrepresentatives) - A Moov account may have multiple representatives depending on the associated business’s ownership and management structure.
|
729
|
+
You can use this method to list all the representatives for a given Moov account.
|
730
|
+
Note that Moov accounts associated with an individual do not have representatives.
|
731
|
+
Read our [business representatives guide](https://docs.moov.io/guides/accounts/requirements/business-representatives/) to learn more.
|
732
|
+
|
733
|
+
To use this endpoint from the browser, you’ll need to specify the `/accounts/{accountID}/representatives.read` scope when generating a [token](https://docs.moov.io/api/authentication/access-tokens/).
|
734
|
+
* [deleteRepresentative](docs/sdks/representatives/README.md#deleterepresentative) - Deletes a business representative associated with a Moov account. Read our [business representatives guide](https://docs.moov.io/guides/accounts/requirements/business-representatives/) to learn more.
|
735
|
+
|
736
|
+
To use this endpoint from the browser, you’ll need to specify the `/accounts/{accountID}/representatives.write` scope when generating a [token](https://docs.moov.io/api/authentication/access-tokens/).
|
737
|
+
* [getRepresentative](docs/sdks/representatives/README.md#getrepresentative) - Retrieve a specific representative associated with a given Moov account. Read our [business representatives guide](https://docs.moov.io/guides/accounts/requirements/business-representatives/) to learn more.
|
738
|
+
|
739
|
+
To use this endpoint from the browser, you’ll need to specify the `/accounts/{accountID}/representatives.read` scope when generating a [token](https://docs.moov.io/api/authentication/access-tokens/).
|
740
|
+
* [updateRepresentative](docs/sdks/representatives/README.md#updaterepresentative) - If a representative’s information has changed you can patch the information associated with a specific representative ID.
|
741
|
+
Read our [business representatives guide](https://docs.moov.io/guides/accounts/requirements/business-representatives/) to learn more.
|
742
|
+
|
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
|
+
When **can** profile data be updated:
|
746
|
+
|
747
|
+
- For unverified representatives, all profile data can be edited.
|
748
|
+
- During the verification process, missing or incomplete profile data can be edited.
|
749
|
+
- Verified representatives can only add missing profile data.
|
750
|
+
|
751
|
+
When **can’t** profile data be updated:
|
752
|
+
|
753
|
+
- Verified representatives cannot change any existing profile data.
|
754
|
+
|
755
|
+
If you need to update information in a locked state, please contact Moov support.
|
756
|
+
|
757
|
+
### [scheduling](docs/sdks/scheduling/README.md)
|
758
|
+
|
759
|
+
* [createSchedule](docs/sdks/scheduling/README.md#createschedule) - Describes the schedule to create or modify.
|
760
|
+
* [listSchedules](docs/sdks/scheduling/README.md#listschedules) - Describes a list of schedules associated with an account. Requires at least 1 occurrence or recurTransfer to be specified.
|
761
|
+
* [updateSchedule](docs/sdks/scheduling/README.md#updateschedule) - Describes the schedule to modify.
|
762
|
+
* [getSchedules](docs/sdks/scheduling/README.md#getschedules) - Describes a schedule associated with an account. Requires at least 1 occurrence or recurTransfer to be specified.
|
763
|
+
* [cancelSchedule](docs/sdks/scheduling/README.md#cancelschedule) - Describes the schedule to cancel.
|
764
|
+
* [getScheduledOccurrence](docs/sdks/scheduling/README.md#getscheduledoccurrence) - Defines an occurrence for when to run a transfer.
|
765
|
+
|
766
|
+
### [sweeps](docs/sdks/sweeps/README.md)
|
767
|
+
|
768
|
+
* [createSweepConfig](docs/sdks/sweeps/README.md#createsweepconfig) - Create a sweep config for a wallet.
|
769
|
+
* [listSweepConfigs](docs/sdks/sweeps/README.md#listsweepconfigs) - List sweep configs associated with an account.
|
770
|
+
* [getSweepConfig](docs/sdks/sweeps/README.md#getsweepconfig) - Get a sweep config associated with a wallet.
|
771
|
+
* [patchSweepConfig](docs/sdks/sweeps/README.md#patchsweepconfig) - Update settings on a sweep config.
|
772
|
+
* [listSweeps](docs/sdks/sweeps/README.md#listsweeps) - List sweeps associated with a wallet.
|
773
|
+
* [getSweep](docs/sdks/sweeps/README.md#getsweep) - Get details on a specific sweep.
|
774
|
+
|
775
|
+
### [transfers](docs/sdks/transfers/README.md)
|
776
|
+
|
777
|
+
* [createTransfer](docs/sdks/transfers/README.md#createtransfer) - Move money by providing the source, destination, and amount in the request body.
|
778
|
+
|
779
|
+
Read our [transfers overview guide](https://docs.moov.io/guides/money-movement/overview/) to learn more.
|
780
|
+
|
781
|
+
To access this endpoint using a [token](https://docs.moov.io/api/authentication/access-tokens/) you'll need to specify the `/accounts/{accountID}/transfers.write`
|
782
|
+
scope.
|
783
|
+
* [listTransfers](docs/sdks/transfers/README.md#listtransfers) - List all the transfers associated with a particular Moov account.
|
784
|
+
|
785
|
+
Read our [transfers overview guide](https://docs.moov.io/guides/money-movement/overview/) to learn more.
|
786
|
+
|
787
|
+
When you run this request, you retrieve 200 transfers at a time. You can advance past a results set of 200 transfers by using the `skip` parameter (for example,
|
788
|
+
if you set `skip`= 10, you will see a results set of 200 transfers after the first 2000). If you are searching a high volume of transfers, the request will likely
|
789
|
+
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
|
+
period of time. You can run multiple requests in smaller time window increments until you've retrieved all the transfers you need.
|
791
|
+
|
792
|
+
To access this endpoint using a [token](https://docs.moov.io/api/authentication/access-tokens/) you'll need to specify the `/accounts/{accountID}/transfers.read`
|
793
|
+
scope.
|
794
|
+
* [getTransfer](docs/sdks/transfers/README.md#gettransfer) - Retrieve full transfer details for an individual transfer of a particular Moov account.
|
795
|
+
|
796
|
+
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
|
+
to learn more.
|
798
|
+
|
799
|
+
To access this endpoint using a [token](https://docs.moov.io/api/authentication/access-tokens/) you'll need to specify the `/accounts/{accountID}/transfers.read`
|
800
|
+
scope.
|
801
|
+
* [patchTransfer](docs/sdks/transfers/README.md#patchtransfer) - Update the metadata contained on a transfer.
|
802
|
+
|
803
|
+
Read our [transfers overview guide](https://docs.moov.io/guides/money-movement/overview/) to learn more.
|
804
|
+
|
805
|
+
To access this endpoint using a [token](https://docs.moov.io/api/authentication/access-tokens/) you'll need to specify the `/accounts/{accountID}/transfers.write`
|
806
|
+
scope.
|
807
|
+
* [refundTransfer](docs/sdks/transfers/README.md#refundtransfer) - Initiate a refund for a card transfer.
|
808
|
+
|
809
|
+
**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
|
+
See the [reversals](https://docs.moov.io/guides/money-movement/accept-payments/card-acceptance/reversals/) guide for more information.
|
811
|
+
|
812
|
+
To access this endpoint using a [token](https://docs.moov.io/api/authentication/access-tokens/) you'll need to specify the `/accounts/{accountID}/transfers.write`
|
813
|
+
scope.
|
814
|
+
* [listRefunds](docs/sdks/transfers/README.md#listrefunds) - Get a list of refunds for a card transfer.
|
815
|
+
|
816
|
+
To access this endpoint using a [token](https://docs.moov.io/api/authentication/access-tokens/) you'll need to specify the `/accounts/{accountID}/transfers.read`
|
817
|
+
scope.
|
818
|
+
* [getRefund](docs/sdks/transfers/README.md#getrefund) - Get details of a refund for a card transfer.
|
819
|
+
|
820
|
+
To access this endpoint using a [token](https://docs.moov.io/api/authentication/access-tokens/) you'll need to specify the `/accounts/{accountID}/transfers.read`
|
821
|
+
scope.
|
822
|
+
* [reverseTransfer](docs/sdks/transfers/README.md#reversetransfer) - Reverses a card transfer by initiating a cancellation or refund depending on the transaction status.
|
823
|
+
Read our [reversals guide](https://docs.moov.io/guides/money-movement/accept-payments/card-acceptance/reversals/)
|
824
|
+
to learn more.
|
825
|
+
|
826
|
+
To access this endpoint using a [token](https://docs.moov.io/api/authentication/access-tokens/) you'll need
|
827
|
+
to specify the `/accounts/{accountID}/transfers.write` scope.
|
828
|
+
* [createTransferOptions](docs/sdks/transfers/README.md#createtransferoptions) - Generate available payment method options for one or multiple transfer participants depending on the accountID or paymentMethodID you
|
829
|
+
supply in the request.
|
830
|
+
|
831
|
+
Read our [transfers overview guide](https://docs.moov.io/guides/money-movement/overview/) to learn more.
|
832
|
+
|
833
|
+
To use this endpoint from the browser, you'll need to specify the `/accounts/{yourAccountID}/transfers.read` scope when generating a
|
834
|
+
[token](https://docs.moov.io/api/authentication/access-tokens/). The accountID included must be your accountID. You can find your
|
835
|
+
accountID on the [Business details](https://dashboard.moov.io/settings/business) page.
|
836
|
+
|
837
|
+
### [underwriting](docs/sdks/underwriting/README.md)
|
838
|
+
|
839
|
+
* [getUnderwriting](docs/sdks/underwriting/README.md#getunderwriting) - Retrieve underwriting associated with a given Moov account.
|
840
|
+
|
841
|
+
Read our [underwriting guide](https://docs.moov.io/guides/accounts/requirements/underwriting/) to learn more.
|
842
|
+
|
843
|
+
To access this endpoint using a [token](https://docs.moov.io/api/authentication/access-tokens/) you'll need
|
844
|
+
to specify the `/accounts/{accountID}/profile.read` scope.
|
845
|
+
* [updateUnderwriting](docs/sdks/underwriting/README.md#updateunderwriting) - Update the account's underwriting by passing new values for one or more of the fields.
|
846
|
+
|
847
|
+
Read our [underwriting guide](https://docs.moov.io/guides/accounts/requirements/underwriting/) to learn more.
|
848
|
+
|
849
|
+
To access this endpoint using a [token](https://docs.moov.io/api/authentication/access-tokens/) you'll need
|
850
|
+
to specify the `/accounts/{accountID}/profile.write` scope.
|
851
|
+
|
852
|
+
### [wallets](docs/sdks/wallets/README.md)
|
853
|
+
|
854
|
+
* [listWallets](docs/sdks/wallets/README.md#listwallets) - List the wallets associated with a Moov account. Read our [Moov wallets guide](https://docs.moov.io/guides/sources/wallets/) to learn more.
|
855
|
+
|
856
|
+
To use this endpoint from the browser, you'll need to specify the `/accounts/{accountID}/wallets.read` scope when generating a [token](https://docs.moov.io/api/authentication/access-tokens/).
|
857
|
+
* [getWallet](docs/sdks/wallets/README.md#getwallet) - Get information on a specific wallet (e.g., the available balance). Read our [Moov wallets guide](https://docs.moov.io/guides/sources/wallets/) to learn more.
|
858
|
+
|
859
|
+
To use this endpoint from the browser, you'll need to specify the `/accounts/{accountID}/wallets.read` scope when generating a [token](https://docs.moov.io/api/authentication/access-tokens/).
|
860
|
+
|
861
|
+
### [walletTransactions](docs/sdks/wallettransactions/README.md)
|
862
|
+
|
863
|
+
* [listWalletTransactions](docs/sdks/wallettransactions/README.md#listwallettransactions) - List all the transactions associated with a particular Moov wallet. Read our [wallet transactions guide](https://docs.moov.io/guides/sources/wallets/transactions/) to learn more.
|
864
|
+
|
865
|
+
To use this endpoint from the browser, you'll need to specify the `/accounts/{accountID}/wallets.read` scope when generating a [token](https://docs.moov.io/api/authentication/access-tokens/).
|
866
|
+
* [getWalletTransaction](docs/sdks/wallettransactions/README.md#getwallettransaction) - Get details on a specific wallet transaction. Read our [wallet transactions guide](https://docs.moov.io/guides/sources/wallets/transactions/) to learn more.
|
867
|
+
|
868
|
+
To use this endpoint from a browser, you'll need to specify the `/accounts/{accountID}/wallets.read` scope when generating a [token](https://docs.moov.io/api/authentication/access-tokens/).
|
869
|
+
|
870
|
+
</details>
|
871
|
+
<!-- End Available Resources and Operations [operations] -->
|
872
|
+
|
873
|
+
<!-- Start Standalone functions [standalone-funcs] -->
|
874
|
+
## Standalone functions
|
875
|
+
|
876
|
+
All the methods listed above are available as standalone functions. These
|
877
|
+
functions are ideal for use in applications running in the browser, serverless
|
878
|
+
runtimes or other environments where application bundle size is a primary
|
879
|
+
concern. When using a bundler to build your application, all unused
|
880
|
+
functionality will be either excluded from the final bundle or tree-shaken away.
|
881
|
+
|
882
|
+
To read more about standalone functions, check [FUNCTIONS.md](./FUNCTIONS.md).
|
883
|
+
|
884
|
+
<details>
|
885
|
+
|
886
|
+
<summary>Available standalone functions</summary>
|
887
|
+
|
888
|
+
- [`accountsAssignAccountCountries`](docs/sdks/accounts/README.md#assignaccountcountries) - Assign the countries of operation for an account.
|
889
|
+
|
890
|
+
This endpoint will always overwrite the previously assigned values.
|
891
|
+
|
892
|
+
To use this endpoint from the browser, you'll need to specify the `/accounts/{accountID}/profile.write` scope when generating
|
893
|
+
a [token](https://docs.moov.io/api/authentication/access-tokens/).
|
894
|
+
- [`accountsCreateAccount`](docs/sdks/accounts/README.md#createaccount) - You can create **business** or **individual** accounts for your users (i.e., customers, merchants) by passing the required
|
895
|
+
information to Moov. Requirements differ per account type and requested [capabilities](https://docs.moov.io/guides/accounts/capabilities/requirements/).
|
896
|
+
|
897
|
+
If you're requesting the `wallet`, `send-funds`, `collect-funds`, or `card-issuing` capabilities, you'll need to:
|
898
|
+
+ Send Moov the user [platform terms of service agreement](https://docs.moov.io/guides/accounts/requirements/platform-agreement/) acceptance.
|
899
|
+
This can be done upon account creation, or by [patching](https://docs.moov.io/api/moov-accounts/accounts/patch/) the account using the `termsOfService` field.
|
900
|
+
If you're creating a business account with the business type `llc`, `partnership`, or `privateCorporation`, you'll need to:
|
901
|
+
+ Provide [business representatives](https://docs.moov.io/api/moov-accounts/representatives/) after creating the account.
|
902
|
+
+ [Patch](https://docs.moov.io/api/moov-accounts/accounts/patch/) the account to indicate that business representative ownership information is complete.
|
903
|
+
|
904
|
+
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
|
+
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
|
+
|
909
|
+
To use this endpoint from the browser, you'll need to specify the `/accounts/{accountID}/profile.disconnect` scope when generating
|
910
|
+
a [token](https://docs.moov.io/api/authentication/access-tokens/), and provide the changed information.
|
911
|
+
- [`accountsGetAccount`](docs/sdks/accounts/README.md#getaccount) - Retrieves details for the account with the specified ID.
|
912
|
+
- [`accountsGetAccountCountries`](docs/sdks/accounts/README.md#getaccountcountries) - Retrieve the specified countries of operation for an account.
|
913
|
+
|
914
|
+
To use this endpoint from the browser, you'll need to specify the `/accounts/{accountID}/profile.read` scope when generating
|
915
|
+
a [token](https://docs.moov.io/api/authentication/access-tokens/).
|
916
|
+
- [`accountsGetMerchantProcessingAgreement`](docs/sdks/accounts/README.md#getmerchantprocessingagreement) - Retrieve a merchant account's processing agreement.
|
917
|
+
|
918
|
+
To access this endpoint using a [token](https://docs.moov.io/api/authentication/access-tokens/) you'll need
|
919
|
+
to specify the `/accounts/{accountID}/profile.read` scope.
|
920
|
+
- [`accountsGetTermsOfServiceToken`](docs/sdks/accounts/README.md#gettermsofservicetoken) - Generates a non-expiring token that can then be used to accept Moov’s terms of service.
|
921
|
+
|
922
|
+
This token can only be generated via API. Any Moov account requesting the collect funds, send funds, wallet, or card issuing capabilities
|
923
|
+
must accept Moov’s terms of service, then have the generated terms of service token patched to the account. Read more in our [documentation](https://docs.moov.io/guides/accounts/requirements/platform-agreement/).
|
924
|
+
- [`accountsListAccounts`](docs/sdks/accounts/README.md#listaccounts) - List or search accounts to which the caller is connected.
|
925
|
+
|
926
|
+
All supported query parameters are optional. If none are provided the response will include all connected accounts.
|
927
|
+
Pagination is supported via the `skip` and `count` query parameters.
|
928
|
+
Searching by name and email will overlap and return results based on relevance.
|
929
|
+
- [`accountsPatchAccount`](docs/sdks/accounts/README.md#patchaccount) - When **can** profile data be updated:
|
930
|
+
+ For unverified accounts, all profile data can be edited.
|
931
|
+
+ During the verification process, missing or incomplete profile data can be edited.
|
932
|
+
+ Verified accounts can only add missing profile data.
|
933
|
+
|
934
|
+
When **can't** profile data be updated:
|
935
|
+
+ Verified accounts cannot change any existing profile data.
|
936
|
+
|
937
|
+
If you need to update information in a locked state, please contact Moov support.
|
938
|
+
|
939
|
+
To use this endpoint from the browser, you'll need to specify the `/accounts/{accountID}/profile.write` scope when generating
|
940
|
+
a [token](https://docs.moov.io/api/authentication/access-tokens/), and provide the changed information.
|
941
|
+
- [`adjustmentsGetAdjustment`](docs/sdks/adjustments/README.md#getadjustment) - Retrieve a specific adjustment associated with a Moov account.
|
942
|
+
|
943
|
+
To access this endpoint using a [token](https://docs.moov.io/api/authentication/access-tokens/) you'll need
|
944
|
+
to specify the `/accounts/{accountID}/wallets.read` scope.
|
945
|
+
- [`adjustmentsListAdjustments`](docs/sdks/adjustments/README.md#listadjustments) - List adjustments associated with a Moov account.
|
946
|
+
|
947
|
+
To access this endpoint using a [token](https://docs.moov.io/api/authentication/access-tokens/) you'll need
|
948
|
+
to specify the `/accounts/{accountID}/wallets.read` scope.
|
949
|
+
- [`authenticationCreateAuthToken`](docs/sdks/authentication/README.md#createauthtoken) - Create or refresh an access token.
|
950
|
+
- [`authenticationRevokeAuthToken`](docs/sdks/authentication/README.md#revokeauthtoken) - Revoke an auth token.
|
951
|
+
|
952
|
+
Allows clients to notify the authorization server that a previously obtained refresh or access token is no longer needed.
|
953
|
+
- [`avatarsGetAvatar`](docs/sdks/avatars/README.md#getavatar) - Get avatar image for an account using a unique ID.
|
954
|
+
|
955
|
+
To use this endpoint from the browser, you'll need to specify the `/profile-enrichment.read` scope when generating a [token](https://docs.moov.io/api/authentication/access-tokens/).
|
956
|
+
- [`bankAccountsCompleteBankAccountVerification`](docs/sdks/bankaccounts/README.md#completebankaccountverification) - Finalize the instant micro-deposit verification by submitting the verification code displayed in the user’s bank account.
|
957
|
+
|
958
|
+
Upon successful verification, the bank account status will be updated to `verified` and eligible for ACH debit transactions.
|
959
|
+
|
960
|
+
The following formats are accepted:
|
961
|
+
- `MV0000`
|
962
|
+
- `mv0000`
|
963
|
+
- `0000`
|
964
|
+
|
965
|
+
To use this endpoint from the browser, you'll need to specify the `/accounts/{accountID}/bank-accounts.write` scope when
|
966
|
+
generating a [token](https://docs.moov.io/api/authentication/access-tokens/).
|
967
|
+
- [`bankAccountsCompleteMicroDeposits`](docs/sdks/bankaccounts/README.md#completemicrodeposits) - Complete the micro-deposit validation process by passing the amounts of the two transfers within three tries.
|
968
|
+
|
969
|
+
To use this endpoint from the browser, you'll need to specify the `/accounts/{accountID}/bank-accounts.write` scope when generating a
|
970
|
+
[token](https://docs.moov.io/api/authentication/access-tokens/).
|
971
|
+
- [`bankAccountsDisableBankAccount`](docs/sdks/bankaccounts/README.md#disablebankaccount) - Discontinue using a specified bank account linked to a Moov account.
|
972
|
+
|
973
|
+
To use this endpoint from the browser, you'll need to specify the `/accounts/{accountID}/bank-accounts.write` scope
|
974
|
+
when generating a [token](https://docs.moov.io/api/authentication/access-tokens/).
|
975
|
+
- [`bankAccountsGetBankAccount`](docs/sdks/bankaccounts/README.md#getbankaccount) - Retrieve bank account details (i.e. routing number or account type) associated with a specific Moov account.
|
976
|
+
|
977
|
+
Read our [bank accounts guide](https://docs.moov.io/guides/sources/bank-accounts/) to learn more. To use this
|
978
|
+
endpoint from the browser, you'll need to specify the `/accounts/{accountID}/bank-accounts.read` scope when
|
979
|
+
generating a [token](https://docs.moov.io/api/authentication/access-tokens/).
|
980
|
+
- [`bankAccountsGetBankAccountVerification`](docs/sdks/bankaccounts/README.md#getbankaccountverification) - Retrieve the current status and details of an instant verification, including whether the verification method was instant or same-day
|
981
|
+
ACH. This helps track the verification process in real-time and provides details in case of exceptions.
|
982
|
+
|
983
|
+
The status will indicate the following:
|
984
|
+
|
985
|
+
- `new`: Verification initiated, credit pending to the payment network
|
986
|
+
- `sent-credit`: Credit sent, available for verification
|
987
|
+
- `failed`: Verification failed, description provided, user needs to add a new bank account
|
988
|
+
- `expired`: Verification expired after 14 days, initiate another verification
|
989
|
+
- `max-attempts-exceeded`: Five incorrect code attempts exhausted, initiate another verification
|
990
|
+
|
991
|
+
To use this endpoint from the browser, you'll need to specify the `/accounts/{accountID}/bank-accounts.read` scope when generating a
|
992
|
+
[token](https://docs.moov.io/api/authentication/access-tokens/).
|
993
|
+
- [`bankAccountsInitiateBankAccountVerification`](docs/sdks/bankaccounts/README.md#initiatebankaccountverification) - Instant micro-deposit verification offers a quick and efficient way to verify bank account ownership.
|
994
|
+
|
995
|
+
Send a $0.01 credit with a unique verification code via RTP or same-day ACH, depending on the receiving bank’s capabilities. This
|
996
|
+
feature provides a faster alternative to traditional methods, allowing verification in a single session.
|
997
|
+
|
998
|
+
It is recommended to use the `X-Wait-For: rail-response` header to synchronously receive the outcome of the instant credit in the
|
999
|
+
response payload.
|
1000
|
+
|
1001
|
+
Possible verification methods:
|
1002
|
+
- `instant`: Real-time verification credit sent via RTP
|
1003
|
+
- `ach`: Verification credit sent via same-day ACH
|
1004
|
+
|
1005
|
+
Possible statuses:
|
1006
|
+
- `new`: Verification initiated, credit pending
|
1007
|
+
- `sent-credit`: Credit sent, available for verification in the external bank account
|
1008
|
+
- `failed`: Verification failed due to credit rejection/return, details in `exceptionDetails`
|
1009
|
+
|
1010
|
+
To use this endpoint from the browser, you'll need to specify the `/accounts/{accountID}/bank-accounts.write` scope when generating a
|
1011
|
+
[token](https://docs.moov.io/api/authentication/access-tokens/).
|
1012
|
+
- [`bankAccountsInitiateMicroDeposits`](docs/sdks/bankaccounts/README.md#initiatemicrodeposits) - Micro-deposits help confirm bank account ownership, helping reduce fraud and the risk of unauthorized activity. Use this method to initiate the micro-deposit verification, sending two small credit transfers to the bank account you want to confirm.
|
1013
|
+
|
1014
|
+
If you request micro-deposits before 4:15PM ET, they will appear that same day. If you request micro-deposits any time after 4:15PM ET, they will appear the next banking day. When the two credits are initiated, Moov simultaneously initiates a debit to recoup the micro-deposits.
|
1015
|
+
|
1016
|
+
`sandbox` - Micro-deposits initiated for a `sandbox` bank account will always be `$0.00` / `$0.00` and instantly verifiable once initiated.
|
1017
|
+
|
1018
|
+
You can simulate micro-deposit verification in test mode. See our [test mode](https://docs.moov.io/guides/get-started/test-mode/#micro-deposits) guide for more information.
|
1019
|
+
|
1020
|
+
To use this endpoint from the browser, you'll need to specify the `/accounts/{accountID}/bank-accounts.write` scope when generating a [token](https://docs.moov.io/api/authentication/access-tokens/).
|
1021
|
+
- [`bankAccountsLinkBankAccount`](docs/sdks/bankaccounts/README.md#linkbankaccount) - Link a bank account to an existing Moov account. Read our [bank accounts guide](https://docs.moov.io/guides/sources/bank-accounts/) to learn more.
|
1022
|
+
|
1023
|
+
To use this endpoint from the browser, you'll need to specify the `/accounts/{accountID}/bank-accounts.write` scope when generating a [token](https://docs.moov.io/api/authentication/access-tokens/).
|
1024
|
+
|
1025
|
+
It is strongly recommended that callers include the `X-Wait-For` header, set to `payment-method`, if the newly linked
|
1026
|
+
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
|
+
Methods](https://docs.moov.io/api/sources/payment-methods/list/)
|
1028
|
+
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
|
+
|
1031
|
+
Read our [bank accounts guide](https://docs.moov.io/guides/sources/bank-accounts/) to learn more. To use this endpoint
|
1032
|
+
from the browser, you'll need to specify the `/accounts/{accountID}/bank-accounts.read` scope when generating a
|
1033
|
+
[token](https://docs.moov.io/api/authentication/access-tokens/).
|
1034
|
+
- [`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
|
+
|
1036
|
+
To access this endpoint using a [token](https://docs.moov.io/api/authentication/access-tokens/) you'll need
|
1037
|
+
to specify the `/accounts/{accountID}/profile.write` scope.
|
1038
|
+
- [`billingListFeePlanAgreements`](docs/sdks/billing/README.md#listfeeplanagreements) - List all fee plan agreements associated with an account.
|
1039
|
+
|
1040
|
+
To access this endpoint using a [token](https://docs.moov.io/api/authentication/access-tokens/) you'll need
|
1041
|
+
to specify the `/accounts/{accountID}/profile.read` scope.
|
1042
|
+
- [`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
|
+
selecting a fee plan to apply to a connected account.
|
1044
|
+
|
1045
|
+
To access this endpoint using a [token](https://docs.moov.io/api/authentication/access-tokens/) you'll need
|
1046
|
+
to specify the `/accounts/{accountID}/profile.read` scope.
|
1047
|
+
- [`billingListPartnerPricing`](docs/sdks/billing/README.md#listpartnerpricing) - List all partner pricing plans available for use by an account.
|
1048
|
+
|
1049
|
+
To access this endpoint using a [token](https://docs.moov.io/api/authentication/access-tokens/) you'll need
|
1050
|
+
to specify the `/accounts/{accountID}/profile.read` scope.
|
1051
|
+
- [`billingListPartnerPricingAgreements`](docs/sdks/billing/README.md#listpartnerpricingagreements) - List all partner pricing agreements associated with an account.
|
1052
|
+
|
1053
|
+
To access this endpoint using a [token](https://docs.moov.io/api/authentication/access-tokens/) you'll need
|
1054
|
+
to specify the `/accounts/{accountID}/profile.read` scope.
|
1055
|
+
- [`brandingGetBrand`](docs/sdks/branding/README.md#getbrand) - Gets the brand properties for the specified account.
|
1056
|
+
- [`brandingPostBrand`](docs/sdks/branding/README.md#postbrand) - Creates the brand properties for the specified account.
|
1057
|
+
- [`brandingUpdateBrand`](docs/sdks/branding/README.md#updatebrand) - Updates the brand properties for the specified account.
|
1058
|
+
- [`capabilitiesAddCapabilities`](docs/sdks/capabilities/README.md#addcapabilities) - Request capabilities for a specific account. Read our [capabilities guide](https://docs.moov.io/guides/accounts/capabilities/) to learn more.
|
1059
|
+
|
1060
|
+
To use this endpoint from the browser, you'll need to specify the `/accounts/{accountID}/capabilities.write` scope when generating a [token](https://docs.moov.io/api/authentication/access-tokens/).
|
1061
|
+
- [`capabilitiesDisableCapability`](docs/sdks/capabilities/README.md#disablecapability) - Disable a specific capability that an account has requested. Read our [capabilities guide](https://docs.moov.io/guides/accounts/capabilities/) to learn more.
|
1062
|
+
|
1063
|
+
To use this endpoint from the browser, you'll need to specify the `/accounts/{accountID}/capabilities.write` scope when generating a [token](https://docs.moov.io/api/authentication/access-tokens/).
|
1064
|
+
- [`capabilitiesGetCapability`](docs/sdks/capabilities/README.md#getcapability) - Retrieve a specific capability that an account has requested. Read our [capabilities guide](https://docs.moov.io/guides/accounts/capabilities/) to learn more.
|
1065
|
+
|
1066
|
+
To use this endpoint from the browser, you'll need to specify the `/accounts/{accountID}/capabilities.read` scope when generating a [token](https://docs.moov.io/api/authentication/access-tokens/).
|
1067
|
+
- [`capabilitiesListCapabilities`](docs/sdks/capabilities/README.md#listcapabilities) - Retrieve all the capabilities an account has requested.
|
1068
|
+
|
1069
|
+
Read our [capabilities guide](https://docs.moov.io/guides/accounts/capabilities/) to learn more.
|
1070
|
+
- [`cardIssuingGetFullIssuedCard`](docs/sdks/cardissuing/README.md#getfullissuedcard) - Get issued card with PAN, CVV, and expiration.
|
1071
|
+
|
1072
|
+
Only use this endpoint if you have provided Moov with a copy of your PCI attestation of compliance.
|
1073
|
+
|
1074
|
+
To use this endpoint from the browser, you'll need to specify the `/accounts/{accountID}/issued-cards.read-secure` scope when generating
|
1075
|
+
a [token](https://docs.moov.io/api/authentication/access-tokens/).
|
1076
|
+
- [`cardIssuingGetIssuedCard`](docs/sdks/cardissuing/README.md#getissuedcard) - Retrieve a single issued card associated with a Moov account.
|
1077
|
+
|
1078
|
+
To use this endpoint from the browser, you'll need to specify the `/accounts/{accountID}/issued-cards.read` scope when generating
|
1079
|
+
a [token](https://docs.moov.io/api/authentication/access-tokens/).
|
1080
|
+
- [`cardIssuingListIssuedCards`](docs/sdks/cardissuing/README.md#listissuedcards) - List Moov issued cards existing for the account.
|
1081
|
+
|
1082
|
+
To use this endpoint from the browser, you'll need to specify the `/accounts/{accountID}/issued-cards.read` scope when generating
|
1083
|
+
a [token](https://docs.moov.io/api/authentication/access-tokens/).
|
1084
|
+
- [`cardIssuingRequestCard`](docs/sdks/cardissuing/README.md#requestcard) - Request a virtual card be issued.
|
1085
|
+
|
1086
|
+
To use this endpoint from the browser, you'll need to specify the `/accounts/{accountID}/issued-cards.write` scope when generating
|
1087
|
+
a [token](https://docs.moov.io/api/authentication/access-tokens/).
|
1088
|
+
- [`cardIssuingUpdateIssuedCard`](docs/sdks/cardissuing/README.md#updateissuedcard) - Update a Moov issued card.
|
1089
|
+
|
1090
|
+
To use this endpoint from the browser, you'll need to specify the `/accounts/{accountID}/issued-cards.write` scope when generating
|
1091
|
+
a [token](https://docs.moov.io/api/authentication/access-tokens/).
|
1092
|
+
- [`cardsCreateApplePaySession`](docs/sdks/cards/README.md#createapplepaysession) - Create a session with Apple Pay to facilitate a payment.
|
1093
|
+
|
1094
|
+
Read our [Apple Pay tutorial](https://docs.moov.io/guides/sources/cards/apple-pay/#register-your-domains) to learn more.
|
1095
|
+
A successful response from this endpoint should be passed through to Apple Pay unchanged.
|
1096
|
+
|
1097
|
+
To use this endpoint from the browser, you'll need to specify the `/accounts/{accountID}/apple-pay.write` scope when generating
|
1098
|
+
a [token](https://docs.moov.io/api/authentication/access-tokens/).
|
1099
|
+
- [`cardsDisableCard`](docs/sdks/cards/README.md#disablecard) - Disables a card associated with a Moov account.
|
1100
|
+
|
1101
|
+
To use this endpoint from the browser, you'll need to specify the `/accounts/{accountID}/cards.write` scope when generating
|
1102
|
+
a [token](https://docs.moov.io/api/authentication/access-tokens/).
|
1103
|
+
- [`cardsGetApplePayMerchantDomains`](docs/sdks/cards/README.md#getapplepaymerchantdomains) - Get domains registered with Apple Pay.
|
1104
|
+
|
1105
|
+
Read our [Apple Pay tutorial](https://docs.moov.io/guides/sources/cards/apple-pay/#register-your-domains) to learn more.
|
1106
|
+
|
1107
|
+
To use this endpoint from the browser, you'll need to specify the `/accounts/{accountID}/apple-pay.read` scope when generating a
|
1108
|
+
[token](https://docs.moov.io/api/authentication/access-tokens/).
|
1109
|
+
- [`cardsGetCard`](docs/sdks/cards/README.md#getcard) - Fetch a specific card associated with a Moov account.
|
1110
|
+
|
1111
|
+
Read our [accept card payments guide](https://docs.moov.io/guides/sources/cards/accept-card-payments/) to learn more.
|
1112
|
+
|
1113
|
+
To use this endpoint from the browser, you'll need to specify the `/accounts/{accountID}/cards.read` scope when generating
|
1114
|
+
a [token](https://docs.moov.io/api/authentication/access-tokens/).
|
1115
|
+
- [`cardsLinkApplePayToken`](docs/sdks/cards/README.md#linkapplepaytoken) - Connect an Apple Pay token to the specified account.
|
1116
|
+
|
1117
|
+
Read our [Apple Pay tutorial](https://docs.moov.io/guides/sources/cards/apple-pay/#register-your-domains) to learn more.
|
1118
|
+
The `token` data is defined by Apple Pay and should be passed through from Apple Pay's response unmodified.
|
1119
|
+
|
1120
|
+
To use this endpoint from the browser, you'll need to specify the `/accounts/{accountID}/cards.write` scope when generating
|
1121
|
+
a [token](https://docs.moov.io/api/authentication/access-tokens/).
|
1122
|
+
- [`cardsLinkCard`](docs/sdks/cards/README.md#linkcard) - Link a card to an existing Moov account.
|
1123
|
+
|
1124
|
+
Read our [accept card payments guide](https://docs.moov.io/guides/sources/cards/accept-card-payments/#link-a-card) to learn more.
|
1125
|
+
|
1126
|
+
Only use this endpoint if you have provided Moov with a copy of your PCI attestation of compliance.
|
1127
|
+
|
1128
|
+
During card linking, the provided data will be verified by submitting a $0 authorization (account verification) request.
|
1129
|
+
If `merchantAccountID` is provided, the authorization request will contain that account's statement descriptor and address.
|
1130
|
+
Otherwise, the platform account's profile will be used. If no statement descriptor has been set, the authorization will
|
1131
|
+
use the account's name instead.
|
1132
|
+
|
1133
|
+
It is strongly recommended that callers include the `X-Wait-For` header, set to `payment-method`, if the newly linked
|
1134
|
+
card is intended to be used right away. If this header is not included, the caller will need to poll the [List Payment
|
1135
|
+
Methods](https://docs.moov.io/api/sources/payment-methods/list/)
|
1136
|
+
endpoint to wait for the new payment methods to be available for use.
|
1137
|
+
|
1138
|
+
To use this endpoint from the browser, you'll need to specify the `/accounts/{accountID}/cards.write` scope
|
1139
|
+
when generating a [token](https://docs.moov.io/api/authentication/access-tokens/).
|
1140
|
+
- [`cardsListCards`](docs/sdks/cards/README.md#listcards) - List all the active cards associated with a Moov account.
|
1141
|
+
|
1142
|
+
Read our [accept card payments guide](https://docs.moov.io/guides/sources/cards/accept-card-payments/) to learn more.
|
1143
|
+
|
1144
|
+
To use this endpoint from the browser, you'll need to specify the `/accounts/{accountID}/cards.read` scope when generating
|
1145
|
+
a [token](https://docs.moov.io/api/authentication/access-tokens/).
|
1146
|
+
- [`cardsRegisterApplePayMerchantDomains`](docs/sdks/cards/README.md#registerapplepaymerchantdomains) - Add domains to be registered with Apple Pay.
|
1147
|
+
|
1148
|
+
Any domains that will be used to accept payments must first be [verified](https://docs.moov.io/guides/sources/cards/apple-pay/#register-your-domains)
|
1149
|
+
with Apple.
|
1150
|
+
|
1151
|
+
To use this endpoint from the browser, you'll need to specify the `/accounts/{accountID}/apple-pay.write` scope when generating a
|
1152
|
+
[token](https://docs.moov.io/api/authentication/access-tokens/).
|
1153
|
+
- [`cardsUpdateApplePayMerchantDomains`](docs/sdks/cards/README.md#updateapplepaymerchantdomains) - Add or remove domains to be registered with Apple Pay.
|
1154
|
+
|
1155
|
+
Any domains that will be used to accept payments must first be [verified](https://docs.moov.io/guides/sources/cards/apple-pay/#register-your-domains)
|
1156
|
+
with Apple.
|
1157
|
+
|
1158
|
+
To use this endpoint from the browser, you'll need to specify the `/accounts/{accountID}/apple-pay.write` scope when generating a
|
1159
|
+
[token](https://docs.moov.io/api/authentication/access-tokens/).
|
1160
|
+
- [`cardsUpdateCard`](docs/sdks/cards/README.md#updatecard) - Update a linked card and/or resubmit it for verification.
|
1161
|
+
|
1162
|
+
If a value is provided for CVV, a new verification ($0 authorization) will be submitted for the card. Updating the expiration
|
1163
|
+
date or
|
1164
|
+
address will update the information stored on file for the card but will not be verified.
|
1165
|
+
|
1166
|
+
Read our [accept card payments guide](https://docs.moov.io/guides/sources/cards/accept-card-payments/#reverify-a-card) to learn
|
1167
|
+
more.
|
1168
|
+
|
1169
|
+
Only use this endpoint if you have provided Moov with a copy of your PCI attestation of compliance.
|
1170
|
+
|
1171
|
+
To use this endpoint from the browser, you'll need to specify the `/accounts/{accountID}/cards.write` scope when generating
|
1172
|
+
a [token](https://docs.moov.io/api/authentication/access-tokens/).
|
1173
|
+
- [`disputesAcceptDispute`](docs/sdks/disputes/README.md#acceptdispute) - Accepts a dispute.
|
1174
|
+
|
1175
|
+
Read our [disputes guide](https://docs.moov.io/guides/money-movement/accept-payments/card-acceptance/disputes/) to learn more.
|
1176
|
+
|
1177
|
+
To use this endpoint from the browser, you'll need to specify the `/accounts/{accountID}/transfers.write` scope when generating
|
1178
|
+
a [token](https://docs.moov.io/api/authentication/access-tokens/).
|
1179
|
+
- [`disputesDeleteDisputeEvidenceFile`](docs/sdks/disputes/README.md#deletedisputeevidencefile) - Deletes dispute evidence by ID.
|
1180
|
+
|
1181
|
+
Read our [disputes guide](https://docs.moov.io/guides/money-movement/accept-payments/card-acceptance/disputes/) to learn more.
|
1182
|
+
|
1183
|
+
To use this endpoint from the browser, you'll need to specify the `/accounts/{accountID}/transfers.write` scope when generating
|
1184
|
+
a [token](https://docs.moov.io/api/authentication/access-tokens/).
|
1185
|
+
- [`disputesGetDispute`](docs/sdks/disputes/README.md#getdispute) - Get a dispute by ID.
|
1186
|
+
|
1187
|
+
Read our [disputes guide](https://docs.moov.io/guides/money-movement/accept-payments/card-acceptance/disputes/) to learn more.
|
1188
|
+
|
1189
|
+
To use this endpoint from the browser, you'll need to specify the `/accounts/{accountID}/transfers.read` scope when generating
|
1190
|
+
a [token](https://docs.moov.io/api/authentication/access-tokens/).
|
1191
|
+
- [`disputesGetDisputeEvidence`](docs/sdks/disputes/README.md#getdisputeevidence) - Get dispute evidence by ID.
|
1192
|
+
|
1193
|
+
Read our [disputes guide](https://docs.moov.io/guides/money-movement/accept-payments/card-acceptance/disputes/) to learn more.
|
1194
|
+
|
1195
|
+
To use this endpoint from the browser, you'll need to specify the `/accounts/{accountID}/transfers.read` scope when generating
|
1196
|
+
a [token](https://docs.moov.io/api/authentication/access-tokens/).
|
1197
|
+
- [`disputesGetDisputeEvidenceData`](docs/sdks/disputes/README.md#getdisputeevidencedata) - Downloads dispute evidence data by ID.
|
1198
|
+
|
1199
|
+
Read our [disputes guide](https://docs.moov.io/guides/money-movement/accept-payments/card-acceptance/disputes/) to learn more.
|
1200
|
+
|
1201
|
+
To use this endpoint from the browser, you'll need to specify the `/accounts/{accountID}/transfers.read` scope when generating
|
1202
|
+
a [token](https://docs.moov.io/api/authentication/access-tokens/).
|
1203
|
+
- [`disputesListDisputeEvidence`](docs/sdks/disputes/README.md#listdisputeevidence) - Returns a dispute's public evidence by its ID.
|
1204
|
+
|
1205
|
+
Read our [disputes guide](https://docs.moov.io/guides/money-movement/accept-payments/card-acceptance/disputes/) to learn more.
|
1206
|
+
|
1207
|
+
To use this endpoint from the browser, you'll need to specify the `/accounts/{accountID}/transfers.read` scope when generating
|
1208
|
+
a [token](https://docs.moov.io/api/authentication/access-tokens/).
|
1209
|
+
- [`disputesListDisputes`](docs/sdks/disputes/README.md#listdisputes) - Returns the list of disputes.
|
1210
|
+
|
1211
|
+
Read our [disputes guide](https://docs.moov.io/guides/money-movement/accept-payments/card-acceptance/disputes/) to learn more.
|
1212
|
+
|
1213
|
+
To use this endpoint from the browser, you'll need to specify the `/accounts/{accountID}/transfers.read` scope when generating
|
1214
|
+
a [token](https://docs.moov.io/api/authentication/access-tokens/).
|
1215
|
+
- [`disputesSubmitDisputeEvidence`](docs/sdks/disputes/README.md#submitdisputeevidence) - Submit the evidence associated with a dispute.
|
1216
|
+
|
1217
|
+
Evidence items must be uploaded using the appropriate endpoint(s) prior to calling this endpoint to submit it. **Evidence can only
|
1218
|
+
be submitted once per dispute.**
|
1219
|
+
|
1220
|
+
Read our [disputes guide](https://docs.moov.io/guides/money-movement/accept-payments/card-acceptance/disputes/) to learn more.
|
1221
|
+
|
1222
|
+
To use this endpoint from the browser, you'll need to specify the `/accounts/{accountID}/transfers.write` scope when generating
|
1223
|
+
a [token](https://docs.moov.io/api/authentication/access-tokens/).
|
1224
|
+
- [`disputesUpdateDisputeEvidence`](docs/sdks/disputes/README.md#updatedisputeevidence) - Updates dispute evidence by ID.
|
1225
|
+
|
1226
|
+
Read our [disputes guide](https://docs.moov.io/guides/money-movement/accept-payments/card-acceptance/disputes/) to learn more.
|
1227
|
+
|
1228
|
+
To use this endpoint from the browser, you'll need to specify the `/accounts/{accountID}/transfers.write` scope when generating
|
1229
|
+
a [token](https://docs.moov.io/api/authentication/access-tokens/).
|
1230
|
+
- [`disputesUploadDisputeEvidenceFile`](docs/sdks/disputes/README.md#uploaddisputeevidencefile) - Uploads a file as evidence for a dispute.
|
1231
|
+
|
1232
|
+
Read our [disputes guide](https://docs.moov.io/guides/money-movement/accept-payments/card-acceptance/disputes/) to learn more.
|
1233
|
+
|
1234
|
+
To use this endpoint from the browser, you'll need to specify the `/accounts/{accountID}/transfers.write` scope when generating
|
1235
|
+
a [token](https://docs.moov.io/api/authentication/access-tokens/).
|
1236
|
+
- [`disputesUploadDisputeEvidenceText`](docs/sdks/disputes/README.md#uploaddisputeevidencetext) - Uploads text as evidence for a dispute.
|
1237
|
+
|
1238
|
+
Read our [disputes guide](https://docs.moov.io/guides/money-movement/accept-payments/card-acceptance/disputes/) to learn more.
|
1239
|
+
|
1240
|
+
To use this endpoint from the browser, you'll need to specify the `/accounts/{accountID}/transfers.write` scope when generating
|
1241
|
+
a [token](https://docs.moov.io/api/authentication/access-tokens/).
|
1242
|
+
- [`endToEndEncryptionGenerateEndToEndKey`](docs/sdks/endtoendencryption/README.md#generateendtoendkey) - Generates a public key used to create a JWE token for passing secure authentication data through non-PCI compliant intermediaries.
|
1243
|
+
- [`endToEndEncryptionTestEndToEndToken`](docs/sdks/endtoendencryption/README.md#testendtoendtoken) - Allows for testing a JWE token to ensure it's acceptable by Moov.
|
1244
|
+
|
1245
|
+
To access this endpoint using a [token](https://docs.moov.io/api/authentication/access-tokens/) you'll need
|
1246
|
+
to specify the `/ping.read` scope.
|
1247
|
+
- [`enrichedAddressGetEnrichmentAddress`](docs/sdks/enrichedaddress/README.md#getenrichmentaddress) - Fetch enriched address suggestions. Requires a partial address.
|
1248
|
+
|
1249
|
+
To use this endpoint from the browser, you'll need to specify the `/profile-enrichment.read` scope when generating a [token](https://docs.moov.io/api/authentication/access-tokens/).
|
1250
|
+
- [`enrichedProfileGetEnrichmentProfile`](docs/sdks/enrichedprofile/README.md#getenrichmentprofile) - Fetch enriched profile data. Requires a valid email address. This service is offered in collaboration with Clearbit.
|
1251
|
+
|
1252
|
+
To use this endpoint from the browser, you'll need to specify the `/profile-enrichment.read` scope when generating a [token](https://docs.moov.io/api/authentication/access-tokens/).
|
1253
|
+
- [`filesGetFileDetails`](docs/sdks/files/README.md#getfiledetails) - Retrieve file details associated with a specific Moov account.
|
1254
|
+
|
1255
|
+
To access this endpoint using a [token](https://docs.moov.io/api/authentication/access-tokens/) you'll need to specify the
|
1256
|
+
`/accounts/{accountID}/files.read` scope.
|
1257
|
+
- [`filesListFiles`](docs/sdks/files/README.md#listfiles) - List all the files associated with a particular Moov account.
|
1258
|
+
|
1259
|
+
To access this endpoint using a [token](https://docs.moov.io/api/authentication/access-tokens/) you'll need to specify the
|
1260
|
+
`/accounts/{accountID}/files.read` scope.
|
1261
|
+
- [`filesUploadFile`](docs/sdks/files/README.md#uploadfile) - Upload a file and link it to the specified Moov account.
|
1262
|
+
|
1263
|
+
The maximum file size is 10MB. Each account is allowed a maximum of 50 files. Acceptable file types include csv, jpg, pdf,
|
1264
|
+
and png.
|
1265
|
+
|
1266
|
+
To access this endpoint using a [token](https://docs.moov.io/api/authentication/access-tokens/) you'll need to specify the
|
1267
|
+
`/accounts/{accountID}/files.write` scope.
|
1268
|
+
- [`industriesListIndustries`](docs/sdks/industries/README.md#listindustries) - Returns a list of all industry titles and their corresponding MCC/SIC/NAICS codes. Results are ordered by title.
|
1269
|
+
|
1270
|
+
To use this endpoint from the browser, you'll need to specify the `/profile-enrichment.read` scope when generating a [token](https://docs.moov.io/api/authentication/access-tokens/).
|
1271
|
+
- [`institutionsListInstitutions`](docs/sdks/institutions/README.md#listinstitutions) - Search for institutions by either their name or routing number.
|
1272
|
+
|
1273
|
+
To use this endpoint from the browser, you'll need to specify the `/fed.read` scope when generating a [token](https://docs.moov.io/api/authentication/access-tokens/).
|
1274
|
+
- [`issuingTransactionsGetIssuedCardAuthorization`](docs/sdks/issuingtransactions/README.md#getissuedcardauthorization) - Retrieves details of an authorization associated with a specific Moov account.
|
1275
|
+
|
1276
|
+
To access this endpoint using a [token](https://docs.moov.io/api/authentication/access-tokens/) you'll need to specify
|
1277
|
+
the `/accounts/{accountID}/issued-cards.read` scope.
|
1278
|
+
- [`issuingTransactionsGetIssuedCardTransaction`](docs/sdks/issuingtransactions/README.md#getissuedcardtransaction) - Retrieves details of an issued card transaction associated with a specific Moov account.
|
1279
|
+
|
1280
|
+
To access this endpoint using a [token](https://docs.moov.io/api/authentication/access-tokens/) you'll need to specify
|
1281
|
+
the `/accounts/{accountID}/issued-cards.read` scope.
|
1282
|
+
- [`issuingTransactionsListIssuedCardAuthorizationEvents`](docs/sdks/issuingtransactions/README.md#listissuedcardauthorizationevents) - List card network and Moov platform events that affect the authorization and its hold on a wallet balance.
|
1283
|
+
|
1284
|
+
To access this endpoint using a [token](https://docs.moov.io/api/authentication/access-tokens/) you'll need to specify
|
1285
|
+
the `/accounts/{accountID}/issued-cards.read` scope.
|
1286
|
+
- [`issuingTransactionsListIssuedCardAuthorizations`](docs/sdks/issuingtransactions/README.md#listissuedcardauthorizations) - List issued card authorizations associated with a Moov account.
|
1287
|
+
|
1288
|
+
To access this endpoint using a [token](https://docs.moov.io/api/authentication/access-tokens/) you'll need to specify
|
1289
|
+
the `/accounts/{accountID}/issued-cards.read` scope.
|
1290
|
+
- [`issuingTransactionsListIssuedCardTransactions`](docs/sdks/issuingtransactions/README.md#listissuedcardtransactions) - List issued card transactions associated with a Moov account.
|
1291
|
+
|
1292
|
+
To access this endpoint using a [token](https://docs.moov.io/api/authentication/access-tokens/) you'll need to specify
|
1293
|
+
the `/accounts/{accountID}/issued-cards.read` scope.
|
1294
|
+
- [`onboardingCreateOnboardingInvite`](docs/sdks/onboarding/README.md#createonboardinginvite) - Create an invitation containing a unique link that allows the recipient to onboard their organization with Moov.
|
1295
|
+
|
1296
|
+
To access this endpoint using a [token](https://docs.moov.io/api/authentication/access-tokens/) you'll need
|
1297
|
+
to specify the `/accounts.write` scope.
|
1298
|
+
- [`onboardingGetOnboardingInvite`](docs/sdks/onboarding/README.md#getonboardinginvite) - Retrieve details about an onboarding invite.
|
1299
|
+
|
1300
|
+
To access this endpoint using a [token](https://docs.moov.io/api/authentication/access-tokens/) you'll need
|
1301
|
+
to specify the `/accounts.read` scope.
|
1302
|
+
- [`onboardingListOnboardingInvites`](docs/sdks/onboarding/README.md#listonboardinginvites) - List all the onboarding invites created by the caller's account.
|
1303
|
+
|
1304
|
+
To access this endpoint using a [token](https://docs.moov.io/api/authentication/access-tokens/) you'll need
|
1305
|
+
to specify the `/accounts.read` scope.
|
1306
|
+
- [`onboardingRevokeOnboardingInvite`](docs/sdks/onboarding/README.md#revokeonboardinginvite) - Revoke an onboarding invite, rendering the invitation link unusable.
|
1307
|
+
|
1308
|
+
To access this endpoint using a [token](https://docs.moov.io/api/authentication/access-tokens/) you'll need
|
1309
|
+
to specify the `/accounts.write` scope.
|
1310
|
+
- [`paymentLinksCreatePaymentLink`](docs/sdks/paymentlinks/README.md#createpaymentlink) - Create a payment link that allows an end user to make a payment on Moov's hosted payment link page.
|
1311
|
+
|
1312
|
+
To access this endpoint using a [token](https://docs.moov.io/api/authentication/access-tokens/) you'll need
|
1313
|
+
to specify the `/accounts/{accountID}/transfers.write` scope.
|
1314
|
+
- [`paymentLinksDisablePaymentLink`](docs/sdks/paymentlinks/README.md#disablepaymentlink) - Disable a payment link.
|
1315
|
+
|
1316
|
+
To access this endpoint using a [token](https://docs.moov.io/api/authentication/access-tokens/) you'll need
|
1317
|
+
to specify the `/accounts/{accountID}/transfers.write` scope.
|
1318
|
+
- [`paymentLinksGetPaymentLink`](docs/sdks/paymentlinks/README.md#getpaymentlink) - Retrieve a payment link by code.
|
1319
|
+
|
1320
|
+
To access this endpoint using a [token](https://docs.moov.io/api/authentication/access-tokens/) you'll need
|
1321
|
+
to specify the `/accounts/{accountID}/transfers.read` scope.
|
1322
|
+
- [`paymentLinksGetPaymentLinkQRCode`](docs/sdks/paymentlinks/README.md#getpaymentlinkqrcode) - Retrieve the payment link encoded in a QR code.
|
1323
|
+
|
1324
|
+
Use the `Accept` header to specify the format of the response. Supported formats are `application/json` and `image/png`.
|
1325
|
+
|
1326
|
+
To access this endpoint using a [token](https://docs.moov.io/api/authentication/access-tokens/) you'll need
|
1327
|
+
to specify the `/accounts/{accountID}/transfers.write` scope.
|
1328
|
+
- [`paymentLinksListPaymentLinks`](docs/sdks/paymentlinks/README.md#listpaymentlinks) - List all the payment links created under a Moov account.
|
1329
|
+
|
1330
|
+
To access this endpoint using a [token](https://docs.moov.io/api/authentication/access-tokens/) you'll need
|
1331
|
+
to specify the `/accounts/{accountID}/transfers.read` scope.
|
1332
|
+
- [`paymentLinksUpdatePaymentLink`](docs/sdks/paymentlinks/README.md#updatepaymentlink) - Update a payment link.
|
1333
|
+
|
1334
|
+
To access this endpoint using a [token](https://docs.moov.io/api/authentication/access-tokens/) you'll need
|
1335
|
+
to specify the `/accounts/{accountID}/transfers.write` scope.
|
1336
|
+
- [`paymentMethodsGetPaymentMethod`](docs/sdks/paymentmethods/README.md#getpaymentmethod) - Get the specified payment method associated with a Moov account. Read our [payment methods guide](https://docs.moov.io/guides/money-movement/payment-methods/) to learn more.
|
1337
|
+
|
1338
|
+
To use this endpoint from the browser, you'll need to specify the `/accounts/{accountID}/payment-methods.read` scope when generating a [token](https://docs.moov.io/api/authentication/access-tokens/).
|
1339
|
+
- [`paymentMethodsListPaymentMethods`](docs/sdks/paymentmethods/README.md#listpaymentmethods) - Retrieve a list of payment methods associated with a Moov account. Read our [payment methods guide](https://docs.moov.io/guides/money-movement/payment-methods/) to learn more.
|
1340
|
+
|
1341
|
+
To use this endpoint from the browser, you'll need to specify the `/accounts/{accountID}/payment-methods.read` scope when generating a [token](https://docs.moov.io/api/authentication/access-tokens/).
|
1342
|
+
- [`pingPing`](docs/sdks/ping/README.md#ping) - A simple endpoint to check auth.
|
1343
|
+
|
1344
|
+
To access this endpoint using a [token](https://docs.moov.io/api/authentication/access-tokens/) you'll need
|
1345
|
+
to specify the `/ping.read` scope.
|
1346
|
+
- [`representativesCreateRepresentative`](docs/sdks/representatives/README.md#createrepresentative) - Moov accounts associated with businesses require information regarding individuals who represent the business.
|
1347
|
+
You can provide this information by creating a representative. Each account is allowed a maximum of 7 representatives.
|
1348
|
+
Read our [business representatives guide](https://docs.moov.io/guides/accounts/requirements/business-representatives/) to learn more.
|
1349
|
+
|
1350
|
+
To use this endpoint from the browser, you’ll need to specify the `/accounts/{accountID}/representatives.write` scope when generating a [token](https://docs.moov.io/api/authentication/access-tokens/).
|
1351
|
+
- [`representativesDeleteRepresentative`](docs/sdks/representatives/README.md#deleterepresentative) - Deletes a business representative associated with a Moov account. Read our [business representatives guide](https://docs.moov.io/guides/accounts/requirements/business-representatives/) to learn more.
|
1352
|
+
|
1353
|
+
To use this endpoint from the browser, you’ll need to specify the `/accounts/{accountID}/representatives.write` scope when generating a [token](https://docs.moov.io/api/authentication/access-tokens/).
|
1354
|
+
- [`representativesGetRepresentative`](docs/sdks/representatives/README.md#getrepresentative) - Retrieve a specific representative associated with a given Moov account. Read our [business representatives guide](https://docs.moov.io/guides/accounts/requirements/business-representatives/) to learn more.
|
1355
|
+
|
1356
|
+
To use this endpoint from the browser, you’ll need to specify the `/accounts/{accountID}/representatives.read` scope when generating a [token](https://docs.moov.io/api/authentication/access-tokens/).
|
1357
|
+
- [`representativesListRepresentatives`](docs/sdks/representatives/README.md#listrepresentatives) - A Moov account may have multiple representatives depending on the associated business’s ownership and management structure.
|
1358
|
+
You can use this method to list all the representatives for a given Moov account.
|
1359
|
+
Note that Moov accounts associated with an individual do not have representatives.
|
1360
|
+
Read our [business representatives guide](https://docs.moov.io/guides/accounts/requirements/business-representatives/) to learn more.
|
1361
|
+
|
1362
|
+
To use this endpoint from the browser, you’ll need to specify the `/accounts/{accountID}/representatives.read` scope when generating a [token](https://docs.moov.io/api/authentication/access-tokens/).
|
1363
|
+
- [`representativesUpdateRepresentative`](docs/sdks/representatives/README.md#updaterepresentative) - If a representative’s information has changed you can patch the information associated with a specific representative ID.
|
1364
|
+
Read our [business representatives guide](https://docs.moov.io/guides/accounts/requirements/business-representatives/) to learn more.
|
1365
|
+
|
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
|
+
When **can** profile data be updated:
|
1369
|
+
|
1370
|
+
- For unverified representatives, all profile data can be edited.
|
1371
|
+
- During the verification process, missing or incomplete profile data can be edited.
|
1372
|
+
- Verified representatives can only add missing profile data.
|
1373
|
+
|
1374
|
+
When **can’t** profile data be updated:
|
1375
|
+
|
1376
|
+
- Verified representatives cannot change any existing profile data.
|
1377
|
+
|
1378
|
+
If you need to update information in a locked state, please contact Moov support.
|
1379
|
+
- [`schedulingCancelSchedule`](docs/sdks/scheduling/README.md#cancelschedule) - Describes the schedule to cancel.
|
1380
|
+
- [`schedulingCreateSchedule`](docs/sdks/scheduling/README.md#createschedule) - Describes the schedule to create or modify.
|
1381
|
+
- [`schedulingGetScheduledOccurrence`](docs/sdks/scheduling/README.md#getscheduledoccurrence) - Defines an occurrence for when to run a transfer.
|
1382
|
+
- [`schedulingGetSchedules`](docs/sdks/scheduling/README.md#getschedules) - Describes a schedule associated with an account. Requires at least 1 occurrence or recurTransfer to be specified.
|
1383
|
+
- [`schedulingListSchedules`](docs/sdks/scheduling/README.md#listschedules) - Describes a list of schedules associated with an account. Requires at least 1 occurrence or recurTransfer to be specified.
|
1384
|
+
- [`schedulingUpdateSchedule`](docs/sdks/scheduling/README.md#updateschedule) - Describes the schedule to modify.
|
1385
|
+
- [`sweepsCreateSweepConfig`](docs/sdks/sweeps/README.md#createsweepconfig) - Create a sweep config for a wallet.
|
1386
|
+
- [`sweepsGetSweep`](docs/sdks/sweeps/README.md#getsweep) - Get details on a specific sweep.
|
1387
|
+
- [`sweepsGetSweepConfig`](docs/sdks/sweeps/README.md#getsweepconfig) - Get a sweep config associated with a wallet.
|
1388
|
+
- [`sweepsListSweepConfigs`](docs/sdks/sweeps/README.md#listsweepconfigs) - List sweep configs associated with an account.
|
1389
|
+
- [`sweepsListSweeps`](docs/sdks/sweeps/README.md#listsweeps) - List sweeps associated with a wallet.
|
1390
|
+
- [`sweepsPatchSweepConfig`](docs/sdks/sweeps/README.md#patchsweepconfig) - Update settings on a sweep config.
|
1391
|
+
- [`transfersCreateTransfer`](docs/sdks/transfers/README.md#createtransfer) - Move money by providing the source, destination, and amount in the request body.
|
1392
|
+
|
1393
|
+
Read our [transfers overview guide](https://docs.moov.io/guides/money-movement/overview/) to learn more.
|
1394
|
+
|
1395
|
+
To access this endpoint using a [token](https://docs.moov.io/api/authentication/access-tokens/) you'll need to specify the `/accounts/{accountID}/transfers.write`
|
1396
|
+
scope.
|
1397
|
+
- [`transfersCreateTransferOptions`](docs/sdks/transfers/README.md#createtransferoptions) - Generate available payment method options for one or multiple transfer participants depending on the accountID or paymentMethodID you
|
1398
|
+
supply in the request.
|
1399
|
+
|
1400
|
+
Read our [transfers overview guide](https://docs.moov.io/guides/money-movement/overview/) to learn more.
|
1401
|
+
|
1402
|
+
To use this endpoint from the browser, you'll need to specify the `/accounts/{yourAccountID}/transfers.read` scope when generating a
|
1403
|
+
[token](https://docs.moov.io/api/authentication/access-tokens/). The accountID included must be your accountID. You can find your
|
1404
|
+
accountID on the [Business details](https://dashboard.moov.io/settings/business) page.
|
1405
|
+
- [`transfersGetRefund`](docs/sdks/transfers/README.md#getrefund) - Get details of a refund for a card transfer.
|
1406
|
+
|
1407
|
+
To access this endpoint using a [token](https://docs.moov.io/api/authentication/access-tokens/) you'll need to specify the `/accounts/{accountID}/transfers.read`
|
1408
|
+
scope.
|
1409
|
+
- [`transfersGetTransfer`](docs/sdks/transfers/README.md#gettransfer) - Retrieve full transfer details for an individual transfer of a particular Moov account.
|
1410
|
+
|
1411
|
+
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
|
+
to learn more.
|
1413
|
+
|
1414
|
+
To access this endpoint using a [token](https://docs.moov.io/api/authentication/access-tokens/) you'll need to specify the `/accounts/{accountID}/transfers.read`
|
1415
|
+
scope.
|
1416
|
+
- [`transfersListRefunds`](docs/sdks/transfers/README.md#listrefunds) - Get a list of refunds for a card transfer.
|
1417
|
+
|
1418
|
+
To access this endpoint using a [token](https://docs.moov.io/api/authentication/access-tokens/) you'll need to specify the `/accounts/{accountID}/transfers.read`
|
1419
|
+
scope.
|
1420
|
+
- [`transfersListTransfers`](docs/sdks/transfers/README.md#listtransfers) - List all the transfers associated with a particular Moov account.
|
1421
|
+
|
1422
|
+
Read our [transfers overview guide](https://docs.moov.io/guides/money-movement/overview/) to learn more.
|
1423
|
+
|
1424
|
+
When you run this request, you retrieve 200 transfers at a time. You can advance past a results set of 200 transfers by using the `skip` parameter (for example,
|
1425
|
+
if you set `skip`= 10, you will see a results set of 200 transfers after the first 2000). If you are searching a high volume of transfers, the request will likely
|
1426
|
+
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
|
+
period of time. You can run multiple requests in smaller time window increments until you've retrieved all the transfers you need.
|
1428
|
+
|
1429
|
+
To access this endpoint using a [token](https://docs.moov.io/api/authentication/access-tokens/) you'll need to specify the `/accounts/{accountID}/transfers.read`
|
1430
|
+
scope.
|
1431
|
+
- [`transfersPatchTransfer`](docs/sdks/transfers/README.md#patchtransfer) - Update the metadata contained on a transfer.
|
1432
|
+
|
1433
|
+
Read our [transfers overview guide](https://docs.moov.io/guides/money-movement/overview/) to learn more.
|
1434
|
+
|
1435
|
+
To access this endpoint using a [token](https://docs.moov.io/api/authentication/access-tokens/) you'll need to specify the `/accounts/{accountID}/transfers.write`
|
1436
|
+
scope.
|
1437
|
+
- [`transfersRefundTransfer`](docs/sdks/transfers/README.md#refundtransfer) - Initiate a refund for a card transfer.
|
1438
|
+
|
1439
|
+
**Use the [Cancel or refund a card transfer](https://docs.moov.io/api/money-movement/refunds/cancel/) endpoint for more comprehensive cancel and refund options.**
|
1440
|
+
See the [reversals](https://docs.moov.io/guides/money-movement/accept-payments/card-acceptance/reversals/) guide for more information.
|
1441
|
+
|
1442
|
+
To access this endpoint using a [token](https://docs.moov.io/api/authentication/access-tokens/) you'll need to specify the `/accounts/{accountID}/transfers.write`
|
1443
|
+
scope.
|
1444
|
+
- [`transfersReverseTransfer`](docs/sdks/transfers/README.md#reversetransfer) - Reverses a card transfer by initiating a cancellation or refund depending on the transaction status.
|
1445
|
+
Read our [reversals guide](https://docs.moov.io/guides/money-movement/accept-payments/card-acceptance/reversals/)
|
1446
|
+
to learn more.
|
1447
|
+
|
1448
|
+
To access this endpoint using a [token](https://docs.moov.io/api/authentication/access-tokens/) you'll need
|
1449
|
+
to specify the `/accounts/{accountID}/transfers.write` scope.
|
1450
|
+
- [`underwritingGetUnderwriting`](docs/sdks/underwriting/README.md#getunderwriting) - Retrieve underwriting associated with a given Moov account.
|
1451
|
+
|
1452
|
+
Read our [underwriting guide](https://docs.moov.io/guides/accounts/requirements/underwriting/) to learn more.
|
1453
|
+
|
1454
|
+
To access this endpoint using a [token](https://docs.moov.io/api/authentication/access-tokens/) you'll need
|
1455
|
+
to specify the `/accounts/{accountID}/profile.read` scope.
|
1456
|
+
- [`underwritingUpdateUnderwriting`](docs/sdks/underwriting/README.md#updateunderwriting) - Update the account's underwriting by passing new values for one or more of the fields.
|
1457
|
+
|
1458
|
+
Read our [underwriting guide](https://docs.moov.io/guides/accounts/requirements/underwriting/) to learn more.
|
1459
|
+
|
1460
|
+
To access this endpoint using a [token](https://docs.moov.io/api/authentication/access-tokens/) you'll need
|
1461
|
+
to specify the `/accounts/{accountID}/profile.write` scope.
|
1462
|
+
- [`walletsGetWallet`](docs/sdks/wallets/README.md#getwallet) - Get information on a specific wallet (e.g., the available balance). Read our [Moov wallets guide](https://docs.moov.io/guides/sources/wallets/) to learn more.
|
1463
|
+
|
1464
|
+
To use this endpoint from the browser, you'll need to specify the `/accounts/{accountID}/wallets.read` scope when generating a [token](https://docs.moov.io/api/authentication/access-tokens/).
|
1465
|
+
- [`walletsListWallets`](docs/sdks/wallets/README.md#listwallets) - List the wallets associated with a Moov account. Read our [Moov wallets guide](https://docs.moov.io/guides/sources/wallets/) to learn more.
|
1466
|
+
|
1467
|
+
To use this endpoint from the browser, you'll need to specify the `/accounts/{accountID}/wallets.read` scope when generating a [token](https://docs.moov.io/api/authentication/access-tokens/).
|
1468
|
+
- [`walletTransactionsGetWalletTransaction`](docs/sdks/wallettransactions/README.md#getwallettransaction) - Get details on a specific wallet transaction. Read our [wallet transactions guide](https://docs.moov.io/guides/sources/wallets/transactions/) to learn more.
|
1469
|
+
|
1470
|
+
To use this endpoint from a browser, you'll need to specify the `/accounts/{accountID}/wallets.read` scope when generating a [token](https://docs.moov.io/api/authentication/access-tokens/).
|
1471
|
+
- [`walletTransactionsListWalletTransactions`](docs/sdks/wallettransactions/README.md#listwallettransactions) - List all the transactions associated with a particular Moov wallet. Read our [wallet transactions guide](https://docs.moov.io/guides/sources/wallets/transactions/) to learn more.
|
1472
|
+
|
1473
|
+
To use this endpoint from the browser, you'll need to specify the `/accounts/{accountID}/wallets.read` scope when generating a [token](https://docs.moov.io/api/authentication/access-tokens/).
|
1474
|
+
|
1475
|
+
</details>
|
1476
|
+
<!-- End Standalone functions [standalone-funcs] -->
|
1477
|
+
|
1478
|
+
<!-- Start File uploads [file-upload] -->
|
1479
|
+
## File uploads
|
1480
|
+
|
1481
|
+
Certain SDK methods accept files as part of a multi-part request. It is possible and typically recommended to upload files as a stream rather than reading the entire contents into memory. This avoids excessive memory consumption and potentially crashing with out-of-memory errors when working with very large files. The following example demonstrates how to attach a file stream to a request.
|
1482
|
+
|
1483
|
+
> [!TIP]
|
1484
|
+
>
|
1485
|
+
> Depending on your JavaScript runtime, there are convenient utilities that return a handle to a file without reading the entire contents into memory:
|
1486
|
+
>
|
1487
|
+
> - **Node.js v20+:** Since v20, Node.js comes with a native `openAsBlob` function in [`node:fs`](https://nodejs.org/docs/latest-v20.x/api/fs.html#fsopenasblobpath-options).
|
1488
|
+
> - **Bun:** The native [`Bun.file`](https://bun.sh/docs/api/file-io#reading-files-bun-file) function produces a file handle that can be used for streaming file uploads.
|
1489
|
+
> - **Browsers:** All supported browsers return an instance to a [`File`](https://developer.mozilla.org/en-US/docs/Web/API/File) when reading the value from an `<input type="file">` element.
|
1490
|
+
> - **Node.js v18:** A file stream can be created using the `fileFrom` helper from [`fetch-blob/from.js`](https://www.npmjs.com/package/fetch-blob).
|
1491
|
+
|
1492
|
+
```typescript
|
1493
|
+
import { Moov } from "@moovio/sdk";
|
1494
|
+
import { openAsBlob } from "node:fs";
|
1495
|
+
|
1496
|
+
const moov = new Moov();
|
1497
|
+
|
1498
|
+
async function run() {
|
1499
|
+
await moov.disputes.uploadDisputeEvidenceFile({
|
1500
|
+
basicAuth: {
|
1501
|
+
username: "",
|
1502
|
+
password: "",
|
1503
|
+
},
|
1504
|
+
}, {
|
1505
|
+
accountID: "ac81921c-4c1a-4e7a-8a8f-dfc0d0027ac5",
|
1506
|
+
disputeID: "49c04fa3-f5c3-4ddd-aece-4b5fb6e8a071",
|
1507
|
+
createEvidenceFileMultiPart: {
|
1508
|
+
evidenceType: "customer-communication",
|
1509
|
+
file: await openAsBlob("example.file"),
|
1510
|
+
},
|
1511
|
+
});
|
1512
|
+
}
|
1513
|
+
|
1514
|
+
run();
|
1515
|
+
|
1516
|
+
```
|
1517
|
+
<!-- End File uploads [file-upload] -->
|
1518
|
+
|
1519
|
+
<!-- Start Retries [retries] -->
|
1520
|
+
## Retries
|
1521
|
+
|
1522
|
+
Some of the endpoints in this SDK support retries. If you use the SDK without any configuration, it will fall back to the default retry strategy provided by the API. However, the default retry strategy can be overridden on a per-operation basis, or across the entire SDK.
|
1523
|
+
|
1524
|
+
To change the default retry strategy for a single API call, simply provide a retryConfig object to the call:
|
1525
|
+
```typescript
|
1526
|
+
import { Moov } from "@moovio/sdk";
|
1527
|
+
|
1528
|
+
const moov = new Moov();
|
1529
|
+
|
1530
|
+
async function run() {
|
1531
|
+
const result = await moov.accounts.createAccount({
|
1532
|
+
basicAuth: {
|
1533
|
+
username: "",
|
1534
|
+
password: "",
|
1535
|
+
},
|
1536
|
+
}, {
|
1537
|
+
createAccount: {
|
1538
|
+
accountType: "business",
|
1539
|
+
profile: {
|
1540
|
+
business: {
|
1541
|
+
legalBusinessName: "Classbooker, LLC",
|
1542
|
+
},
|
1543
|
+
},
|
1544
|
+
},
|
1545
|
+
}, {
|
1546
|
+
retries: {
|
1547
|
+
strategy: "backoff",
|
1548
|
+
backoff: {
|
1549
|
+
initialInterval: 1,
|
1550
|
+
maxInterval: 50,
|
1551
|
+
exponent: 1.1,
|
1552
|
+
maxElapsedTime: 100,
|
1553
|
+
},
|
1554
|
+
retryConnectionErrors: false,
|
1555
|
+
},
|
1556
|
+
});
|
1557
|
+
|
1558
|
+
// Handle the result
|
1559
|
+
console.log(result);
|
1560
|
+
}
|
1561
|
+
|
1562
|
+
run();
|
1563
|
+
|
1564
|
+
```
|
1565
|
+
|
1566
|
+
If you'd like to override the default retry strategy for all operations that support retries, you can provide a retryConfig at SDK initialization:
|
1567
|
+
```typescript
|
1568
|
+
import { Moov } from "@moovio/sdk";
|
1569
|
+
|
1570
|
+
const moov = new Moov({
|
1571
|
+
retryConfig: {
|
1572
|
+
strategy: "backoff",
|
1573
|
+
backoff: {
|
1574
|
+
initialInterval: 1,
|
1575
|
+
maxInterval: 50,
|
1576
|
+
exponent: 1.1,
|
1577
|
+
maxElapsedTime: 100,
|
1578
|
+
},
|
1579
|
+
retryConnectionErrors: false,
|
1580
|
+
},
|
1581
|
+
});
|
1582
|
+
|
1583
|
+
async function run() {
|
1584
|
+
const result = await moov.accounts.createAccount({
|
1585
|
+
basicAuth: {
|
1586
|
+
username: "",
|
1587
|
+
password: "",
|
1588
|
+
},
|
1589
|
+
}, {
|
1590
|
+
createAccount: {
|
1591
|
+
accountType: "business",
|
1592
|
+
profile: {
|
1593
|
+
business: {
|
1594
|
+
legalBusinessName: "Classbooker, LLC",
|
1595
|
+
},
|
1596
|
+
},
|
1597
|
+
},
|
1598
|
+
});
|
1599
|
+
|
1600
|
+
// Handle the result
|
1601
|
+
console.log(result);
|
1602
|
+
}
|
1603
|
+
|
1604
|
+
run();
|
1605
|
+
|
1606
|
+
```
|
1607
|
+
<!-- End Retries [retries] -->
|
1608
|
+
|
1609
|
+
<!-- Start Error Handling [errors] -->
|
1610
|
+
## Error Handling
|
1611
|
+
|
1612
|
+
Some methods specify known errors which can be thrown. All the known errors are enumerated in the `models/errors/errors.ts` module. The known errors for a method are documented under the *Errors* tables in SDK docs. For example, the `createAccount` method may throw the following errors:
|
1613
|
+
|
1614
|
+
| Error Type | Status Code | Content Type |
|
1615
|
+
| -------------------------------- | ----------- | ---------------- |
|
1616
|
+
| errors.GenericError | 400, 409 | application/json |
|
1617
|
+
| errors.CreateAccountResponseBody | 422 | application/json |
|
1618
|
+
| errors.APIError | 4XX, 5XX | \*/\* |
|
1619
|
+
|
1620
|
+
If the method throws an error and it is not captured by the known errors, it will default to throwing a `APIError`.
|
1621
|
+
|
1622
|
+
```typescript
|
1623
|
+
import { Moov } from "@moovio/sdk";
|
1624
|
+
import {
|
1625
|
+
CreateAccountResponseBody,
|
1626
|
+
GenericError,
|
1627
|
+
SDKValidationError,
|
1628
|
+
} from "@moovio/sdk/models/errors";
|
1629
|
+
|
1630
|
+
const moov = new Moov();
|
1631
|
+
|
1632
|
+
async function run() {
|
1633
|
+
let result;
|
1634
|
+
try {
|
1635
|
+
result = await moov.accounts.createAccount({
|
1636
|
+
basicAuth: {
|
1637
|
+
username: "",
|
1638
|
+
password: "",
|
1639
|
+
},
|
1640
|
+
}, {
|
1641
|
+
createAccount: {
|
1642
|
+
accountType: "business",
|
1643
|
+
profile: {
|
1644
|
+
business: {
|
1645
|
+
legalBusinessName: "Classbooker, LLC",
|
1646
|
+
},
|
1647
|
+
},
|
1648
|
+
},
|
1649
|
+
});
|
1650
|
+
|
1651
|
+
// Handle the result
|
1652
|
+
console.log(result);
|
1653
|
+
} catch (err) {
|
1654
|
+
switch (true) {
|
1655
|
+
// The server response does not match the expected SDK schema
|
1656
|
+
case (err instanceof SDKValidationError): {
|
1657
|
+
// Pretty-print will provide a human-readable multi-line error message
|
1658
|
+
console.error(err.pretty());
|
1659
|
+
// Raw value may also be inspected
|
1660
|
+
console.error(err.rawValue);
|
1661
|
+
return;
|
1662
|
+
}
|
1663
|
+
case (err instanceof GenericError): {
|
1664
|
+
// Handle err.data$: GenericErrorData
|
1665
|
+
console.error(err);
|
1666
|
+
return;
|
1667
|
+
}
|
1668
|
+
case (err instanceof CreateAccountResponseBody): {
|
1669
|
+
// Handle err.data$: CreateAccountResponseBodyData
|
1670
|
+
console.error(err);
|
1671
|
+
return;
|
1672
|
+
}
|
1673
|
+
default: {
|
1674
|
+
// Other errors such as network errors, see HTTPClientErrors for more details
|
1675
|
+
throw err;
|
1676
|
+
}
|
1677
|
+
}
|
1678
|
+
}
|
1679
|
+
}
|
1680
|
+
|
1681
|
+
run();
|
1682
|
+
|
1683
|
+
```
|
1684
|
+
|
1685
|
+
Validation errors can also occur when either method arguments or data returned from the server do not match the expected format. The `SDKValidationError` that is thrown as a result will capture the raw value that failed validation in an attribute called `rawValue`. Additionally, a `pretty()` method is available on this error that can be used to log a nicely formatted multi-line string since validation errors can list many issues and the plain error string may be difficult read when debugging.
|
1686
|
+
|
1687
|
+
In some rare cases, the SDK can fail to get a response from the server or even make the request due to unexpected circumstances such as network conditions. These types of errors are captured in the `models/errors/httpclienterrors.ts` module:
|
1688
|
+
|
1689
|
+
| HTTP Client Error | Description |
|
1690
|
+
| ---------------------------------------------------- | ---------------------------------------------------- |
|
1691
|
+
| RequestAbortedError | HTTP request was aborted by the client |
|
1692
|
+
| RequestTimeoutError | HTTP request timed out due to an AbortSignal signal |
|
1693
|
+
| ConnectionError | HTTP client was unable to make a request to a server |
|
1694
|
+
| InvalidRequestError | Any input used to create a request is invalid |
|
1695
|
+
| UnexpectedClientError | Unrecognised or unexpected error |
|
1696
|
+
<!-- End Error Handling [errors] -->
|
1697
|
+
|
1698
|
+
<!-- Start Server Selection [server] -->
|
1699
|
+
## Server Selection
|
1700
|
+
|
1701
|
+
### Override Server URL Per-Client
|
1702
|
+
|
1703
|
+
The default server can also be overridden globally by passing a URL to the `serverURL: string` optional parameter when initializing the SDK client instance. For example:
|
1704
|
+
```typescript
|
1705
|
+
import { Moov } from "@moovio/sdk";
|
1706
|
+
|
1707
|
+
const moov = new Moov({
|
1708
|
+
serverURL: "https://api.moov.io",
|
1709
|
+
});
|
1710
|
+
|
1711
|
+
async function run() {
|
1712
|
+
const result = await moov.accounts.createAccount({
|
1713
|
+
basicAuth: {
|
1714
|
+
username: "",
|
1715
|
+
password: "",
|
1716
|
+
},
|
1717
|
+
}, {
|
1718
|
+
createAccount: {
|
1719
|
+
accountType: "business",
|
1720
|
+
profile: {
|
1721
|
+
business: {
|
1722
|
+
legalBusinessName: "Classbooker, LLC",
|
1723
|
+
},
|
1724
|
+
},
|
1725
|
+
},
|
1726
|
+
});
|
1727
|
+
|
1728
|
+
// Handle the result
|
1729
|
+
console.log(result);
|
1730
|
+
}
|
1731
|
+
|
1732
|
+
run();
|
1733
|
+
|
1734
|
+
```
|
1735
|
+
<!-- End Server Selection [server] -->
|
1736
|
+
|
1737
|
+
<!-- Start Custom HTTP Client [http-client] -->
|
1738
|
+
## Custom HTTP Client
|
1739
|
+
|
1740
|
+
The TypeScript SDK makes API calls using an `HTTPClient` that wraps the native
|
1741
|
+
[Fetch API](https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API). This
|
1742
|
+
client is a thin wrapper around `fetch` and provides the ability to attach hooks
|
1743
|
+
around the request lifecycle that can be used to modify the request or handle
|
1744
|
+
errors and response.
|
1745
|
+
|
1746
|
+
The `HTTPClient` constructor takes an optional `fetcher` argument that can be
|
1747
|
+
used to integrate a third-party HTTP client or when writing tests to mock out
|
1748
|
+
the HTTP client and feed in fixtures.
|
1749
|
+
|
1750
|
+
The following example shows how to use the `"beforeRequest"` hook to to add a
|
1751
|
+
custom header and a timeout to requests and how to use the `"requestError"` hook
|
1752
|
+
to log errors:
|
1753
|
+
|
1754
|
+
```typescript
|
1755
|
+
import { Moov } from "@moovio/sdk";
|
1756
|
+
import { HTTPClient } from "@moovio/sdk/lib/http";
|
1757
|
+
|
1758
|
+
const httpClient = new HTTPClient({
|
1759
|
+
// fetcher takes a function that has the same signature as native `fetch`.
|
1760
|
+
fetcher: (request) => {
|
1761
|
+
return fetch(request);
|
1762
|
+
}
|
1763
|
+
});
|
1764
|
+
|
1765
|
+
httpClient.addHook("beforeRequest", (request) => {
|
1766
|
+
const nextRequest = new Request(request, {
|
1767
|
+
signal: request.signal || AbortSignal.timeout(5000)
|
1768
|
+
});
|
1769
|
+
|
1770
|
+
nextRequest.headers.set("x-custom-header", "custom value");
|
1771
|
+
|
1772
|
+
return nextRequest;
|
1773
|
+
});
|
1774
|
+
|
1775
|
+
httpClient.addHook("requestError", (error, request) => {
|
1776
|
+
console.group("Request Error");
|
1777
|
+
console.log("Reason:", `${error}`);
|
1778
|
+
console.log("Endpoint:", `${request.method} ${request.url}`);
|
1779
|
+
console.groupEnd();
|
1780
|
+
});
|
1781
|
+
|
1782
|
+
const sdk = new Moov({ httpClient });
|
1783
|
+
```
|
1784
|
+
<!-- End Custom HTTP Client [http-client] -->
|
1785
|
+
|
1786
|
+
<!-- Start Debugging [debug] -->
|
1787
|
+
## Debugging
|
1788
|
+
|
1789
|
+
You can setup your SDK to emit debug logs for SDK requests and responses.
|
1790
|
+
|
1791
|
+
You can pass a logger that matches `console`'s interface as an SDK option.
|
1792
|
+
|
1793
|
+
> [!WARNING]
|
1794
|
+
> Beware that debug logging will reveal secrets, like API tokens in headers, in log messages printed to a console or files. It's recommended to use this feature only during local development and not in production.
|
1795
|
+
|
1796
|
+
```typescript
|
1797
|
+
import { Moov } from "@moovio/sdk";
|
1798
|
+
|
1799
|
+
const sdk = new Moov({ debugLogger: console });
|
1800
|
+
```
|
1801
|
+
<!-- End Debugging [debug] -->
|
1802
|
+
|
1803
|
+
<!-- Placeholder for Future Speakeasy SDK Sections -->
|
1804
|
+
|
1805
|
+
# Development
|
1806
|
+
|
1807
|
+
## Maturity
|
1808
|
+
|
1809
|
+
This SDK is in beta, and there may be breaking changes between versions without a major version update. Therefore, we recommend pinning usage
|
1810
|
+
to a specific package version. This way, you can install the same version each time without breaking changes unless you are intentionally
|
1811
|
+
looking for the latest version.
|
1812
|
+
|
1813
|
+
## Contributions
|
1814
|
+
|
1815
|
+
While we value open-source contributions to this SDK, this library is generated programmatically. Any manual changes added to internal files will be overwritten on the next generation.
|
1816
|
+
We look forward to hearing your feedback. Feel free to open a PR or an issue with a proof of concept and we'll do our best to include it in a future release.
|
1817
|
+
|
1818
|
+
### SDK Created by [Speakeasy](https://www.speakeasy.com/?utm_source=moov-sdk&utm_campaign=typescript)
|