Sandbox-only simulations related to Inbound ACH Transfer.
These endpoints only work against the sandbox environment and let you fast-forward events that would otherwise take hours or days in production (settlement, acknowledgement, returns, and so on). See https://increase.com/documentation/api/overview#sandbox for details.
Summary
Functions
Simulates an inbound ACH transfer to your account. This imitates initiating
a transfer to an Increase account from a different financial institution.
The transfer may be either a credit or a debit depending on if the amount
is positive or negative. The result of calling this API will contain the
created transfer. You can pass a resolve_at parameter to allow for a
window to action on the Inbound ACH
Transfer.
Alternatively, if you don't pass the resolve_at parameter the result will
contain either a Transaction or a Declined
Transaction depending on whether or not the
transfer is allowed.
Functions
@spec create(Increase.Client.t() | keyword() | nil, map() | keyword(), keyword()) :: {:ok, Increase.InboundACHTransfers.InboundACHTransfer.t()} | {:error, Increase.Error.t()}
Simulates an inbound ACH transfer to your account. This imitates initiating
a transfer to an Increase account from a different financial institution.
The transfer may be either a credit or a debit depending on if the amount
is positive or negative. The result of calling this API will contain the
created transfer. You can pass a resolve_at parameter to allow for a
window to action on the Inbound ACH
Transfer.
Alternatively, if you don't pass the resolve_at parameter the result will
contain either a Transaction or a Declined
Transaction depending on whether or not the
transfer is allowed.
POST /simulations/inbound_ach_transfers