@moovio/sdk 0.11.5 → 0.12.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/FUNCTIONS.md +1 -82
- package/README.md +13 -505
- package/bin/mcp-server.js +1920 -1583
- package/bin/mcp-server.js.map +160 -150
- package/docs/sdks/accounts/README.md +16 -180
- package/docs/sdks/adjustments/README.md +6 -6
- package/docs/sdks/applepay/README.md +12 -12
- package/docs/sdks/bankaccounts/README.md +36 -36
- package/docs/sdks/branding/README.md +8 -8
- package/docs/sdks/capabilities/README.md +10 -10
- package/docs/sdks/cardissuing/README.md +22 -38
- package/docs/sdks/cards/README.md +10 -40
- package/docs/sdks/disputes/README.md +54 -54
- package/docs/sdks/enrichedprofile/README.md +2 -2
- package/docs/sdks/feeplans/README.md +16 -16
- package/docs/sdks/files/README.md +8 -8
- package/docs/sdks/industries/README.md +4 -4
- package/docs/sdks/issuingtransactions/README.md +16 -16
- package/docs/sdks/onboarding/README.md +2 -170
- package/docs/sdks/paymentlinks/README.md +16 -74
- package/docs/sdks/paymentmethods/README.md +6 -6
- package/docs/sdks/receipts/README.md +4 -14
- package/docs/sdks/representatives/README.md +18 -26
- package/docs/sdks/scheduling/README.md +34 -34
- package/docs/sdks/sweeps/README.md +22 -22
- package/docs/sdks/transfers/README.md +50 -96
- package/docs/sdks/underwriting/README.md +30 -30
- package/docs/sdks/wallets/README.md +6 -6
- package/docs/sdks/wallettransactions/README.md +10 -10
- package/funcs/accountTerminalApplicationsGet.js +2 -0
- package/funcs/accountTerminalApplicationsGet.js.map +1 -1
- package/funcs/accountTerminalApplicationsGetConfiguration.js +2 -0
- package/funcs/accountTerminalApplicationsGetConfiguration.js.map +1 -1
- package/funcs/accountTerminalApplicationsLink.js +2 -0
- package/funcs/accountTerminalApplicationsLink.js.map +1 -1
- package/funcs/accountTerminalApplicationsList.js +2 -0
- package/funcs/accountTerminalApplicationsList.js.map +1 -1
- package/funcs/accountsAssignCountries.js +2 -0
- package/funcs/accountsAssignCountries.js.map +1 -1
- package/funcs/accountsCreate.js +2 -0
- package/funcs/accountsCreate.js.map +1 -1
- package/funcs/accountsDisconnect.js +2 -0
- package/funcs/accountsDisconnect.js.map +1 -1
- package/funcs/accountsGet.js +2 -0
- package/funcs/accountsGet.js.map +1 -1
- package/funcs/accountsGetCountries.js +2 -0
- package/funcs/accountsGetCountries.js.map +1 -1
- package/funcs/accountsGetMerchantProcessingAgreement.js +2 -0
- package/funcs/accountsGetMerchantProcessingAgreement.js.map +1 -1
- package/funcs/accountsGetTermsOfServiceToken.js +2 -0
- package/funcs/accountsGetTermsOfServiceToken.js.map +1 -1
- package/funcs/accountsList.js +2 -0
- package/funcs/accountsList.js.map +1 -1
- package/funcs/accountsUpdate.js +2 -0
- package/funcs/accountsUpdate.js.map +1 -1
- package/funcs/adjustmentsGet.js +2 -0
- package/funcs/adjustmentsGet.js.map +1 -1
- package/funcs/adjustmentsList.js +2 -0
- package/funcs/adjustmentsList.js.map +1 -1
- package/funcs/applePayCreateSession.js +2 -0
- package/funcs/applePayCreateSession.js.map +1 -1
- package/funcs/applePayGetMerchantDomains.js +2 -0
- package/funcs/applePayGetMerchantDomains.js.map +1 -1
- package/funcs/applePayLinkToken.js +2 -0
- package/funcs/applePayLinkToken.js.map +1 -1
- package/funcs/applePayRegisterMerchantDomains.js +2 -0
- package/funcs/applePayRegisterMerchantDomains.js.map +1 -1
- package/funcs/applePayUpdateMerchantDomains.js +2 -0
- package/funcs/applePayUpdateMerchantDomains.js.map +1 -1
- package/funcs/authenticationCreateAccessToken.js +2 -0
- package/funcs/authenticationCreateAccessToken.js.map +1 -1
- package/funcs/authenticationRevokeAccessToken.js +2 -0
- package/funcs/authenticationRevokeAccessToken.js.map +1 -1
- package/funcs/avatarsGet.js +2 -0
- package/funcs/avatarsGet.js.map +1 -1
- package/funcs/bankAccountsCompleteMicroDeposits.js +2 -0
- package/funcs/bankAccountsCompleteMicroDeposits.js.map +1 -1
- package/funcs/bankAccountsCompleteVerification.js +2 -0
- package/funcs/bankAccountsCompleteVerification.js.map +1 -1
- package/funcs/bankAccountsDisable.js +2 -0
- package/funcs/bankAccountsDisable.js.map +1 -1
- package/funcs/bankAccountsGet.js +2 -0
- package/funcs/bankAccountsGet.js.map +1 -1
- package/funcs/bankAccountsGetVerification.js +2 -0
- package/funcs/bankAccountsGetVerification.js.map +1 -1
- package/funcs/bankAccountsInitiateMicroDeposits.js +2 -0
- package/funcs/bankAccountsInitiateMicroDeposits.js.map +1 -1
- package/funcs/bankAccountsInitiateVerification.js +2 -0
- package/funcs/bankAccountsInitiateVerification.js.map +1 -1
- package/funcs/bankAccountsLink.js +2 -0
- package/funcs/bankAccountsLink.js.map +1 -1
- package/funcs/bankAccountsList.js +2 -0
- package/funcs/bankAccountsList.js.map +1 -1
- package/funcs/brandingCreate.js +2 -0
- package/funcs/brandingCreate.js.map +1 -1
- package/funcs/brandingGet.js +2 -0
- package/funcs/brandingGet.js.map +1 -1
- package/funcs/brandingUpdate.js +2 -0
- package/funcs/brandingUpdate.js.map +1 -1
- package/funcs/brandingUpsert.js +2 -0
- package/funcs/brandingUpsert.js.map +1 -1
- package/funcs/capabilitiesDisable.js +2 -0
- package/funcs/capabilitiesDisable.js.map +1 -1
- package/funcs/capabilitiesGet.js +2 -0
- package/funcs/capabilitiesGet.js.map +1 -1
- package/funcs/capabilitiesList.js +2 -0
- package/funcs/capabilitiesList.js.map +1 -1
- package/funcs/capabilitiesRequest.js +2 -0
- package/funcs/capabilitiesRequest.js.map +1 -1
- package/funcs/cardIssuingGet.js +2 -0
- package/funcs/cardIssuingGet.js.map +1 -1
- package/funcs/cardIssuingGetFull.js +2 -0
- package/funcs/cardIssuingGetFull.js.map +1 -1
- package/funcs/cardIssuingList.js +2 -0
- package/funcs/cardIssuingList.js.map +1 -1
- package/funcs/cardIssuingRequest.js +2 -0
- package/funcs/cardIssuingRequest.js.map +1 -1
- package/funcs/cardIssuingUpdate.js +2 -0
- package/funcs/cardIssuingUpdate.js.map +1 -1
- package/funcs/cardsDisable.js +2 -0
- package/funcs/cardsDisable.js.map +1 -1
- package/funcs/cardsGet.js +2 -0
- package/funcs/cardsGet.js.map +1 -1
- package/funcs/cardsLink.js +2 -0
- package/funcs/cardsLink.js.map +1 -1
- package/funcs/cardsList.js +2 -0
- package/funcs/cardsList.js.map +1 -1
- package/funcs/cardsUpdate.js +2 -0
- package/funcs/cardsUpdate.js.map +1 -1
- package/funcs/disputesAccept.js +2 -0
- package/funcs/disputesAccept.js.map +1 -1
- package/funcs/disputesDeleteEvidence.js +2 -0
- package/funcs/disputesDeleteEvidence.js.map +1 -1
- package/funcs/disputesGet.js +2 -0
- package/funcs/disputesGet.js.map +1 -1
- package/funcs/disputesGetEvidence.js +2 -0
- package/funcs/disputesGetEvidence.js.map +1 -1
- package/funcs/disputesGetEvidenceData.js +2 -0
- package/funcs/disputesGetEvidenceData.js.map +1 -1
- package/funcs/disputesList.js +2 -0
- package/funcs/disputesList.js.map +1 -1
- package/funcs/disputesListEvidence.js +2 -0
- package/funcs/disputesListEvidence.js.map +1 -1
- package/funcs/disputesSubmitEvidence.js +2 -0
- package/funcs/disputesSubmitEvidence.js.map +1 -1
- package/funcs/disputesUpdateEvidence.js +2 -0
- package/funcs/disputesUpdateEvidence.js.map +1 -1
- package/funcs/disputesUploadEvidenceFile.js +2 -0
- package/funcs/disputesUploadEvidenceFile.js.map +1 -1
- package/funcs/disputesUploadEvidenceText.js +2 -0
- package/funcs/disputesUploadEvidenceText.js.map +1 -1
- package/funcs/endToEndEncryptionGenerateKey.js +2 -0
- package/funcs/endToEndEncryptionGenerateKey.js.map +1 -1
- package/funcs/endToEndEncryptionTestEncryptedToken.js +2 -0
- package/funcs/endToEndEncryptionTestEncryptedToken.js.map +1 -1
- package/funcs/enrichedAddressGet.js +2 -0
- package/funcs/enrichedAddressGet.js.map +1 -1
- package/funcs/enrichedProfileGet.js +2 -0
- package/funcs/enrichedProfileGet.js.map +1 -1
- package/funcs/feePlansCreateFeePlanAgreements.js +2 -0
- package/funcs/feePlansCreateFeePlanAgreements.js.map +1 -1
- package/funcs/feePlansListFeePlanAgreements.js +2 -0
- package/funcs/feePlansListFeePlanAgreements.js.map +1 -1
- package/funcs/feePlansListFeePlans.js +2 -0
- package/funcs/feePlansListFeePlans.js.map +1 -1
- package/funcs/feePlansListFeesFetch.js +2 -0
- package/funcs/feePlansListFeesFetch.js.map +1 -1
- package/funcs/feePlansListPartnerPricing.js +2 -0
- package/funcs/feePlansListPartnerPricing.js.map +1 -1
- package/funcs/feePlansListPartnerPricingAgreements.js +2 -0
- package/funcs/feePlansListPartnerPricingAgreements.js.map +1 -1
- package/funcs/feePlansRetrieveFees.js +2 -0
- package/funcs/feePlansRetrieveFees.js.map +1 -1
- package/funcs/filesGet.js +2 -0
- package/funcs/filesGet.js.map +1 -1
- package/funcs/filesList.js +2 -0
- package/funcs/filesList.js.map +1 -1
- package/funcs/filesUpload.js +2 -0
- package/funcs/filesUpload.js.map +1 -1
- package/funcs/industriesList.d.ts +2 -2
- package/funcs/industriesList.js +4 -2
- package/funcs/industriesList.js.map +1 -1
- package/funcs/institutionsSearch.js +2 -0
- package/funcs/institutionsSearch.js.map +1 -1
- package/funcs/issuingTransactionsGet.js +2 -0
- package/funcs/issuingTransactionsGet.js.map +1 -1
- package/funcs/issuingTransactionsGetAuthorization.js +2 -0
- package/funcs/issuingTransactionsGetAuthorization.js.map +1 -1
- package/funcs/issuingTransactionsList.js +2 -0
- package/funcs/issuingTransactionsList.js.map +1 -1
- package/funcs/issuingTransactionsListAuthorizationEvents.js +2 -0
- package/funcs/issuingTransactionsListAuthorizationEvents.js.map +1 -1
- package/funcs/issuingTransactionsListAuthorizations.js +2 -0
- package/funcs/issuingTransactionsListAuthorizations.js.map +1 -1
- package/funcs/onboardingCreateInvite.js +2 -0
- package/funcs/onboardingCreateInvite.js.map +1 -1
- package/funcs/onboardingGetInvite.js +2 -0
- package/funcs/onboardingGetInvite.js.map +1 -1
- package/funcs/onboardingListInvites.js +2 -0
- package/funcs/onboardingListInvites.js.map +1 -1
- package/funcs/onboardingRevokeInvite.js +2 -0
- package/funcs/onboardingRevokeInvite.js.map +1 -1
- package/funcs/paymentLinksCreate.js +2 -0
- package/funcs/paymentLinksCreate.js.map +1 -1
- package/funcs/paymentLinksDisable.js +2 -0
- package/funcs/paymentLinksDisable.js.map +1 -1
- package/funcs/paymentLinksGet.js +2 -0
- package/funcs/paymentLinksGet.js.map +1 -1
- package/funcs/paymentLinksGetQRCode.js +2 -0
- package/funcs/paymentLinksGetQRCode.js.map +1 -1
- package/funcs/paymentLinksList.js +2 -0
- package/funcs/paymentLinksList.js.map +1 -1
- package/funcs/paymentLinksUpdate.js +2 -0
- package/funcs/paymentLinksUpdate.js.map +1 -1
- package/funcs/paymentMethodsGet.js +2 -0
- package/funcs/paymentMethodsGet.js.map +1 -1
- package/funcs/paymentMethodsList.js +2 -0
- package/funcs/paymentMethodsList.js.map +1 -1
- package/funcs/pingPing.js +2 -0
- package/funcs/pingPing.js.map +1 -1
- package/funcs/receiptsCreate.js +2 -0
- package/funcs/receiptsCreate.js.map +1 -1
- package/funcs/receiptsList.js +2 -0
- package/funcs/receiptsList.js.map +1 -1
- package/funcs/representativesCreate.js +2 -0
- package/funcs/representativesCreate.js.map +1 -1
- package/funcs/representativesDelete.js +2 -0
- package/funcs/representativesDelete.js.map +1 -1
- package/funcs/representativesGet.js +2 -0
- package/funcs/representativesGet.js.map +1 -1
- package/funcs/representativesList.js +2 -0
- package/funcs/representativesList.js.map +1 -1
- package/funcs/representativesUpdate.js +2 -0
- package/funcs/representativesUpdate.js.map +1 -1
- package/funcs/schedulingCancel.js +2 -0
- package/funcs/schedulingCancel.js.map +1 -1
- package/funcs/schedulingCreate.js +2 -0
- package/funcs/schedulingCreate.js.map +1 -1
- package/funcs/schedulingGet.js +2 -0
- package/funcs/schedulingGet.js.map +1 -1
- package/funcs/schedulingGetOccurrance.js +2 -0
- package/funcs/schedulingGetOccurrance.js.map +1 -1
- package/funcs/schedulingList.js +2 -0
- package/funcs/schedulingList.js.map +1 -1
- package/funcs/schedulingUpdate.js +2 -0
- package/funcs/schedulingUpdate.js.map +1 -1
- package/funcs/sweepsCreateConfig.js +2 -0
- package/funcs/sweepsCreateConfig.js.map +1 -1
- package/funcs/sweepsGet.js +2 -0
- package/funcs/sweepsGet.js.map +1 -1
- package/funcs/sweepsGetConfig.js +2 -0
- package/funcs/sweepsGetConfig.js.map +1 -1
- package/funcs/sweepsList.js +2 -0
- package/funcs/sweepsList.js.map +1 -1
- package/funcs/sweepsListConfigs.js +2 -0
- package/funcs/sweepsListConfigs.js.map +1 -1
- package/funcs/sweepsUpdateConfig.js +2 -0
- package/funcs/sweepsUpdateConfig.js.map +1 -1
- package/funcs/terminalApplicationsCreate.js +2 -0
- package/funcs/terminalApplicationsCreate.js.map +1 -1
- package/funcs/terminalApplicationsDelete.js +2 -0
- package/funcs/terminalApplicationsDelete.js.map +1 -1
- package/funcs/terminalApplicationsGet.js +2 -0
- package/funcs/terminalApplicationsGet.js.map +1 -1
- package/funcs/terminalApplicationsList.js +2 -0
- package/funcs/terminalApplicationsList.js.map +1 -1
- package/funcs/transfersCreate.js +2 -0
- package/funcs/transfersCreate.js.map +1 -1
- package/funcs/transfersCreateCancellation.js +2 -0
- package/funcs/transfersCreateCancellation.js.map +1 -1
- package/funcs/transfersCreateReversal.js +2 -0
- package/funcs/transfersCreateReversal.js.map +1 -1
- package/funcs/transfersGenerateOptions.js +2 -0
- package/funcs/transfersGenerateOptions.js.map +1 -1
- package/funcs/transfersGet.js +2 -0
- package/funcs/transfersGet.js.map +1 -1
- package/funcs/transfersGetCancellation.js +2 -0
- package/funcs/transfersGetCancellation.js.map +1 -1
- package/funcs/transfersGetRefund.js +2 -0
- package/funcs/transfersGetRefund.js.map +1 -1
- package/funcs/transfersInitiateRefund.js +2 -0
- package/funcs/transfersInitiateRefund.js.map +1 -1
- package/funcs/transfersList.js +2 -0
- package/funcs/transfersList.js.map +1 -1
- package/funcs/transfersListRefunds.js +2 -0
- package/funcs/transfersListRefunds.js.map +1 -1
- package/funcs/transfersUpdate.js +2 -0
- package/funcs/transfersUpdate.js.map +1 -1
- package/funcs/underwritingGet.js +2 -0
- package/funcs/underwritingGet.js.map +1 -1
- package/funcs/underwritingUpsert.js +2 -0
- package/funcs/underwritingUpsert.js.map +1 -1
- package/funcs/walletTransactionsGet.js +2 -0
- package/funcs/walletTransactionsGet.js.map +1 -1
- package/funcs/walletTransactionsList.js +2 -0
- package/funcs/walletTransactionsList.js.map +1 -1
- package/funcs/walletsGet.js +2 -0
- package/funcs/walletsGet.js.map +1 -1
- package/funcs/walletsList.js +2 -0
- package/funcs/walletsList.js.map +1 -1
- package/hooks/types.d.ts +2 -0
- package/hooks/types.d.ts.map +1 -1
- package/index.d.ts +2 -0
- package/index.d.ts.map +1 -1
- package/index.js +3 -1
- package/index.js.map +1 -1
- package/jsr.json +1 -1
- package/lib/config.d.ts +7 -3
- package/lib/config.d.ts.map +1 -1
- package/lib/config.js +3 -3
- package/lib/config.js.map +1 -1
- package/lib/sdks.d.ts +1 -0
- package/lib/sdks.d.ts.map +1 -1
- package/lib/sdks.js +3 -3
- package/lib/sdks.js.map +1 -1
- package/mcp-server/cli/start/impl.js +4 -4
- package/mcp-server/cli/start/impl.js.map +1 -1
- package/mcp-server/mcp-server.js +1 -1
- package/mcp-server/server.js +1 -1
- package/mcp-server/tools/industriesList.js +2 -2
- package/models/components/enrichedindustries.d.ts +3 -3
- package/models/components/enrichedindustries.js +3 -3
- package/models/components/index.d.ts +2 -1
- package/models/components/index.d.ts.map +1 -1
- package/models/components/index.js +2 -1
- package/models/components/index.js.map +1 -1
- package/models/components/industrytaxonomy.d.ts +55 -0
- package/models/components/industrytaxonomy.d.ts.map +1 -0
- package/models/components/{enrichedindustry.js → industrytaxonomy.js} +27 -25
- package/models/components/industrytaxonomy.js.map +1 -0
- package/models/components/sweep.d.ts +6 -0
- package/models/components/sweep.d.ts.map +1 -1
- package/models/components/sweep.js +3 -0
- package/models/components/sweep.js.map +1 -1
- package/models/components/sweepsubtotal.d.ts +44 -0
- package/models/components/sweepsubtotal.d.ts.map +1 -0
- package/models/components/sweepsubtotal.js +75 -0
- package/models/components/sweepsubtotal.js.map +1 -0
- package/package.json +2 -2
- package/sdk/industries.d.ts +2 -2
- package/sdk/industries.js +2 -2
- package/src/funcs/accountTerminalApplicationsGet.ts +2 -0
- package/src/funcs/accountTerminalApplicationsGetConfiguration.ts +2 -0
- package/src/funcs/accountTerminalApplicationsLink.ts +2 -0
- package/src/funcs/accountTerminalApplicationsList.ts +2 -0
- package/src/funcs/accountsAssignCountries.ts +2 -0
- package/src/funcs/accountsCreate.ts +2 -0
- package/src/funcs/accountsDisconnect.ts +2 -0
- package/src/funcs/accountsGet.ts +2 -0
- package/src/funcs/accountsGetCountries.ts +2 -0
- package/src/funcs/accountsGetMerchantProcessingAgreement.ts +2 -0
- package/src/funcs/accountsGetTermsOfServiceToken.ts +2 -0
- package/src/funcs/accountsList.ts +2 -0
- package/src/funcs/accountsUpdate.ts +2 -0
- package/src/funcs/adjustmentsGet.ts +2 -0
- package/src/funcs/adjustmentsList.ts +2 -0
- package/src/funcs/applePayCreateSession.ts +2 -0
- package/src/funcs/applePayGetMerchantDomains.ts +2 -0
- package/src/funcs/applePayLinkToken.ts +2 -0
- package/src/funcs/applePayRegisterMerchantDomains.ts +2 -0
- package/src/funcs/applePayUpdateMerchantDomains.ts +2 -0
- package/src/funcs/authenticationCreateAccessToken.ts +2 -0
- package/src/funcs/authenticationRevokeAccessToken.ts +2 -0
- package/src/funcs/avatarsGet.ts +2 -0
- package/src/funcs/bankAccountsCompleteMicroDeposits.ts +2 -0
- package/src/funcs/bankAccountsCompleteVerification.ts +2 -0
- package/src/funcs/bankAccountsDisable.ts +2 -0
- package/src/funcs/bankAccountsGet.ts +2 -0
- package/src/funcs/bankAccountsGetVerification.ts +2 -0
- package/src/funcs/bankAccountsInitiateMicroDeposits.ts +2 -0
- package/src/funcs/bankAccountsInitiateVerification.ts +2 -0
- package/src/funcs/bankAccountsLink.ts +2 -0
- package/src/funcs/bankAccountsList.ts +2 -0
- package/src/funcs/brandingCreate.ts +2 -0
- package/src/funcs/brandingGet.ts +2 -0
- package/src/funcs/brandingUpdate.ts +2 -0
- package/src/funcs/brandingUpsert.ts +2 -0
- package/src/funcs/capabilitiesDisable.ts +2 -0
- package/src/funcs/capabilitiesGet.ts +2 -0
- package/src/funcs/capabilitiesList.ts +2 -0
- package/src/funcs/capabilitiesRequest.ts +2 -0
- package/src/funcs/cardIssuingGet.ts +2 -0
- package/src/funcs/cardIssuingGetFull.ts +2 -0
- package/src/funcs/cardIssuingList.ts +2 -0
- package/src/funcs/cardIssuingRequest.ts +2 -0
- package/src/funcs/cardIssuingUpdate.ts +2 -0
- package/src/funcs/cardsDisable.ts +2 -0
- package/src/funcs/cardsGet.ts +2 -0
- package/src/funcs/cardsLink.ts +2 -0
- package/src/funcs/cardsList.ts +2 -0
- package/src/funcs/cardsUpdate.ts +2 -0
- package/src/funcs/disputesAccept.ts +2 -0
- package/src/funcs/disputesDeleteEvidence.ts +2 -0
- package/src/funcs/disputesGet.ts +2 -0
- package/src/funcs/disputesGetEvidence.ts +2 -0
- package/src/funcs/disputesGetEvidenceData.ts +2 -0
- package/src/funcs/disputesList.ts +2 -0
- package/src/funcs/disputesListEvidence.ts +2 -0
- package/src/funcs/disputesSubmitEvidence.ts +2 -0
- package/src/funcs/disputesUpdateEvidence.ts +2 -0
- package/src/funcs/disputesUploadEvidenceFile.ts +2 -0
- package/src/funcs/disputesUploadEvidenceText.ts +2 -0
- package/src/funcs/endToEndEncryptionGenerateKey.ts +2 -0
- package/src/funcs/endToEndEncryptionTestEncryptedToken.ts +2 -0
- package/src/funcs/enrichedAddressGet.ts +2 -0
- package/src/funcs/enrichedProfileGet.ts +2 -0
- package/src/funcs/feePlansCreateFeePlanAgreements.ts +2 -0
- package/src/funcs/feePlansListFeePlanAgreements.ts +2 -0
- package/src/funcs/feePlansListFeePlans.ts +2 -0
- package/src/funcs/feePlansListFeesFetch.ts +2 -0
- package/src/funcs/feePlansListPartnerPricing.ts +2 -0
- package/src/funcs/feePlansListPartnerPricingAgreements.ts +2 -0
- package/src/funcs/feePlansRetrieveFees.ts +2 -0
- package/src/funcs/filesGet.ts +2 -0
- package/src/funcs/filesList.ts +2 -0
- package/src/funcs/filesUpload.ts +2 -0
- package/src/funcs/industriesList.ts +4 -2
- package/src/funcs/institutionsSearch.ts +2 -0
- package/src/funcs/issuingTransactionsGet.ts +2 -0
- package/src/funcs/issuingTransactionsGetAuthorization.ts +2 -0
- package/src/funcs/issuingTransactionsList.ts +2 -0
- package/src/funcs/issuingTransactionsListAuthorizationEvents.ts +2 -0
- package/src/funcs/issuingTransactionsListAuthorizations.ts +2 -0
- package/src/funcs/onboardingCreateInvite.ts +2 -0
- package/src/funcs/onboardingGetInvite.ts +2 -0
- package/src/funcs/onboardingListInvites.ts +2 -0
- package/src/funcs/onboardingRevokeInvite.ts +2 -0
- package/src/funcs/paymentLinksCreate.ts +2 -0
- package/src/funcs/paymentLinksDisable.ts +2 -0
- package/src/funcs/paymentLinksGet.ts +2 -0
- package/src/funcs/paymentLinksGetQRCode.ts +2 -0
- package/src/funcs/paymentLinksList.ts +2 -0
- package/src/funcs/paymentLinksUpdate.ts +2 -0
- package/src/funcs/paymentMethodsGet.ts +2 -0
- package/src/funcs/paymentMethodsList.ts +2 -0
- package/src/funcs/pingPing.ts +2 -0
- package/src/funcs/receiptsCreate.ts +2 -0
- package/src/funcs/receiptsList.ts +2 -0
- package/src/funcs/representativesCreate.ts +2 -0
- package/src/funcs/representativesDelete.ts +2 -0
- package/src/funcs/representativesGet.ts +2 -0
- package/src/funcs/representativesList.ts +2 -0
- package/src/funcs/representativesUpdate.ts +2 -0
- package/src/funcs/schedulingCancel.ts +2 -0
- package/src/funcs/schedulingCreate.ts +2 -0
- package/src/funcs/schedulingGet.ts +2 -0
- package/src/funcs/schedulingGetOccurrance.ts +2 -0
- package/src/funcs/schedulingList.ts +2 -0
- package/src/funcs/schedulingUpdate.ts +2 -0
- package/src/funcs/sweepsCreateConfig.ts +2 -0
- package/src/funcs/sweepsGet.ts +2 -0
- package/src/funcs/sweepsGetConfig.ts +2 -0
- package/src/funcs/sweepsList.ts +2 -0
- package/src/funcs/sweepsListConfigs.ts +2 -0
- package/src/funcs/sweepsUpdateConfig.ts +2 -0
- package/src/funcs/terminalApplicationsCreate.ts +2 -0
- package/src/funcs/terminalApplicationsDelete.ts +2 -0
- package/src/funcs/terminalApplicationsGet.ts +2 -0
- package/src/funcs/terminalApplicationsList.ts +2 -0
- package/src/funcs/transfersCreate.ts +2 -0
- package/src/funcs/transfersCreateCancellation.ts +2 -0
- package/src/funcs/transfersCreateReversal.ts +2 -0
- package/src/funcs/transfersGenerateOptions.ts +2 -0
- package/src/funcs/transfersGet.ts +2 -0
- package/src/funcs/transfersGetCancellation.ts +2 -0
- package/src/funcs/transfersGetRefund.ts +2 -0
- package/src/funcs/transfersInitiateRefund.ts +2 -0
- package/src/funcs/transfersList.ts +2 -0
- package/src/funcs/transfersListRefunds.ts +2 -0
- package/src/funcs/transfersUpdate.ts +2 -0
- package/src/funcs/underwritingGet.ts +2 -0
- package/src/funcs/underwritingUpsert.ts +2 -0
- package/src/funcs/walletTransactionsGet.ts +2 -0
- package/src/funcs/walletTransactionsList.ts +2 -0
- package/src/funcs/walletsGet.ts +2 -0
- package/src/funcs/walletsList.ts +2 -0
- package/src/hooks/types.ts +2 -0
- package/src/index.ts +2 -0
- package/src/lib/config.ts +7 -3
- package/src/lib/sdks.ts +10 -4
- package/src/mcp-server/cli/start/impl.ts +4 -4
- package/src/mcp-server/mcp-server.ts +1 -1
- package/src/mcp-server/server.ts +1 -1
- package/src/mcp-server/tools/industriesList.ts +2 -2
- package/src/models/components/enrichedindustries.ts +9 -9
- package/src/models/components/index.ts +2 -1
- package/src/models/components/industrytaxonomy.ts +100 -0
- package/src/models/components/sweep.ts +13 -0
- package/src/models/components/sweepsubtotal.ts +90 -0
- package/src/sdk/industries.ts +2 -2
- package/test/README.md +2 -0
- package/test/index.ts +1 -0
- package/test/package.json +25 -0
- package/test/setup.ts +119 -0
- package/test/tests/accounts.test.ts +127 -0
- package/test/tests/bankAccounts.test.ts +171 -0
- package/test/tests/capabilities.test.ts +147 -0
- package/test/tests/cards.test.ts +168 -0
- package/test/tests/paymentMethods.test.ts +55 -0
- package/test/tests/representatives.test.ts +83 -0
- package/test/tests/transfers.test.ts +122 -0
- package/test/tests/wallets.test.ts +31 -0
- package/test/tsconfig.json +30 -0
- package/test/utils/utils.ts +276 -0
- package/models/components/enrichedindustry.d.ts +0 -47
- package/models/components/enrichedindustry.d.ts.map +0 -1
- package/models/components/enrichedindustry.js.map +0 -1
- package/src/models/components/enrichedindustry.ts +0 -90
|
@@ -43,7 +43,7 @@ const moov = new Moov({
|
|
|
43
43
|
|
|
44
44
|
async function run() {
|
|
45
45
|
const result = await moov.branding.create({
|
|
46
|
-
accountID: "
|
|
46
|
+
accountID: "0a6ae927-b52b-4ef4-86d0-288f27479817",
|
|
47
47
|
brandProperties: {
|
|
48
48
|
colors: {
|
|
49
49
|
dark: {
|
|
@@ -82,7 +82,7 @@ const moov = new MoovCore({
|
|
|
82
82
|
|
|
83
83
|
async function run() {
|
|
84
84
|
const res = await brandingCreate(moov, {
|
|
85
|
-
accountID: "
|
|
85
|
+
accountID: "0a6ae927-b52b-4ef4-86d0-288f27479817",
|
|
86
86
|
brandProperties: {
|
|
87
87
|
colors: {
|
|
88
88
|
dark: {
|
|
@@ -150,7 +150,7 @@ const moov = new Moov({
|
|
|
150
150
|
|
|
151
151
|
async function run() {
|
|
152
152
|
const result = await moov.branding.upsert({
|
|
153
|
-
accountID: "
|
|
153
|
+
accountID: "0cd408b1-a57d-477b-825b-12331c2ed00a",
|
|
154
154
|
brandProperties: {
|
|
155
155
|
colors: {
|
|
156
156
|
dark: {
|
|
@@ -189,7 +189,7 @@ const moov = new MoovCore({
|
|
|
189
189
|
|
|
190
190
|
async function run() {
|
|
191
191
|
const res = await brandingUpsert(moov, {
|
|
192
|
-
accountID: "
|
|
192
|
+
accountID: "0cd408b1-a57d-477b-825b-12331c2ed00a",
|
|
193
193
|
brandProperties: {
|
|
194
194
|
colors: {
|
|
195
195
|
dark: {
|
|
@@ -257,7 +257,7 @@ const moov = new Moov({
|
|
|
257
257
|
|
|
258
258
|
async function run() {
|
|
259
259
|
const result = await moov.branding.get({
|
|
260
|
-
accountID: "
|
|
260
|
+
accountID: "8a4ec43e-d45f-481d-a291-683cb221e3cc",
|
|
261
261
|
});
|
|
262
262
|
|
|
263
263
|
// Handle the result
|
|
@@ -286,7 +286,7 @@ const moov = new MoovCore({
|
|
|
286
286
|
|
|
287
287
|
async function run() {
|
|
288
288
|
const res = await brandingGet(moov, {
|
|
289
|
-
accountID: "
|
|
289
|
+
accountID: "8a4ec43e-d45f-481d-a291-683cb221e3cc",
|
|
290
290
|
});
|
|
291
291
|
|
|
292
292
|
if (!res.ok) {
|
|
@@ -342,7 +342,7 @@ const moov = new Moov({
|
|
|
342
342
|
|
|
343
343
|
async function run() {
|
|
344
344
|
const result = await moov.branding.update({
|
|
345
|
-
accountID: "
|
|
345
|
+
accountID: "0c0dc4a5-ecd9-4223-810a-a71632980156",
|
|
346
346
|
updateBrand: {},
|
|
347
347
|
});
|
|
348
348
|
|
|
@@ -372,7 +372,7 @@ const moov = new MoovCore({
|
|
|
372
372
|
|
|
373
373
|
async function run() {
|
|
374
374
|
const res = await brandingUpdate(moov, {
|
|
375
|
-
accountID: "
|
|
375
|
+
accountID: "0c0dc4a5-ecd9-4223-810a-a71632980156",
|
|
376
376
|
updateBrand: {},
|
|
377
377
|
});
|
|
378
378
|
|
|
@@ -47,7 +47,7 @@ const moov = new Moov({
|
|
|
47
47
|
|
|
48
48
|
async function run() {
|
|
49
49
|
const result = await moov.capabilities.list({
|
|
50
|
-
accountID: "
|
|
50
|
+
accountID: "1a50ab1c-1714-49e7-a016-cea17b33511a",
|
|
51
51
|
});
|
|
52
52
|
|
|
53
53
|
// Handle the result
|
|
@@ -76,7 +76,7 @@ const moov = new MoovCore({
|
|
|
76
76
|
|
|
77
77
|
async function run() {
|
|
78
78
|
const res = await capabilitiesList(moov, {
|
|
79
|
-
accountID: "
|
|
79
|
+
accountID: "1a50ab1c-1714-49e7-a016-cea17b33511a",
|
|
80
80
|
});
|
|
81
81
|
|
|
82
82
|
if (!res.ok) {
|
|
@@ -132,7 +132,7 @@ const moov = new Moov({
|
|
|
132
132
|
|
|
133
133
|
async function run() {
|
|
134
134
|
const result = await moov.capabilities.request({
|
|
135
|
-
accountID: "
|
|
135
|
+
accountID: "0de140d5-cc78-4eeb-ab00-1f51aaf6c814",
|
|
136
136
|
addCapabilities: {
|
|
137
137
|
capabilities: [
|
|
138
138
|
"collect-funds",
|
|
@@ -166,7 +166,7 @@ const moov = new MoovCore({
|
|
|
166
166
|
|
|
167
167
|
async function run() {
|
|
168
168
|
const res = await capabilitiesRequest(moov, {
|
|
169
|
-
accountID: "
|
|
169
|
+
accountID: "0de140d5-cc78-4eeb-ab00-1f51aaf6c814",
|
|
170
170
|
addCapabilities: {
|
|
171
171
|
capabilities: [
|
|
172
172
|
"collect-funds",
|
|
@@ -229,8 +229,8 @@ const moov = new Moov({
|
|
|
229
229
|
|
|
230
230
|
async function run() {
|
|
231
231
|
const result = await moov.capabilities.get({
|
|
232
|
-
accountID: "
|
|
233
|
-
capabilityID: "
|
|
232
|
+
accountID: "c1697ea6-c984-4ba1-9b81-93e5e18660af",
|
|
233
|
+
capabilityID: "send-funds",
|
|
234
234
|
});
|
|
235
235
|
|
|
236
236
|
// Handle the result
|
|
@@ -259,8 +259,8 @@ const moov = new MoovCore({
|
|
|
259
259
|
|
|
260
260
|
async function run() {
|
|
261
261
|
const res = await capabilitiesGet(moov, {
|
|
262
|
-
accountID: "
|
|
263
|
-
capabilityID: "
|
|
262
|
+
accountID: "c1697ea6-c984-4ba1-9b81-93e5e18660af",
|
|
263
|
+
capabilityID: "send-funds",
|
|
264
264
|
});
|
|
265
265
|
|
|
266
266
|
if (!res.ok) {
|
|
@@ -316,7 +316,7 @@ const moov = new Moov({
|
|
|
316
316
|
|
|
317
317
|
async function run() {
|
|
318
318
|
const result = await moov.capabilities.disable({
|
|
319
|
-
accountID: "
|
|
319
|
+
accountID: "2be80c4e-d409-49ea-8a8a-76dfa4006d69",
|
|
320
320
|
capabilityID: "transfers",
|
|
321
321
|
});
|
|
322
322
|
|
|
@@ -346,7 +346,7 @@ const moov = new MoovCore({
|
|
|
346
346
|
|
|
347
347
|
async function run() {
|
|
348
348
|
const res = await capabilitiesDisable(moov, {
|
|
349
|
-
accountID: "
|
|
349
|
+
accountID: "2be80c4e-d409-49ea-8a8a-76dfa4006d69",
|
|
350
350
|
capabilityID: "transfers",
|
|
351
351
|
});
|
|
352
352
|
|
|
@@ -49,12 +49,12 @@ const moov = new Moov({
|
|
|
49
49
|
|
|
50
50
|
async function run() {
|
|
51
51
|
const result = await moov.cardIssuing.request({
|
|
52
|
-
accountID: "
|
|
52
|
+
accountID: "d9ac71ae-fccb-4dfc-9fed-710ca654e3ed",
|
|
53
53
|
requestCard: {
|
|
54
|
-
fundingWalletID: "
|
|
54
|
+
fundingWalletID: "fd98e3b2-696f-4f67-9250-17b3474ababf",
|
|
55
55
|
authorizedUser: {
|
|
56
|
-
firstName: "
|
|
57
|
-
lastName: "
|
|
56
|
+
firstName: "Milton",
|
|
57
|
+
lastName: "Stiedemann",
|
|
58
58
|
birthDate: {
|
|
59
59
|
day: 9,
|
|
60
60
|
month: 11,
|
|
@@ -72,14 +72,6 @@ async function run() {
|
|
|
72
72
|
amount: 10000,
|
|
73
73
|
interval: "per-transaction",
|
|
74
74
|
},
|
|
75
|
-
{
|
|
76
|
-
amount: 10000,
|
|
77
|
-
interval: "per-transaction",
|
|
78
|
-
},
|
|
79
|
-
{
|
|
80
|
-
amount: 10000,
|
|
81
|
-
interval: "per-transaction",
|
|
82
|
-
},
|
|
83
75
|
],
|
|
84
76
|
},
|
|
85
77
|
},
|
|
@@ -111,12 +103,12 @@ const moov = new MoovCore({
|
|
|
111
103
|
|
|
112
104
|
async function run() {
|
|
113
105
|
const res = await cardIssuingRequest(moov, {
|
|
114
|
-
accountID: "
|
|
106
|
+
accountID: "d9ac71ae-fccb-4dfc-9fed-710ca654e3ed",
|
|
115
107
|
requestCard: {
|
|
116
|
-
fundingWalletID: "
|
|
108
|
+
fundingWalletID: "fd98e3b2-696f-4f67-9250-17b3474ababf",
|
|
117
109
|
authorizedUser: {
|
|
118
|
-
firstName: "
|
|
119
|
-
lastName: "
|
|
110
|
+
firstName: "Milton",
|
|
111
|
+
lastName: "Stiedemann",
|
|
120
112
|
birthDate: {
|
|
121
113
|
day: 9,
|
|
122
114
|
month: 11,
|
|
@@ -134,14 +126,6 @@ async function run() {
|
|
|
134
126
|
amount: 10000,
|
|
135
127
|
interval: "per-transaction",
|
|
136
128
|
},
|
|
137
|
-
{
|
|
138
|
-
amount: 10000,
|
|
139
|
-
interval: "per-transaction",
|
|
140
|
-
},
|
|
141
|
-
{
|
|
142
|
-
amount: 10000,
|
|
143
|
-
interval: "per-transaction",
|
|
144
|
-
},
|
|
145
129
|
],
|
|
146
130
|
},
|
|
147
131
|
},
|
|
@@ -202,7 +186,7 @@ const moov = new Moov({
|
|
|
202
186
|
|
|
203
187
|
async function run() {
|
|
204
188
|
const result = await moov.cardIssuing.list({
|
|
205
|
-
accountID: "
|
|
189
|
+
accountID: "17c958e0-3abe-46e5-8afb-98742f1fb8ac",
|
|
206
190
|
skip: 60,
|
|
207
191
|
count: 20,
|
|
208
192
|
});
|
|
@@ -233,7 +217,7 @@ const moov = new MoovCore({
|
|
|
233
217
|
|
|
234
218
|
async function run() {
|
|
235
219
|
const res = await cardIssuingList(moov, {
|
|
236
|
-
accountID: "
|
|
220
|
+
accountID: "17c958e0-3abe-46e5-8afb-98742f1fb8ac",
|
|
237
221
|
skip: 60,
|
|
238
222
|
count: 20,
|
|
239
223
|
});
|
|
@@ -291,8 +275,8 @@ const moov = new Moov({
|
|
|
291
275
|
|
|
292
276
|
async function run() {
|
|
293
277
|
const result = await moov.cardIssuing.get({
|
|
294
|
-
accountID: "
|
|
295
|
-
issuedCardID: "
|
|
278
|
+
accountID: "4fde8da4-b6c5-4379-82a2-4ff6a742e41a",
|
|
279
|
+
issuedCardID: "d04885c9-ea6b-43a7-9186-63d9fbd57716",
|
|
296
280
|
});
|
|
297
281
|
|
|
298
282
|
// Handle the result
|
|
@@ -321,8 +305,8 @@ const moov = new MoovCore({
|
|
|
321
305
|
|
|
322
306
|
async function run() {
|
|
323
307
|
const res = await cardIssuingGet(moov, {
|
|
324
|
-
accountID: "
|
|
325
|
-
issuedCardID: "
|
|
308
|
+
accountID: "4fde8da4-b6c5-4379-82a2-4ff6a742e41a",
|
|
309
|
+
issuedCardID: "d04885c9-ea6b-43a7-9186-63d9fbd57716",
|
|
326
310
|
});
|
|
327
311
|
|
|
328
312
|
if (!res.ok) {
|
|
@@ -378,8 +362,8 @@ const moov = new Moov({
|
|
|
378
362
|
|
|
379
363
|
async function run() {
|
|
380
364
|
const result = await moov.cardIssuing.update({
|
|
381
|
-
accountID: "
|
|
382
|
-
issuedCardID: "
|
|
365
|
+
accountID: "44db31bc-2813-424b-9b8c-2d3f5f1300e3",
|
|
366
|
+
issuedCardID: "69ca2a7e-7bbc-4176-9d0c-2a1aa7143006",
|
|
383
367
|
updateIssuedCard: {
|
|
384
368
|
authorizedUser: {
|
|
385
369
|
birthDate: {
|
|
@@ -417,8 +401,8 @@ const moov = new MoovCore({
|
|
|
417
401
|
|
|
418
402
|
async function run() {
|
|
419
403
|
const res = await cardIssuingUpdate(moov, {
|
|
420
|
-
accountID: "
|
|
421
|
-
issuedCardID: "
|
|
404
|
+
accountID: "44db31bc-2813-424b-9b8c-2d3f5f1300e3",
|
|
405
|
+
issuedCardID: "69ca2a7e-7bbc-4176-9d0c-2a1aa7143006",
|
|
422
406
|
updateIssuedCard: {
|
|
423
407
|
authorizedUser: {
|
|
424
408
|
birthDate: {
|
|
@@ -487,8 +471,8 @@ const moov = new Moov({
|
|
|
487
471
|
|
|
488
472
|
async function run() {
|
|
489
473
|
const result = await moov.cardIssuing.getFull({
|
|
490
|
-
accountID: "
|
|
491
|
-
issuedCardID: "
|
|
474
|
+
accountID: "512052fb-5e2c-4d24-98dd-fa893c9d8a03",
|
|
475
|
+
issuedCardID: "087ecc51-11fe-4471-a3bb-44f20c1e87a9",
|
|
492
476
|
});
|
|
493
477
|
|
|
494
478
|
// Handle the result
|
|
@@ -517,8 +501,8 @@ const moov = new MoovCore({
|
|
|
517
501
|
|
|
518
502
|
async function run() {
|
|
519
503
|
const res = await cardIssuingGetFull(moov, {
|
|
520
|
-
accountID: "
|
|
521
|
-
issuedCardID: "
|
|
504
|
+
accountID: "512052fb-5e2c-4d24-98dd-fa893c9d8a03",
|
|
505
|
+
issuedCardID: "087ecc51-11fe-4471-a3bb-44f20c1e87a9",
|
|
522
506
|
});
|
|
523
507
|
|
|
524
508
|
if (!res.ok) {
|
|
@@ -89,7 +89,7 @@ const moov = new Moov({
|
|
|
89
89
|
async function run() {
|
|
90
90
|
const result = await moov.cards.link({
|
|
91
91
|
xWaitFor: "payment-method",
|
|
92
|
-
accountID: "
|
|
92
|
+
accountID: "5593e46f-7936-474b-a52b-96f1da46867b",
|
|
93
93
|
linkCard: {
|
|
94
94
|
cardNumber: "4111111111111111",
|
|
95
95
|
cardCvv: "123",
|
|
@@ -131,7 +131,7 @@ const moov = new MoovCore({
|
|
|
131
131
|
async function run() {
|
|
132
132
|
const res = await cardsLink(moov, {
|
|
133
133
|
xWaitFor: "payment-method",
|
|
134
|
-
accountID: "
|
|
134
|
+
accountID: "5593e46f-7936-474b-a52b-96f1da46867b",
|
|
135
135
|
linkCard: {
|
|
136
136
|
cardNumber: "4111111111111111",
|
|
137
137
|
cardCvv: "123",
|
|
@@ -203,7 +203,7 @@ const moov = new Moov({
|
|
|
203
203
|
|
|
204
204
|
async function run() {
|
|
205
205
|
const result = await moov.cards.list({
|
|
206
|
-
accountID: "
|
|
206
|
+
accountID: "b902712f-8ab9-47ba-b39f-5ccfbcac528c",
|
|
207
207
|
});
|
|
208
208
|
|
|
209
209
|
// Handle the result
|
|
@@ -232,7 +232,7 @@ const moov = new MoovCore({
|
|
|
232
232
|
|
|
233
233
|
async function run() {
|
|
234
234
|
const res = await cardsList(moov, {
|
|
235
|
-
accountID: "
|
|
235
|
+
accountID: "b902712f-8ab9-47ba-b39f-5ccfbcac528c",
|
|
236
236
|
});
|
|
237
237
|
|
|
238
238
|
if (!res.ok) {
|
|
@@ -290,7 +290,7 @@ const moov = new Moov({
|
|
|
290
290
|
|
|
291
291
|
async function run() {
|
|
292
292
|
const result = await moov.cards.get({
|
|
293
|
-
accountID: "
|
|
293
|
+
accountID: "1f590cf9-4db9-4241-8818-30f9c26362e8",
|
|
294
294
|
cardID: "01234567-89ab-cdef-0123-456789abcdef",
|
|
295
295
|
});
|
|
296
296
|
|
|
@@ -320,7 +320,7 @@ const moov = new MoovCore({
|
|
|
320
320
|
|
|
321
321
|
async function run() {
|
|
322
322
|
const res = await cardsGet(moov, {
|
|
323
|
-
accountID: "
|
|
323
|
+
accountID: "1f590cf9-4db9-4241-8818-30f9c26362e8",
|
|
324
324
|
cardID: "01234567-89ab-cdef-0123-456789abcdef",
|
|
325
325
|
});
|
|
326
326
|
|
|
@@ -386,24 +386,9 @@ const moov = new Moov({
|
|
|
386
386
|
|
|
387
387
|
async function run() {
|
|
388
388
|
const result = await moov.cards.update({
|
|
389
|
-
accountID: "
|
|
389
|
+
accountID: "7104688e-8434-482e-9556-4784be3ad3fe",
|
|
390
390
|
cardID: "01234567-89ab-cdef-0123-456789abcdef",
|
|
391
391
|
updateCard: {
|
|
392
|
-
e2ee: {
|
|
393
|
-
token: "eyJhbGciOiJFQ0RILUVTK0EyNTZLVyIsImVuYyI6IkEyNTZHQ00iLCJlcGsiOnsia3R5IjoiRUMiLCJjcnYiOiJQLTUyMSIsIngiOiJBS0NYVDM1WVdvTm8wbzExNy1SU0dqUGg3alN1NjFmLUhnYkx1dW0xVG1ueTRlcW5yX2hyU0hpY0w1d3gwODRCWDBRZjVTdEtkRUoydzY2ZUJqWHprRV9OIiwieSI6IkFIMEJfT2RaYTQtbG43dGJ4M3VBdlc1NDNQRE9HUXBCTDloRFFNWjlTQXNfOW05UWN3dnhRd1hrb1VrM3VzT1FnVV9ySVFrNFRoZ1NTUzV4UlhKcm5ZaTkifSwia2lkIjoiYmRvV3pLekpKUGw0TVFIaENDa05WYTZlZ1dmYi02V1haSjZKTFZqQ0hWMD0ifQ.HalyoHsfufBJEODd2lD9ThQvvVWw3b2kgWDLHGxmHhMv8rODyLL_Ug.rpQP178t8Ed_pUU2.Sn9UFeVoegAxiMUv11q7l3M0y9YHSLYi2n_JB7n7Pc777_47-icfaxstJemT0IC81w.akkq1EBxzWkBr4vEomSpWA",
|
|
394
|
-
},
|
|
395
|
-
billingAddress: {
|
|
396
|
-
addressLine1: "123 Main Street",
|
|
397
|
-
addressLine2: "Apt 302",
|
|
398
|
-
city: "Boulder",
|
|
399
|
-
stateOrProvince: "CO",
|
|
400
|
-
postalCode: "80301",
|
|
401
|
-
country: "US",
|
|
402
|
-
},
|
|
403
|
-
expiration: {
|
|
404
|
-
month: "01",
|
|
405
|
-
year: "21",
|
|
406
|
-
},
|
|
407
392
|
cardCvv: "456",
|
|
408
393
|
},
|
|
409
394
|
});
|
|
@@ -434,24 +419,9 @@ const moov = new MoovCore({
|
|
|
434
419
|
|
|
435
420
|
async function run() {
|
|
436
421
|
const res = await cardsUpdate(moov, {
|
|
437
|
-
accountID: "
|
|
422
|
+
accountID: "7104688e-8434-482e-9556-4784be3ad3fe",
|
|
438
423
|
cardID: "01234567-89ab-cdef-0123-456789abcdef",
|
|
439
424
|
updateCard: {
|
|
440
|
-
e2ee: {
|
|
441
|
-
token: "eyJhbGciOiJFQ0RILUVTK0EyNTZLVyIsImVuYyI6IkEyNTZHQ00iLCJlcGsiOnsia3R5IjoiRUMiLCJjcnYiOiJQLTUyMSIsIngiOiJBS0NYVDM1WVdvTm8wbzExNy1SU0dqUGg3alN1NjFmLUhnYkx1dW0xVG1ueTRlcW5yX2hyU0hpY0w1d3gwODRCWDBRZjVTdEtkRUoydzY2ZUJqWHprRV9OIiwieSI6IkFIMEJfT2RaYTQtbG43dGJ4M3VBdlc1NDNQRE9HUXBCTDloRFFNWjlTQXNfOW05UWN3dnhRd1hrb1VrM3VzT1FnVV9ySVFrNFRoZ1NTUzV4UlhKcm5ZaTkifSwia2lkIjoiYmRvV3pLekpKUGw0TVFIaENDa05WYTZlZ1dmYi02V1haSjZKTFZqQ0hWMD0ifQ.HalyoHsfufBJEODd2lD9ThQvvVWw3b2kgWDLHGxmHhMv8rODyLL_Ug.rpQP178t8Ed_pUU2.Sn9UFeVoegAxiMUv11q7l3M0y9YHSLYi2n_JB7n7Pc777_47-icfaxstJemT0IC81w.akkq1EBxzWkBr4vEomSpWA",
|
|
442
|
-
},
|
|
443
|
-
billingAddress: {
|
|
444
|
-
addressLine1: "123 Main Street",
|
|
445
|
-
addressLine2: "Apt 302",
|
|
446
|
-
city: "Boulder",
|
|
447
|
-
stateOrProvince: "CO",
|
|
448
|
-
postalCode: "80301",
|
|
449
|
-
country: "US",
|
|
450
|
-
},
|
|
451
|
-
expiration: {
|
|
452
|
-
month: "01",
|
|
453
|
-
year: "21",
|
|
454
|
-
},
|
|
455
425
|
cardCvv: "456",
|
|
456
426
|
},
|
|
457
427
|
});
|
|
@@ -511,7 +481,7 @@ const moov = new Moov({
|
|
|
511
481
|
|
|
512
482
|
async function run() {
|
|
513
483
|
const result = await moov.cards.disable({
|
|
514
|
-
accountID: "
|
|
484
|
+
accountID: "bbd12cb2-58f4-46e5-861d-1e6c4617c0c2",
|
|
515
485
|
cardID: "01234567-89ab-cdef-0123-456789abcdef",
|
|
516
486
|
});
|
|
517
487
|
|
|
@@ -541,7 +511,7 @@ const moov = new MoovCore({
|
|
|
541
511
|
|
|
542
512
|
async function run() {
|
|
543
513
|
const res = await cardsDisable(moov, {
|
|
544
|
-
accountID: "
|
|
514
|
+
accountID: "bbd12cb2-58f4-46e5-861d-1e6c4617c0c2",
|
|
545
515
|
cardID: "01234567-89ab-cdef-0123-456789abcdef",
|
|
546
516
|
});
|
|
547
517
|
|