# Increase v1.0.0 - Table of Contents

> An idiomatic Elixir client for the Increase API (https://increase.com) -- modern bank infrastructure for storing, moving, and reconciling money.

## Pages

- [Increase](readme.md)
- [Changelog](changelog.md)
- [LICENSE](license.md)

## Modules

- [Increase.Simulations](Increase.Simulations.md): Sandbox-only endpoints for simulating events that would otherwise take
hours or days to occur in production -- settling a card authorization,
receiving an inbound wire, having the Federal Reserve acknowledge an ACH
transfer, and so on.

- Getting started
  - [Increase](Increase.md): An idiomatic Elixir client for the [Increase API](https://increase.com),
covering every resource: accounts, transfers (ACH, wire, check, RTP,
FedNow, Swift), cards, entities, webhooks, and the sandbox simulation
endpoints used for testing.
  - [Increase.Client](Increase.Client.md): The low-level HTTP client used by every resource module to talk to the
Increase API. You normally don't need to use this module directly --
resource modules like `Increase.Accounts` build the right client for you
from configuration -- but it's available if you want full control over
how requests are made.
  - [Increase.Decode](Increase.Decode.md): Shared decoding helpers used by every generated `Increase.*` struct's
`decode/1` function. Not meant to be called directly in application
code -- see the individual resource struct modules (e.g.
`Increase.Accounts.Account`) instead.

  - [Increase.Error](Increase.Error.md): Represents an error returned by the Increase API, or a transport-level
failure (timeout, connection refused, etc).
  - [Increase.Page](Increase.Page.md): Represents a single page of results from a list endpoint, along with
enough information to fetch subsequent pages.
  - [Increase.Webhook](Increase.Webhook.md): Verifies the authenticity of incoming webhook requests from Increase.

- Simulations
  - [Increase.Simulations.ACHTransfers](Increase.Simulations.ACHTransfers.md): Sandbox-only simulations related to ACH Transfer.
  - [Increase.Simulations.AccountRevenuePayments](Increase.Simulations.AccountRevenuePayments.md): Sandbox-only simulations related to Account Revenue Payment.
  - [Increase.Simulations.AccountStatements](Increase.Simulations.AccountStatements.md): Sandbox-only simulations related to Account Statement.
  - [Increase.Simulations.CardAuthentications](Increase.Simulations.CardAuthentications.md): Sandbox-only simulations related to Card Authentication.
  - [Increase.Simulations.CardAuthorizationExpirations](Increase.Simulations.CardAuthorizationExpirations.md): Sandbox-only simulations related to Card Authorization Expiration.
  - [Increase.Simulations.CardAuthorizations](Increase.Simulations.CardAuthorizations.md): Sandbox-only simulations related to Card Authorization.
  - [Increase.Simulations.CardAuthorizations.SimulationCardAuthorizationNewResponse](Increase.Simulations.CardAuthorizations.SimulationCardAuthorizationNewResponse.md): The results of a Card Authorization simulation.
  - [Increase.Simulations.CardBalanceInquiries](Increase.Simulations.CardBalanceInquiries.md): Sandbox-only simulations related to Card Balance Inquiry.
  - [Increase.Simulations.CardDisputes](Increase.Simulations.CardDisputes.md): Sandbox-only simulations related to Card Dispute.
  - [Increase.Simulations.CardFuelConfirmations](Increase.Simulations.CardFuelConfirmations.md): Sandbox-only simulations related to Card Fuel Confirmation.
  - [Increase.Simulations.CardIncrements](Increase.Simulations.CardIncrements.md): Sandbox-only simulations related to Card Increment.
  - [Increase.Simulations.CardPurchaseSupplements](Increase.Simulations.CardPurchaseSupplements.md): Sandbox-only simulations related to Card Purchase Supplement.
  - [Increase.Simulations.CardRefunds](Increase.Simulations.CardRefunds.md): Sandbox-only simulations related to Card Refund.
  - [Increase.Simulations.CardReversals](Increase.Simulations.CardReversals.md): Sandbox-only simulations related to Card Reversal.
  - [Increase.Simulations.CardSettlements](Increase.Simulations.CardSettlements.md): Sandbox-only simulations related to Card Settlement.
  - [Increase.Simulations.CardTokens](Increase.Simulations.CardTokens.md): Sandbox-only simulations related to Card Token.
  - [Increase.Simulations.CheckDeposits](Increase.Simulations.CheckDeposits.md): Sandbox-only simulations related to Check Deposit.
  - [Increase.Simulations.CheckTransfers](Increase.Simulations.CheckTransfers.md): Sandbox-only simulations related to Check Transfer.
  - [Increase.Simulations.DigitalWalletTokenRequests](Increase.Simulations.DigitalWalletTokenRequests.md): Sandbox-only simulations related to Digital Wallet Token Request.
  - [Increase.Simulations.DigitalWalletTokenRequests.SimulationDigitalWalletTokenRequestNewResponse](Increase.Simulations.DigitalWalletTokenRequests.SimulationDigitalWalletTokenRequestNewResponse.md): The results of a Digital Wallet Token simulation.
  - [Increase.Simulations.Entities](Increase.Simulations.Entities.md): Sandbox-only simulations related to Entity.
  - [Increase.Simulations.EntityOnboardingSessions](Increase.Simulations.EntityOnboardingSessions.md): Sandbox-only simulations related to Entity Onboarding Session.
  - [Increase.Simulations.Exports](Increase.Simulations.Exports.md): Sandbox-only simulations related to Export.
  - [Increase.Simulations.InboundACHTransfers](Increase.Simulations.InboundACHTransfers.md): Sandbox-only simulations related to Inbound ACH Transfer.
  - [Increase.Simulations.InboundCheckDeposits](Increase.Simulations.InboundCheckDeposits.md): Sandbox-only simulations related to Inbound Check Deposit.
  - [Increase.Simulations.InboundFednowTransfers](Increase.Simulations.InboundFednowTransfers.md): Sandbox-only simulations related to Inbound Fednow Transfer.
  - [Increase.Simulations.InboundMailItems](Increase.Simulations.InboundMailItems.md): Sandbox-only simulations related to Inbound Mail Item.
  - [Increase.Simulations.InboundRealTimePaymentsTransfers](Increase.Simulations.InboundRealTimePaymentsTransfers.md): Sandbox-only simulations related to Inbound Real Time Payments Transfer.
  - [Increase.Simulations.InboundWireDrawdownRequests](Increase.Simulations.InboundWireDrawdownRequests.md): Sandbox-only simulations related to Inbound Wire Drawdown Request.
  - [Increase.Simulations.InboundWireTransfers](Increase.Simulations.InboundWireTransfers.md): Sandbox-only simulations related to Inbound Wire Transfer.
  - [Increase.Simulations.InterestPayments](Increase.Simulations.InterestPayments.md): Sandbox-only simulations related to Interest Payment.
  - [Increase.Simulations.PendingTransactions](Increase.Simulations.PendingTransactions.md): Sandbox-only simulations related to Pending Transaction.
  - [Increase.Simulations.PhysicalCards](Increase.Simulations.PhysicalCards.md): Sandbox-only simulations related to Physical Card.
  - [Increase.Simulations.Programs](Increase.Simulations.Programs.md): Sandbox-only simulations related to Program.
  - [Increase.Simulations.RealTimePaymentsTransfers](Increase.Simulations.RealTimePaymentsTransfers.md): Sandbox-only simulations related to Real Time Payments Transfer.
  - [Increase.Simulations.WireDrawdownRequests](Increase.Simulations.WireDrawdownRequests.md): Sandbox-only simulations related to Wire Drawdown Request.
  - [Increase.Simulations.WireTransfers](Increase.Simulations.WireTransfers.md): Sandbox-only simulations related to Wire Transfer.

- Resources
  - [Increase.ACHPrenotifications](Increase.ACHPrenotifications.md): ACH Prenotifications are one way you can verify account and routing numbers by
Automated Clearing House (ACH).
  - [Increase.ACHTransfers](Increase.ACHTransfers.md): ACH transfers move funds between your Increase account and any other account
accessible by the Automated Clearing House (ACH).
  - [Increase.AccountNumbers](Increase.AccountNumbers.md): Each account can have multiple account and routing numbers. We recommend that
you use a set per vendor. This is similar to how you use different passwords for
different websites. Account numbers can also be used to seamlessly reconcile
inbound payments. Generating a unique account number per vendor ensures you
always know the originator of an incoming payment.
  - [Increase.AccountStatements](Increase.AccountStatements.md): Account Statements are generated monthly for every active Account. You can
access the statement's data via the API or retrieve a PDF with its details via
its associated File.
  - [Increase.AccountTransfers](Increase.AccountTransfers.md): Account transfers move funds between your own accounts at Increase (accounting
systems often refer to these as Book Transfers). Account Transfers are free and
synchronous. Upon creation they create two Transactions, one negative on the
originating account and one positive on the destination account (unless the
transfer requires approval, in which case the Transactions will be created when
the transfer is approved).
  - [Increase.Accounts](Increase.Accounts.md): Accounts are your bank accounts with Increase. They store money, receive
transfers, and send payments. They earn interest and have depository insurance.
  - [Increase.BeneficialOwners](Increase.BeneficialOwners.md): Functions for working with BeneficialOwners via the Increase API.
  - [Increase.CardDisputes](Increase.CardDisputes.md): If unauthorized activity occurs on a card, you can create a Card Dispute and
we'll work with the card networks to return the funds if appropriate.
  - [Increase.CardPayments](Increase.CardPayments.md): Card Payments group together interactions related to a single card payment, such
as an authorization and its corresponding settlement.
  - [Increase.CardPurchaseSupplements](Increase.CardPurchaseSupplements.md): Additional information about a card purchase (e.g., settlement or refund), such
as level 3 line item data.
  - [Increase.CardPushTransfers](Increase.CardPushTransfers.md): Card Push Transfers send funds to a recipient's payment card in real-time.
  - [Increase.CardTokens](Increase.CardTokens.md): Card Tokens represent a tokenized card number that can be used for Card Push
Transfers and Card Validations.
  - [Increase.CardValidations](Increase.CardValidations.md): Card Validations are used to validate a card and its cardholder before sending
funds to or pulling funds from a card.
  - [Increase.Cards](Increase.Cards.md): Cards may operate on credit, debit, or prepaid BINs. They’ll immediately work
for online purchases after you create them. All cards work on a good funds
model, and maintain a maximum limit of 100% of the Account’s available balance
at the time of transaction. Funds are deducted from the Account upon transaction
settlement.
  - [Increase.CheckDeposits](Increase.CheckDeposits.md): Check Deposits allow you to deposit images of paper checks into your account.
  - [Increase.CheckTransfers](Increase.CheckTransfers.md): Check Transfers move funds from your Increase account by mailing a physical
check.
  - [Increase.DeclinedTransactions](Increase.DeclinedTransactions.md): Declined Transactions are refused additions and removals of money from your bank
account. For example, Declined Transactions are caused when your Account has an
insufficient balance or your Limits are triggered.
  - [Increase.DigitalCardProfiles](Increase.DigitalCardProfiles.md): This contains artwork and metadata relating to a Card's appearance in digital
wallet apps like Apple Pay and Google Pay. For more information, see our guide
on [digital card artwork](https://increase.com/documentation/card-art).
  - [Increase.DigitalWalletTokens](Increase.DigitalWalletTokens.md): A Digital Wallet Token is created when a user adds a Card to their Apple Pay or
Google Pay app. The Digital Wallet Token can be used for purchases just like a
Card.
  - [Increase.Entities](Increase.Entities.md): Entities are the legal entities that own accounts. They can be people,
corporations, partnerships, government authorities, or trusts. To learn more,
see [Entities].
  - [Increase.EntityOnboardingSessions](Increase.EntityOnboardingSessions.md): Entity Onboarding Sessions let your customers onboard themselves by completing
Increase-hosted forms. Create a session and redirect your customer to the
returned URL. When they're done, they'll be redirected back to your site. This
API is used for [hosted onboarding].
  - [Increase.EventSubscriptions](Increase.EventSubscriptions.md): Webhooks are event notifications we send to you by HTTPS POST requests. Event
Subscriptions are how you configure your application to listen for them. You can
create an Event Subscription through your
[developer dashboard](https://dashboard.increase.com/developers/webhooks) or the
API. For more information, see our
[webhooks guide](https://increase.com/documentation/webhooks).
  - [Increase.Events](Increase.Events.md): Events are records of things that happened to objects at Increase. Events are
accessible via the List Events endpoint and can be delivered to your application
via webhooks. For more information, see our
[webhooks guide](https://increase.com/documentation/webhooks).
  - [Increase.Exports](Increase.Exports.md): Exports are generated files. Some exports can contain a lot of data, like a CSV
of your transactions. Others can be a single document, like a tax form. Since
they can take a while, they are generated asynchronously. We send a webhook when
they are ready. For more information, please read our
[Exports documentation](https://increase.com/documentation/exports).
  - [Increase.ExternalAccounts](Increase.ExternalAccounts.md): External Accounts represent accounts at financial institutions other than
Increase. You can use this API to store their details for reuse.
  - [Increase.FednowTransfers](Increase.FednowTransfers.md): FedNow transfers move funds, within seconds, between your Increase account and
any other account supporting FedNow.
  - [Increase.FileLinks](Increase.FileLinks.md): File Links let you generate a URL that can be used to download a File.
  - [Increase.Files](Increase.Files.md): Files are objects that represent a file hosted on Increase's servers. The file
may have been uploaded by you (for example, when uploading a check image) or it
may have been created by Increase (for example, an autogenerated statement PDF).
If you need to download a File, create a File Link.
  - [Increase.Groups](Increase.Groups.md): Groups represent organizations using Increase. You can retrieve information
about your own organization via the API. More commonly, OAuth platforms can
retrieve information about the organizations that have granted them access.
Learn more about OAuth [here](https://increase.com/documentation/oauth).
  - [Increase.InboundACHTransfers](Increase.InboundACHTransfers.md): An Inbound ACH Transfer is an ACH transfer initiated outside of Increase to your
account.
  - [Increase.InboundCheckDeposits](Increase.InboundCheckDeposits.md): Inbound Check Deposits are records of third-parties attempting to deposit checks
against your account.
  - [Increase.InboundFednowTransfers](Increase.InboundFednowTransfers.md): An Inbound FedNow Transfer is a FedNow transfer initiated outside of Increase to
your account.
  - [Increase.InboundMailItems](Increase.InboundMailItems.md): Inbound Mail Items represent pieces of physical mail delivered to a Lockbox
Address.
  - [Increase.InboundRealTimePaymentsTransfers](Increase.InboundRealTimePaymentsTransfers.md): An Inbound Real-Time Payments Transfer is a Real-Time Payments transfer
initiated outside of Increase to your account.
  - [Increase.InboundWireDrawdownRequests](Increase.InboundWireDrawdownRequests.md): Inbound wire drawdown requests are requests from someone else to send them a
wire. For more information, see our
[Wire Drawdown Requests documentation].
  - [Increase.InboundWireTransfers](Increase.InboundWireTransfers.md): An Inbound Wire Transfer is a wire transfer initiated outside of Increase to
your account.
  - [Increase.IntrafiAccountEnrollments](Increase.IntrafiAccountEnrollments.md): IntraFi is a
[network of financial institutions](https://www.intrafi.com/network-banks) that
allows Increase users to sweep funds to multiple banks. This enables accounts to
become eligible for additional Federal Deposit Insurance Corporation (FDIC)
insurance. An IntraFi Account Enrollment object represents the status of an
account in the network. Sweeping an account to IntraFi doesn't affect funds
availability.
  - [Increase.IntrafiBalances](Increase.IntrafiBalances.md): When using IntraFi, each account's balance over the standard FDIC insurance
amount is swept to various other institutions. Funds are rebalanced across banks
as needed once per business day.
  - [Increase.IntrafiExclusions](Increase.IntrafiExclusions.md): Certain institutions may be excluded per Entity when sweeping funds into the
IntraFi network. This is useful when an Entity already has deposits at a
particular bank, and does not want to sweep additional funds to it. It may take
5 business days for an exclusion to be processed.
  - [Increase.LockboxAddresses](Increase.LockboxAddresses.md): Lockbox Addresses are physical locations that can receive mail containing paper
checks.
  - [Increase.LockboxRecipients](Increase.LockboxRecipients.md): Lockbox Recipients represent an inbox at a Lockbox Address. Checks received for
a Lockbox Recipient are deposited into its associated Account.
  - [Increase.OAuthApplications](Increase.OAuthApplications.md): An OAuth Application lets you build an application for others to use with their
Increase data. You can create an OAuth Application via the Dashboard and read
information about it with the API. Learn more about OAuth
[here](https://increase.com/documentation/oauth).
  - [Increase.OAuthConnections](Increase.OAuthConnections.md): When a user authorizes your OAuth application, an OAuth Connection object is
created. Learn more about OAuth
[here](https://increase.com/documentation/oauth).
  - [Increase.OAuthTokens](Increase.OAuthTokens.md): A token that is returned to your application when a user completes the OAuth
flow and may be used to authenticate requests. Learn more about OAuth
[here].
  - [Increase.PendingTransactions](Increase.PendingTransactions.md): Pending Transactions are potential future additions and removals of money from
your bank account. They impact your available balance, but not your current
balance. To learn more, see
[Transactions and Transfers].
  - [Increase.PhysicalCardProfiles](Increase.PhysicalCardProfiles.md): This contains artwork and metadata relating to a Physical Card's appearance. For
more information, see our guide on
[physical card artwork](https://increase.com/documentation/card-art-physical-cards).
  - [Increase.PhysicalCards](Increase.PhysicalCards.md): Custom physical Visa cards that are shipped to your customers. The artwork is
configurable by a connected [Card Profile].
The same Card can be used for multiple Physical Cards. Printing cards incurs a
fee. Please contact [support@increase.com](mailto:support@increase.com) for
pricing!
  - [Increase.Programs](Increase.Programs.md): Programs determine the compliance and commercial terms of Accounts. By default,
you have a Commercial Banking program for managing your own funds. If you are
lending or managing funds on behalf of your customers, or otherwise engaged in
regulated activity, we will work together to create additional Programs for you.
  - [Increase.RealTimeDecisions](Increase.RealTimeDecisions.md): Real Time Decisions are created when your application needs to take action in
real-time to some event such as a card authorization. For more information, see
our
[Real-Time Decisions guide](https://increase.com/documentation/real-time-decisions).
  - [Increase.RealTimePaymentsTransfers](Increase.RealTimePaymentsTransfers.md): Real-Time Payments transfers move funds, within seconds, between your Increase
account and any other account on the Real-Time Payments network.
  - [Increase.RoutingNumbers](Increase.RoutingNumbers.md): Functions for working with RoutingNumbers via the Increase API.
  - [Increase.SupplementalDocuments](Increase.SupplementalDocuments.md): Functions for working with SupplementalDocuments via the Increase API.
  - [Increase.SwiftTransfers](Increase.SwiftTransfers.md): Swift Transfers send funds internationally.
  - [Increase.Transactions](Increase.Transactions.md): Transactions are the immutable additions and removals of money from your bank
account. They're the equivalent of line items on your bank statement. To learn
more, see [Transactions and Transfers]
  - [Increase.WireDrawdownRequests](Increase.WireDrawdownRequests.md): Wire drawdown requests enable you to request that someone else send you a wire.
Because there is nuance to making sure your counterparty's bank processes these
correctly, we ask that you reach out to
[support@increase.com](mailto:support@increase.com) to enable this feature so we
can help you plan your integration. For more information, see our
[Wire Drawdown Requests documentation].
  - [Increase.WireTransfers](Increase.WireTransfers.md): Wire transfers move funds between your Increase account and any other account
accessible by Fedwire.
  - [Increase.ACHPrenotifications.ACHPrenotification](Increase.ACHPrenotifications.ACHPrenotification.md): ACH Prenotifications are one way you can verify account and routing numbers
by Automated Clearing House (ACH).
  - [Increase.ACHPrenotifications.ACHPrenotification.NotificationsOfChange](Increase.ACHPrenotifications.ACHPrenotification.NotificationsOfChange.md): The `ACHPrenotificationNotificationsOfChange` object.
  - [Increase.ACHPrenotifications.ACHPrenotification.PrenotificationReturn](Increase.ACHPrenotifications.ACHPrenotification.PrenotificationReturn.md): If your prenotification is returned, this will contain details of the
return.
  - [Increase.ACHTransfers.ACHTransfer](Increase.ACHTransfers.ACHTransfer.md): ACH transfers move funds between your Increase account and any other account
accessible by the Automated Clearing House (ACH).
  - [Increase.ACHTransfers.ACHTransfer.Acknowledgement](Increase.ACHTransfers.ACHTransfer.Acknowledgement.md): After the transfer is acknowledged by FedACH, this will contain supplemental
details. The Federal Reserve sends an acknowledgement message for each file
that Increase submits.
  - [Increase.ACHTransfers.ACHTransfer.Addenda](Increase.ACHTransfers.ACHTransfer.Addenda.md): Additional information that will be sent to the recipient.
  - [Increase.ACHTransfers.ACHTransfer.Addenda.Freeform](Increase.ACHTransfers.ACHTransfer.Addenda.Freeform.md): Unstructured `payment_related_information` passed through with the transfer.
  - [Increase.ACHTransfers.ACHTransfer.Addenda.Freeform.Entry](Increase.ACHTransfers.ACHTransfer.Addenda.Freeform.Entry.md): The `ACHTransferAddendaFreeformEntry` object.
  - [Increase.ACHTransfers.ACHTransfer.Addenda.PaymentOrderRemittanceAdvice](Increase.ACHTransfers.ACHTransfer.Addenda.PaymentOrderRemittanceAdvice.md): Structured ASC X12 820 remittance advice records. Please reach out to
[support@increase.com](mailto:support@increase.com) for more information.
  - [Increase.ACHTransfers.ACHTransfer.Addenda.PaymentOrderRemittanceAdvice.Invoice](Increase.ACHTransfers.ACHTransfer.Addenda.PaymentOrderRemittanceAdvice.Invoice.md): The `ACHTransferAddendaPaymentOrderRemittanceAdviceInvoice` object.
  - [Increase.ACHTransfers.ACHTransfer.Approval](Increase.ACHTransfers.ACHTransfer.Approval.md): If your account requires approvals for transfers and the transfer was
approved, this will contain details of the approval.
  - [Increase.ACHTransfers.ACHTransfer.Cancellation](Increase.ACHTransfers.ACHTransfer.Cancellation.md): If your account requires approvals for transfers and the transfer was not
approved, this will contain details of the cancellation.
  - [Increase.ACHTransfers.ACHTransfer.CreatedBy](Increase.ACHTransfers.ACHTransfer.CreatedBy.md): What object created the transfer, either via the API or the dashboard.
  - [Increase.ACHTransfers.ACHTransfer.CreatedBy.APIKey](Increase.ACHTransfers.ACHTransfer.CreatedBy.APIKey.md): If present, details about the API key that created the transfer.
  - [Increase.ACHTransfers.ACHTransfer.CreatedBy.OAuthApplication](Increase.ACHTransfers.ACHTransfer.CreatedBy.OAuthApplication.md): If present, details about the OAuth Application that created the transfer.
  - [Increase.ACHTransfers.ACHTransfer.CreatedBy.User](Increase.ACHTransfers.ACHTransfer.CreatedBy.User.md): If present, details about the User that created the transfer.
  - [Increase.ACHTransfers.ACHTransfer.InboundFundsHold](Increase.ACHTransfers.ACHTransfer.InboundFundsHold.md): Increase will sometimes hold the funds for ACH debit transfers. If funds are
held, this sub-object will contain details of the hold.
  - [Increase.ACHTransfers.ACHTransfer.NotificationsOfChange](Increase.ACHTransfers.ACHTransfer.NotificationsOfChange.md): The `ACHTransferNotificationsOfChange` object.
  - [Increase.ACHTransfers.ACHTransfer.PreferredEffectiveDate](Increase.ACHTransfers.ACHTransfer.PreferredEffectiveDate.md): Configuration for how the effective date of the transfer will be set. This
determines same-day vs future-dated settlement timing. If not set, defaults
to a `settlement_schedule` of `same_day`. If set, exactly one of the child
attributes must be set.
  - [Increase.ACHTransfers.ACHTransfer.Return](Increase.ACHTransfers.ACHTransfer.Return.md): If your transfer is returned, this will contain details of the return.
  - [Increase.ACHTransfers.ACHTransfer.Settlement](Increase.ACHTransfers.ACHTransfer.Settlement.md): A subhash containing information about when and how the transfer settled at
the Federal Reserve.
  - [Increase.ACHTransfers.ACHTransfer.Submission](Increase.ACHTransfers.ACHTransfer.Submission.md): After the transfer is submitted to FedACH, this will contain supplemental
details. Increase batches transfers and submits a file to the Federal
Reserve roughly every 30 minutes. The Federal Reserve processes ACH
transfers during weekdays according to their [posted
schedule](https://www.frbservices.org/resources/resource-centers/same-day-ach/fedach-processing-schedule.html).
  - [Increase.AccountNumbers.AccountNumber](Increase.AccountNumbers.AccountNumber.md): Each account can have multiple account and routing numbers. We recommend
that you use a set per vendor. This is similar to how you use different
passwords for different websites. Account numbers can also be used to
seamlessly reconcile inbound payments. Generating a unique account number
per vendor ensures you always know the originator of an incoming payment.
  - [Increase.AccountNumbers.AccountNumber.InboundACH](Increase.AccountNumbers.AccountNumber.InboundACH.md): Properties related to how this Account Number handles inbound ACH transfers.
  - [Increase.AccountNumbers.AccountNumber.InboundChecks](Increase.AccountNumbers.AccountNumber.InboundChecks.md): Properties related to how this Account Number should handle inbound check
withdrawals.
  - [Increase.AccountStatements.AccountStatement](Increase.AccountStatements.AccountStatement.md): Account Statements are generated monthly for every active Account. You can
access the statement's data via the API or retrieve a PDF with its details
via its associated File.
  - [Increase.AccountStatements.AccountStatement.Loan](Increase.AccountStatements.AccountStatement.Loan.md): The loan balances.
  - [Increase.AccountTransfers.AccountTransfer](Increase.AccountTransfers.AccountTransfer.md): Account transfers move funds between your own accounts at Increase
(accounting systems often refer to these as Book Transfers). Account
Transfers are free and synchronous. Upon creation they create two
Transactions, one negative on the originating account and one positive on
the destination account (unless the transfer requires approval, in which
case the Transactions will be created when the transfer is approved).
  - [Increase.AccountTransfers.AccountTransfer.Approval](Increase.AccountTransfers.AccountTransfer.Approval.md): If your account requires approvals for transfers and the transfer was
approved, this will contain details of the approval.
  - [Increase.AccountTransfers.AccountTransfer.Cancellation](Increase.AccountTransfers.AccountTransfer.Cancellation.md): If your account requires approvals for transfers and the transfer was not
approved, this will contain details of the cancellation.
  - [Increase.AccountTransfers.AccountTransfer.CreatedBy](Increase.AccountTransfers.AccountTransfer.CreatedBy.md): What object created the transfer, either via the API or the dashboard.
  - [Increase.AccountTransfers.AccountTransfer.CreatedBy.APIKey](Increase.AccountTransfers.AccountTransfer.CreatedBy.APIKey.md): If present, details about the API key that created the transfer.
  - [Increase.AccountTransfers.AccountTransfer.CreatedBy.OAuthApplication](Increase.AccountTransfers.AccountTransfer.CreatedBy.OAuthApplication.md): If present, details about the OAuth Application that created the transfer.
  - [Increase.AccountTransfers.AccountTransfer.CreatedBy.User](Increase.AccountTransfers.AccountTransfer.CreatedBy.User.md): If present, details about the User that created the transfer.
  - [Increase.Accounts.Account](Increase.Accounts.Account.md): Accounts are your bank accounts with Increase. They store money, receive
transfers, and send payments. They earn interest and have depository
insurance.
  - [Increase.Accounts.Account.Loan](Increase.Accounts.Account.Loan.md): The Account's loan-related information, if the Account is a loan account.
  - [Increase.Accounts.BalanceLookup](Increase.Accounts.BalanceLookup.md): Represents a request to lookup the balance of an Account at a given point in
time.
  - [Increase.Accounts.BalanceLookup.Loan](Increase.Accounts.BalanceLookup.Loan.md): The loan balances for the Account.
  - [Increase.BeneficialOwners.EntityBeneficialOwner](Increase.BeneficialOwners.EntityBeneficialOwner.md): Beneficial owners are the individuals who control or own 25% or more of a
`corporation` entity. Beneficial owners are always people, and never
organizations. Generally, you will need to submit between 1 and 5 beneficial
owners for every `corporation` entity. You should update and archive
beneficial owners for a corporation entity as their details change.
  - [Increase.BeneficialOwners.EntityBeneficialOwner.Individual](Increase.BeneficialOwners.EntityBeneficialOwner.Individual.md): Personal details for the beneficial owner.
  - [Increase.BeneficialOwners.EntityBeneficialOwner.Individual.Address](Increase.BeneficialOwners.EntityBeneficialOwner.Individual.Address.md): The person's address.
  - [Increase.BeneficialOwners.EntityBeneficialOwner.Individual.Identification](Increase.BeneficialOwners.EntityBeneficialOwner.Individual.Identification.md): A means of verifying the person's identity.
  - [Increase.CardDisputes.CardDispute](Increase.CardDisputes.CardDispute.md): If unauthorized activity occurs on a card, you can create a Card Dispute and
we'll work with the card networks to return the funds if appropriate.
  - [Increase.CardDisputes.CardDispute.Loss](Increase.CardDisputes.CardDispute.Loss.md): If the Card Dispute's status is `lost`, this will contain details of the
lost dispute.
  - [Increase.CardDisputes.CardDispute.Rejection](Increase.CardDisputes.CardDispute.Rejection.md): If the Card Dispute has been rejected, this will contain details of the
rejection.
  - [Increase.CardDisputes.CardDispute.Visa](Increase.CardDisputes.CardDispute.Visa.md): Card Dispute information for card payments processed over Visa's network.
This field will be present in the JSON response if and only if `network` is
equal to `visa`.
  - [Increase.CardDisputes.CardDispute.Visa.UserSubmission](Increase.CardDisputes.CardDispute.Visa.UserSubmission.md): The `CardDisputeVisaUserSubmission` object.
  - [Increase.CardDisputes.CardDispute.Visa.UserSubmission.CardDisputeVisaUserSubmissionsAttachmentFile](Increase.CardDisputes.CardDispute.Visa.UserSubmission.CardDisputeVisaUserSubmissionsAttachmentFile.md): The `CardDisputeVisaUserSubmissionsAttachmentFile` object.
  - [Increase.CardDisputes.CardDispute.Visa.UserSubmission.CardDisputeVisaUserSubmissionsMerchantPrearbitrationDecline](Increase.CardDisputes.CardDispute.Visa.UserSubmission.CardDisputeVisaUserSubmissionsMerchantPrearbitrationDecline.md): A Visa Card Dispute Merchant Pre-Arbitration Decline User Submission object.
This field will be present in the JSON response if and only if `category` is
equal to `merchant_prearbitration_decline`. Contains the details specific to
a merchant prearbitration decline Visa Card Dispute User Submission.
  - [Increase.CardDisputes.CardDispute.Visa.UserSubmission.CardDisputeVisaUserSubmissionsUserPrearbitration](Increase.CardDisputes.CardDispute.Visa.UserSubmission.CardDisputeVisaUserSubmissionsUserPrearbitration.md): A Visa Card Dispute User-Initiated Pre-Arbitration User Submission object.
This field will be present in the JSON response if and only if `category` is
equal to `user_prearbitration`. Contains the details specific to a
user-initiated pre-arbitration Visa Card Dispute User Submission.
  - [Increase.CardDisputes.CardDispute.Visa.UserSubmission.CardDisputeVisaUserSubmissionsUserPrearbitration.CategoryChange](Increase.CardDisputes.CardDispute.Visa.UserSubmission.CardDisputeVisaUserSubmissionsUserPrearbitration.CategoryChange.md): Category change details for the pre-arbitration request, if requested.
  - [Increase.CardDisputes.CardDispute.Win](Increase.CardDisputes.CardDispute.Win.md): If the Card Dispute's status is `won`, this will contain details of the won
dispute.
  - [Increase.CardDisputes.CardDispute.Withdrawal](Increase.CardDisputes.CardDispute.Withdrawal.md): If the Card Dispute has been withdrawn, this will contain details of the
withdrawal.
  - [Increase.CardPayments.CardPayment](Increase.CardPayments.CardPayment.md): Card Payments group together interactions related to a single card payment,
such as an authorization and its corresponding settlement.
  - [Increase.CardPayments.CardPayment.State](Increase.CardPayments.CardPayment.State.md): The summarized state of this card payment.
  - [Increase.CardPurchaseSupplements.CardPurchaseSupplement](Increase.CardPurchaseSupplements.CardPurchaseSupplement.md): Additional information about a card purchase (e.g., settlement or refund),
such as level 3 line item data.
  - [Increase.CardPurchaseSupplements.CardPurchaseSupplement.Invoice](Increase.CardPurchaseSupplements.CardPurchaseSupplement.Invoice.md): Invoice-level information about the payment.
  - [Increase.CardPurchaseSupplements.CardPurchaseSupplement.LineItem](Increase.CardPurchaseSupplements.CardPurchaseSupplement.LineItem.md): The `CardPurchaseSupplementLineItem` object.
  - [Increase.CardPurchaseSupplements.CardPurchaseSupplement.Shipping](Increase.CardPurchaseSupplements.CardPurchaseSupplement.Shipping.md): Shipping information for the purchase.
  - [Increase.CardPushTransfers.CardPushTransfer](Increase.CardPushTransfers.CardPushTransfer.md): Card Push Transfers send funds to a recipient's payment card in real-time.
  - [Increase.CardPushTransfers.CardPushTransfer.Acceptance](Increase.CardPushTransfers.CardPushTransfer.Acceptance.md): If the transfer is accepted by the recipient bank, this will contain
supplemental details.
  - [Increase.CardPushTransfers.CardPushTransfer.Approval](Increase.CardPushTransfers.CardPushTransfer.Approval.md): If your account requires approvals for transfers and the transfer was
approved, this will contain details of the approval.
  - [Increase.CardPushTransfers.CardPushTransfer.Cancellation](Increase.CardPushTransfers.CardPushTransfer.Cancellation.md): If your account requires approvals for transfers and the transfer was not
approved, this will contain details of the cancellation.
  - [Increase.CardPushTransfers.CardPushTransfer.CreatedBy](Increase.CardPushTransfers.CardPushTransfer.CreatedBy.md): What object created the transfer, either via the API or the dashboard.
  - [Increase.CardPushTransfers.CardPushTransfer.CreatedBy.APIKey](Increase.CardPushTransfers.CardPushTransfer.CreatedBy.APIKey.md): If present, details about the API key that created the transfer.
  - [Increase.CardPushTransfers.CardPushTransfer.CreatedBy.OAuthApplication](Increase.CardPushTransfers.CardPushTransfer.CreatedBy.OAuthApplication.md): If present, details about the OAuth Application that created the transfer.
  - [Increase.CardPushTransfers.CardPushTransfer.CreatedBy.User](Increase.CardPushTransfers.CardPushTransfer.CreatedBy.User.md): If present, details about the User that created the transfer.
  - [Increase.CardPushTransfers.CardPushTransfer.Decline](Increase.CardPushTransfers.CardPushTransfer.Decline.md): If the transfer is rejected by the card network or the destination financial
institution, this will contain supplemental details.
  - [Increase.CardPushTransfers.CardPushTransfer.PresentmentAmount](Increase.CardPushTransfers.CardPushTransfer.PresentmentAmount.md): The amount that was transferred. The receiving bank will have converted this
to the cardholder's currency. The amount that is applied to your Increase
account matches the currency of your account.
  - [Increase.CardPushTransfers.CardPushTransfer.Submission](Increase.CardPushTransfers.CardPushTransfer.Submission.md): After the transfer is submitted to the card network, this will contain
supplemental details.
  - [Increase.CardTokens.CardToken](Increase.CardTokens.CardToken.md): Card Tokens represent a tokenized card number that can be used for Card Push
Transfers and Card Validations.
  - [Increase.CardTokens.CardTokenCapabilities](Increase.CardTokens.CardTokenCapabilities.md): The capabilities of a Card Token describe whether the card can be used for
specific operations, such as Card Push Transfers. The capabilities can
change over time based on the issuing bank's configuration of the card
range.
  - [Increase.CardTokens.CardTokenCapabilities.Route](Increase.CardTokens.CardTokenCapabilities.Route.md): The `CardTokenCapabilitiesRoute` object.
  - [Increase.CardValidations.CardValidation](Increase.CardValidations.CardValidation.md): Card Validations are used to validate a card and its cardholder before
sending funds to or pulling funds from a card.
  - [Increase.CardValidations.CardValidation.Acceptance](Increase.CardValidations.CardValidation.Acceptance.md): If the validation is accepted by the recipient bank, this will contain
supplemental details.
  - [Increase.CardValidations.CardValidation.CreatedBy](Increase.CardValidations.CardValidation.CreatedBy.md): What object created the validation, either via the API or the dashboard.
  - [Increase.CardValidations.CardValidation.CreatedBy.APIKey](Increase.CardValidations.CardValidation.CreatedBy.APIKey.md): If present, details about the API key that created the transfer.
  - [Increase.CardValidations.CardValidation.CreatedBy.OAuthApplication](Increase.CardValidations.CardValidation.CreatedBy.OAuthApplication.md): If present, details about the OAuth Application that created the transfer.
  - [Increase.CardValidations.CardValidation.CreatedBy.User](Increase.CardValidations.CardValidation.CreatedBy.User.md): If present, details about the User that created the transfer.
  - [Increase.CardValidations.CardValidation.Decline](Increase.CardValidations.CardValidation.Decline.md): If the validation is rejected by the card network or the destination
financial institution, this will contain supplemental details.
  - [Increase.CardValidations.CardValidation.Submission](Increase.CardValidations.CardValidation.Submission.md): After the validation is submitted to the card network, this will contain
supplemental details.
  - [Increase.Cards.Card](Increase.Cards.Card.md): Cards may operate on credit, debit, or prepaid BINs. They’ll immediately
work for online purchases after you create them. All cards work on a good
funds model, and maintain a maximum limit of 100% of the Account’s available
balance at the time of transaction. Funds are deducted from the Account upon
transaction settlement.
  - [Increase.Cards.Card.AuthorizationControls](Increase.Cards.Card.AuthorizationControls.md): Controls that restrict how this card can be used.
  - [Increase.Cards.Card.AuthorizationControls.MerchantAcceptorIdentifier](Increase.Cards.Card.AuthorizationControls.MerchantAcceptorIdentifier.md): Restricts which Merchant Acceptor IDs are allowed or blocked for
authorizations on this card.
  - [Increase.Cards.Card.AuthorizationControls.MerchantAcceptorIdentifier.Allowed](Increase.Cards.Card.AuthorizationControls.MerchantAcceptorIdentifier.Allowed.md): The `CardAuthorizationControlsMerchantAcceptorIdentifierAllowed` object.
  - [Increase.Cards.Card.AuthorizationControls.MerchantAcceptorIdentifier.Blocked](Increase.Cards.Card.AuthorizationControls.MerchantAcceptorIdentifier.Blocked.md): The `CardAuthorizationControlsMerchantAcceptorIdentifierBlocked` object.
  - [Increase.Cards.Card.AuthorizationControls.MerchantCategoryCode](Increase.Cards.Card.AuthorizationControls.MerchantCategoryCode.md): Restricts which Merchant Category Codes are allowed or blocked for
authorizations on this card.
  - [Increase.Cards.Card.AuthorizationControls.MerchantCategoryCode.Allowed](Increase.Cards.Card.AuthorizationControls.MerchantCategoryCode.Allowed.md): The `CardAuthorizationControlsMerchantCategoryCodeAllowed` object.
  - [Increase.Cards.Card.AuthorizationControls.MerchantCategoryCode.Blocked](Increase.Cards.Card.AuthorizationControls.MerchantCategoryCode.Blocked.md): The `CardAuthorizationControlsMerchantCategoryCodeBlocked` object.
  - [Increase.Cards.Card.AuthorizationControls.MerchantCountry](Increase.Cards.Card.AuthorizationControls.MerchantCountry.md): Restricts which merchant countries are allowed or blocked for authorizations
on this card.
  - [Increase.Cards.Card.AuthorizationControls.MerchantCountry.Allowed](Increase.Cards.Card.AuthorizationControls.MerchantCountry.Allowed.md): The `CardAuthorizationControlsMerchantCountryAllowed` object.
  - [Increase.Cards.Card.AuthorizationControls.MerchantCountry.Blocked](Increase.Cards.Card.AuthorizationControls.MerchantCountry.Blocked.md): The `CardAuthorizationControlsMerchantCountryBlocked` object.
  - [Increase.Cards.Card.AuthorizationControls.Usage](Increase.Cards.Card.AuthorizationControls.Usage.md): Controls how many times this card can be used.
  - [Increase.Cards.Card.AuthorizationControls.Usage.MultiUse](Increase.Cards.Card.AuthorizationControls.Usage.MultiUse.md): Controls for multi-use cards. Required if and only if `category` is
`multi_use`.
  - [Increase.Cards.Card.AuthorizationControls.Usage.MultiUse.SpendingLimit](Increase.Cards.Card.AuthorizationControls.Usage.MultiUse.SpendingLimit.md): The `CardAuthorizationControlsUsageMultiUseSpendingLimit` object.
  - [Increase.Cards.Card.AuthorizationControls.Usage.MultiUse.SpendingLimit.CardAuthorizationControlsUsageMultiUseSpendingLimitsMerchantCategoryCode](Increase.Cards.Card.AuthorizationControls.Usage.MultiUse.SpendingLimit.CardAuthorizationControlsUsageMultiUseSpendingLimitsMerchantCategoryCode.md): The `CardAuthorizationControlsUsageMultiUseSpendingLimitsMerchantCategoryCode` object.
  - [Increase.Cards.Card.AuthorizationControls.Usage.SingleUse](Increase.Cards.Card.AuthorizationControls.Usage.SingleUse.md): Controls for single-use cards. Required if and only if `category` is
`single_use`.
  - [Increase.Cards.Card.AuthorizationControls.Usage.SingleUse.SettlementAmount](Increase.Cards.Card.AuthorizationControls.Usage.SingleUse.SettlementAmount.md): The settlement amount constraint for this single-use card.
  - [Increase.Cards.Card.BillingAddress](Increase.Cards.Card.BillingAddress.md): The Card's billing address.
  - [Increase.Cards.Card.DigitalWallet](Increase.Cards.Card.DigitalWallet.md): The contact information used in the two-factor steps for digital wallet card
creation. At least one field must be present to complete the digital wallet
steps.
  - [Increase.Cards.CardDetails](Increase.Cards.CardDetails.md): An object containing the sensitive details (card number, CVC, PIN, etc) for
a Card. These details are not included in the Card object. If you'd prefer
to never access these details directly, you can use the [embedded
iframe] to display the information
to your users.
  - [Increase.Cards.CardIframeURL](Increase.Cards.CardIframeURL.md): An object containing the iframe URL for a Card.
  - [Increase.CheckDeposits.CheckDeposit](Increase.CheckDeposits.CheckDeposit.md): Check Deposits allow you to deposit images of paper checks into your
account.
  - [Increase.CheckDeposits.CheckDeposit.DepositAcceptance](Increase.CheckDeposits.CheckDeposit.DepositAcceptance.md): Once your deposit is successfully parsed and accepted by Increase, this will
contain details of the parsed check.
  - [Increase.CheckDeposits.CheckDeposit.DepositAdjustment](Increase.CheckDeposits.CheckDeposit.DepositAdjustment.md): The `CheckDepositDepositAdjustment` object.
  - [Increase.CheckDeposits.CheckDeposit.DepositRejection](Increase.CheckDeposits.CheckDeposit.DepositRejection.md): If your deposit is rejected by Increase, this will contain details as to why
it was rejected.
  - [Increase.CheckDeposits.CheckDeposit.DepositReturn](Increase.CheckDeposits.CheckDeposit.DepositReturn.md): If your deposit is returned, this will contain details as to why it was
returned.
  - [Increase.CheckDeposits.CheckDeposit.DepositSubmission](Increase.CheckDeposits.CheckDeposit.DepositSubmission.md): After the check is parsed, it is submitted to the Check21 network for
processing. This will contain details of the submission.
  - [Increase.CheckDeposits.CheckDeposit.InboundFundsHold](Increase.CheckDeposits.CheckDeposit.InboundFundsHold.md): Increase will sometimes hold the funds for Check Deposits. If funds are
held, this sub-object will contain details of the hold.
  - [Increase.CheckTransfers.CheckTransfer](Increase.CheckTransfers.CheckTransfer.md): Check Transfers move funds from your Increase account by mailing a physical
check.
  - [Increase.CheckTransfers.CheckTransfer.Approval](Increase.CheckTransfers.CheckTransfer.Approval.md): If your account requires approvals for transfers and the transfer was
approved, this will contain details of the approval.
  - [Increase.CheckTransfers.CheckTransfer.Cancellation](Increase.CheckTransfers.CheckTransfer.Cancellation.md): If your account requires approvals for transfers and the transfer was not
approved, this will contain details of the cancellation.
  - [Increase.CheckTransfers.CheckTransfer.CreatedBy](Increase.CheckTransfers.CheckTransfer.CreatedBy.md): What object created the transfer, either via the API or the dashboard.
  - [Increase.CheckTransfers.CheckTransfer.CreatedBy.APIKey](Increase.CheckTransfers.CheckTransfer.CreatedBy.APIKey.md): If present, details about the API key that created the transfer.
  - [Increase.CheckTransfers.CheckTransfer.CreatedBy.OAuthApplication](Increase.CheckTransfers.CheckTransfer.CreatedBy.OAuthApplication.md): If present, details about the OAuth Application that created the transfer.
  - [Increase.CheckTransfers.CheckTransfer.CreatedBy.User](Increase.CheckTransfers.CheckTransfer.CreatedBy.User.md): If present, details about the User that created the transfer.
  - [Increase.CheckTransfers.CheckTransfer.Mailing](Increase.CheckTransfers.CheckTransfer.Mailing.md): If the check has been mailed by Increase, this will contain details of the
shipment.
  - [Increase.CheckTransfers.CheckTransfer.PhysicalCheck](Increase.CheckTransfers.CheckTransfer.PhysicalCheck.md): Details relating to the physical check that Increase will print and mail.
Will be present if and only if `fulfillment_method` is equal to
`physical_check`.
  - [Increase.CheckTransfers.CheckTransfer.PhysicalCheck.MailingAddress](Increase.CheckTransfers.CheckTransfer.PhysicalCheck.MailingAddress.md): Details for where Increase will mail the check.
  - [Increase.CheckTransfers.CheckTransfer.PhysicalCheck.Payer](Increase.CheckTransfers.CheckTransfer.PhysicalCheck.Payer.md): The `CheckTransferPhysicalCheckPayer` object.
  - [Increase.CheckTransfers.CheckTransfer.PhysicalCheck.ReturnAddress](Increase.CheckTransfers.CheckTransfer.PhysicalCheck.ReturnAddress.md): The return address to be printed on the check.
  - [Increase.CheckTransfers.CheckTransfer.PhysicalCheck.Signature](Increase.CheckTransfers.CheckTransfer.PhysicalCheck.Signature.md): The signature that will appear on the check.
  - [Increase.CheckTransfers.CheckTransfer.PhysicalCheck.TrackingUpdate](Increase.CheckTransfers.CheckTransfer.PhysicalCheck.TrackingUpdate.md): The `CheckTransferPhysicalCheckTrackingUpdate` object.
  - [Increase.CheckTransfers.CheckTransfer.StopPaymentRequest](Increase.CheckTransfers.CheckTransfer.StopPaymentRequest.md): After a stop-payment is requested on the check, this will contain
supplemental details.
  - [Increase.CheckTransfers.CheckTransfer.Submission](Increase.CheckTransfers.CheckTransfer.Submission.md): After the transfer is submitted, this will contain supplemental details.
  - [Increase.CheckTransfers.CheckTransfer.Submission.SubmittedAddress](Increase.CheckTransfers.CheckTransfer.Submission.SubmittedAddress.md): The address we submitted to the printer. This is what is physically printed
on the check.
  - [Increase.CheckTransfers.CheckTransfer.ThirdParty](Increase.CheckTransfers.CheckTransfer.ThirdParty.md): Details relating to the custom fulfillment you will perform. Will be present
if and only if `fulfillment_method` is equal to `third_party`.
  - [Increase.DeclinedTransactions.DeclinedTransaction](Increase.DeclinedTransactions.DeclinedTransaction.md): Declined Transactions are refused additions and removals of money from your
bank account. For example, Declined Transactions are caused when your
Account has an insufficient balance or your Limits are triggered.
  - [Increase.DigitalCardProfiles.DigitalCardProfile](Increase.DigitalCardProfiles.DigitalCardProfile.md): This contains artwork and metadata relating to a Card's appearance in
digital wallet apps like Apple Pay and Google Pay. For more information, see
our guide on [digital card
artwork](https://increase.com/documentation/card-art).
  - [Increase.DigitalCardProfiles.DigitalCardProfile.TextColor](Increase.DigitalCardProfiles.DigitalCardProfile.TextColor.md): The Card's text color, specified as an RGB triple.
  - [Increase.DigitalWalletTokens.DigitalWalletToken](Increase.DigitalWalletTokens.DigitalWalletToken.md): A Digital Wallet Token is created when a user adds a Card to their Apple Pay
or Google Pay app. The Digital Wallet Token can be used for purchases just
like a Card.
  - [Increase.DigitalWalletTokens.DigitalWalletToken.Cardholder](Increase.DigitalWalletTokens.DigitalWalletToken.Cardholder.md): The cardholder information given when the Digital Wallet Token was created.
  - [Increase.DigitalWalletTokens.DigitalWalletToken.Decline](Increase.DigitalWalletTokens.DigitalWalletToken.Decline.md): If the Digital Wallet Token was declined during provisioning, details about
the decline.
  - [Increase.DigitalWalletTokens.DigitalWalletToken.Device](Increase.DigitalWalletTokens.DigitalWalletToken.Device.md): The device that was used to create the Digital Wallet Token.
  - [Increase.DigitalWalletTokens.DigitalWalletToken.DynamicPrimaryAccountNumber](Increase.DigitalWalletTokens.DigitalWalletToken.DynamicPrimaryAccountNumber.md): The redacted Dynamic Primary Account Number.
  - [Increase.DigitalWalletTokens.DigitalWalletToken.Update](Increase.DigitalWalletTokens.DigitalWalletToken.Update.md): The `DigitalWalletTokenUpdate` object.
  - [Increase.Entities.Entity](Increase.Entities.Entity.md): Entities are the legal entities that own accounts. They can be people,
corporations, partnerships, government authorities, or trusts. To learn
more, see [Entities].
  - [Increase.Entities.Entity.Corporation](Increase.Entities.Entity.Corporation.md): Details of the corporation entity. Will be present if `structure` is equal
to `corporation`.
  - [Increase.Entities.Entity.Corporation.Address](Increase.Entities.Entity.Corporation.Address.md): The corporation's address.
  - [Increase.Entities.Entity.Corporation.BeneficialOwner](Increase.Entities.Entity.Corporation.BeneficialOwner.md): The `EntityCorporationBeneficialOwner` object.
  - [Increase.Entities.Entity.Corporation.BeneficialOwner.EntityCorporationBeneficialOwnersIndividual](Increase.Entities.Entity.Corporation.BeneficialOwner.EntityCorporationBeneficialOwnersIndividual.md): Personal details for the beneficial owner.
  - [Increase.Entities.Entity.Corporation.BeneficialOwner.EntityCorporationBeneficialOwnersIndividual.Address](Increase.Entities.Entity.Corporation.BeneficialOwner.EntityCorporationBeneficialOwnersIndividual.Address.md): The person's address.
  - [Increase.Entities.Entity.Corporation.BeneficialOwner.EntityCorporationBeneficialOwnersIndividual.Identification](Increase.Entities.Entity.Corporation.BeneficialOwner.EntityCorporationBeneficialOwnersIndividual.Identification.md): A means of verifying the person's identity.
  - [Increase.Entities.Entity.Corporation.LegalIdentifier](Increase.Entities.Entity.Corporation.LegalIdentifier.md): The legal identifier of the corporation.
  - [Increase.Entities.Entity.GovernmentAuthority](Increase.Entities.Entity.GovernmentAuthority.md): Details of the government authority entity. Will be present if `structure`
is equal to `government_authority`.
  - [Increase.Entities.Entity.GovernmentAuthority.Address](Increase.Entities.Entity.GovernmentAuthority.Address.md): The government authority's address.
  - [Increase.Entities.Entity.GovernmentAuthority.AuthorizedPerson](Increase.Entities.Entity.GovernmentAuthority.AuthorizedPerson.md): The `EntityGovernmentAuthorityAuthorizedPerson` object.
  - [Increase.Entities.Entity.Joint](Increase.Entities.Entity.Joint.md): Details of the joint entity. Will be present if `structure` is equal to
`joint`.
  - [Increase.Entities.Entity.Joint.Individual](Increase.Entities.Entity.Joint.Individual.md): The `EntityJointIndividual` object.
  - [Increase.Entities.Entity.Joint.Individual.EntityJointIndividualsAddress](Increase.Entities.Entity.Joint.Individual.EntityJointIndividualsAddress.md): The person's address.
  - [Increase.Entities.Entity.Joint.Individual.EntityJointIndividualsIdentification](Increase.Entities.Entity.Joint.Individual.EntityJointIndividualsIdentification.md): A means of verifying the person's identity.
  - [Increase.Entities.Entity.NaturalPerson](Increase.Entities.Entity.NaturalPerson.md): Details of the natural person entity. Will be present if `structure` is
equal to `natural_person`.
  - [Increase.Entities.Entity.NaturalPerson.Address](Increase.Entities.Entity.NaturalPerson.Address.md): The person's address.
  - [Increase.Entities.Entity.NaturalPerson.Identification](Increase.Entities.Entity.NaturalPerson.Identification.md): A means of verifying the person's identity.
  - [Increase.Entities.Entity.RiskRating](Increase.Entities.Entity.RiskRating.md): An assessment of the entity’s potential risk of involvement in financial
crimes, such as money laundering.
  - [Increase.Entities.Entity.TermsAgreement](Increase.Entities.Entity.TermsAgreement.md): The `EntityTermsAgreement` object.
  - [Increase.Entities.Entity.ThirdPartyVerification](Increase.Entities.Entity.ThirdPartyVerification.md): If you are using a third-party service for identity verification, you can
use this field to associate this Entity with the identifier that represents
them in that service.
  - [Increase.Entities.Entity.Trust](Increase.Entities.Entity.Trust.md): Details of the trust entity. Will be present if `structure` is equal to
`trust`.
  - [Increase.Entities.Entity.Trust.Address](Increase.Entities.Entity.Trust.Address.md): The trust's address.
  - [Increase.Entities.Entity.Trust.Grantor](Increase.Entities.Entity.Trust.Grantor.md): The grantor of the trust. Will be present if the `category` is `revocable`.
  - [Increase.Entities.Entity.Trust.Grantor.Address](Increase.Entities.Entity.Trust.Grantor.Address.md): The person's address.
  - [Increase.Entities.Entity.Trust.Grantor.Identification](Increase.Entities.Entity.Trust.Grantor.Identification.md): A means of verifying the person's identity.
  - [Increase.Entities.Entity.Trust.Trustee](Increase.Entities.Entity.Trust.Trustee.md): The `EntityTrustTrustee` object.
  - [Increase.Entities.Entity.Trust.Trustee.EntityTrustTrusteesIndividual](Increase.Entities.Entity.Trust.Trustee.EntityTrustTrusteesIndividual.md): The individual trustee of the trust. Will be present if the trustee's
`structure` is equal to `individual`.
  - [Increase.Entities.Entity.Trust.Trustee.EntityTrustTrusteesIndividual.Address](Increase.Entities.Entity.Trust.Trustee.EntityTrustTrusteesIndividual.Address.md): The person's address.
  - [Increase.Entities.Entity.Trust.Trustee.EntityTrustTrusteesIndividual.Identification](Increase.Entities.Entity.Trust.Trustee.EntityTrustTrusteesIndividual.Identification.md): A means of verifying the person's identity.
  - [Increase.Entities.Entity.Validation](Increase.Entities.Entity.Validation.md): The validation results for the entity. Learn more about
[validations]
  - [Increase.Entities.Entity.Validation.Issue](Increase.Entities.Entity.Validation.Issue.md): The `EntityValidationIssue` object.
  - [Increase.Entities.Entity.Validation.Issue.EntityValidationIssuesBeneficialOwnerAddress](Increase.Entities.Entity.Validation.Issue.EntityValidationIssuesBeneficialOwnerAddress.md): Details when the issue is with a beneficial owner's address.
  - [Increase.Entities.Entity.Validation.Issue.EntityValidationIssuesBeneficialOwnerIdentity](Increase.Entities.Entity.Validation.Issue.EntityValidationIssuesBeneficialOwnerIdentity.md): Details when the issue is with a beneficial owner's identity verification.
  - [Increase.Entities.Entity.Validation.Issue.EntityValidationIssuesEntityAddress](Increase.Entities.Entity.Validation.Issue.EntityValidationIssuesEntityAddress.md): Details when the issue is with the entity's address.
  - [Increase.Entities.Entity.Validation.Issue.EntityValidationIssuesEntityTaxIdentifier](Increase.Entities.Entity.Validation.Issue.EntityValidationIssuesEntityTaxIdentifier.md): Details when the issue is with the entity's tax ID.
  - [Increase.EntityOnboardingSessions.EntityOnboardingSession](Increase.EntityOnboardingSessions.EntityOnboardingSession.md): Entity Onboarding Sessions let your customers onboard themselves by
completing Increase-hosted forms. Create a session and redirect your
customer to the returned URL. When they're done, they'll be redirected back
to your site. This API is used for [hosted
onboarding].
  - [Increase.EventSubscriptions.EventSubscription](Increase.EventSubscriptions.EventSubscription.md): Webhooks are event notifications we send to you by HTTPS POST requests.
Event Subscriptions are how you configure your application to listen for
them. You can create an Event Subscription through your [developer
dashboard](https://dashboard.increase.com/developers/webhooks) or the API.
For more information, see our [webhooks
guide](https://increase.com/documentation/webhooks).
  - [Increase.EventSubscriptions.EventSubscription.SelectedEventCategory](Increase.EventSubscriptions.EventSubscription.SelectedEventCategory.md): The `EventSubscriptionSelectedEventCategory` object.
  - [Increase.Events.Event](Increase.Events.Event.md): Events are records of things that happened to objects at Increase. Events
are accessible via the List Events endpoint and can be delivered to your
application via webhooks. For more information, see our [webhooks
guide](https://increase.com/documentation/webhooks).
  - [Increase.Exports.Export](Increase.Exports.Export.md): Exports are generated files. Some exports can contain a lot of data, like a
CSV of your transactions. Others can be a single document, like a tax form.
Since they can take a while, they are generated asynchronously. We send a
webhook when they are ready. For more information, please read our [Exports
documentation](https://increase.com/documentation/exports).
  - [Increase.Exports.Export.AccountStatementBai2](Increase.Exports.Export.AccountStatementBai2.md): Details of the account statement BAI2 export. This field will be present
when the `category` is equal to `account_statement_bai2`.
  - [Increase.Exports.Export.AccountStatementOfx](Increase.Exports.Export.AccountStatementOfx.md): Details of the account statement OFX export. This field will be present when
the `category` is equal to `account_statement_ofx`.
  - [Increase.Exports.Export.AccountStatementOfx.CreatedAt](Increase.Exports.Export.AccountStatementOfx.CreatedAt.md): Filter transactions by their created date.
  - [Increase.Exports.Export.AccountVerificationLetter](Increase.Exports.Export.AccountVerificationLetter.md): Details of the account verification letter export. This field will be
present when the `category` is equal to `account_verification_letter`.
  - [Increase.Exports.Export.BalanceCsv](Increase.Exports.Export.BalanceCsv.md): Details of the balance CSV export. This field will be present when the
`category` is equal to `balance_csv`.
  - [Increase.Exports.Export.BalanceCsv.CreatedAt](Increase.Exports.Export.BalanceCsv.CreatedAt.md): Filter balances by their created date.
  - [Increase.Exports.Export.BookkeepingAccountBalanceCsv](Increase.Exports.Export.BookkeepingAccountBalanceCsv.md): Details of the bookkeeping account balance CSV export. This field will be
present when the `category` is equal to `bookkeeping_account_balance_csv`.
  - [Increase.Exports.Export.DailyAccountBalanceCsv](Increase.Exports.Export.DailyAccountBalanceCsv.md): Details of the daily account balance CSV export. This field will be present
when the `category` is equal to `daily_account_balance_csv`.
  - [Increase.Exports.Export.DashboardTableCsv](Increase.Exports.Export.DashboardTableCsv.md): Details of the dashboard table CSV export. This field will be present when
the `category` is equal to `dashboard_table_csv`.
  - [Increase.Exports.Export.EntityCsv](Increase.Exports.Export.EntityCsv.md): Details of the entity CSV export. This field will be present when the
`category` is equal to `entity_csv`.
  - [Increase.Exports.Export.FeeCsv](Increase.Exports.Export.FeeCsv.md): Details of the fee CSV export. This field will be present when the
`category` is equal to `fee_csv`.
  - [Increase.Exports.Export.FeeCsv.CreatedAt](Increase.Exports.Export.FeeCsv.CreatedAt.md): Filter fees by their created date. The time range must not include any fees
that are part of an open fee statement.
  - [Increase.Exports.Export.Form1099Int](Increase.Exports.Export.Form1099Int.md): Details of the Form 1099-INT export. This field will be present when the
`category` is equal to `form_1099_int`.
  - [Increase.Exports.Export.Form1099Misc](Increase.Exports.Export.Form1099Misc.md): Details of the Form 1099-MISC export. This field will be present when the
`category` is equal to `form_1099_misc`.
  - [Increase.Exports.Export.FundingInstructions](Increase.Exports.Export.FundingInstructions.md): Details of the funding instructions export. This field will be present when
the `category` is equal to `funding_instructions`.
  - [Increase.Exports.Export.Result](Increase.Exports.Export.Result.md): The result of the Export. This will be present when the Export's status
transitions to `complete`.
  - [Increase.Exports.Export.TransactionCsv](Increase.Exports.Export.TransactionCsv.md): Details of the transaction CSV export. This field will be present when the
`category` is equal to `transaction_csv`.
  - [Increase.Exports.Export.TransactionCsv.CreatedAt](Increase.Exports.Export.TransactionCsv.CreatedAt.md): Filter transactions by their created date.
  - [Increase.Exports.Export.VendorCsv](Increase.Exports.Export.VendorCsv.md): Details of the vendor CSV export. This field will be present when the
`category` is equal to `vendor_csv`.
  - [Increase.Exports.Export.VoidedCheck](Increase.Exports.Export.VoidedCheck.md): Details of the voided check export. This field will be present when the
`category` is equal to `voided_check`.
  - [Increase.Exports.Export.VoidedCheck.Payer](Increase.Exports.Export.VoidedCheck.Payer.md): The `ExportVoidedCheckPayer` object.
  - [Increase.ExternalAccounts.ExternalAccount](Increase.ExternalAccounts.ExternalAccount.md): External Accounts represent accounts at financial institutions other than
Increase. You can use this API to store their details for reuse.
  - [Increase.FednowTransfers.FednowTransfer](Increase.FednowTransfers.FednowTransfer.md): FedNow transfers move funds, within seconds, between your Increase account
and any other account supporting FedNow.
  - [Increase.FednowTransfers.FednowTransfer.Acknowledgement](Increase.FednowTransfers.FednowTransfer.Acknowledgement.md): If the transfer is acknowledged by the recipient bank, this will contain
supplemental details.
  - [Increase.FednowTransfers.FednowTransfer.CreatedBy](Increase.FednowTransfers.FednowTransfer.CreatedBy.md): What object created the transfer, either via the API or the dashboard.
  - [Increase.FednowTransfers.FednowTransfer.CreatedBy.APIKey](Increase.FednowTransfers.FednowTransfer.CreatedBy.APIKey.md): If present, details about the API key that created the transfer.
  - [Increase.FednowTransfers.FednowTransfer.CreatedBy.OAuthApplication](Increase.FednowTransfers.FednowTransfer.CreatedBy.OAuthApplication.md): If present, details about the OAuth Application that created the transfer.
  - [Increase.FednowTransfers.FednowTransfer.CreatedBy.User](Increase.FednowTransfers.FednowTransfer.CreatedBy.User.md): If present, details about the User that created the transfer.
  - [Increase.FednowTransfers.FednowTransfer.CreditorAddress](Increase.FednowTransfers.FednowTransfer.CreditorAddress.md): The creditor's address.
  - [Increase.FednowTransfers.FednowTransfer.DebtorAddress](Increase.FednowTransfers.FednowTransfer.DebtorAddress.md): The debtor's address.
  - [Increase.FednowTransfers.FednowTransfer.Rejection](Increase.FednowTransfers.FednowTransfer.Rejection.md): If the transfer is rejected by FedNow or the destination financial
institution, this will contain supplemental details.
  - [Increase.FednowTransfers.FednowTransfer.Submission](Increase.FednowTransfers.FednowTransfer.Submission.md): After the transfer is submitted to FedNow, this will contain supplemental
details.
  - [Increase.FileLinks.FileLink](Increase.FileLinks.FileLink.md): File Links let you generate a URL that can be used to download a File.
  - [Increase.Files.File](Increase.Files.File.md): Files are objects that represent a file hosted on Increase's servers. The
file may have been uploaded by you (for example, when uploading a check
image) or it may have been created by Increase (for example, an
autogenerated statement PDF). If you need to download a File, create a File
Link.
  - [Increase.Groups.Group](Increase.Groups.Group.md): Groups represent organizations using Increase. You can retrieve information
about your own organization via the API. More commonly, OAuth platforms can
retrieve information about the organizations that have granted them access.
Learn more about OAuth [here](https://increase.com/documentation/oauth).
  - [Increase.InboundACHTransfers.InboundACHTransfer](Increase.InboundACHTransfers.InboundACHTransfer.md): An Inbound ACH Transfer is an ACH transfer initiated outside of Increase to
your account.
  - [Increase.InboundACHTransfers.InboundACHTransfer.Acceptance](Increase.InboundACHTransfers.InboundACHTransfer.Acceptance.md): If your transfer is accepted, this will contain details of the acceptance.
  - [Increase.InboundACHTransfers.InboundACHTransfer.Addenda](Increase.InboundACHTransfers.InboundACHTransfer.Addenda.md): Additional information sent from the originator.
  - [Increase.InboundACHTransfers.InboundACHTransfer.Addenda.Freeform](Increase.InboundACHTransfers.InboundACHTransfer.Addenda.Freeform.md): Unstructured `payment_related_information` passed through by the originator.
  - [Increase.InboundACHTransfers.InboundACHTransfer.Addenda.Freeform.Entry](Increase.InboundACHTransfers.InboundACHTransfer.Addenda.Freeform.Entry.md): The `InboundACHTransferAddendaFreeformEntry` object.
  - [Increase.InboundACHTransfers.InboundACHTransfer.Decline](Increase.InboundACHTransfers.InboundACHTransfer.Decline.md): If your transfer is declined, this will contain details of the decline.
  - [Increase.InboundACHTransfers.InboundACHTransfer.InternationalAddenda](Increase.InboundACHTransfers.InboundACHTransfer.InternationalAddenda.md): If the Inbound ACH Transfer has a Standard Entry Class Code of IAT, this
will contain fields pertaining to the International ACH Transaction.
  - [Increase.InboundACHTransfers.InboundACHTransfer.NotificationOfChange](Increase.InboundACHTransfers.InboundACHTransfer.NotificationOfChange.md): If you initiate a notification of change in response to the transfer, this
will contain its details.
  - [Increase.InboundACHTransfers.InboundACHTransfer.Settlement](Increase.InboundACHTransfers.InboundACHTransfer.Settlement.md): A subhash containing information about when and how the transfer settled at
the Federal Reserve.
  - [Increase.InboundACHTransfers.InboundACHTransfer.TransferReturn](Increase.InboundACHTransfers.InboundACHTransfer.TransferReturn.md): If your transfer is returned, this will contain details of the return.
  - [Increase.InboundCheckDeposits.InboundCheckDeposit](Increase.InboundCheckDeposits.InboundCheckDeposit.md): Inbound Check Deposits are records of third-parties attempting to deposit
checks against your account.
  - [Increase.InboundCheckDeposits.InboundCheckDeposit.Adjustment](Increase.InboundCheckDeposits.InboundCheckDeposit.Adjustment.md): The `InboundCheckDepositAdjustment` object.
  - [Increase.InboundCheckDeposits.InboundCheckDeposit.DepositReturn](Increase.InboundCheckDeposits.InboundCheckDeposit.DepositReturn.md): If you requested a return of this deposit, this will contain details of the
return.
  - [Increase.InboundFednowTransfers.InboundFednowTransfer](Increase.InboundFednowTransfers.InboundFednowTransfer.md): An Inbound FedNow Transfer is a FedNow transfer initiated outside of
Increase to your account.
  - [Increase.InboundFednowTransfers.InboundFednowTransfer.Confirmation](Increase.InboundFednowTransfers.InboundFednowTransfer.Confirmation.md): If your transfer is confirmed, this will contain details of the
confirmation.
  - [Increase.InboundFednowTransfers.InboundFednowTransfer.Decline](Increase.InboundFednowTransfers.InboundFednowTransfer.Decline.md): If your transfer is declined, this will contain details of the decline.
  - [Increase.InboundMailItems.InboundMailItem](Increase.InboundMailItems.InboundMailItem.md): Inbound Mail Items represent pieces of physical mail delivered to a Lockbox
Address.
  - [Increase.InboundMailItems.InboundMailItem.Check](Increase.InboundMailItems.InboundMailItem.Check.md): Inbound Mail Item Checks represent the checks in an Inbound Mail Item.
  - [Increase.InboundRealTimePaymentsTransfers.InboundRealTimePaymentsTransfer](Increase.InboundRealTimePaymentsTransfers.InboundRealTimePaymentsTransfer.md): An Inbound Real-Time Payments Transfer is a Real-Time Payments transfer
initiated outside of Increase to your account.
  - [Increase.InboundRealTimePaymentsTransfers.InboundRealTimePaymentsTransfer.Confirmation](Increase.InboundRealTimePaymentsTransfers.InboundRealTimePaymentsTransfer.Confirmation.md): If your transfer is confirmed, this will contain details of the
confirmation.
  - [Increase.InboundRealTimePaymentsTransfers.InboundRealTimePaymentsTransfer.Decline](Increase.InboundRealTimePaymentsTransfers.InboundRealTimePaymentsTransfer.Decline.md): If your transfer is declined, this will contain details of the decline.
  - [Increase.InboundWireDrawdownRequests.InboundWireDrawdownRequest](Increase.InboundWireDrawdownRequests.InboundWireDrawdownRequest.md): Inbound wire drawdown requests are requests from someone else to send them a
wire. For more information, see our [Wire Drawdown Requests
documentation].
  - [Increase.InboundWireTransfers.InboundWireTransfer](Increase.InboundWireTransfers.InboundWireTransfer.md): An Inbound Wire Transfer is a wire transfer initiated outside of Increase to
your account.
  - [Increase.InboundWireTransfers.InboundWireTransfer.Acceptance](Increase.InboundWireTransfers.InboundWireTransfer.Acceptance.md): If the transfer is accepted, this will contain details of the acceptance.
  - [Increase.InboundWireTransfers.InboundWireTransfer.Reversal](Increase.InboundWireTransfers.InboundWireTransfer.Reversal.md): If the transfer is reversed, this will contain details of the reversal.
  - [Increase.IntrafiAccountEnrollments.IntrafiAccountEnrollment](Increase.IntrafiAccountEnrollments.IntrafiAccountEnrollment.md): IntraFi is a [network of financial
institutions](https://www.intrafi.com/network-banks) that allows Increase
users to sweep funds to multiple banks. This enables accounts to become
eligible for additional Federal Deposit Insurance Corporation (FDIC)
insurance. An IntraFi Account Enrollment object represents the status of an
account in the network. Sweeping an account to IntraFi doesn't affect funds
availability.
  - [Increase.IntrafiBalances.IntrafiBalance](Increase.IntrafiBalances.IntrafiBalance.md): When using IntraFi, each account's balance over the standard FDIC insurance
amount is swept to various other institutions. Funds are rebalanced across
banks as needed once per business day.
  - [Increase.IntrafiBalances.IntrafiBalance.Balance](Increase.IntrafiBalances.IntrafiBalance.Balance.md): The `IntrafiBalanceBalance` object.
  - [Increase.IntrafiBalances.IntrafiBalance.Balance.IntrafiBalanceBalancesBankLocation](Increase.IntrafiBalances.IntrafiBalance.Balance.IntrafiBalanceBalancesBankLocation.md): The primary location of the bank.
  - [Increase.IntrafiExclusions.IntrafiExclusion](Increase.IntrafiExclusions.IntrafiExclusion.md): Certain institutions may be excluded per Entity when sweeping funds into the
IntraFi network. This is useful when an Entity already has deposits at a
particular bank, and does not want to sweep additional funds to it. It may
take 5 business days for an exclusion to be processed.
  - [Increase.LockboxAddresses.LockboxAddress](Increase.LockboxAddresses.LockboxAddress.md): Lockbox Addresses are physical locations that can receive mail containing
paper checks.
  - [Increase.LockboxAddresses.LockboxAddress.Address](Increase.LockboxAddresses.LockboxAddress.Address.md): The mailing address for the Lockbox Address. It will be present after
Increase generates it.
  - [Increase.LockboxRecipients.LockboxRecipient](Increase.LockboxRecipients.LockboxRecipient.md): Lockbox Recipients represent an inbox at a Lockbox Address. Checks received
for a Lockbox Recipient are deposited into its associated Account.
  - [Increase.OAuthApplications.OAuthApplication](Increase.OAuthApplications.OAuthApplication.md): An OAuth Application lets you build an application for others to use with
their Increase data. You can create an OAuth Application via the Dashboard
and read information about it with the API. Learn more about OAuth
[here](https://increase.com/documentation/oauth).
  - [Increase.OAuthConnections.OAuthConnection](Increase.OAuthConnections.OAuthConnection.md): When a user authorizes your OAuth application, an OAuth Connection object is
created. Learn more about OAuth
[here](https://increase.com/documentation/oauth).
  - [Increase.OAuthTokens.OAuthToken](Increase.OAuthTokens.OAuthToken.md): A token that is returned to your application when a user completes the OAuth
flow and may be used to authenticate requests. Learn more about OAuth
[here].
  - [Increase.PendingTransactions.PendingTransaction](Increase.PendingTransactions.PendingTransaction.md): Pending Transactions are potential future additions and removals of money
from your bank account. They impact your available balance, but not your
current balance. To learn more, see [Transactions and
Transfers].
  - [Increase.PhysicalCardProfiles.PhysicalCardProfile](Increase.PhysicalCardProfiles.PhysicalCardProfile.md): This contains artwork and metadata relating to a Physical Card's appearance.
For more information, see our guide on [physical card
artwork](https://increase.com/documentation/card-art-physical-cards).
  - [Increase.PhysicalCardProfiles.PhysicalCardProfile.FrontText](Increase.PhysicalCardProfiles.PhysicalCardProfile.FrontText.md): Text printed on the front of the card. Reach out to
[support@increase.com](mailto:support@increase.com) for more information.
  - [Increase.PhysicalCards.PhysicalCard](Increase.PhysicalCards.PhysicalCard.md): Custom physical Visa cards that are shipped to your customers. The artwork
is configurable by a connected [Card
Profile]. The same Card can be used for
multiple Physical Cards. Printing cards incurs a fee. Please contact
[support@increase.com](mailto:support@increase.com) for pricing!
  - [Increase.PhysicalCards.PhysicalCard.Cardholder](Increase.PhysicalCards.PhysicalCard.Cardholder.md): Details about the cardholder, as it appears on the printed card.
  - [Increase.PhysicalCards.PhysicalCard.Shipment](Increase.PhysicalCards.PhysicalCard.Shipment.md): The details used to ship this physical card.
  - [Increase.PhysicalCards.PhysicalCard.Shipment.Address](Increase.PhysicalCards.PhysicalCard.Shipment.Address.md): The location to where the card's packing label is addressed.
  - [Increase.PhysicalCards.PhysicalCard.Shipment.Tracking](Increase.PhysicalCards.PhysicalCard.Shipment.Tracking.md): Tracking details for the shipment.
  - [Increase.PhysicalCards.PhysicalCard.Shipment.Tracking.Update](Increase.PhysicalCards.PhysicalCard.Shipment.Tracking.Update.md): The `PhysicalCardShipmentTrackingUpdate` object.
  - [Increase.Programs.Program](Increase.Programs.Program.md): Programs determine the compliance and commercial terms of Accounts. By
default, you have a Commercial Banking program for managing your own funds.
If you are lending or managing funds on behalf of your customers, or
otherwise engaged in regulated activity, we will work together to create
additional Programs for you.
  - [Increase.Programs.Program.Lending](Increase.Programs.Program.Lending.md): The lending details for the program.
  - [Increase.RealTimeDecisions.RealTimeDecision](Increase.RealTimeDecisions.RealTimeDecision.md): Real Time Decisions are created when your application needs to take action
in real-time to some event such as a card authorization. For more
information, see our [Real-Time Decisions
guide](https://increase.com/documentation/real-time-decisions).
  - [Increase.RealTimeDecisions.RealTimeDecision.CardAuthentication](Increase.RealTimeDecisions.RealTimeDecision.CardAuthentication.md): Fields related to a 3DS authentication attempt.
  - [Increase.RealTimeDecisions.RealTimeDecision.CardAuthentication.DeviceChannel](Increase.RealTimeDecisions.RealTimeDecision.CardAuthentication.DeviceChannel.md): The device channel of the card authentication attempt.
  - [Increase.RealTimeDecisions.RealTimeDecision.CardAuthentication.DeviceChannel.Browser](Increase.RealTimeDecisions.RealTimeDecision.CardAuthentication.DeviceChannel.Browser.md): Fields specific to the browser device channel.
  - [Increase.RealTimeDecisions.RealTimeDecision.CardAuthentication.DeviceChannel.MerchantInitiated](Increase.RealTimeDecisions.RealTimeDecision.CardAuthentication.DeviceChannel.MerchantInitiated.md): Fields specific to merchant initiated transactions.
  - [Increase.RealTimeDecisions.RealTimeDecision.CardAuthentication.MessageCategory](Increase.RealTimeDecisions.RealTimeDecision.CardAuthentication.MessageCategory.md): The message category of the card authentication attempt.
  - [Increase.RealTimeDecisions.RealTimeDecision.CardAuthentication.MessageCategory.NonPayment](Increase.RealTimeDecisions.RealTimeDecision.CardAuthentication.MessageCategory.NonPayment.md): Fields specific to non-payment authentication attempts.
  - [Increase.RealTimeDecisions.RealTimeDecision.CardAuthentication.MessageCategory.Payment](Increase.RealTimeDecisions.RealTimeDecision.CardAuthentication.MessageCategory.Payment.md): Fields specific to payment authentication attempts.
  - [Increase.RealTimeDecisions.RealTimeDecision.CardAuthenticationChallenge](Increase.RealTimeDecisions.RealTimeDecision.CardAuthenticationChallenge.md): Fields related to a 3DS authentication attempt.
  - [Increase.RealTimeDecisions.RealTimeDecision.CardAuthorization](Increase.RealTimeDecisions.RealTimeDecision.CardAuthorization.md): Fields related to a card authorization.
  - [Increase.RealTimeDecisions.RealTimeDecision.CardAuthorization.AdditionalAmounts](Increase.RealTimeDecisions.RealTimeDecision.CardAuthorization.AdditionalAmounts.md): Additional amounts associated with the card authorization, such as ATM
surcharges fees. These are usually a subset of the `amount` field and are
used to provide more detailed information about the transaction.
  - [Increase.RealTimeDecisions.RealTimeDecision.CardAuthorization.AdditionalAmounts.Clinic](Increase.RealTimeDecisions.RealTimeDecision.CardAuthorization.AdditionalAmounts.Clinic.md): The part of this transaction amount that was for clinic-related services.
  - [Increase.RealTimeDecisions.RealTimeDecision.CardAuthorization.AdditionalAmounts.Dental](Increase.RealTimeDecisions.RealTimeDecision.CardAuthorization.AdditionalAmounts.Dental.md): The part of this transaction amount that was for dental-related services.
  - [Increase.RealTimeDecisions.RealTimeDecision.CardAuthorization.AdditionalAmounts.Original](Increase.RealTimeDecisions.RealTimeDecision.CardAuthorization.AdditionalAmounts.Original.md): The original pre-authorized amount.
  - [Increase.RealTimeDecisions.RealTimeDecision.CardAuthorization.AdditionalAmounts.Prescription](Increase.RealTimeDecisions.RealTimeDecision.CardAuthorization.AdditionalAmounts.Prescription.md): The part of this transaction amount that was for healthcare prescriptions.
  - [Increase.RealTimeDecisions.RealTimeDecision.CardAuthorization.AdditionalAmounts.Surcharge](Increase.RealTimeDecisions.RealTimeDecision.CardAuthorization.AdditionalAmounts.Surcharge.md): The surcharge amount charged for this transaction by the merchant.
  - [Increase.RealTimeDecisions.RealTimeDecision.CardAuthorization.AdditionalAmounts.TotalCumulative](Increase.RealTimeDecisions.RealTimeDecision.CardAuthorization.AdditionalAmounts.TotalCumulative.md): The total amount of a series of incremental authorizations, optionally
provided.
  - [Increase.RealTimeDecisions.RealTimeDecision.CardAuthorization.AdditionalAmounts.TotalHealthcare](Increase.RealTimeDecisions.RealTimeDecision.CardAuthorization.AdditionalAmounts.TotalHealthcare.md): The total amount of healthcare-related additional amounts.
  - [Increase.RealTimeDecisions.RealTimeDecision.CardAuthorization.AdditionalAmounts.Transit](Increase.RealTimeDecisions.RealTimeDecision.CardAuthorization.AdditionalAmounts.Transit.md): The part of this transaction amount that was for transit-related services.
  - [Increase.RealTimeDecisions.RealTimeDecision.CardAuthorization.AdditionalAmounts.Unknown](Increase.RealTimeDecisions.RealTimeDecision.CardAuthorization.AdditionalAmounts.Unknown.md): An unknown additional amount.
  - [Increase.RealTimeDecisions.RealTimeDecision.CardAuthorization.AdditionalAmounts.Vision](Increase.RealTimeDecisions.RealTimeDecision.CardAuthorization.AdditionalAmounts.Vision.md): The part of this transaction amount that was for vision-related services.
  - [Increase.RealTimeDecisions.RealTimeDecision.CardAuthorization.Approval](Increase.RealTimeDecisions.RealTimeDecision.CardAuthorization.Approval.md): Present if and only if `decision` is `approve`. Contains information related
to the approval of the authorization.
  - [Increase.RealTimeDecisions.RealTimeDecision.CardAuthorization.Decline](Increase.RealTimeDecisions.RealTimeDecision.CardAuthorization.Decline.md): Present if and only if `decision` is `decline`. Contains information related
to the reason the authorization was declined.
  - [Increase.RealTimeDecisions.RealTimeDecision.CardAuthorization.Healthcare](Increase.RealTimeDecisions.RealTimeDecision.CardAuthorization.Healthcare.md): The healthcare-related fields for this authorization. Only present for
specific programs.
  - [Increase.RealTimeDecisions.RealTimeDecision.CardAuthorization.NetworkDetails](Increase.RealTimeDecisions.RealTimeDecision.CardAuthorization.NetworkDetails.md): Fields specific to the `network`.
  - [Increase.RealTimeDecisions.RealTimeDecision.CardAuthorization.NetworkDetails.Pulse](Increase.RealTimeDecisions.RealTimeDecision.CardAuthorization.NetworkDetails.Pulse.md): Fields specific to the `pulse` network.
  - [Increase.RealTimeDecisions.RealTimeDecision.CardAuthorization.NetworkDetails.Visa](Increase.RealTimeDecisions.RealTimeDecision.CardAuthorization.NetworkDetails.Visa.md): Fields specific to the `visa` network.
  - [Increase.RealTimeDecisions.RealTimeDecision.CardAuthorization.NetworkIdentifiers](Increase.RealTimeDecisions.RealTimeDecision.CardAuthorization.NetworkIdentifiers.md): Network-specific identifiers for a specific request or transaction.
  - [Increase.RealTimeDecisions.RealTimeDecision.CardAuthorization.RequestDetails](Increase.RealTimeDecisions.RealTimeDecision.CardAuthorization.RequestDetails.md): Fields specific to the type of request, such as an incremental
authorization.
  - [Increase.RealTimeDecisions.RealTimeDecision.CardAuthorization.RequestDetails.IncrementalAuthorization](Increase.RealTimeDecisions.RealTimeDecision.CardAuthorization.RequestDetails.IncrementalAuthorization.md): Fields specific to the category `incremental_authorization`.
  - [Increase.RealTimeDecisions.RealTimeDecision.CardAuthorization.RequestDetails.InitialAuthorization](Increase.RealTimeDecisions.RealTimeDecision.CardAuthorization.RequestDetails.InitialAuthorization.md): Fields specific to the category `initial_authorization`.
  - [Increase.RealTimeDecisions.RealTimeDecision.CardAuthorization.Verification](Increase.RealTimeDecisions.RealTimeDecision.CardAuthorization.Verification.md): Fields related to verification of cardholder-provided values.
  - [Increase.RealTimeDecisions.RealTimeDecision.CardAuthorization.Verification.CardVerificationCode](Increase.RealTimeDecisions.RealTimeDecision.CardAuthorization.Verification.CardVerificationCode.md): Fields related to verification of the Card Verification Code, a 3-digit code
on the back of the card.
  - [Increase.RealTimeDecisions.RealTimeDecision.CardAuthorization.Verification.CardholderAddress](Increase.RealTimeDecisions.RealTimeDecision.CardAuthorization.Verification.CardholderAddress.md): Cardholder address provided in the authorization request and the address on
file we verified it against.
  - [Increase.RealTimeDecisions.RealTimeDecision.CardAuthorization.Verification.CardholderName](Increase.RealTimeDecisions.RealTimeDecision.CardAuthorization.Verification.CardholderName.md): Cardholder name provided in the authorization request.
  - [Increase.RealTimeDecisions.RealTimeDecision.CardBalanceInquiry](Increase.RealTimeDecisions.RealTimeDecision.CardBalanceInquiry.md): Fields related to a card balance inquiry.
  - [Increase.RealTimeDecisions.RealTimeDecision.CardBalanceInquiry.AdditionalAmounts](Increase.RealTimeDecisions.RealTimeDecision.CardBalanceInquiry.AdditionalAmounts.md): Additional amounts associated with the card authorization, such as ATM
surcharges fees. These are usually a subset of the `amount` field and are
used to provide more detailed information about the transaction.
  - [Increase.RealTimeDecisions.RealTimeDecision.CardBalanceInquiry.AdditionalAmounts.Clinic](Increase.RealTimeDecisions.RealTimeDecision.CardBalanceInquiry.AdditionalAmounts.Clinic.md): The part of this transaction amount that was for clinic-related services.
  - [Increase.RealTimeDecisions.RealTimeDecision.CardBalanceInquiry.AdditionalAmounts.Dental](Increase.RealTimeDecisions.RealTimeDecision.CardBalanceInquiry.AdditionalAmounts.Dental.md): The part of this transaction amount that was for dental-related services.
  - [Increase.RealTimeDecisions.RealTimeDecision.CardBalanceInquiry.AdditionalAmounts.Original](Increase.RealTimeDecisions.RealTimeDecision.CardBalanceInquiry.AdditionalAmounts.Original.md): The original pre-authorized amount.
  - [Increase.RealTimeDecisions.RealTimeDecision.CardBalanceInquiry.AdditionalAmounts.Prescription](Increase.RealTimeDecisions.RealTimeDecision.CardBalanceInquiry.AdditionalAmounts.Prescription.md): The part of this transaction amount that was for healthcare prescriptions.
  - [Increase.RealTimeDecisions.RealTimeDecision.CardBalanceInquiry.AdditionalAmounts.Surcharge](Increase.RealTimeDecisions.RealTimeDecision.CardBalanceInquiry.AdditionalAmounts.Surcharge.md): The surcharge amount charged for this transaction by the merchant.
  - [Increase.RealTimeDecisions.RealTimeDecision.CardBalanceInquiry.AdditionalAmounts.TotalCumulative](Increase.RealTimeDecisions.RealTimeDecision.CardBalanceInquiry.AdditionalAmounts.TotalCumulative.md): The total amount of a series of incremental authorizations, optionally
provided.
  - [Increase.RealTimeDecisions.RealTimeDecision.CardBalanceInquiry.AdditionalAmounts.TotalHealthcare](Increase.RealTimeDecisions.RealTimeDecision.CardBalanceInquiry.AdditionalAmounts.TotalHealthcare.md): The total amount of healthcare-related additional amounts.
  - [Increase.RealTimeDecisions.RealTimeDecision.CardBalanceInquiry.AdditionalAmounts.Transit](Increase.RealTimeDecisions.RealTimeDecision.CardBalanceInquiry.AdditionalAmounts.Transit.md): The part of this transaction amount that was for transit-related services.
  - [Increase.RealTimeDecisions.RealTimeDecision.CardBalanceInquiry.AdditionalAmounts.Unknown](Increase.RealTimeDecisions.RealTimeDecision.CardBalanceInquiry.AdditionalAmounts.Unknown.md): An unknown additional amount.
  - [Increase.RealTimeDecisions.RealTimeDecision.CardBalanceInquiry.AdditionalAmounts.Vision](Increase.RealTimeDecisions.RealTimeDecision.CardBalanceInquiry.AdditionalAmounts.Vision.md): The part of this transaction amount that was for vision-related services.
  - [Increase.RealTimeDecisions.RealTimeDecision.CardBalanceInquiry.Approval](Increase.RealTimeDecisions.RealTimeDecision.CardBalanceInquiry.Approval.md): Present if and only if `decision` is `approve`. Contains information related
to the approval of the balance inquiry.
  - [Increase.RealTimeDecisions.RealTimeDecision.CardBalanceInquiry.NetworkDetails](Increase.RealTimeDecisions.RealTimeDecision.CardBalanceInquiry.NetworkDetails.md): Fields specific to the `network`.
  - [Increase.RealTimeDecisions.RealTimeDecision.CardBalanceInquiry.NetworkDetails.Pulse](Increase.RealTimeDecisions.RealTimeDecision.CardBalanceInquiry.NetworkDetails.Pulse.md): Fields specific to the `pulse` network.
  - [Increase.RealTimeDecisions.RealTimeDecision.CardBalanceInquiry.NetworkDetails.Visa](Increase.RealTimeDecisions.RealTimeDecision.CardBalanceInquiry.NetworkDetails.Visa.md): Fields specific to the `visa` network.
  - [Increase.RealTimeDecisions.RealTimeDecision.CardBalanceInquiry.NetworkIdentifiers](Increase.RealTimeDecisions.RealTimeDecision.CardBalanceInquiry.NetworkIdentifiers.md): Network-specific identifiers for a specific request or transaction.
  - [Increase.RealTimeDecisions.RealTimeDecision.CardBalanceInquiry.Verification](Increase.RealTimeDecisions.RealTimeDecision.CardBalanceInquiry.Verification.md): Fields related to verification of cardholder-provided values.
  - [Increase.RealTimeDecisions.RealTimeDecision.CardBalanceInquiry.Verification.CardVerificationCode](Increase.RealTimeDecisions.RealTimeDecision.CardBalanceInquiry.Verification.CardVerificationCode.md): Fields related to verification of the Card Verification Code, a 3-digit code
on the back of the card.
  - [Increase.RealTimeDecisions.RealTimeDecision.CardBalanceInquiry.Verification.CardholderAddress](Increase.RealTimeDecisions.RealTimeDecision.CardBalanceInquiry.Verification.CardholderAddress.md): Cardholder address provided in the authorization request and the address on
file we verified it against.
  - [Increase.RealTimeDecisions.RealTimeDecision.CardBalanceInquiry.Verification.CardholderName](Increase.RealTimeDecisions.RealTimeDecision.CardBalanceInquiry.Verification.CardholderName.md): Cardholder name provided in the authorization request.
  - [Increase.RealTimeDecisions.RealTimeDecision.DigitalWalletAuthentication](Increase.RealTimeDecisions.RealTimeDecision.DigitalWalletAuthentication.md): Fields related to a digital wallet authentication attempt.
  - [Increase.RealTimeDecisions.RealTimeDecision.DigitalWalletToken](Increase.RealTimeDecisions.RealTimeDecision.DigitalWalletToken.md): Fields related to a digital wallet token provisioning attempt.
  - [Increase.RealTimeDecisions.RealTimeDecision.DigitalWalletToken.Device](Increase.RealTimeDecisions.RealTimeDecision.DigitalWalletToken.Device.md): Device that is being used to provision the digital wallet token.
  - [Increase.RealTimePaymentsTransfers.RealTimePaymentsTransfer](Increase.RealTimePaymentsTransfers.RealTimePaymentsTransfer.md): Real-Time Payments transfers move funds, within seconds, between your
Increase account and any other account on the Real-Time Payments network.
  - [Increase.RealTimePaymentsTransfers.RealTimePaymentsTransfer.Acknowledgement](Increase.RealTimePaymentsTransfers.RealTimePaymentsTransfer.Acknowledgement.md): If the transfer is acknowledged by the recipient bank, this will contain
supplemental details.
  - [Increase.RealTimePaymentsTransfers.RealTimePaymentsTransfer.Approval](Increase.RealTimePaymentsTransfers.RealTimePaymentsTransfer.Approval.md): If your account requires approvals for transfers and the transfer was
approved, this will contain details of the approval.
  - [Increase.RealTimePaymentsTransfers.RealTimePaymentsTransfer.Cancellation](Increase.RealTimePaymentsTransfers.RealTimePaymentsTransfer.Cancellation.md): If your account requires approvals for transfers and the transfer was not
approved, this will contain details of the cancellation.
  - [Increase.RealTimePaymentsTransfers.RealTimePaymentsTransfer.CreatedBy](Increase.RealTimePaymentsTransfers.RealTimePaymentsTransfer.CreatedBy.md): What object created the transfer, either via the API or the dashboard.
  - [Increase.RealTimePaymentsTransfers.RealTimePaymentsTransfer.CreatedBy.APIKey](Increase.RealTimePaymentsTransfers.RealTimePaymentsTransfer.CreatedBy.APIKey.md): If present, details about the API key that created the transfer.
  - [Increase.RealTimePaymentsTransfers.RealTimePaymentsTransfer.CreatedBy.OAuthApplication](Increase.RealTimePaymentsTransfers.RealTimePaymentsTransfer.CreatedBy.OAuthApplication.md): If present, details about the OAuth Application that created the transfer.
  - [Increase.RealTimePaymentsTransfers.RealTimePaymentsTransfer.CreatedBy.User](Increase.RealTimePaymentsTransfers.RealTimePaymentsTransfer.CreatedBy.User.md): If present, details about the User that created the transfer.
  - [Increase.RealTimePaymentsTransfers.RealTimePaymentsTransfer.Rejection](Increase.RealTimePaymentsTransfers.RealTimePaymentsTransfer.Rejection.md): If the transfer is rejected by Real-Time Payments or the destination
financial institution, this will contain supplemental details.
  - [Increase.RealTimePaymentsTransfers.RealTimePaymentsTransfer.Submission](Increase.RealTimePaymentsTransfers.RealTimePaymentsTransfer.Submission.md): After the transfer is submitted to Real-Time Payments, this will contain
supplemental details.
  - [Increase.RoutingNumbers.RoutingNumberListResponse](Increase.RoutingNumbers.RoutingNumberListResponse.md): Routing numbers are used to identify your bank in a financial transaction.
  - [Increase.SupplementalDocuments.EntitySupplementalDocument](Increase.SupplementalDocuments.EntitySupplementalDocument.md): Supplemental Documents are uploaded files connected to an Entity during
onboarding.
  - [Increase.SwiftTransfers.SwiftTransfer](Increase.SwiftTransfers.SwiftTransfer.md): Swift Transfers send funds internationally.
  - [Increase.SwiftTransfers.SwiftTransfer.CreatedBy](Increase.SwiftTransfers.SwiftTransfer.CreatedBy.md): What object created the transfer, either via the API or the dashboard.
  - [Increase.SwiftTransfers.SwiftTransfer.CreatedBy.APIKey](Increase.SwiftTransfers.SwiftTransfer.CreatedBy.APIKey.md): If present, details about the API key that created the transfer.
  - [Increase.SwiftTransfers.SwiftTransfer.CreatedBy.OAuthApplication](Increase.SwiftTransfers.SwiftTransfer.CreatedBy.OAuthApplication.md): If present, details about the OAuth Application that created the transfer.
  - [Increase.SwiftTransfers.SwiftTransfer.CreatedBy.User](Increase.SwiftTransfers.SwiftTransfer.CreatedBy.User.md): If present, details about the User that created the transfer.
  - [Increase.SwiftTransfers.SwiftTransfer.CreditorAddress](Increase.SwiftTransfers.SwiftTransfer.CreditorAddress.md): The creditor's address.
  - [Increase.SwiftTransfers.SwiftTransfer.DebtorAddress](Increase.SwiftTransfers.SwiftTransfer.DebtorAddress.md): The debtor's address.
  - [Increase.Transactions.Transaction](Increase.Transactions.Transaction.md): Transactions are the immutable additions and removals of money from your
bank account. They're the equivalent of line items on your bank statement.
To learn more, see [Transactions and
Transfers].
  - [Increase.WireDrawdownRequests.WireDrawdownRequest](Increase.WireDrawdownRequests.WireDrawdownRequest.md): Wire drawdown requests enable you to request that someone else send you a
wire. Because there is nuance to making sure your counterparty's bank
processes these correctly, we ask that you reach out to
[support@increase.com](mailto:support@increase.com) to enable this feature
so we can help you plan your integration. For more information, see our
[Wire Drawdown Requests
documentation].
  - [Increase.WireDrawdownRequests.WireDrawdownRequest.CreditorAddress](Increase.WireDrawdownRequests.WireDrawdownRequest.CreditorAddress.md): The creditor's address.
  - [Increase.WireDrawdownRequests.WireDrawdownRequest.DebtorAddress](Increase.WireDrawdownRequests.WireDrawdownRequest.DebtorAddress.md): The debtor's address.
  - [Increase.WireDrawdownRequests.WireDrawdownRequest.Submission](Increase.WireDrawdownRequests.WireDrawdownRequest.Submission.md): After the drawdown request is submitted to Fedwire, this will contain
supplemental details.
  - [Increase.WireTransfers.WireTransfer](Increase.WireTransfers.WireTransfer.md): Wire transfers move funds between your Increase account and any other
account accessible by Fedwire.
  - [Increase.WireTransfers.WireTransfer.Approval](Increase.WireTransfers.WireTransfer.Approval.md): If your account requires approvals for transfers and the transfer was
approved, this will contain details of the approval.
  - [Increase.WireTransfers.WireTransfer.Cancellation](Increase.WireTransfers.WireTransfer.Cancellation.md): If your account requires approvals for transfers and the transfer was not
approved, this will contain details of the cancellation.
  - [Increase.WireTransfers.WireTransfer.CreatedBy](Increase.WireTransfers.WireTransfer.CreatedBy.md): What object created the transfer, either via the API or the dashboard.
  - [Increase.WireTransfers.WireTransfer.CreatedBy.APIKey](Increase.WireTransfers.WireTransfer.CreatedBy.APIKey.md): If present, details about the API key that created the transfer.
  - [Increase.WireTransfers.WireTransfer.CreatedBy.OAuthApplication](Increase.WireTransfers.WireTransfer.CreatedBy.OAuthApplication.md): If present, details about the OAuth Application that created the transfer.
  - [Increase.WireTransfers.WireTransfer.CreatedBy.User](Increase.WireTransfers.WireTransfer.CreatedBy.User.md): If present, details about the User that created the transfer.
  - [Increase.WireTransfers.WireTransfer.Creditor](Increase.WireTransfers.WireTransfer.Creditor.md): The person or business that is receiving the funds from the transfer.
  - [Increase.WireTransfers.WireTransfer.Creditor.Address](Increase.WireTransfers.WireTransfer.Creditor.Address.md): The person or business's address.
  - [Increase.WireTransfers.WireTransfer.Creditor.Address.Unstructured](Increase.WireTransfers.WireTransfer.Creditor.Address.Unstructured.md): Unstructured address lines.
  - [Increase.WireTransfers.WireTransfer.Debtor](Increase.WireTransfers.WireTransfer.Debtor.md): The person or business whose funds are being transferred.
  - [Increase.WireTransfers.WireTransfer.Debtor.Address](Increase.WireTransfers.WireTransfer.Debtor.Address.md): The person or business's address.
  - [Increase.WireTransfers.WireTransfer.Debtor.Address.Unstructured](Increase.WireTransfers.WireTransfer.Debtor.Address.Unstructured.md): Unstructured address lines.
  - [Increase.WireTransfers.WireTransfer.Remittance](Increase.WireTransfers.WireTransfer.Remittance.md): Remittance information sent with the wire transfer.
  - [Increase.WireTransfers.WireTransfer.Remittance.Tax](Increase.WireTransfers.WireTransfer.Remittance.Tax.md): Internal Revenue Service (IRS) tax repayment information. Required if
`category` is equal to `tax`.
  - [Increase.WireTransfers.WireTransfer.Remittance.Unstructured](Increase.WireTransfers.WireTransfer.Remittance.Unstructured.md): Unstructured remittance information. Required if `category` is equal to
`unstructured`.
  - [Increase.WireTransfers.WireTransfer.Reversal](Increase.WireTransfers.WireTransfer.Reversal.md): If your transfer is reversed, this will contain details of the reversal.
  - [Increase.WireTransfers.WireTransfer.Submission](Increase.WireTransfers.WireTransfer.Submission.md): After the transfer is submitted to Fedwire, this will contain supplemental
details.

