increase 0.4.0 → 0.6.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/_shims/agent.d.ts +9 -0
- package/_shims/agent.d.ts.map +1 -0
- package/_shims/agent.js +14 -0
- package/_shims/agent.js.map +1 -0
- package/_shims/agent.mjs +10 -0
- package/_shims/agent.mjs.map +1 -0
- package/_shims/agent.node.d.ts +7 -0
- package/_shims/agent.node.d.ts.map +1 -0
- package/_shims/agent.node.js +28 -0
- package/_shims/agent.node.js.map +1 -0
- package/_shims/agent.node.mjs +16 -0
- package/_shims/agent.node.mjs.map +1 -0
- package/_shims/fetch.d.ts +52 -0
- package/_shims/fetch.js +13 -0
- package/_shims/fetch.mjs +15 -0
- package/_shims/fetch.node.d.ts +53 -0
- package/_shims/fetch.node.js +12 -0
- package/_shims/fetch.node.mjs +14 -0
- package/_shims/fileFromPath.d.ts +22 -0
- package/_shims/fileFromPath.d.ts.map +1 -0
- package/_shims/fileFromPath.js +16 -0
- package/_shims/fileFromPath.js.map +1 -0
- package/_shims/fileFromPath.mjs +12 -0
- package/_shims/fileFromPath.mjs.map +1 -0
- package/_shims/fileFromPath.node.d.ts +17 -0
- package/_shims/fileFromPath.node.d.ts.map +1 -0
- package/_shims/fileFromPath.node.js +17 -0
- package/_shims/fileFromPath.node.js.map +1 -0
- package/_shims/fileFromPath.node.mjs +13 -0
- package/_shims/fileFromPath.node.mjs.map +1 -0
- package/_shims/formdata.d.ts +43 -0
- package/_shims/formdata.js +9 -0
- package/_shims/formdata.mjs +11 -0
- package/_shims/formdata.node.d.ts +44 -0
- package/_shims/formdata.node.js +11 -0
- package/_shims/formdata.node.mjs +9 -0
- package/_shims/getMultipartRequestOptions.d.ts +10 -0
- package/_shims/getMultipartRequestOptions.d.ts.map +1 -0
- package/_shims/getMultipartRequestOptions.js +12 -0
- package/_shims/getMultipartRequestOptions.js.map +1 -0
- package/_shims/getMultipartRequestOptions.mjs +8 -0
- package/_shims/getMultipartRequestOptions.mjs.map +1 -0
- package/_shims/getMultipartRequestOptions.node.d.ts +10 -0
- package/_shims/getMultipartRequestOptions.node.d.ts.map +1 -0
- package/_shims/getMultipartRequestOptions.node.js +22 -0
- package/_shims/getMultipartRequestOptions.node.js.map +1 -0
- package/_shims/getMultipartRequestOptions.node.mjs +18 -0
- package/_shims/getMultipartRequestOptions.node.mjs.map +1 -0
- package/_shims/node-readable.d.ts +23 -0
- package/_shims/node-readable.d.ts.map +1 -0
- package/_shims/node-readable.js +11 -0
- package/_shims/node-readable.js.map +1 -0
- package/_shims/node-readable.mjs +7 -0
- package/_shims/node-readable.mjs.map +1 -0
- package/_shims/node-readable.node.d.ts +8 -0
- package/_shims/node-readable.node.d.ts.map +1 -0
- package/_shims/node-readable.node.js +9 -0
- package/_shims/node-readable.node.js.map +1 -0
- package/_shims/node-readable.node.mjs +5 -0
- package/_shims/node-readable.node.mjs.map +1 -0
- package/core.d.ts +226 -0
- package/core.d.ts.map +1 -0
- package/core.js +683 -0
- package/core.js.map +1 -0
- package/core.mjs +587 -0
- package/core.mjs.map +1 -0
- package/error.d.ts +208 -0
- package/error.d.ts.map +1 -0
- package/error.js +326 -0
- package/error.js.map +1 -0
- package/error.mjs +277 -0
- package/error.mjs.map +1 -0
- package/index.d.mts +344 -0
- package/index.d.ts +344 -0
- package/index.d.ts.map +1 -0
- package/index.js +285 -0
- package/index.js.map +1 -0
- package/index.mjs +216 -0
- package/index.mjs.map +1 -0
- package/package.json +57 -20
- package/pagination.d.ts +34 -0
- package/pagination.d.ts.map +1 -0
- package/pagination.js +30 -0
- package/pagination.js.map +1 -0
- package/pagination.mjs +26 -0
- package/pagination.mjs.map +1 -0
- package/resource.d.ts +12 -0
- package/resource.d.ts.map +1 -0
- package/resource.js.map +1 -0
- package/resource.mjs +13 -0
- package/resource.mjs.map +1 -0
- package/resources/account-numbers.d.ts +151 -0
- package/resources/account-numbers.d.ts.map +1 -0
- package/resources/account-numbers.js +38 -0
- package/resources/account-numbers.js.map +1 -0
- package/resources/account-numbers.mjs +33 -0
- package/resources/account-numbers.mjs.map +1 -0
- package/resources/account-statements.d.ts +108 -0
- package/resources/account-statements.d.ts.map +1 -0
- package/resources/account-statements.js +28 -0
- package/resources/account-statements.js.map +1 -0
- package/resources/account-statements.mjs +21 -0
- package/resources/account-statements.mjs.map +1 -0
- package/resources/account-transfers.d.ts +218 -0
- package/resources/account-transfers.d.ts.map +1 -0
- package/resources/account-transfers.js +46 -0
- package/resources/account-transfers.js.map +1 -0
- package/resources/account-transfers.mjs +39 -0
- package/resources/account-transfers.mjs.map +1 -0
- package/resources/accounts.d.ts +178 -0
- package/resources/accounts.d.ts.map +1 -0
- package/resources/accounts.js +44 -0
- package/resources/accounts.js.map +1 -0
- package/resources/accounts.mjs +39 -0
- package/resources/accounts.mjs.map +1 -0
- package/resources/ach-prenotifications.d.ts +216 -0
- package/resources/ach-prenotifications.d.ts.map +1 -0
- package/resources/ach-prenotifications.js +34 -0
- package/resources/ach-prenotifications.js.map +1 -0
- package/resources/ach-prenotifications.mjs +27 -0
- package/resources/ach-prenotifications.mjs.map +1 -0
- package/resources/ach-transfers.d.ts +640 -0
- package/resources/ach-transfers.d.ts.map +1 -0
- package/resources/ach-transfers.js +44 -0
- package/resources/ach-transfers.js.map +1 -0
- package/resources/ach-transfers.mjs +39 -0
- package/resources/ach-transfers.mjs.map +1 -0
- package/resources/balance-lookups.d.ts +52 -0
- package/resources/balance-lookups.d.ts.map +1 -0
- package/resources/balance-lookups.js +16 -0
- package/resources/balance-lookups.js.map +1 -0
- package/resources/balance-lookups.mjs +12 -0
- package/resources/balance-lookups.mjs.map +1 -0
- package/resources/bookkeeping-accounts.d.ts +86 -0
- package/resources/bookkeeping-accounts.d.ts.map +1 -0
- package/resources/bookkeeping-accounts.js +28 -0
- package/resources/bookkeeping-accounts.js.map +1 -0
- package/resources/bookkeeping-accounts.mjs +21 -0
- package/resources/bookkeeping-accounts.mjs.map +1 -0
- package/resources/bookkeeping-entries.d.ts +51 -0
- package/resources/bookkeeping-entries.d.ts.map +1 -0
- package/resources/bookkeeping-entries.js +22 -0
- package/resources/bookkeeping-entries.js.map +1 -0
- package/resources/bookkeeping-entries.mjs +15 -0
- package/resources/bookkeeping-entries.mjs.map +1 -0
- package/resources/bookkeeping-entry-sets.d.ts +88 -0
- package/resources/bookkeeping-entry-sets.d.ts.map +1 -0
- package/resources/bookkeeping-entry-sets.js +18 -0
- package/resources/bookkeeping-entry-sets.js.map +1 -0
- package/resources/bookkeeping-entry-sets.mjs +12 -0
- package/resources/bookkeeping-entry-sets.mjs.map +1 -0
- package/resources/card-disputes.d.ts +167 -0
- package/resources/card-disputes.d.ts.map +1 -0
- package/resources/card-disputes.js +32 -0
- package/resources/card-disputes.js.map +1 -0
- package/resources/card-disputes.mjs +27 -0
- package/resources/card-disputes.mjs.map +1 -0
- package/resources/card-profiles.d.ts +214 -0
- package/resources/card-profiles.d.ts.map +1 -0
- package/resources/card-profiles.js +32 -0
- package/resources/card-profiles.js.map +1 -0
- package/resources/card-profiles.mjs +27 -0
- package/resources/card-profiles.mjs.map +1 -0
- package/resources/cards.d.ts +364 -0
- package/resources/cards.d.ts.map +1 -0
- package/resources/cards.js +44 -0
- package/resources/cards.js.map +1 -0
- package/resources/cards.mjs +39 -0
- package/resources/cards.mjs.map +1 -0
- package/resources/check-deposits.d.ts +324 -0
- package/resources/check-deposits.d.ts.map +1 -0
- package/resources/check-deposits.js +32 -0
- package/resources/check-deposits.js.map +1 -0
- package/resources/check-deposits.mjs +27 -0
- package/resources/check-deposits.mjs.map +1 -0
- package/resources/check-transfers.d.ts +454 -0
- package/resources/check-transfers.d.ts.map +1 -0
- package/resources/check-transfers.js +50 -0
- package/resources/check-transfers.js.map +1 -0
- package/resources/check-transfers.mjs +45 -0
- package/resources/check-transfers.mjs.map +1 -0
- package/resources/declined-transactions.d.ts +633 -0
- package/resources/declined-transactions.d.ts.map +1 -0
- package/resources/declined-transactions.js +28 -0
- package/resources/declined-transactions.js.map +1 -0
- package/resources/declined-transactions.mjs +21 -0
- package/resources/declined-transactions.mjs.map +1 -0
- package/resources/digital-wallet-tokens.d.ts +103 -0
- package/resources/digital-wallet-tokens.d.ts.map +1 -0
- package/resources/digital-wallet-tokens.js +28 -0
- package/resources/digital-wallet-tokens.js.map +1 -0
- package/resources/digital-wallet-tokens.mjs +21 -0
- package/resources/digital-wallet-tokens.mjs.map +1 -0
- package/resources/documents.d.ts +103 -0
- package/resources/documents.d.ts.map +1 -0
- package/resources/documents.js +26 -0
- package/resources/documents.js.map +1 -0
- package/resources/documents.mjs +21 -0
- package/resources/documents.mjs.map +1 -0
- package/resources/entities/entities.d.ts +1734 -0
- package/resources/entities/entities.d.ts.map +1 -0
- package/resources/entities/entities.js +81 -0
- package/resources/entities/entities.js.map +1 -0
- package/resources/entities/entities.mjs +36 -0
- package/resources/entities/entities.mjs.map +1 -0
- package/resources/entities/index.d.ts +9 -0
- package/resources/entities/index.d.ts.map +1 -0
- package/resources/entities/index.js +35 -0
- package/resources/entities/index.js.map +1 -0
- package/resources/entities/index.mjs +4 -0
- package/resources/entities/index.mjs.map +1 -0
- package/resources/entities/supplemental-documents.d.ts +64 -0
- package/resources/entities/supplemental-documents.d.ts.map +1 -0
- package/resources/entities/supplemental-documents.js +30 -0
- package/resources/entities/supplemental-documents.js.map +1 -0
- package/resources/entities/supplemental-documents.mjs +23 -0
- package/resources/entities/supplemental-documents.mjs.map +1 -0
- package/resources/event-subscriptions.d.ts +373 -0
- package/resources/event-subscriptions.d.ts.map +1 -0
- package/resources/event-subscriptions.js +40 -0
- package/resources/event-subscriptions.js.map +1 -0
- package/resources/event-subscriptions.mjs +33 -0
- package/resources/event-subscriptions.mjs.map +1 -0
- package/resources/events.d.ts +271 -0
- package/resources/events.d.ts.map +1 -0
- package/resources/events.js +26 -0
- package/resources/events.js.map +1 -0
- package/resources/events.mjs +21 -0
- package/resources/events.mjs.map +1 -0
- package/resources/exports.d.ts +182 -0
- package/resources/exports.d.ts.map +1 -0
- package/resources/exports.js +32 -0
- package/resources/exports.js.map +1 -0
- package/resources/exports.mjs +27 -0
- package/resources/exports.mjs.map +1 -0
- package/resources/external-accounts.d.ts +153 -0
- package/resources/external-accounts.d.ts.map +1 -0
- package/resources/external-accounts.js +40 -0
- package/resources/external-accounts.js.map +1 -0
- package/resources/external-accounts.mjs +33 -0
- package/resources/external-accounts.mjs.map +1 -0
- package/resources/files.d.ts +217 -0
- package/resources/files.d.ts.map +1 -0
- package/resources/files.js +35 -0
- package/resources/files.js.map +1 -0
- package/resources/files.mjs +30 -0
- package/resources/files.mjs.map +1 -0
- package/resources/groups.d.ts +48 -0
- package/resources/groups.d.ts.map +1 -0
- package/resources/groups.js +16 -0
- package/resources/groups.js.map +1 -0
- package/resources/groups.mjs +12 -0
- package/resources/groups.mjs.map +1 -0
- package/resources/inbound-ach-transfer-returns.d.ts +159 -0
- package/resources/inbound-ach-transfer-returns.d.ts.map +1 -0
- package/resources/inbound-ach-transfer-returns.js +37 -0
- package/resources/inbound-ach-transfer-returns.js.map +1 -0
- package/resources/inbound-ach-transfer-returns.mjs +30 -0
- package/resources/inbound-ach-transfer-returns.mjs.map +1 -0
- package/resources/inbound-wire-drawdown-requests.d.ts +133 -0
- package/resources/inbound-wire-drawdown-requests.d.ts.map +1 -0
- package/resources/inbound-wire-drawdown-requests.js +32 -0
- package/resources/inbound-wire-drawdown-requests.js.map +1 -0
- package/resources/inbound-wire-drawdown-requests.mjs +26 -0
- package/resources/inbound-wire-drawdown-requests.mjs.map +1 -0
- package/resources/index.d.ts +200 -0
- package/resources/index.d.ts.map +1 -0
- package/resources/index.js +569 -0
- package/resources/index.js.map +1 -0
- package/resources/index.mjs +44 -0
- package/resources/index.mjs.map +1 -0
- package/resources/limits.d.ts +152 -0
- package/resources/limits.d.ts.map +1 -0
- package/resources/limits.js +38 -0
- package/resources/limits.js.map +1 -0
- package/resources/limits.mjs +33 -0
- package/resources/limits.mjs.map +1 -0
- package/resources/oauth-connections.d.ts +62 -0
- package/resources/oauth-connections.d.ts.map +1 -0
- package/resources/oauth-connections.js +28 -0
- package/resources/oauth-connections.js.map +1 -0
- package/resources/oauth-connections.mjs +21 -0
- package/resources/oauth-connections.mjs.map +1 -0
- package/resources/pending-transactions.d.ts +594 -0
- package/resources/pending-transactions.d.ts.map +1 -0
- package/resources/pending-transactions.js +28 -0
- package/resources/pending-transactions.js.map +1 -0
- package/resources/pending-transactions.mjs +21 -0
- package/resources/pending-transactions.mjs.map +1 -0
- package/resources/programs.d.ts +56 -0
- package/resources/programs.d.ts.map +1 -0
- package/resources/programs.js +26 -0
- package/resources/programs.js.map +1 -0
- package/resources/programs.mjs +21 -0
- package/resources/programs.mjs.map +1 -0
- package/resources/real-time-decisions.d.ts +400 -0
- package/resources/real-time-decisions.d.ts.map +1 -0
- package/resources/real-time-decisions.js +24 -0
- package/resources/real-time-decisions.js.map +1 -0
- package/resources/real-time-decisions.mjs +18 -0
- package/resources/real-time-decisions.mjs.map +1 -0
- package/resources/real-time-payments-transfers.d.ts +363 -0
- package/resources/real-time-payments-transfers.d.ts.map +1 -0
- package/resources/real-time-payments-transfers.js +37 -0
- package/resources/real-time-payments-transfers.js.map +1 -0
- package/resources/real-time-payments-transfers.mjs +30 -0
- package/resources/real-time-payments-transfers.mjs.map +1 -0
- package/resources/routing-numbers.d.ts +67 -0
- package/resources/routing-numbers.d.ts.map +1 -0
- package/resources/routing-numbers.js +22 -0
- package/resources/routing-numbers.js.map +1 -0
- package/resources/routing-numbers.mjs +17 -0
- package/resources/routing-numbers.mjs.map +1 -0
- package/resources/shared.d.ts +29 -0
- package/resources/shared.d.ts.map +1 -0
- package/resources/shared.js.map +1 -0
- package/resources/shared.mjs +3 -0
- package/resources/shared.mjs.map +1 -0
- package/resources/simulations/account-statements.d.ts +24 -0
- package/resources/simulations/account-statements.d.ts.map +1 -0
- package/resources/simulations/account-statements.js +19 -0
- package/resources/simulations/account-statements.js.map +1 -0
- package/resources/simulations/account-statements.mjs +13 -0
- package/resources/simulations/account-statements.mjs.map +1 -0
- package/resources/simulations/account-transfers.d.ts +16 -0
- package/resources/simulations/account-transfers.d.ts.map +1 -0
- package/resources/simulations/account-transfers.js +18 -0
- package/resources/simulations/account-transfers.js.map +1 -0
- package/resources/simulations/account-transfers.mjs +14 -0
- package/resources/simulations/account-transfers.mjs.map +1 -0
- package/resources/simulations/ach-transfers.d.ts +2439 -0
- package/resources/simulations/ach-transfers.d.ts.map +1 -0
- package/resources/simulations/ach-transfers.js +40 -0
- package/resources/simulations/ach-transfers.js.map +1 -0
- package/resources/simulations/ach-transfers.mjs +36 -0
- package/resources/simulations/ach-transfers.mjs.map +1 -0
- package/resources/simulations/card-disputes.d.ts +35 -0
- package/resources/simulations/card-disputes.d.ts.map +1 -0
- package/resources/simulations/card-disputes.js +19 -0
- package/resources/simulations/card-disputes.js.map +1 -0
- package/resources/simulations/card-disputes.mjs +15 -0
- package/resources/simulations/card-disputes.mjs.map +1 -0
- package/resources/simulations/card-profiles.d.ts +17 -0
- package/resources/simulations/card-profiles.d.ts.map +1 -0
- package/resources/simulations/card-profiles.js +19 -0
- package/resources/simulations/card-profiles.js.map +1 -0
- package/resources/simulations/card-profiles.mjs +15 -0
- package/resources/simulations/card-profiles.mjs.map +1 -0
- package/resources/simulations/card-refunds.d.ts +25 -0
- package/resources/simulations/card-refunds.d.ts.map +1 -0
- package/resources/simulations/card-refunds.js +17 -0
- package/resources/simulations/card-refunds.js.map +1 -0
- package/resources/simulations/card-refunds.mjs +13 -0
- package/resources/simulations/card-refunds.mjs.map +1 -0
- package/resources/simulations/cards.d.ts +1180 -0
- package/resources/simulations/cards.d.ts.map +1 -0
- package/resources/simulations/cards.js +32 -0
- package/resources/simulations/cards.js.map +1 -0
- package/resources/simulations/cards.mjs +28 -0
- package/resources/simulations/cards.mjs.map +1 -0
- package/resources/simulations/check-deposits.d.ts +31 -0
- package/resources/simulations/check-deposits.d.ts.map +1 -0
- package/resources/simulations/check-deposits.js +31 -0
- package/resources/simulations/check-deposits.js.map +1 -0
- package/resources/simulations/check-deposits.mjs +27 -0
- package/resources/simulations/check-deposits.mjs.map +1 -0
- package/resources/simulations/check-transfers.d.ts +23 -0
- package/resources/simulations/check-transfers.d.ts.map +1 -0
- package/resources/simulations/check-transfers.js +24 -0
- package/resources/simulations/check-transfers.js.map +1 -0
- package/resources/simulations/check-transfers.mjs +20 -0
- package/resources/simulations/check-transfers.mjs.map +1 -0
- package/resources/simulations/digital-wallet-token-requests.d.ts +56 -0
- package/resources/simulations/digital-wallet-token-requests.d.ts.map +1 -0
- package/resources/simulations/digital-wallet-token-requests.js +20 -0
- package/resources/simulations/digital-wallet-token-requests.js.map +1 -0
- package/resources/simulations/digital-wallet-token-requests.mjs +13 -0
- package/resources/simulations/digital-wallet-token-requests.mjs.map +1 -0
- package/resources/simulations/documents.d.ts +23 -0
- package/resources/simulations/documents.d.ts.map +1 -0
- package/resources/simulations/documents.js +16 -0
- package/resources/simulations/documents.js.map +1 -0
- package/resources/simulations/documents.mjs +12 -0
- package/resources/simulations/documents.mjs.map +1 -0
- package/resources/simulations/inbound-wire-drawdown-requests.d.ts +106 -0
- package/resources/simulations/inbound-wire-drawdown-requests.d.ts.map +1 -0
- package/resources/simulations/inbound-wire-drawdown-requests.js +20 -0
- package/resources/simulations/inbound-wire-drawdown-requests.js.map +1 -0
- package/resources/simulations/inbound-wire-drawdown-requests.mjs +15 -0
- package/resources/simulations/inbound-wire-drawdown-requests.mjs.map +1 -0
- package/resources/simulations/index.d.ts +39 -0
- package/resources/simulations/index.d.ts.map +1 -0
- package/resources/simulations/index.js +141 -0
- package/resources/simulations/index.js.map +1 -0
- package/resources/simulations/index.mjs +19 -0
- package/resources/simulations/index.mjs.map +1 -0
- package/resources/simulations/interest-payments.d.ts +1591 -0
- package/resources/simulations/interest-payments.d.ts.map +1 -0
- package/resources/simulations/interest-payments.js +19 -0
- package/resources/simulations/interest-payments.js.map +1 -0
- package/resources/simulations/interest-payments.mjs +13 -0
- package/resources/simulations/interest-payments.mjs.map +1 -0
- package/resources/simulations/programs.d.ts +25 -0
- package/resources/simulations/programs.d.ts.map +1 -0
- package/resources/simulations/programs.js +18 -0
- package/resources/simulations/programs.js.map +1 -0
- package/resources/simulations/programs.mjs +14 -0
- package/resources/simulations/programs.mjs.map +1 -0
- package/resources/simulations/real-time-payments-transfers.d.ts +2289 -0
- package/resources/simulations/real-time-payments-transfers.d.ts.map +1 -0
- package/resources/simulations/real-time-payments-transfers.js +30 -0
- package/resources/simulations/real-time-payments-transfers.js.map +1 -0
- package/resources/simulations/real-time-payments-transfers.mjs +24 -0
- package/resources/simulations/real-time-payments-transfers.mjs.map +1 -0
- package/resources/simulations/simulations.d.ts +76 -0
- package/resources/simulations/simulations.d.ts.map +1 -0
- package/resources/simulations/simulations.js +109 -0
- package/resources/simulations/simulations.js.map +1 -0
- package/resources/simulations/simulations.mjs +59 -0
- package/resources/simulations/simulations.mjs.map +1 -0
- package/resources/simulations/wire-transfers.d.ts +1657 -0
- package/resources/simulations/wire-transfers.d.ts.map +1 -0
- package/resources/simulations/wire-transfers.js +16 -0
- package/resources/simulations/wire-transfers.js.map +1 -0
- package/resources/simulations/wire-transfers.mjs +12 -0
- package/resources/simulations/wire-transfers.mjs.map +1 -0
- package/resources/transactions.d.ts +1646 -0
- package/resources/transactions.d.ts.map +1 -0
- package/resources/transactions.js +26 -0
- package/resources/transactions.js.map +1 -0
- package/resources/transactions.mjs +21 -0
- package/resources/transactions.mjs.map +1 -0
- package/resources/wire-drawdown-requests.d.ts +169 -0
- package/resources/wire-drawdown-requests.d.ts.map +1 -0
- package/resources/wire-drawdown-requests.js +34 -0
- package/resources/wire-drawdown-requests.js.map +1 -0
- package/resources/wire-drawdown-requests.mjs +27 -0
- package/resources/wire-drawdown-requests.mjs.map +1 -0
- package/resources/wire-transfers.d.ts +370 -0
- package/resources/wire-transfers.d.ts.map +1 -0
- package/resources/wire-transfers.js +61 -0
- package/resources/wire-transfers.js.map +1 -0
- package/resources/wire-transfers.mjs +56 -0
- package/resources/wire-transfers.mjs.map +1 -0
- package/src/_shims/agent.node.ts +22 -0
- package/src/_shims/agent.ts +12 -0
- package/src/_shims/fetch.d.ts +52 -0
- package/src/_shims/fetch.js +13 -0
- package/src/_shims/fetch.mjs +15 -0
- package/src/_shims/fetch.node.d.ts +53 -0
- package/src/_shims/fetch.node.js +12 -0
- package/src/_shims/fetch.node.mjs +14 -0
- package/src/_shims/fileFromPath.node.ts +29 -0
- package/src/_shims/fileFromPath.ts +29 -0
- package/src/_shims/formdata.d.ts +43 -0
- package/src/_shims/formdata.js +9 -0
- package/src/_shims/formdata.mjs +11 -0
- package/src/_shims/formdata.node.d.ts +44 -0
- package/src/_shims/formdata.node.js +11 -0
- package/src/_shims/formdata.node.mjs +9 -0
- package/src/_shims/getMultipartRequestOptions.node.ts +25 -0
- package/src/_shims/getMultipartRequestOptions.ts +14 -0
- package/src/_shims/node-readable.node.ts +10 -0
- package/src/_shims/node-readable.ts +30 -0
- package/src/core.ts +783 -0
- package/src/error.ts +505 -0
- package/src/index.ts +443 -0
- package/src/pagination.ts +64 -0
- package/src/resources/account-numbers.ts +193 -0
- package/src/resources/account-statements.ts +140 -0
- package/src/resources/account-transfers.ts +273 -0
- package/src/resources/accounts.ts +228 -0
- package/src/resources/ach-prenotifications.ts +269 -0
- package/src/resources/ach-transfers.ts +732 -0
- package/src/resources/balance-lookups.ts +63 -0
- package/src/resources/bookkeeping-accounts.ts +114 -0
- package/src/resources/bookkeeping-entries.ts +71 -0
- package/src/resources/bookkeeping-entry-sets.ts +106 -0
- package/src/resources/card-disputes.ts +210 -0
- package/src/resources/card-profiles.ts +266 -0
- package/src/resources/cards.ts +445 -0
- package/src/resources/check-deposits.ts +385 -0
- package/src/resources/check-transfers.ts +556 -0
- package/src/resources/declined-transactions.ts +764 -0
- package/src/resources/digital-wallet-tokens.ts +132 -0
- package/src/resources/documents.ts +134 -0
- package/src/resources/entities/entities.ts +2025 -0
- package/src/resources/entities/index.ts +10 -0
- package/src/resources/entities/supplemental-documents.ts +81 -0
- package/src/resources/event-subscriptions.ts +408 -0
- package/src/resources/events.ts +302 -0
- package/src/resources/exports.ts +225 -0
- package/src/resources/external-accounts.ts +193 -0
- package/src/resources/files.ts +255 -0
- package/src/resources/groups.ts +58 -0
- package/src/resources/inbound-ach-transfer-returns.ts +194 -0
- package/src/resources/inbound-wire-drawdown-requests.ts +176 -0
- package/src/resources/index.ts +194 -0
- package/src/resources/limits.ts +190 -0
- package/src/resources/oauth-connections.ts +85 -0
- package/src/resources/pending-transactions.ts +688 -0
- package/src/resources/programs.ts +79 -0
- package/src/resources/real-time-decisions.ts +456 -0
- package/src/resources/real-time-payments-transfers.ts +428 -0
- package/src/resources/routing-numbers.ts +80 -0
- package/src/resources/shared.ts +30 -0
- package/src/resources/simulations/account-statements.ts +30 -0
- package/src/resources/simulations/account-transfers.ts +20 -0
- package/src/resources/simulations/ach-transfers.ts +2826 -0
- package/src/resources/simulations/card-disputes.ts +42 -0
- package/src/resources/simulations/card-profiles.ts +21 -0
- package/src/resources/simulations/card-refunds.ts +31 -0
- package/src/resources/simulations/cards.ts +1372 -0
- package/src/resources/simulations/check-deposits.ts +41 -0
- package/src/resources/simulations/check-transfers.ts +30 -0
- package/src/resources/simulations/digital-wallet-token-requests.ts +65 -0
- package/src/resources/simulations/documents.ts +29 -0
- package/src/resources/simulations/inbound-wire-drawdown-requests.ts +131 -0
- package/src/resources/simulations/index.ts +40 -0
- package/src/resources/simulations/interest-payments.ts +1858 -0
- package/src/resources/simulations/programs.ts +31 -0
- package/src/resources/simulations/real-time-payments-transfers.ts +2677 -0
- package/src/resources/simulations/simulations.ts +94 -0
- package/src/resources/simulations/wire-transfers.ts +1937 -0
- package/src/resources/transactions.ts +1930 -0
- package/src/resources/wire-drawdown-requests.ts +215 -0
- package/src/resources/wire-transfers.ts +462 -0
- package/src/streaming.ts +204 -0
- package/src/uploads.ts +248 -0
- package/src/version.ts +1 -0
- package/streaming.d.ts +14 -0
- package/streaming.d.ts.map +1 -0
- package/streaming.js +155 -0
- package/streaming.js.map +1 -0
- package/streaming.mjs +151 -0
- package/streaming.mjs.map +1 -0
- package/uploads.d.ts +90 -0
- package/uploads.d.ts.map +1 -0
- package/uploads.js +207 -0
- package/uploads.js.map +1 -0
- package/uploads.mjs +174 -0
- package/uploads.mjs.map +1 -0
- package/version.d.ts +2 -0
- package/version.d.ts.map +1 -0
- package/version.js +5 -0
- package/version.js.map +1 -0
- package/version.mjs +2 -0
- package/version.mjs.map +1 -0
- package/.eslintrc.js +0 -10
- package/.prettierignore +0 -1
- package/.prettierrc +0 -6
- package/.release-please-manifest.json +0 -3
- package/.stats.yml +0 -1
- package/CHANGELOG.md +0 -130
- package/LICENSE +0 -201
- package/README.md +0 -225
- package/api.md +0 -576
- package/bin/check-release-environment +0 -25
- package/bin/check-test-server +0 -50
- package/bin/publish-npm +0 -6
- package/build +0 -12
- package/check-version.ts +0 -18
- package/core.ts +0 -814
- package/dist/cjs/check-version.d.ts +0 -2
- package/dist/cjs/check-version.d.ts.map +0 -1
- package/dist/cjs/check-version.js +0 -23
- package/dist/cjs/check-version.js.map +0 -1
- package/dist/cjs/core.d.ts +0 -232
- package/dist/cjs/core.d.ts.map +0 -1
- package/dist/cjs/core.js +0 -854
- package/dist/cjs/core.js.map +0 -1
- package/dist/cjs/error.d.ts +0 -208
- package/dist/cjs/error.d.ts.map +0 -1
- package/dist/cjs/error.js +0 -326
- package/dist/cjs/error.js.map +0 -1
- package/dist/cjs/examples/api-error.d.ts +0 -3
- package/dist/cjs/examples/api-error.d.ts.map +0 -1
- package/dist/cjs/examples/api-error.js +0 -92
- package/dist/cjs/examples/api-error.js.map +0 -1
- package/dist/cjs/fetch-polyfill.d.ts +0 -6
- package/dist/cjs/fetch-polyfill.d.ts.map +0 -1
- package/dist/cjs/fetch-polyfill.js +0 -57
- package/dist/cjs/fetch-polyfill.js.map +0 -1
- package/dist/cjs/index.d.ts +0 -261
- package/dist/cjs/index.d.ts.map +0 -1
- package/dist/cjs/index.js +0 -237
- package/dist/cjs/index.js.map +0 -1
- package/dist/cjs/pagination.d.ts +0 -32
- package/dist/cjs/pagination.d.ts.map +0 -1
- package/dist/cjs/pagination.js +0 -30
- package/dist/cjs/pagination.js.map +0 -1
- package/dist/cjs/resource.d.ts +0 -12
- package/dist/cjs/resource.d.ts.map +0 -1
- package/dist/cjs/resource.js.map +0 -1
- package/dist/cjs/resources/account-numbers.d.ts +0 -129
- package/dist/cjs/resources/account-numbers.d.ts.map +0 -1
- package/dist/cjs/resources/account-numbers.js +0 -37
- package/dist/cjs/resources/account-numbers.js.map +0 -1
- package/dist/cjs/resources/account-statements.d.ts +0 -100
- package/dist/cjs/resources/account-statements.d.ts.map +0 -1
- package/dist/cjs/resources/account-statements.js +0 -25
- package/dist/cjs/resources/account-statements.js.map +0 -1
- package/dist/cjs/resources/account-transfers.d.ts +0 -198
- package/dist/cjs/resources/account-transfers.d.ts.map +0 -1
- package/dist/cjs/resources/account-transfers.js +0 -43
- package/dist/cjs/resources/account-transfers.js.map +0 -1
- package/dist/cjs/resources/accounts.d.ts +0 -155
- package/dist/cjs/resources/accounts.d.ts.map +0 -1
- package/dist/cjs/resources/accounts.js +0 -43
- package/dist/cjs/resources/accounts.js.map +0 -1
- package/dist/cjs/resources/ach-prenotifications.d.ts +0 -192
- package/dist/cjs/resources/ach-prenotifications.d.ts.map +0 -1
- package/dist/cjs/resources/ach-prenotifications.js +0 -35
- package/dist/cjs/resources/ach-prenotifications.js.map +0 -1
- package/dist/cjs/resources/ach-transfers.d.ts +0 -455
- package/dist/cjs/resources/ach-transfers.d.ts.map +0 -1
- package/dist/cjs/resources/ach-transfers.js +0 -43
- package/dist/cjs/resources/ach-transfers.js.map +0 -1
- package/dist/cjs/resources/balance-lookups.d.ts +0 -47
- package/dist/cjs/resources/balance-lookups.d.ts.map +0 -1
- package/dist/cjs/resources/balance-lookups.js +0 -15
- package/dist/cjs/resources/balance-lookups.js.map +0 -1
- package/dist/cjs/resources/bookkeeping-accounts.d.ts +0 -71
- package/dist/cjs/resources/bookkeeping-accounts.d.ts.map +0 -1
- package/dist/cjs/resources/bookkeeping-accounts.js +0 -29
- package/dist/cjs/resources/bookkeeping-accounts.js.map +0 -1
- package/dist/cjs/resources/bookkeeping-entries.d.ts +0 -43
- package/dist/cjs/resources/bookkeeping-entries.d.ts.map +0 -1
- package/dist/cjs/resources/bookkeeping-entries.js +0 -19
- package/dist/cjs/resources/bookkeeping-entries.js.map +0 -1
- package/dist/cjs/resources/bookkeeping-entry-sets.d.ts +0 -83
- package/dist/cjs/resources/bookkeeping-entry-sets.d.ts.map +0 -1
- package/dist/cjs/resources/bookkeeping-entry-sets.js +0 -15
- package/dist/cjs/resources/bookkeeping-entry-sets.js.map +0 -1
- package/dist/cjs/resources/card-disputes.d.ts +0 -153
- package/dist/cjs/resources/card-disputes.d.ts.map +0 -1
- package/dist/cjs/resources/card-disputes.js +0 -31
- package/dist/cjs/resources/card-disputes.js.map +0 -1
- package/dist/cjs/resources/card-profiles.d.ts +0 -199
- package/dist/cjs/resources/card-profiles.d.ts.map +0 -1
- package/dist/cjs/resources/card-profiles.js +0 -31
- package/dist/cjs/resources/card-profiles.js.map +0 -1
- package/dist/cjs/resources/cards.d.ts +0 -345
- package/dist/cjs/resources/cards.d.ts.map +0 -1
- package/dist/cjs/resources/cards.js +0 -43
- package/dist/cjs/resources/cards.js.map +0 -1
- package/dist/cjs/resources/check-deposits.d.ts +0 -256
- package/dist/cjs/resources/check-deposits.d.ts.map +0 -1
- package/dist/cjs/resources/check-deposits.js +0 -31
- package/dist/cjs/resources/check-deposits.js.map +0 -1
- package/dist/cjs/resources/check-transfers.d.ts +0 -430
- package/dist/cjs/resources/check-transfers.d.ts.map +0 -1
- package/dist/cjs/resources/check-transfers.js +0 -49
- package/dist/cjs/resources/check-transfers.js.map +0 -1
- package/dist/cjs/resources/declined-transactions.d.ts +0 -486
- package/dist/cjs/resources/declined-transactions.d.ts.map +0 -1
- package/dist/cjs/resources/declined-transactions.js +0 -29
- package/dist/cjs/resources/declined-transactions.js.map +0 -1
- package/dist/cjs/resources/digital-wallet-tokens.d.ts +0 -86
- package/dist/cjs/resources/digital-wallet-tokens.d.ts.map +0 -1
- package/dist/cjs/resources/digital-wallet-tokens.js +0 -29
- package/dist/cjs/resources/digital-wallet-tokens.js.map +0 -1
- package/dist/cjs/resources/documents.d.ts +0 -188
- package/dist/cjs/resources/documents.d.ts.map +0 -1
- package/dist/cjs/resources/documents.js +0 -25
- package/dist/cjs/resources/documents.js.map +0 -1
- package/dist/cjs/resources/entities/entities.d.ts +0 -1610
- package/dist/cjs/resources/entities/entities.d.ts.map +0 -1
- package/dist/cjs/resources/entities/entities.js +0 -36
- package/dist/cjs/resources/entities/entities.js.map +0 -1
- package/dist/cjs/resources/entities/index.d.ts +0 -8
- package/dist/cjs/resources/entities/index.d.ts.map +0 -1
- package/dist/cjs/resources/entities/index.js +0 -19
- package/dist/cjs/resources/entities/index.js.map +0 -1
- package/dist/cjs/resources/entities/supplemental-documents.d.ts +0 -55
- package/dist/cjs/resources/entities/supplemental-documents.d.ts.map +0 -1
- package/dist/cjs/resources/entities/supplemental-documents.js +0 -28
- package/dist/cjs/resources/entities/supplemental-documents.js.map +0 -1
- package/dist/cjs/resources/event-subscriptions.d.ts +0 -201
- package/dist/cjs/resources/event-subscriptions.d.ts.map +0 -1
- package/dist/cjs/resources/event-subscriptions.js +0 -37
- package/dist/cjs/resources/event-subscriptions.js.map +0 -1
- package/dist/cjs/resources/events.d.ts +0 -189
- package/dist/cjs/resources/events.d.ts.map +0 -1
- package/dist/cjs/resources/events.js +0 -25
- package/dist/cjs/resources/events.js.map +0 -1
- package/dist/cjs/resources/exports.d.ts +0 -162
- package/dist/cjs/resources/exports.d.ts.map +0 -1
- package/dist/cjs/resources/exports.js +0 -31
- package/dist/cjs/resources/exports.js.map +0 -1
- package/dist/cjs/resources/external-accounts.d.ts +0 -123
- package/dist/cjs/resources/external-accounts.d.ts.map +0 -1
- package/dist/cjs/resources/external-accounts.js +0 -37
- package/dist/cjs/resources/external-accounts.js.map +0 -1
- package/dist/cjs/resources/files.d.ts +0 -154
- package/dist/cjs/resources/files.d.ts.map +0 -1
- package/dist/cjs/resources/files.js +0 -34
- package/dist/cjs/resources/files.js.map +0 -1
- package/dist/cjs/resources/groups.d.ts +0 -38
- package/dist/cjs/resources/groups.d.ts.map +0 -1
- package/dist/cjs/resources/groups.js +0 -15
- package/dist/cjs/resources/groups.js.map +0 -1
- package/dist/cjs/resources/inbound-ach-transfer-returns.d.ts +0 -110
- package/dist/cjs/resources/inbound-ach-transfer-returns.d.ts.map +0 -1
- package/dist/cjs/resources/inbound-ach-transfer-returns.js +0 -35
- package/dist/cjs/resources/inbound-ach-transfer-returns.js.map +0 -1
- package/dist/cjs/resources/inbound-wire-drawdown-requests.d.ts +0 -125
- package/dist/cjs/resources/inbound-wire-drawdown-requests.d.ts.map +0 -1
- package/dist/cjs/resources/inbound-wire-drawdown-requests.js +0 -29
- package/dist/cjs/resources/inbound-wire-drawdown-requests.js.map +0 -1
- package/dist/cjs/resources/index.d.ts +0 -192
- package/dist/cjs/resources/index.d.ts.map +0 -1
- package/dist/cjs/resources/index.js +0 -569
- package/dist/cjs/resources/index.js.map +0 -1
- package/dist/cjs/resources/limits.d.ts +0 -106
- package/dist/cjs/resources/limits.d.ts.map +0 -1
- package/dist/cjs/resources/limits.js +0 -37
- package/dist/cjs/resources/limits.js.map +0 -1
- package/dist/cjs/resources/oauth-connections.d.ts +0 -51
- package/dist/cjs/resources/oauth-connections.d.ts.map +0 -1
- package/dist/cjs/resources/oauth-connections.js +0 -25
- package/dist/cjs/resources/oauth-connections.js.map +0 -1
- package/dist/cjs/resources/pending-transactions.d.ts +0 -476
- package/dist/cjs/resources/pending-transactions.d.ts.map +0 -1
- package/dist/cjs/resources/pending-transactions.js +0 -29
- package/dist/cjs/resources/pending-transactions.js.map +0 -1
- package/dist/cjs/resources/programs.d.ts +0 -48
- package/dist/cjs/resources/programs.d.ts.map +0 -1
- package/dist/cjs/resources/programs.js +0 -25
- package/dist/cjs/resources/programs.js.map +0 -1
- package/dist/cjs/resources/real-time-decisions.d.ts +0 -325
- package/dist/cjs/resources/real-time-decisions.d.ts.map +0 -1
- package/dist/cjs/resources/real-time-decisions.js +0 -21
- package/dist/cjs/resources/real-time-decisions.js.map +0 -1
- package/dist/cjs/resources/real-time-payments-transfers.d.ts +0 -287
- package/dist/cjs/resources/real-time-payments-transfers.d.ts.map +0 -1
- package/dist/cjs/resources/real-time-payments-transfers.js +0 -35
- package/dist/cjs/resources/real-time-payments-transfers.js.map +0 -1
- package/dist/cjs/resources/routing-numbers.d.ts +0 -50
- package/dist/cjs/resources/routing-numbers.d.ts.map +0 -1
- package/dist/cjs/resources/routing-numbers.js +0 -21
- package/dist/cjs/resources/routing-numbers.js.map +0 -1
- package/dist/cjs/resources/shared.d.ts +0 -16
- package/dist/cjs/resources/shared.d.ts.map +0 -1
- package/dist/cjs/resources/shared.js.map +0 -1
- package/dist/cjs/resources/simulations/account-statements.d.ts +0 -20
- package/dist/cjs/resources/simulations/account-statements.d.ts.map +0 -1
- package/dist/cjs/resources/simulations/account-statements.js +0 -16
- package/dist/cjs/resources/simulations/account-statements.js.map +0 -1
- package/dist/cjs/resources/simulations/account-transfers.d.ts +0 -16
- package/dist/cjs/resources/simulations/account-transfers.d.ts.map +0 -1
- package/dist/cjs/resources/simulations/account-transfers.js +0 -18
- package/dist/cjs/resources/simulations/account-transfers.js.map +0 -1
- package/dist/cjs/resources/simulations/ach-transfers.d.ts +0 -1801
- package/dist/cjs/resources/simulations/ach-transfers.d.ts.map +0 -1
- package/dist/cjs/resources/simulations/ach-transfers.js +0 -39
- package/dist/cjs/resources/simulations/ach-transfers.js.map +0 -1
- package/dist/cjs/resources/simulations/card-disputes.d.ts +0 -27
- package/dist/cjs/resources/simulations/card-disputes.d.ts.map +0 -1
- package/dist/cjs/resources/simulations/card-disputes.js +0 -18
- package/dist/cjs/resources/simulations/card-disputes.js.map +0 -1
- package/dist/cjs/resources/simulations/card-refunds.d.ts +0 -21
- package/dist/cjs/resources/simulations/card-refunds.d.ts.map +0 -1
- package/dist/cjs/resources/simulations/card-refunds.js +0 -16
- package/dist/cjs/resources/simulations/card-refunds.js.map +0 -1
- package/dist/cjs/resources/simulations/cards.d.ts +0 -925
- package/dist/cjs/resources/simulations/cards.d.ts.map +0 -1
- package/dist/cjs/resources/simulations/cards.js +0 -31
- package/dist/cjs/resources/simulations/cards.js.map +0 -1
- package/dist/cjs/resources/simulations/check-deposits.d.ts +0 -31
- package/dist/cjs/resources/simulations/check-deposits.d.ts.map +0 -1
- package/dist/cjs/resources/simulations/check-deposits.js +0 -31
- package/dist/cjs/resources/simulations/check-deposits.js.map +0 -1
- package/dist/cjs/resources/simulations/check-transfers.d.ts +0 -38
- package/dist/cjs/resources/simulations/check-transfers.d.ts.map +0 -1
- package/dist/cjs/resources/simulations/check-transfers.js +0 -34
- package/dist/cjs/resources/simulations/check-transfers.js.map +0 -1
- package/dist/cjs/resources/simulations/digital-wallet-token-requests.d.ts +0 -44
- package/dist/cjs/resources/simulations/digital-wallet-token-requests.d.ts.map +0 -1
- package/dist/cjs/resources/simulations/digital-wallet-token-requests.js +0 -16
- package/dist/cjs/resources/simulations/digital-wallet-token-requests.js.map +0 -1
- package/dist/cjs/resources/simulations/documents.d.ts +0 -19
- package/dist/cjs/resources/simulations/documents.d.ts.map +0 -1
- package/dist/cjs/resources/simulations/documents.js +0 -15
- package/dist/cjs/resources/simulations/documents.js.map +0 -1
- package/dist/cjs/resources/simulations/inbound-wire-drawdown-requests.d.ts +0 -102
- package/dist/cjs/resources/simulations/inbound-wire-drawdown-requests.d.ts.map +0 -1
- package/dist/cjs/resources/simulations/inbound-wire-drawdown-requests.js +0 -16
- package/dist/cjs/resources/simulations/inbound-wire-drawdown-requests.js.map +0 -1
- package/dist/cjs/resources/simulations/index.d.ts +0 -25
- package/dist/cjs/resources/simulations/index.d.ts.map +0 -1
- package/dist/cjs/resources/simulations/index.js +0 -4
- package/dist/cjs/resources/simulations/index.js.map +0 -1
- package/dist/cjs/resources/simulations/interest-payments.d.ts +0 -1237
- package/dist/cjs/resources/simulations/interest-payments.d.ts.map +0 -1
- package/dist/cjs/resources/simulations/interest-payments.js +0 -16
- package/dist/cjs/resources/simulations/interest-payments.js.map +0 -1
- package/dist/cjs/resources/simulations/programs.d.ts +0 -21
- package/dist/cjs/resources/simulations/programs.d.ts.map +0 -1
- package/dist/cjs/resources/simulations/programs.js +0 -17
- package/dist/cjs/resources/simulations/programs.js.map +0 -1
- package/dist/cjs/resources/simulations/real-time-payments-transfers.d.ts +0 -1746
- package/dist/cjs/resources/simulations/real-time-payments-transfers.d.ts.map +0 -1
- package/dist/cjs/resources/simulations/real-time-payments-transfers.js +0 -27
- package/dist/cjs/resources/simulations/real-time-payments-transfers.js.map +0 -1
- package/dist/cjs/resources/simulations/simulations.d.ts +0 -34
- package/dist/cjs/resources/simulations/simulations.d.ts.map +0 -1
- package/dist/cjs/resources/simulations/simulations.js +0 -48
- package/dist/cjs/resources/simulations/simulations.js.map +0 -1
- package/dist/cjs/resources/simulations/wire-transfers.d.ts +0 -1303
- package/dist/cjs/resources/simulations/wire-transfers.d.ts.map +0 -1
- package/dist/cjs/resources/simulations/wire-transfers.js +0 -15
- package/dist/cjs/resources/simulations/wire-transfers.js.map +0 -1
- package/dist/cjs/resources/transactions.d.ts +0 -1289
- package/dist/cjs/resources/transactions.d.ts.map +0 -1
- package/dist/cjs/resources/transactions.js +0 -25
- package/dist/cjs/resources/transactions.js.map +0 -1
- package/dist/cjs/resources/wire-drawdown-requests.d.ts +0 -153
- package/dist/cjs/resources/wire-drawdown-requests.d.ts.map +0 -1
- package/dist/cjs/resources/wire-drawdown-requests.js +0 -35
- package/dist/cjs/resources/wire-drawdown-requests.js.map +0 -1
- package/dist/cjs/resources/wire-transfers.d.ts +0 -345
- package/dist/cjs/resources/wire-transfers.d.ts.map +0 -1
- package/dist/cjs/resources/wire-transfers.js +0 -60
- package/dist/cjs/resources/wire-transfers.js.map +0 -1
- package/dist/cjs/streaming.d.ts +0 -13
- package/dist/cjs/streaming.d.ts.map +0 -1
- package/dist/cjs/streaming.js +0 -282
- package/dist/cjs/streaming.js.map +0 -1
- package/dist/cjs/tests/api-resources/account-numbers.test.d.ts +0 -2
- package/dist/cjs/tests/api-resources/account-numbers.test.d.ts.map +0 -1
- package/dist/cjs/tests/api-resources/account-numbers.test.js +0 -101
- package/dist/cjs/tests/api-resources/account-numbers.test.js.map +0 -1
- package/dist/cjs/tests/api-resources/account-statements.test.d.ts +0 -2
- package/dist/cjs/tests/api-resources/account-statements.test.d.ts.map +0 -1
- package/dist/cjs/tests/api-resources/account-statements.test.js +0 -88
- package/dist/cjs/tests/api-resources/account-statements.test.js.map +0 -1
- package/dist/cjs/tests/api-resources/account-transfers.test.d.ts +0 -2
- package/dist/cjs/tests/api-resources/account-transfers.test.d.ts.map +0 -1
- package/dist/cjs/tests/api-resources/account-transfers.test.js +0 -133
- package/dist/cjs/tests/api-resources/account-transfers.test.js.map +0 -1
- package/dist/cjs/tests/api-resources/accounts.test.d.ts +0 -2
- package/dist/cjs/tests/api-resources/accounts.test.d.ts.map +0 -1
- package/dist/cjs/tests/api-resources/accounts.test.js +0 -118
- package/dist/cjs/tests/api-resources/accounts.test.js.map +0 -1
- package/dist/cjs/tests/api-resources/ach-prenotifications.test.d.ts +0 -2
- package/dist/cjs/tests/api-resources/ach-prenotifications.test.d.ts.map +0 -1
- package/dist/cjs/tests/api-resources/ach-prenotifications.test.js +0 -113
- package/dist/cjs/tests/api-resources/ach-prenotifications.test.js.map +0 -1
- package/dist/cjs/tests/api-resources/ach-transfers.test.d.ts +0 -2
- package/dist/cjs/tests/api-resources/ach-transfers.test.d.ts.map +0 -1
- package/dist/cjs/tests/api-resources/ach-transfers.test.js +0 -145
- package/dist/cjs/tests/api-resources/ach-transfers.test.js.map +0 -1
- package/dist/cjs/tests/api-resources/balance-lookups.test.d.ts +0 -2
- package/dist/cjs/tests/api-resources/balance-lookups.test.d.ts.map +0 -1
- package/dist/cjs/tests/api-resources/balance-lookups.test.js +0 -55
- package/dist/cjs/tests/api-resources/balance-lookups.test.js.map +0 -1
- package/dist/cjs/tests/api-resources/bookkeeping-accounts.test.d.ts +0 -2
- package/dist/cjs/tests/api-resources/bookkeeping-accounts.test.d.ts.map +0 -1
- package/dist/cjs/tests/api-resources/bookkeeping-accounts.test.js +0 -78
- package/dist/cjs/tests/api-resources/bookkeeping-accounts.test.js.map +0 -1
- package/dist/cjs/tests/api-resources/bookkeeping-entries.test.d.ts +0 -2
- package/dist/cjs/tests/api-resources/bookkeeping-entries.test.d.ts.map +0 -1
- package/dist/cjs/tests/api-resources/bookkeeping-entries.test.js +0 -65
- package/dist/cjs/tests/api-resources/bookkeeping-entries.test.js.map +0 -1
- package/dist/cjs/tests/api-resources/bookkeeping-entry-sets.test.d.ts +0 -2
- package/dist/cjs/tests/api-resources/bookkeeping-entry-sets.test.d.ts.map +0 -1
- package/dist/cjs/tests/api-resources/bookkeeping-entry-sets.test.js +0 -66
- package/dist/cjs/tests/api-resources/bookkeeping-entry-sets.test.js.map +0 -1
- package/dist/cjs/tests/api-resources/card-disputes.test.d.ts +0 -2
- package/dist/cjs/tests/api-resources/card-disputes.test.d.ts.map +0 -1
- package/dist/cjs/tests/api-resources/card-disputes.test.js +0 -102
- package/dist/cjs/tests/api-resources/card-disputes.test.js.map +0 -1
- package/dist/cjs/tests/api-resources/card-profiles.test.d.ts +0 -2
- package/dist/cjs/tests/api-resources/card-profiles.test.d.ts.map +0 -1
- package/dist/cjs/tests/api-resources/card-profiles.test.js +0 -106
- package/dist/cjs/tests/api-resources/card-profiles.test.js.map +0 -1
- package/dist/cjs/tests/api-resources/cards.test.d.ts +0 -2
- package/dist/cjs/tests/api-resources/cards.test.d.ts.map +0 -1
- package/dist/cjs/tests/api-resources/cards.test.js +0 -116
- package/dist/cjs/tests/api-resources/cards.test.js.map +0 -1
- package/dist/cjs/tests/api-resources/check-deposits.test.d.ts +0 -2
- package/dist/cjs/tests/api-resources/check-deposits.test.d.ts.map +0 -1
- package/dist/cjs/tests/api-resources/check-deposits.test.js +0 -110
- package/dist/cjs/tests/api-resources/check-deposits.test.js.map +0 -1
- package/dist/cjs/tests/api-resources/check-transfers.test.d.ts +0 -2
- package/dist/cjs/tests/api-resources/check-transfers.test.d.ts.map +0 -1
- package/dist/cjs/tests/api-resources/check-transfers.test.js +0 -159
- package/dist/cjs/tests/api-resources/check-transfers.test.js.map +0 -1
- package/dist/cjs/tests/api-resources/declined-transactions.test.d.ts +0 -2
- package/dist/cjs/tests/api-resources/declined-transactions.test.d.ts.map +0 -1
- package/dist/cjs/tests/api-resources/declined-transactions.test.js +0 -91
- package/dist/cjs/tests/api-resources/declined-transactions.test.js.map +0 -1
- package/dist/cjs/tests/api-resources/digital-wallet-tokens.test.d.ts +0 -2
- package/dist/cjs/tests/api-resources/digital-wallet-tokens.test.d.ts.map +0 -1
- package/dist/cjs/tests/api-resources/digital-wallet-tokens.test.js +0 -90
- package/dist/cjs/tests/api-resources/digital-wallet-tokens.test.js.map +0 -1
- package/dist/cjs/tests/api-resources/documents.test.d.ts +0 -2
- package/dist/cjs/tests/api-resources/documents.test.d.ts.map +0 -1
- package/dist/cjs/tests/api-resources/documents.test.js +0 -93
- package/dist/cjs/tests/api-resources/documents.test.js.map +0 -1
- package/dist/cjs/tests/api-resources/entities/entities.test.d.ts +0 -2
- package/dist/cjs/tests/api-resources/entities/entities.test.d.ts.map +0 -1
- package/dist/cjs/tests/api-resources/entities/entities.test.js +0 -289
- package/dist/cjs/tests/api-resources/entities/entities.test.js.map +0 -1
- package/dist/cjs/tests/api-resources/entities/supplemental-documents.test.d.ts +0 -2
- package/dist/cjs/tests/api-resources/entities/supplemental-documents.test.d.ts.map +0 -1
- package/dist/cjs/tests/api-resources/entities/supplemental-documents.test.js +0 -68
- package/dist/cjs/tests/api-resources/entities/supplemental-documents.test.js.map +0 -1
- package/dist/cjs/tests/api-resources/event-subscriptions.test.d.ts +0 -2
- package/dist/cjs/tests/api-resources/event-subscriptions.test.d.ts.map +0 -1
- package/dist/cjs/tests/api-resources/event-subscriptions.test.js +0 -99
- package/dist/cjs/tests/api-resources/event-subscriptions.test.js.map +0 -1
- package/dist/cjs/tests/api-resources/events.test.d.ts +0 -2
- package/dist/cjs/tests/api-resources/events.test.d.ts.map +0 -1
- package/dist/cjs/tests/api-resources/events.test.js +0 -87
- package/dist/cjs/tests/api-resources/events.test.js.map +0 -1
- package/dist/cjs/tests/api-resources/exports.test.d.ts +0 -2
- package/dist/cjs/tests/api-resources/exports.test.d.ts.map +0 -1
- package/dist/cjs/tests/api-resources/exports.test.js +0 -101
- package/dist/cjs/tests/api-resources/exports.test.js.map +0 -1
- package/dist/cjs/tests/api-resources/external-accounts.test.d.ts +0 -2
- package/dist/cjs/tests/api-resources/external-accounts.test.d.ts.map +0 -1
- package/dist/cjs/tests/api-resources/external-accounts.test.js +0 -99
- package/dist/cjs/tests/api-resources/external-accounts.test.js.map +0 -1
- package/dist/cjs/tests/api-resources/files.test.d.ts +0 -2
- package/dist/cjs/tests/api-resources/files.test.d.ts.map +0 -1
- package/dist/cjs/tests/api-resources/files.test.js +0 -104
- package/dist/cjs/tests/api-resources/files.test.js.map +0 -1
- package/dist/cjs/tests/api-resources/groups.test.d.ts +0 -2
- package/dist/cjs/tests/api-resources/groups.test.d.ts.map +0 -1
- package/dist/cjs/tests/api-resources/groups.test.js +0 -55
- package/dist/cjs/tests/api-resources/groups.test.js.map +0 -1
- package/dist/cjs/tests/api-resources/inbound-ach-transfer-returns.test.d.ts +0 -2
- package/dist/cjs/tests/api-resources/inbound-ach-transfer-returns.test.d.ts.map +0 -1
- package/dist/cjs/tests/api-resources/inbound-ach-transfer-returns.test.js +0 -94
- package/dist/cjs/tests/api-resources/inbound-ach-transfer-returns.test.js.map +0 -1
- package/dist/cjs/tests/api-resources/inbound-wire-drawdown-requests.test.d.ts +0 -2
- package/dist/cjs/tests/api-resources/inbound-wire-drawdown-requests.test.d.ts.map +0 -1
- package/dist/cjs/tests/api-resources/inbound-wire-drawdown-requests.test.js +0 -80
- package/dist/cjs/tests/api-resources/inbound-wire-drawdown-requests.test.js.map +0 -1
- package/dist/cjs/tests/api-resources/limits.test.d.ts +0 -2
- package/dist/cjs/tests/api-resources/limits.test.d.ts.map +0 -1
- package/dist/cjs/tests/api-resources/limits.test.js +0 -97
- package/dist/cjs/tests/api-resources/limits.test.js.map +0 -1
- package/dist/cjs/tests/api-resources/oauth-connections.test.d.ts +0 -2
- package/dist/cjs/tests/api-resources/oauth-connections.test.d.ts.map +0 -1
- package/dist/cjs/tests/api-resources/oauth-connections.test.js +0 -75
- package/dist/cjs/tests/api-resources/oauth-connections.test.js.map +0 -1
- package/dist/cjs/tests/api-resources/pending-transactions.test.d.ts +0 -2
- package/dist/cjs/tests/api-resources/pending-transactions.test.d.ts.map +0 -1
- package/dist/cjs/tests/api-resources/pending-transactions.test.js +0 -93
- package/dist/cjs/tests/api-resources/pending-transactions.test.js.map +0 -1
- package/dist/cjs/tests/api-resources/programs.test.d.ts +0 -2
- package/dist/cjs/tests/api-resources/programs.test.d.ts.map +0 -1
- package/dist/cjs/tests/api-resources/programs.test.js +0 -73
- package/dist/cjs/tests/api-resources/programs.test.js.map +0 -1
- package/dist/cjs/tests/api-resources/real-time-decisions.test.d.ts +0 -2
- package/dist/cjs/tests/api-resources/real-time-decisions.test.d.ts.map +0 -1
- package/dist/cjs/tests/api-resources/real-time-decisions.test.js +0 -61
- package/dist/cjs/tests/api-resources/real-time-decisions.test.js.map +0 -1
- package/dist/cjs/tests/api-resources/real-time-payments-transfers.test.d.ts +0 -2
- package/dist/cjs/tests/api-resources/real-time-payments-transfers.test.d.ts.map +0 -1
- package/dist/cjs/tests/api-resources/real-time-payments-transfers.test.js +0 -113
- package/dist/cjs/tests/api-resources/real-time-payments-transfers.test.js.map +0 -1
- package/dist/cjs/tests/api-resources/routing-numbers.test.d.ts +0 -2
- package/dist/cjs/tests/api-resources/routing-numbers.test.d.ts.map +0 -1
- package/dist/cjs/tests/api-resources/routing-numbers.test.js +0 -56
- package/dist/cjs/tests/api-resources/routing-numbers.test.js.map +0 -1
- package/dist/cjs/tests/api-resources/simulations/account-statements.test.d.ts +0 -2
- package/dist/cjs/tests/api-resources/simulations/account-statements.test.d.ts.map +0 -1
- package/dist/cjs/tests/api-resources/simulations/account-statements.test.js +0 -52
- package/dist/cjs/tests/api-resources/simulations/account-statements.test.js.map +0 -1
- package/dist/cjs/tests/api-resources/simulations/account-transfers.test.d.ts +0 -2
- package/dist/cjs/tests/api-resources/simulations/account-transfers.test.d.ts.map +0 -1
- package/dist/cjs/tests/api-resources/simulations/account-transfers.test.js +0 -61
- package/dist/cjs/tests/api-resources/simulations/account-transfers.test.js.map +0 -1
- package/dist/cjs/tests/api-resources/simulations/ach-transfers.test.d.ts +0 -2
- package/dist/cjs/tests/api-resources/simulations/ach-transfers.test.d.ts.map +0 -1
- package/dist/cjs/tests/api-resources/simulations/ach-transfers.test.js +0 -86
- package/dist/cjs/tests/api-resources/simulations/ach-transfers.test.js.map +0 -1
- package/dist/cjs/tests/api-resources/simulations/card-disputes.test.d.ts +0 -2
- package/dist/cjs/tests/api-resources/simulations/card-disputes.test.d.ts.map +0 -1
- package/dist/cjs/tests/api-resources/simulations/card-disputes.test.js +0 -57
- package/dist/cjs/tests/api-resources/simulations/card-disputes.test.js.map +0 -1
- package/dist/cjs/tests/api-resources/simulations/card-refunds.test.d.ts +0 -2
- package/dist/cjs/tests/api-resources/simulations/card-refunds.test.d.ts.map +0 -1
- package/dist/cjs/tests/api-resources/simulations/card-refunds.test.js +0 -52
- package/dist/cjs/tests/api-resources/simulations/card-refunds.test.js.map +0 -1
- package/dist/cjs/tests/api-resources/simulations/cards.test.d.ts +0 -2
- package/dist/cjs/tests/api-resources/simulations/cards.test.d.ts.map +0 -1
- package/dist/cjs/tests/api-resources/simulations/cards.test.js +0 -72
- package/dist/cjs/tests/api-resources/simulations/cards.test.js.map +0 -1
- package/dist/cjs/tests/api-resources/simulations/check-deposits.test.d.ts +0 -2
- package/dist/cjs/tests/api-resources/simulations/check-deposits.test.d.ts.map +0 -1
- package/dist/cjs/tests/api-resources/simulations/check-deposits.test.js +0 -87
- package/dist/cjs/tests/api-resources/simulations/check-deposits.test.js.map +0 -1
- package/dist/cjs/tests/api-resources/simulations/check-transfers.test.d.ts +0 -2
- package/dist/cjs/tests/api-resources/simulations/check-transfers.test.d.ts.map +0 -1
- package/dist/cjs/tests/api-resources/simulations/check-transfers.test.js +0 -92
- package/dist/cjs/tests/api-resources/simulations/check-transfers.test.js.map +0 -1
- package/dist/cjs/tests/api-resources/simulations/digital-wallet-token-requests.test.d.ts +0 -2
- package/dist/cjs/tests/api-resources/simulations/digital-wallet-token-requests.test.d.ts.map +0 -1
- package/dist/cjs/tests/api-resources/simulations/digital-wallet-token-requests.test.js +0 -52
- package/dist/cjs/tests/api-resources/simulations/digital-wallet-token-requests.test.js.map +0 -1
- package/dist/cjs/tests/api-resources/simulations/documents.test.d.ts +0 -2
- package/dist/cjs/tests/api-resources/simulations/documents.test.d.ts.map +0 -1
- package/dist/cjs/tests/api-resources/simulations/documents.test.js +0 -52
- package/dist/cjs/tests/api-resources/simulations/documents.test.js.map +0 -1
- package/dist/cjs/tests/api-resources/simulations/inbound-wire-drawdown-requests.test.d.ts +0 -2
- package/dist/cjs/tests/api-resources/simulations/inbound-wire-drawdown-requests.test.d.ts.map +0 -1
- package/dist/cjs/tests/api-resources/simulations/inbound-wire-drawdown-requests.test.js +0 -82
- package/dist/cjs/tests/api-resources/simulations/inbound-wire-drawdown-requests.test.js.map +0 -1
- package/dist/cjs/tests/api-resources/simulations/interest-payments.test.d.ts +0 -2
- package/dist/cjs/tests/api-resources/simulations/interest-payments.test.d.ts.map +0 -1
- package/dist/cjs/tests/api-resources/simulations/interest-payments.test.js +0 -58
- package/dist/cjs/tests/api-resources/simulations/interest-payments.test.js.map +0 -1
- package/dist/cjs/tests/api-resources/simulations/programs.test.d.ts +0 -2
- package/dist/cjs/tests/api-resources/simulations/programs.test.d.ts.map +0 -1
- package/dist/cjs/tests/api-resources/simulations/programs.test.js +0 -52
- package/dist/cjs/tests/api-resources/simulations/programs.test.js.map +0 -1
- package/dist/cjs/tests/api-resources/simulations/real-time-payments-transfers.test.d.ts +0 -2
- package/dist/cjs/tests/api-resources/simulations/real-time-payments-transfers.test.d.ts.map +0 -1
- package/dist/cjs/tests/api-resources/simulations/real-time-payments-transfers.test.js +0 -70
- package/dist/cjs/tests/api-resources/simulations/real-time-payments-transfers.test.js.map +0 -1
- package/dist/cjs/tests/api-resources/simulations/wire-transfers.test.d.ts +0 -2
- package/dist/cjs/tests/api-resources/simulations/wire-transfers.test.d.ts.map +0 -1
- package/dist/cjs/tests/api-resources/simulations/wire-transfers.test.js +0 -71
- package/dist/cjs/tests/api-resources/simulations/wire-transfers.test.js.map +0 -1
- package/dist/cjs/tests/api-resources/transactions.test.d.ts +0 -2
- package/dist/cjs/tests/api-resources/transactions.test.d.ts.map +0 -1
- package/dist/cjs/tests/api-resources/transactions.test.js +0 -92
- package/dist/cjs/tests/api-resources/transactions.test.js.map +0 -1
- package/dist/cjs/tests/api-resources/wire-drawdown-requests.test.d.ts +0 -2
- package/dist/cjs/tests/api-resources/wire-drawdown-requests.test.d.ts.map +0 -1
- package/dist/cjs/tests/api-resources/wire-drawdown-requests.test.js +0 -107
- package/dist/cjs/tests/api-resources/wire-drawdown-requests.test.js.map +0 -1
- package/dist/cjs/tests/api-resources/wire-transfers.test.d.ts +0 -2
- package/dist/cjs/tests/api-resources/wire-transfers.test.d.ts.map +0 -1
- package/dist/cjs/tests/api-resources/wire-transfers.test.js +0 -170
- package/dist/cjs/tests/api-resources/wire-transfers.test.js.map +0 -1
- package/dist/cjs/tests/form.test.d.ts +0 -2
- package/dist/cjs/tests/form.test.d.ts.map +0 -1
- package/dist/cjs/tests/form.test.js +0 -61
- package/dist/cjs/tests/form.test.js.map +0 -1
- package/dist/cjs/tests/index.test.d.ts +0 -2
- package/dist/cjs/tests/index.test.d.ts.map +0 -1
- package/dist/cjs/tests/index.test.js +0 -113
- package/dist/cjs/tests/index.test.js.map +0 -1
- package/dist/cjs/tests/responses.test.d.ts +0 -2
- package/dist/cjs/tests/responses.test.d.ts.map +0 -1
- package/dist/cjs/tests/responses.test.js +0 -60
- package/dist/cjs/tests/responses.test.js.map +0 -1
- package/dist/cjs/version.d.ts +0 -2
- package/dist/cjs/version.d.ts.map +0 -1
- package/dist/cjs/version.js +0 -5
- package/dist/cjs/version.js.map +0 -1
- package/error.ts +0 -505
- package/examples/api-error.ts +0 -21
- package/fetch-polyfill.ts +0 -69
- package/index.ts +0 -349
- package/jest.config.js +0 -8
- package/pagination.ts +0 -61
- package/release-please-config.json +0 -61
- package/resources/account-numbers.ts +0 -170
- package/resources/account-statements.ts +0 -131
- package/resources/account-transfers.ts +0 -252
- package/resources/accounts.ts +0 -204
- package/resources/ach-prenotifications.ts +0 -244
- package/resources/ach-transfers.ts +0 -546
- package/resources/balance-lookups.ts +0 -57
- package/resources/bookkeeping-accounts.ts +0 -98
- package/resources/bookkeeping-entries.ts +0 -62
- package/resources/bookkeeping-entry-sets.ts +0 -100
- package/resources/card-disputes.ts +0 -195
- package/resources/card-profiles.ts +0 -250
- package/resources/cards.ts +0 -425
- package/resources/check-deposits.ts +0 -316
- package/resources/check-transfers.ts +0 -532
- package/resources/declined-transactions.ts +0 -616
- package/resources/digital-wallet-tokens.ts +0 -114
- package/resources/documents.ts +0 -218
- package/resources/entities/entities.ts +0 -1899
- package/resources/entities/index.ts +0 -9
- package/resources/entities/supplemental-documents.ts +0 -71
- package/resources/event-subscriptions.ts +0 -235
- package/resources/events.ts +0 -219
- package/resources/exports.ts +0 -204
- package/resources/external-accounts.ts +0 -162
- package/resources/files.ts +0 -192
- package/resources/groups.ts +0 -47
- package/resources/inbound-ach-transfer-returns.ts +0 -144
- package/resources/inbound-wire-drawdown-requests.ts +0 -167
- package/resources/index.ts +0 -193
- package/resources/limits.ts +0 -143
- package/resources/oauth-connections.ts +0 -73
- package/resources/pending-transactions.ts +0 -569
- package/resources/programs.ts +0 -70
- package/resources/real-time-decisions.ts +0 -380
- package/resources/real-time-payments-transfers.ts +0 -351
- package/resources/routing-numbers.ts +0 -62
- package/resources/shared.ts +0 -17
- package/resources/simulations/account-statements.ts +0 -25
- package/resources/simulations/account-transfers.ts +0 -20
- package/resources/simulations/ach-transfers.ts +0 -2185
- package/resources/simulations/card-disputes.ts +0 -33
- package/resources/simulations/card-refunds.ts +0 -26
- package/resources/simulations/cards.ts +0 -1116
- package/resources/simulations/check-deposits.ts +0 -41
- package/resources/simulations/check-transfers.ts +0 -49
- package/resources/simulations/digital-wallet-token-requests.ts +0 -52
- package/resources/simulations/documents.ts +0 -24
- package/resources/simulations/inbound-wire-drawdown-requests.ts +0 -126
- package/resources/simulations/index.ts +0 -26
- package/resources/simulations/interest-payments.ts +0 -1501
- package/resources/simulations/programs.ts +0 -26
- package/resources/simulations/real-time-payments-transfers.ts +0 -2131
- package/resources/simulations/simulations.ts +0 -36
- package/resources/simulations/wire-transfers.ts +0 -1580
- package/resources/transactions.ts +0 -1570
- package/resources/wire-drawdown-requests.ts +0 -198
- package/resources/wire-transfers.ts +0 -436
- package/streaming.ts +0 -199
- package/tests/api-resources/account-numbers.test.ts +0 -64
- package/tests/api-resources/account-statements.test.ts +0 -51
- package/tests/api-resources/account-transfers.test.ts +0 -96
- package/tests/api-resources/accounts.test.ts +0 -81
- package/tests/api-resources/ach-prenotifications.test.ts +0 -74
- package/tests/api-resources/ach-transfers.test.ts +0 -106
- package/tests/api-resources/balance-lookups.test.ts +0 -18
- package/tests/api-resources/bookkeeping-accounts.test.ts +0 -38
- package/tests/api-resources/bookkeeping-entries.test.ts +0 -25
- package/tests/api-resources/bookkeeping-entry-sets.test.ts +0 -29
- package/tests/api-resources/card-disputes.test.ts +0 -65
- package/tests/api-resources/card-profiles.test.ts +0 -69
- package/tests/api-resources/cards.test.ts +0 -79
- package/tests/api-resources/check-deposits.test.ts +0 -71
- package/tests/api-resources/check-transfers.test.ts +0 -122
- package/tests/api-resources/declined-transactions.test.ts +0 -54
- package/tests/api-resources/digital-wallet-tokens.test.ts +0 -51
- package/tests/api-resources/documents.test.ts +0 -52
- package/tests/api-resources/entities/entities.test.ts +0 -249
- package/tests/api-resources/entities/supplemental-documents.test.ts +0 -31
- package/tests/api-resources/event-subscriptions.test.ts +0 -59
- package/tests/api-resources/events.test.ts +0 -50
- package/tests/api-resources/exports.test.ts +0 -64
- package/tests/api-resources/external-accounts.test.ts +0 -62
- package/tests/api-resources/files.test.ts +0 -67
- package/tests/api-resources/groups.test.ts +0 -18
- package/tests/api-resources/inbound-ach-transfer-returns.test.ts +0 -57
- package/tests/api-resources/inbound-wire-drawdown-requests.test.ts +0 -43
- package/tests/api-resources/limits.test.ts +0 -60
- package/tests/api-resources/oauth-connections.test.ts +0 -38
- package/tests/api-resources/pending-transactions.test.ts +0 -54
- package/tests/api-resources/programs.test.ts +0 -36
- package/tests/api-resources/real-time-decisions.test.ts +0 -24
- package/tests/api-resources/real-time-payments-transfers.test.ts +0 -76
- package/tests/api-resources/routing-numbers.test.ts +0 -19
- package/tests/api-resources/simulations/account-statements.test.ts +0 -15
- package/tests/api-resources/simulations/account-transfers.test.ts +0 -24
- package/tests/api-resources/simulations/ach-transfers.test.ts +0 -46
- package/tests/api-resources/simulations/card-disputes.test.ts +0 -20
- package/tests/api-resources/simulations/card-refunds.test.ts +0 -15
- package/tests/api-resources/simulations/cards.test.ts +0 -35
- package/tests/api-resources/simulations/check-deposits.test.ts +0 -50
- package/tests/api-resources/simulations/check-transfers.test.ts +0 -47
- package/tests/api-resources/simulations/digital-wallet-token-requests.test.ts +0 -15
- package/tests/api-resources/simulations/documents.test.ts +0 -15
- package/tests/api-resources/simulations/inbound-wire-drawdown-requests.test.ts +0 -45
- package/tests/api-resources/simulations/interest-payments.test.ts +0 -15
- package/tests/api-resources/simulations/programs.test.ts +0 -15
- package/tests/api-resources/simulations/real-time-payments-transfers.test.ts +0 -33
- package/tests/api-resources/simulations/wire-transfers.test.ts +0 -34
- package/tests/api-resources/transactions.test.ts +0 -53
- package/tests/api-resources/wire-drawdown-requests.test.ts +0 -70
- package/tests/api-resources/wire-transfers.test.ts +0 -133
- package/tests/form.test.ts +0 -27
- package/tests/index.test.ts +0 -83
- package/tests/responses.test.ts +0 -25
- package/tsconfig.cjs.json +0 -8
- package/tsconfig.json +0 -39
- package/typings/digest-fetch/index.d.ts +0 -33
- package/version.ts +0 -1
- /package/{dist/cjs/resource.js → resource.js} +0 -0
- /package/{dist/cjs/resources → resources}/shared.js +0 -0
- /package/{resource.ts → src/resource.ts} +0 -0
|
@@ -0,0 +1,764 @@
|
|
|
1
|
+
// File generated from our OpenAPI spec by Stainless.
|
|
2
|
+
|
|
3
|
+
import * as Core from 'increase/core';
|
|
4
|
+
import { APIResource } from 'increase/resource';
|
|
5
|
+
import { isRequestOptions } from 'increase/core';
|
|
6
|
+
import * as Shared from 'increase/resources/shared';
|
|
7
|
+
import * as API from './';
|
|
8
|
+
import { Page, PageParams } from 'increase/pagination';
|
|
9
|
+
|
|
10
|
+
export class DeclinedTransactions extends APIResource {
|
|
11
|
+
/**
|
|
12
|
+
* Retrieve a Declined Transaction
|
|
13
|
+
*/
|
|
14
|
+
retrieve(
|
|
15
|
+
declinedTransactionId: string,
|
|
16
|
+
options?: Core.RequestOptions,
|
|
17
|
+
): Promise<Core.APIResponse<DeclinedTransaction>> {
|
|
18
|
+
return this.get(`/declined_transactions/${declinedTransactionId}`, options);
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
/**
|
|
22
|
+
* List Declined Transactions
|
|
23
|
+
*/
|
|
24
|
+
list(
|
|
25
|
+
query?: DeclinedTransactionListParams,
|
|
26
|
+
options?: Core.RequestOptions,
|
|
27
|
+
): Core.PagePromise<DeclinedTransactionsPage>;
|
|
28
|
+
list(options?: Core.RequestOptions): Core.PagePromise<DeclinedTransactionsPage>;
|
|
29
|
+
list(
|
|
30
|
+
query: DeclinedTransactionListParams | Core.RequestOptions = {},
|
|
31
|
+
options?: Core.RequestOptions,
|
|
32
|
+
): Core.PagePromise<DeclinedTransactionsPage> {
|
|
33
|
+
if (isRequestOptions(query)) {
|
|
34
|
+
return this.list({}, query);
|
|
35
|
+
}
|
|
36
|
+
return this.getAPIList('/declined_transactions', DeclinedTransactionsPage, { query, ...options });
|
|
37
|
+
}
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
export class DeclinedTransactionsPage extends Page<DeclinedTransaction> {}
|
|
41
|
+
// alias so we can export it in the namespace
|
|
42
|
+
type _DeclinedTransactionsPage = DeclinedTransactionsPage;
|
|
43
|
+
|
|
44
|
+
/**
|
|
45
|
+
* Declined Transactions are refused additions and removals of money from your bank
|
|
46
|
+
* account. For example, Declined Transactions are caused when your Account has an
|
|
47
|
+
* insufficient balance or your Limits are triggered.
|
|
48
|
+
*/
|
|
49
|
+
export interface DeclinedTransaction {
|
|
50
|
+
/**
|
|
51
|
+
* The Declined Transaction identifier.
|
|
52
|
+
*/
|
|
53
|
+
id: string;
|
|
54
|
+
|
|
55
|
+
/**
|
|
56
|
+
* The identifier for the Account the Declined Transaction belongs to.
|
|
57
|
+
*/
|
|
58
|
+
account_id: string;
|
|
59
|
+
|
|
60
|
+
/**
|
|
61
|
+
* The Declined Transaction amount in the minor unit of its currency. For dollars,
|
|
62
|
+
* for example, this is cents.
|
|
63
|
+
*/
|
|
64
|
+
amount: number;
|
|
65
|
+
|
|
66
|
+
/**
|
|
67
|
+
* The [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) date on which the
|
|
68
|
+
* Transaction occured.
|
|
69
|
+
*/
|
|
70
|
+
created_at: string;
|
|
71
|
+
|
|
72
|
+
/**
|
|
73
|
+
* The [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217) code for the Declined
|
|
74
|
+
* Transaction's currency. This will match the currency on the Declined
|
|
75
|
+
* Transcation's Account.
|
|
76
|
+
*
|
|
77
|
+
* - `CAD` - Canadian Dollar (CAD)
|
|
78
|
+
* - `CHF` - Swiss Franc (CHF)
|
|
79
|
+
* - `EUR` - Euro (EUR)
|
|
80
|
+
* - `GBP` - British Pound (GBP)
|
|
81
|
+
* - `JPY` - Japanese Yen (JPY)
|
|
82
|
+
* - `USD` - US Dollar (USD)
|
|
83
|
+
*/
|
|
84
|
+
currency: 'CAD' | 'CHF' | 'EUR' | 'GBP' | 'JPY' | 'USD';
|
|
85
|
+
|
|
86
|
+
/**
|
|
87
|
+
* This is the description the vendor provides.
|
|
88
|
+
*/
|
|
89
|
+
description: string;
|
|
90
|
+
|
|
91
|
+
/**
|
|
92
|
+
* The identifier for the route this Declined Transaction came through. Routes are
|
|
93
|
+
* things like cards and ACH details.
|
|
94
|
+
*/
|
|
95
|
+
route_id: string | null;
|
|
96
|
+
|
|
97
|
+
/**
|
|
98
|
+
* The type of the route this Declined Transaction came through.
|
|
99
|
+
*
|
|
100
|
+
* - `account_number` - An Account Number.
|
|
101
|
+
* - `card` - A Card.
|
|
102
|
+
*/
|
|
103
|
+
route_type: 'account_number' | 'card' | null;
|
|
104
|
+
|
|
105
|
+
/**
|
|
106
|
+
* This is an object giving more details on the network-level event that caused the
|
|
107
|
+
* Declined Transaction. For example, for a card transaction this lists the
|
|
108
|
+
* merchant's industry and location. Note that for backwards compatibility reasons,
|
|
109
|
+
* additional undocumented keys may appear in this object. These should be treated
|
|
110
|
+
* as deprecated and will be removed in the future.
|
|
111
|
+
*/
|
|
112
|
+
source: DeclinedTransaction.Source;
|
|
113
|
+
|
|
114
|
+
/**
|
|
115
|
+
* A constant representing the object's type. For this resource it will always be
|
|
116
|
+
* `declined_transaction`.
|
|
117
|
+
*/
|
|
118
|
+
type: 'declined_transaction';
|
|
119
|
+
}
|
|
120
|
+
|
|
121
|
+
export namespace DeclinedTransaction {
|
|
122
|
+
/**
|
|
123
|
+
* This is an object giving more details on the network-level event that caused the
|
|
124
|
+
* Declined Transaction. For example, for a card transaction this lists the
|
|
125
|
+
* merchant's industry and location. Note that for backwards compatibility reasons,
|
|
126
|
+
* additional undocumented keys may appear in this object. These should be treated
|
|
127
|
+
* as deprecated and will be removed in the future.
|
|
128
|
+
*/
|
|
129
|
+
export interface Source {
|
|
130
|
+
/**
|
|
131
|
+
* A ACH Decline object. This field will be present in the JSON response if and
|
|
132
|
+
* only if `category` is equal to `ach_decline`.
|
|
133
|
+
*/
|
|
134
|
+
ach_decline: Source.ACHDecline | null;
|
|
135
|
+
|
|
136
|
+
/**
|
|
137
|
+
* A Card Decline object. This field will be present in the JSON response if and
|
|
138
|
+
* only if `category` is equal to `card_decline`.
|
|
139
|
+
*/
|
|
140
|
+
card_decline: Source.CardDecline | null;
|
|
141
|
+
|
|
142
|
+
/**
|
|
143
|
+
* The type of decline that took place. We may add additional possible values for
|
|
144
|
+
* this enum over time; your application should be able to handle such additions
|
|
145
|
+
* gracefully.
|
|
146
|
+
*
|
|
147
|
+
* - `ach_decline` - The Declined Transaction was created by a ACH Decline object.
|
|
148
|
+
* Details will be under the `ach_decline` object.
|
|
149
|
+
* - `card_decline` - The Declined Transaction was created by a Card Decline
|
|
150
|
+
* object. Details will be under the `card_decline` object.
|
|
151
|
+
* - `check_decline` - The Declined Transaction was created by a Check Decline
|
|
152
|
+
* object. Details will be under the `check_decline` object.
|
|
153
|
+
* - `inbound_real_time_payments_transfer_decline` - The Declined Transaction was
|
|
154
|
+
* created by a Inbound Real Time Payments Transfer Decline object. Details will
|
|
155
|
+
* be under the `inbound_real_time_payments_transfer_decline` object.
|
|
156
|
+
* - `international_ach_decline` - The Declined Transaction was created by a
|
|
157
|
+
* International ACH Decline object. Details will be under the
|
|
158
|
+
* `international_ach_decline` object.
|
|
159
|
+
* - `wire_decline` - The Declined Transaction was created by a Wire Decline
|
|
160
|
+
* object. Details will be under the `wire_decline` object.
|
|
161
|
+
* - `other` - The Declined Transaction was made for an undocumented or deprecated
|
|
162
|
+
* reason.
|
|
163
|
+
*/
|
|
164
|
+
category:
|
|
165
|
+
| 'ach_decline'
|
|
166
|
+
| 'card_decline'
|
|
167
|
+
| 'check_decline'
|
|
168
|
+
| 'inbound_real_time_payments_transfer_decline'
|
|
169
|
+
| 'international_ach_decline'
|
|
170
|
+
| 'wire_decline'
|
|
171
|
+
| 'other';
|
|
172
|
+
|
|
173
|
+
/**
|
|
174
|
+
* A Check Decline object. This field will be present in the JSON response if and
|
|
175
|
+
* only if `category` is equal to `check_decline`.
|
|
176
|
+
*/
|
|
177
|
+
check_decline: Source.CheckDecline | null;
|
|
178
|
+
|
|
179
|
+
/**
|
|
180
|
+
* A Inbound Real Time Payments Transfer Decline object. This field will be present
|
|
181
|
+
* in the JSON response if and only if `category` is equal to
|
|
182
|
+
* `inbound_real_time_payments_transfer_decline`.
|
|
183
|
+
*/
|
|
184
|
+
inbound_real_time_payments_transfer_decline: Source.InboundRealTimePaymentsTransferDecline | null;
|
|
185
|
+
|
|
186
|
+
/**
|
|
187
|
+
* A International ACH Decline object. This field will be present in the JSON
|
|
188
|
+
* response if and only if `category` is equal to `international_ach_decline`.
|
|
189
|
+
*/
|
|
190
|
+
international_ach_decline: Source.InternationalACHDecline | null;
|
|
191
|
+
|
|
192
|
+
/**
|
|
193
|
+
* A Wire Decline object. This field will be present in the JSON response if and
|
|
194
|
+
* only if `category` is equal to `wire_decline`.
|
|
195
|
+
*/
|
|
196
|
+
wire_decline: Source.WireDecline | null;
|
|
197
|
+
}
|
|
198
|
+
|
|
199
|
+
export namespace Source {
|
|
200
|
+
/**
|
|
201
|
+
* A ACH Decline object. This field will be present in the JSON response if and
|
|
202
|
+
* only if `category` is equal to `ach_decline`.
|
|
203
|
+
*/
|
|
204
|
+
export interface ACHDecline {
|
|
205
|
+
/**
|
|
206
|
+
* The declined amount in the minor unit of the destination account currency. For
|
|
207
|
+
* dollars, for example, this is cents.
|
|
208
|
+
*/
|
|
209
|
+
amount: number;
|
|
210
|
+
|
|
211
|
+
originator_company_descriptive_date: string | null;
|
|
212
|
+
|
|
213
|
+
originator_company_discretionary_data: string | null;
|
|
214
|
+
|
|
215
|
+
originator_company_id: string;
|
|
216
|
+
|
|
217
|
+
originator_company_name: string;
|
|
218
|
+
|
|
219
|
+
/**
|
|
220
|
+
* Why the ACH transfer was declined.
|
|
221
|
+
*
|
|
222
|
+
* - `ach_route_canceled` - The account number is canceled.
|
|
223
|
+
* - `ach_route_disabled` - The account number is disabled.
|
|
224
|
+
* - `breaches_limit` - The transaction would cause a limit to be exceeded.
|
|
225
|
+
* - `credit_entry_refused_by_receiver` - A credit was refused.
|
|
226
|
+
* - `duplicate_return` - Other.
|
|
227
|
+
* - `entity_not_active` - The account's entity is not active.
|
|
228
|
+
* - `group_locked` - Your account is inactive.
|
|
229
|
+
* - `insufficient_funds` - Your account contains insufficient funds.
|
|
230
|
+
* - `misrouted_return` - Other.
|
|
231
|
+
* - `no_ach_route` - The account number that was debited does not exist.
|
|
232
|
+
* - `originator_request` - Other.
|
|
233
|
+
* - `transaction_not_allowed` - The transaction is not allowed per Increase's
|
|
234
|
+
* terms.
|
|
235
|
+
*/
|
|
236
|
+
reason:
|
|
237
|
+
| 'ach_route_canceled'
|
|
238
|
+
| 'ach_route_disabled'
|
|
239
|
+
| 'breaches_limit'
|
|
240
|
+
| 'credit_entry_refused_by_receiver'
|
|
241
|
+
| 'duplicate_return'
|
|
242
|
+
| 'entity_not_active'
|
|
243
|
+
| 'group_locked'
|
|
244
|
+
| 'insufficient_funds'
|
|
245
|
+
| 'misrouted_return'
|
|
246
|
+
| 'no_ach_route'
|
|
247
|
+
| 'originator_request'
|
|
248
|
+
| 'transaction_not_allowed';
|
|
249
|
+
|
|
250
|
+
receiver_id_number: string | null;
|
|
251
|
+
|
|
252
|
+
receiver_name: string | null;
|
|
253
|
+
|
|
254
|
+
trace_number: string;
|
|
255
|
+
}
|
|
256
|
+
|
|
257
|
+
/**
|
|
258
|
+
* A Card Decline object. This field will be present in the JSON response if and
|
|
259
|
+
* only if `category` is equal to `card_decline`.
|
|
260
|
+
*/
|
|
261
|
+
export interface CardDecline {
|
|
262
|
+
/**
|
|
263
|
+
* The declined amount in the minor unit of the destination account currency. For
|
|
264
|
+
* dollars, for example, this is cents.
|
|
265
|
+
*/
|
|
266
|
+
amount: number;
|
|
267
|
+
|
|
268
|
+
/**
|
|
269
|
+
* The [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217) code for the destination
|
|
270
|
+
* account currency.
|
|
271
|
+
*
|
|
272
|
+
* - `CAD` - Canadian Dollar (CAD)
|
|
273
|
+
* - `CHF` - Swiss Franc (CHF)
|
|
274
|
+
* - `EUR` - Euro (EUR)
|
|
275
|
+
* - `GBP` - British Pound (GBP)
|
|
276
|
+
* - `JPY` - Japanese Yen (JPY)
|
|
277
|
+
* - `USD` - US Dollar (USD)
|
|
278
|
+
*/
|
|
279
|
+
currency: 'CAD' | 'CHF' | 'EUR' | 'GBP' | 'JPY' | 'USD';
|
|
280
|
+
|
|
281
|
+
/**
|
|
282
|
+
* If the authorization was attempted using a Digital Wallet Token (such as an
|
|
283
|
+
* Apple Pay purchase), the identifier of the token that was used.
|
|
284
|
+
*/
|
|
285
|
+
digital_wallet_token_id: string | null;
|
|
286
|
+
|
|
287
|
+
/**
|
|
288
|
+
* The merchant identifier (commonly abbreviated as MID) of the merchant the card
|
|
289
|
+
* is transacting with.
|
|
290
|
+
*/
|
|
291
|
+
merchant_acceptor_id: string;
|
|
292
|
+
|
|
293
|
+
/**
|
|
294
|
+
* The Merchant Category Code (commonly abbreviated as MCC) of the merchant the
|
|
295
|
+
* card is transacting with.
|
|
296
|
+
*/
|
|
297
|
+
merchant_category_code: string | null;
|
|
298
|
+
|
|
299
|
+
/**
|
|
300
|
+
* The city the merchant resides in.
|
|
301
|
+
*/
|
|
302
|
+
merchant_city: string | null;
|
|
303
|
+
|
|
304
|
+
/**
|
|
305
|
+
* The country the merchant resides in.
|
|
306
|
+
*/
|
|
307
|
+
merchant_country: string | null;
|
|
308
|
+
|
|
309
|
+
/**
|
|
310
|
+
* The merchant descriptor of the merchant the card is transacting with.
|
|
311
|
+
*/
|
|
312
|
+
merchant_descriptor: string;
|
|
313
|
+
|
|
314
|
+
/**
|
|
315
|
+
* The state the merchant resides in.
|
|
316
|
+
*/
|
|
317
|
+
merchant_state: string | null;
|
|
318
|
+
|
|
319
|
+
/**
|
|
320
|
+
* The payment network used to process this card authorization
|
|
321
|
+
*
|
|
322
|
+
* - `visa` - Visa
|
|
323
|
+
*/
|
|
324
|
+
network: 'visa';
|
|
325
|
+
|
|
326
|
+
/**
|
|
327
|
+
* Fields specific to the `network`
|
|
328
|
+
*/
|
|
329
|
+
network_details: CardDecline.NetworkDetails;
|
|
330
|
+
|
|
331
|
+
/**
|
|
332
|
+
* The identifier of the Real-Time Decision sent to approve or decline this
|
|
333
|
+
* transaction.
|
|
334
|
+
*/
|
|
335
|
+
real_time_decision_id: string | null;
|
|
336
|
+
|
|
337
|
+
/**
|
|
338
|
+
* Why the transaction was declined.
|
|
339
|
+
*
|
|
340
|
+
* - `card_not_active` - The Card was not active.
|
|
341
|
+
* - `entity_not_active` - The account's entity was not active.
|
|
342
|
+
* - `group_locked` - The account was inactive.
|
|
343
|
+
* - `insufficient_funds` - The Card's Account did not have a sufficient available
|
|
344
|
+
* balance.
|
|
345
|
+
* - `cvv2_mismatch` - The given CVV2 did not match the card's value.
|
|
346
|
+
* - `transaction_not_allowed` - The attempted card transaction is not allowed per
|
|
347
|
+
* Increase's terms.
|
|
348
|
+
* - `breaches_internal_limit` - The transaction was blocked by an internal limit
|
|
349
|
+
* for new Increase accounts.
|
|
350
|
+
* - `breaches_limit` - The transaction was blocked by a Limit.
|
|
351
|
+
* - `webhook_declined` - Your application declined the transaction via webhook.
|
|
352
|
+
* - `webhook_timed_out` - Your application webhook did not respond without the
|
|
353
|
+
* required timeout.
|
|
354
|
+
* - `declined_by_stand_in_processing` - Declined by stand-in processing.
|
|
355
|
+
* - `invalid_physical_card` - The card read had an invalid CVV, dCVV, or
|
|
356
|
+
* authorization request cryptogram.
|
|
357
|
+
* - `missing_original_authorization` - The original card authorization for this
|
|
358
|
+
* incremental authorization does not exist.
|
|
359
|
+
*/
|
|
360
|
+
reason:
|
|
361
|
+
| 'card_not_active'
|
|
362
|
+
| 'entity_not_active'
|
|
363
|
+
| 'group_locked'
|
|
364
|
+
| 'insufficient_funds'
|
|
365
|
+
| 'cvv2_mismatch'
|
|
366
|
+
| 'transaction_not_allowed'
|
|
367
|
+
| 'breaches_internal_limit'
|
|
368
|
+
| 'breaches_limit'
|
|
369
|
+
| 'webhook_declined'
|
|
370
|
+
| 'webhook_timed_out'
|
|
371
|
+
| 'declined_by_stand_in_processing'
|
|
372
|
+
| 'invalid_physical_card'
|
|
373
|
+
| 'missing_original_authorization';
|
|
374
|
+
}
|
|
375
|
+
|
|
376
|
+
export namespace CardDecline {
|
|
377
|
+
/**
|
|
378
|
+
* Fields specific to the `network`
|
|
379
|
+
*/
|
|
380
|
+
export interface NetworkDetails {
|
|
381
|
+
/**
|
|
382
|
+
* Fields specific to the `visa` network
|
|
383
|
+
*/
|
|
384
|
+
visa: NetworkDetails.Visa;
|
|
385
|
+
}
|
|
386
|
+
|
|
387
|
+
export namespace NetworkDetails {
|
|
388
|
+
/**
|
|
389
|
+
* Fields specific to the `visa` network
|
|
390
|
+
*/
|
|
391
|
+
export interface Visa {
|
|
392
|
+
/**
|
|
393
|
+
* For electronic commerce transactions, this identifies the level of security used
|
|
394
|
+
* in obtaining the customer's payment credential. For mail or telephone order
|
|
395
|
+
* transactions, identifies the type of mail or telephone order.
|
|
396
|
+
*
|
|
397
|
+
* - `mail_phone_order` - Single transaction of a mail/phone order: Use to indicate
|
|
398
|
+
* that the transaction is a mail/phone order purchase, not a recurring
|
|
399
|
+
* transaction or installment payment. For domestic transactions in the US
|
|
400
|
+
* region, this value may also indicate one bill payment transaction in the
|
|
401
|
+
* card-present or card-absent environments.
|
|
402
|
+
* - `recurring` - Recurring transaction: Payment indicator used to indicate a
|
|
403
|
+
* recurring transaction that originates from an acquirer in the US region.
|
|
404
|
+
* - `installment` - Installment payment: Payment indicator used to indicate one
|
|
405
|
+
* purchase of goods or services that is billed to the account in multiple
|
|
406
|
+
* charges over a period of time agreed upon by the cardholder and merchant from
|
|
407
|
+
* transactions that originate from an acquirer in the US region.
|
|
408
|
+
* - `unknown_mail_phone_order` - Unknown classification: other mail order: Use to
|
|
409
|
+
* indicate that the type of mail/telephone order is unknown.
|
|
410
|
+
* - `secure_electronic_commerce` - Secure electronic commerce transaction: Use to
|
|
411
|
+
* indicate that the electronic commerce transaction has been authenticated using
|
|
412
|
+
* e.g., 3-D Secure
|
|
413
|
+
* - `non_authenticated_security_transaction_at_3ds_capable_merchant` -
|
|
414
|
+
* Non-authenticated security transaction at a 3-D Secure-capable merchant, and
|
|
415
|
+
* merchant attempted to authenticate the cardholder using 3-D Secure: Use to
|
|
416
|
+
* identify an electronic commerce transaction where the merchant attempted to
|
|
417
|
+
* authenticate the cardholder using 3-D Secure, but was unable to complete the
|
|
418
|
+
* authentication because the issuer or cardholder does not participate in the
|
|
419
|
+
* 3-D Secure program.
|
|
420
|
+
* - `non_authenticated_security_transaction` - Non-authenticated security
|
|
421
|
+
* transaction: Use to identify an electronic commerce transaction that uses data
|
|
422
|
+
* encryption for security however , cardholder authentication is not performed
|
|
423
|
+
* using 3-D Secure.
|
|
424
|
+
* - `non_secure_transaction` - Non-secure transaction: Use to identify an
|
|
425
|
+
* electronic commerce transaction that has no data protection.
|
|
426
|
+
*/
|
|
427
|
+
electronic_commerce_indicator:
|
|
428
|
+
| 'mail_phone_order'
|
|
429
|
+
| 'recurring'
|
|
430
|
+
| 'installment'
|
|
431
|
+
| 'unknown_mail_phone_order'
|
|
432
|
+
| 'secure_electronic_commerce'
|
|
433
|
+
| 'non_authenticated_security_transaction_at_3ds_capable_merchant'
|
|
434
|
+
| 'non_authenticated_security_transaction'
|
|
435
|
+
| 'non_secure_transaction'
|
|
436
|
+
| null;
|
|
437
|
+
|
|
438
|
+
/**
|
|
439
|
+
* The method used to enter the cardholder's primary account number and card
|
|
440
|
+
* expiration date
|
|
441
|
+
*/
|
|
442
|
+
point_of_service_entry_mode: Shared.PointOfServiceEntryMode | null;
|
|
443
|
+
}
|
|
444
|
+
}
|
|
445
|
+
}
|
|
446
|
+
|
|
447
|
+
/**
|
|
448
|
+
* A Check Decline object. This field will be present in the JSON response if and
|
|
449
|
+
* only if `category` is equal to `check_decline`.
|
|
450
|
+
*/
|
|
451
|
+
export interface CheckDecline {
|
|
452
|
+
/**
|
|
453
|
+
* The declined amount in the minor unit of the destination account currency. For
|
|
454
|
+
* dollars, for example, this is cents.
|
|
455
|
+
*/
|
|
456
|
+
amount: number;
|
|
457
|
+
|
|
458
|
+
auxiliary_on_us: string | null;
|
|
459
|
+
|
|
460
|
+
/**
|
|
461
|
+
* Why the check was declined.
|
|
462
|
+
*
|
|
463
|
+
* - `ach_route_canceled` - The account number is canceled.
|
|
464
|
+
* - `ach_route_disabled` - The account number is disabled.
|
|
465
|
+
* - `breaches_limit` - The transaction would cause a limit to be exceeded.
|
|
466
|
+
* - `entity_not_active` - The account's entity is not active.
|
|
467
|
+
* - `group_locked` - Your account is inactive.
|
|
468
|
+
* - `insufficient_funds` - Your account contains insufficient funds.
|
|
469
|
+
* - `unable_to_locate_account` - Unable to locate account.
|
|
470
|
+
* - `not_our_item` - Routing number on the check is not ours.
|
|
471
|
+
* - `unable_to_process` - Unable to process.
|
|
472
|
+
* - `refer_to_image` - Refer to image.
|
|
473
|
+
* - `stop_payment_requested` - Stop payment requested for this check.
|
|
474
|
+
* - `returned` - Check was returned to sender.
|
|
475
|
+
* - `duplicate_presentment` - The check was a duplicate deposit.
|
|
476
|
+
* - `not_authorized` - The transaction is not allowed.
|
|
477
|
+
* - `altered_or_fictitious` - The check was altered or fictitious.
|
|
478
|
+
*/
|
|
479
|
+
reason:
|
|
480
|
+
| 'ach_route_canceled'
|
|
481
|
+
| 'ach_route_disabled'
|
|
482
|
+
| 'breaches_limit'
|
|
483
|
+
| 'entity_not_active'
|
|
484
|
+
| 'group_locked'
|
|
485
|
+
| 'insufficient_funds'
|
|
486
|
+
| 'unable_to_locate_account'
|
|
487
|
+
| 'not_our_item'
|
|
488
|
+
| 'unable_to_process'
|
|
489
|
+
| 'refer_to_image'
|
|
490
|
+
| 'stop_payment_requested'
|
|
491
|
+
| 'returned'
|
|
492
|
+
| 'duplicate_presentment'
|
|
493
|
+
| 'not_authorized'
|
|
494
|
+
| 'altered_or_fictitious';
|
|
495
|
+
}
|
|
496
|
+
|
|
497
|
+
/**
|
|
498
|
+
* A Inbound Real Time Payments Transfer Decline object. This field will be present
|
|
499
|
+
* in the JSON response if and only if `category` is equal to
|
|
500
|
+
* `inbound_real_time_payments_transfer_decline`.
|
|
501
|
+
*/
|
|
502
|
+
export interface InboundRealTimePaymentsTransferDecline {
|
|
503
|
+
/**
|
|
504
|
+
* The declined amount in the minor unit of the destination account currency. For
|
|
505
|
+
* dollars, for example, this is cents.
|
|
506
|
+
*/
|
|
507
|
+
amount: number;
|
|
508
|
+
|
|
509
|
+
/**
|
|
510
|
+
* The name the sender of the transfer specified as the recipient of the transfer.
|
|
511
|
+
*/
|
|
512
|
+
creditor_name: string;
|
|
513
|
+
|
|
514
|
+
/**
|
|
515
|
+
* The [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217) code of the declined
|
|
516
|
+
* transfer's currency. This will always be "USD" for a Real Time Payments
|
|
517
|
+
* transfer.
|
|
518
|
+
*
|
|
519
|
+
* - `CAD` - Canadian Dollar (CAD)
|
|
520
|
+
* - `CHF` - Swiss Franc (CHF)
|
|
521
|
+
* - `EUR` - Euro (EUR)
|
|
522
|
+
* - `GBP` - British Pound (GBP)
|
|
523
|
+
* - `JPY` - Japanese Yen (JPY)
|
|
524
|
+
* - `USD` - US Dollar (USD)
|
|
525
|
+
*/
|
|
526
|
+
currency: 'CAD' | 'CHF' | 'EUR' | 'GBP' | 'JPY' | 'USD';
|
|
527
|
+
|
|
528
|
+
/**
|
|
529
|
+
* The account number of the account that sent the transfer.
|
|
530
|
+
*/
|
|
531
|
+
debtor_account_number: string;
|
|
532
|
+
|
|
533
|
+
/**
|
|
534
|
+
* The name provided by the sender of the transfer.
|
|
535
|
+
*/
|
|
536
|
+
debtor_name: string;
|
|
537
|
+
|
|
538
|
+
/**
|
|
539
|
+
* The routing number of the account that sent the transfer.
|
|
540
|
+
*/
|
|
541
|
+
debtor_routing_number: string;
|
|
542
|
+
|
|
543
|
+
/**
|
|
544
|
+
* Why the transfer was declined.
|
|
545
|
+
*
|
|
546
|
+
* - `account_number_canceled` - The account number is canceled.
|
|
547
|
+
* - `account_number_disabled` - The account number is disabled.
|
|
548
|
+
* - `account_restricted` - Your account is restricted.
|
|
549
|
+
* - `group_locked` - Your account is inactive.
|
|
550
|
+
* - `entity_not_active` - The account's entity is not active.
|
|
551
|
+
* - `real_time_payments_not_enabled` - Your account is not enabled to receive Real
|
|
552
|
+
* Time Payments transfers.
|
|
553
|
+
*/
|
|
554
|
+
reason:
|
|
555
|
+
| 'account_number_canceled'
|
|
556
|
+
| 'account_number_disabled'
|
|
557
|
+
| 'account_restricted'
|
|
558
|
+
| 'group_locked'
|
|
559
|
+
| 'entity_not_active'
|
|
560
|
+
| 'real_time_payments_not_enabled';
|
|
561
|
+
|
|
562
|
+
/**
|
|
563
|
+
* Additional information included with the transfer.
|
|
564
|
+
*/
|
|
565
|
+
remittance_information: string | null;
|
|
566
|
+
|
|
567
|
+
/**
|
|
568
|
+
* The Real Time Payments network identification of the declined transfer.
|
|
569
|
+
*/
|
|
570
|
+
transaction_identification: string;
|
|
571
|
+
}
|
|
572
|
+
|
|
573
|
+
/**
|
|
574
|
+
* A International ACH Decline object. This field will be present in the JSON
|
|
575
|
+
* response if and only if `category` is equal to `international_ach_decline`.
|
|
576
|
+
*/
|
|
577
|
+
export interface InternationalACHDecline {
|
|
578
|
+
/**
|
|
579
|
+
* The declined amount in the minor unit of the destination account currency. For
|
|
580
|
+
* dollars, for example, this is cents.
|
|
581
|
+
*/
|
|
582
|
+
amount: number;
|
|
583
|
+
|
|
584
|
+
destination_country_code: string;
|
|
585
|
+
|
|
586
|
+
destination_currency_code: string;
|
|
587
|
+
|
|
588
|
+
foreign_exchange_indicator: string;
|
|
589
|
+
|
|
590
|
+
foreign_exchange_reference: string | null;
|
|
591
|
+
|
|
592
|
+
foreign_exchange_reference_indicator: string;
|
|
593
|
+
|
|
594
|
+
foreign_payment_amount: number;
|
|
595
|
+
|
|
596
|
+
foreign_trace_number: string | null;
|
|
597
|
+
|
|
598
|
+
international_transaction_type_code: string;
|
|
599
|
+
|
|
600
|
+
originating_currency_code: string;
|
|
601
|
+
|
|
602
|
+
originating_depository_financial_institution_branch_country: string;
|
|
603
|
+
|
|
604
|
+
originating_depository_financial_institution_id: string;
|
|
605
|
+
|
|
606
|
+
originating_depository_financial_institution_id_qualifier: string;
|
|
607
|
+
|
|
608
|
+
originating_depository_financial_institution_name: string;
|
|
609
|
+
|
|
610
|
+
originator_city: string;
|
|
611
|
+
|
|
612
|
+
originator_company_entry_description: string;
|
|
613
|
+
|
|
614
|
+
originator_country: string;
|
|
615
|
+
|
|
616
|
+
originator_identification: string;
|
|
617
|
+
|
|
618
|
+
originator_name: string;
|
|
619
|
+
|
|
620
|
+
originator_postal_code: string | null;
|
|
621
|
+
|
|
622
|
+
originator_state_or_province: string | null;
|
|
623
|
+
|
|
624
|
+
originator_street_address: string;
|
|
625
|
+
|
|
626
|
+
payment_related_information: string | null;
|
|
627
|
+
|
|
628
|
+
payment_related_information2: string | null;
|
|
629
|
+
|
|
630
|
+
receiver_city: string;
|
|
631
|
+
|
|
632
|
+
receiver_country: string;
|
|
633
|
+
|
|
634
|
+
receiver_identification_number: string | null;
|
|
635
|
+
|
|
636
|
+
receiver_postal_code: string | null;
|
|
637
|
+
|
|
638
|
+
receiver_state_or_province: string | null;
|
|
639
|
+
|
|
640
|
+
receiver_street_address: string;
|
|
641
|
+
|
|
642
|
+
receiving_company_or_individual_name: string;
|
|
643
|
+
|
|
644
|
+
receiving_depository_financial_institution_country: string;
|
|
645
|
+
|
|
646
|
+
receiving_depository_financial_institution_id: string;
|
|
647
|
+
|
|
648
|
+
receiving_depository_financial_institution_id_qualifier: string;
|
|
649
|
+
|
|
650
|
+
receiving_depository_financial_institution_name: string;
|
|
651
|
+
|
|
652
|
+
trace_number: string;
|
|
653
|
+
}
|
|
654
|
+
|
|
655
|
+
/**
|
|
656
|
+
* A Wire Decline object. This field will be present in the JSON response if and
|
|
657
|
+
* only if `category` is equal to `wire_decline`.
|
|
658
|
+
*/
|
|
659
|
+
export interface WireDecline {
|
|
660
|
+
/**
|
|
661
|
+
* The declined amount in the minor unit of the destination account currency. For
|
|
662
|
+
* dollars, for example, this is cents.
|
|
663
|
+
*/
|
|
664
|
+
amount: number;
|
|
665
|
+
|
|
666
|
+
beneficiary_address_line1: string | null;
|
|
667
|
+
|
|
668
|
+
beneficiary_address_line2: string | null;
|
|
669
|
+
|
|
670
|
+
beneficiary_address_line3: string | null;
|
|
671
|
+
|
|
672
|
+
beneficiary_name: string | null;
|
|
673
|
+
|
|
674
|
+
beneficiary_reference: string | null;
|
|
675
|
+
|
|
676
|
+
description: string;
|
|
677
|
+
|
|
678
|
+
input_message_accountability_data: string | null;
|
|
679
|
+
|
|
680
|
+
originator_address_line1: string | null;
|
|
681
|
+
|
|
682
|
+
originator_address_line2: string | null;
|
|
683
|
+
|
|
684
|
+
originator_address_line3: string | null;
|
|
685
|
+
|
|
686
|
+
originator_name: string | null;
|
|
687
|
+
|
|
688
|
+
originator_to_beneficiary_information_line1: string | null;
|
|
689
|
+
|
|
690
|
+
originator_to_beneficiary_information_line2: string | null;
|
|
691
|
+
|
|
692
|
+
originator_to_beneficiary_information_line3: string | null;
|
|
693
|
+
|
|
694
|
+
originator_to_beneficiary_information_line4: string | null;
|
|
695
|
+
|
|
696
|
+
/**
|
|
697
|
+
* Why the wire transfer was declined.
|
|
698
|
+
*
|
|
699
|
+
* - `account_number_canceled` - The account number is canceled.
|
|
700
|
+
* - `account_number_disabled` - The account number is disabled.
|
|
701
|
+
* - `entity_not_active` - The account's entity is not active.
|
|
702
|
+
* - `group_locked` - Your account is inactive.
|
|
703
|
+
* - `no_account_number` - The beneficiary account number does not exist.
|
|
704
|
+
* - `transaction_not_allowed` - The transaction is not allowed per Increase's
|
|
705
|
+
* terms.
|
|
706
|
+
*/
|
|
707
|
+
reason:
|
|
708
|
+
| 'account_number_canceled'
|
|
709
|
+
| 'account_number_disabled'
|
|
710
|
+
| 'entity_not_active'
|
|
711
|
+
| 'group_locked'
|
|
712
|
+
| 'no_account_number'
|
|
713
|
+
| 'transaction_not_allowed';
|
|
714
|
+
}
|
|
715
|
+
}
|
|
716
|
+
}
|
|
717
|
+
|
|
718
|
+
export interface DeclinedTransactionListParams extends PageParams {
|
|
719
|
+
/**
|
|
720
|
+
* Filter Declined Transactions to ones belonging to the specified Account.
|
|
721
|
+
*/
|
|
722
|
+
account_id?: string;
|
|
723
|
+
|
|
724
|
+
created_at?: DeclinedTransactionListParams.CreatedAt;
|
|
725
|
+
|
|
726
|
+
/**
|
|
727
|
+
* Filter Declined Transactions to those belonging to the specified route.
|
|
728
|
+
*/
|
|
729
|
+
route_id?: string;
|
|
730
|
+
}
|
|
731
|
+
|
|
732
|
+
export namespace DeclinedTransactionListParams {
|
|
733
|
+
export interface CreatedAt {
|
|
734
|
+
/**
|
|
735
|
+
* Return results after this [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601)
|
|
736
|
+
* timestamp.
|
|
737
|
+
*/
|
|
738
|
+
after?: string;
|
|
739
|
+
|
|
740
|
+
/**
|
|
741
|
+
* Return results before this [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601)
|
|
742
|
+
* timestamp.
|
|
743
|
+
*/
|
|
744
|
+
before?: string;
|
|
745
|
+
|
|
746
|
+
/**
|
|
747
|
+
* Return results on or after this
|
|
748
|
+
* [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) timestamp.
|
|
749
|
+
*/
|
|
750
|
+
on_or_after?: string;
|
|
751
|
+
|
|
752
|
+
/**
|
|
753
|
+
* Return results on or before this
|
|
754
|
+
* [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) timestamp.
|
|
755
|
+
*/
|
|
756
|
+
on_or_before?: string;
|
|
757
|
+
}
|
|
758
|
+
}
|
|
759
|
+
|
|
760
|
+
export namespace DeclinedTransactions {
|
|
761
|
+
export import DeclinedTransaction = API.DeclinedTransaction;
|
|
762
|
+
export type DeclinedTransactionsPage = _DeclinedTransactionsPage;
|
|
763
|
+
export import DeclinedTransactionListParams = API.DeclinedTransactionListParams;
|
|
764
|
+
}
|