📄️ Introduction
The simulator app is a test application that enables use of Immersve cards with a fake merchant.
📄️ Authorization
An authorization is an initial step in a transaction that checks if funds are available and sets up the approval for the transaction.
📄️ Clearing Without Auth
Instead of authorizing first, a payment can be made by outright creating a clearing. This clearing creates a debit for the account, allowing for reconciliation to be
📄️ Clearing
A clearing acts in a very similar way to clearing without auth, however the card information that is used is based upon the initial authorization that was executed. When executing this clearing action, the user is prompted to enter a value. This allows for partial clearings to be made, where the amount being cleared may be less than the initial amount of authorized funds.
📄️ Reversal
After any of clearing, clearing without auth and authorization have been completed, the transaction can also be reversed using the reverse button. When this action is executed, a modal will allow the user to enter a value that is to be reversed. This can be less than the initial value of the previous action, allowing for a partial reversal of the transaction.