Sandbox-only simulations related to Card Authorization.
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 a purchase authorization on a Card. Depending on the
balance available to the card and the amount submitted, the authorization
activity will result in a Pending Transaction of
type card_authorization or a Declined
Transaction of type card_decline. You can pass
either a Card id or a Digital Wallet Token id to
simulate the two different ways purchases can be made.
Functions
@spec create(Increase.Client.t() | keyword() | nil, map() | keyword(), keyword()) :: {:ok, Increase.Simulations.CardAuthorizations.SimulationCardAuthorizationNewResponse.t()} | {:error, Increase.Error.t()}
Simulates a purchase authorization on a Card. Depending on the
balance available to the card and the amount submitted, the authorization
activity will result in a Pending Transaction of
type card_authorization or a Declined
Transaction of type card_decline. You can pass
either a Card id or a Digital Wallet Token id to
simulate the two different ways purchases can be made.
POST /simulations/card_authorizations