Scenario 19: Force Post
A merchant does not obtain authorization for a $55 purchase because of technical difficulties with the card reader. The merchant later sends a clearing message for the transaction to its acquirer. The following are true:
- The initial available balance is $1000.
- The network is Visa.
Sequence of events
Events in the same step have the same timestamp.
- Visa sends a batch file with the –55.00 transaction.
- Galileo adds authorization and backout entries to the ledger and then posts –55.00 to the account. The available balance is 945.00. Galileo sends a
SETL: setl
event message.
Transactions
These tables show how the transactions are represented by various Galileo systems. For an explanation of the trans_code
field, see Classifying transactions in the About Transactions guide.
Auth API
This transaction does not pass through the Auth API.
Authorization/Settlement Events
msg_id | type | amount | auth_id | original_auth_id | open_to_buy | timestamp |
---|---|---|---|---|---|---|
SETL | setl | 55.00 | 2277 | 0 | 945 | 2021-08-14 19:14:38 MST |
Authorized Transactions RDF
TRANSACTION AMOUNT | AUTHORIZATION CODE | TRANSACTION CODE | REVERSAL ID | TRANSACTION DATE/TIME |
---|---|---|---|---|
55.00- | 2277 | 5 | 0 | 2021-08-14 19:14:38 |
Posted Transactions RDF
TRANSACTION AMOUNT | AUTHORIZATION CODE | TRANSACTION CODE/TYPE | SOURCE ID | TRANSACTION DATE/TIME | POST DATE |
---|---|---|---|---|---|
55.00- | 2277 | VSM | 2277 | 2021-08-14 19:14:38 | 2021-08-14 19:14:38 |
Get Authorization History response
This transaction is not returned by this endpoint.
Get Transaction History response
This endpoint returns only settled transactions. These transactions are also returned by Get Account Overview.
amt | source_id | original_auth_id | trans_code | auth_ts | post_ts |
---|---|---|---|---|---|
-55 | 2277 | 0 | VSM | 2021-08-14 19:14:38 | 2021-08-14 19:14:38 |
Get All Transaction History response
This endpoint returns the same transactions as the All Transactions screen of the CST.
amt | auth_id | prior_id | trans_code | source_id | calculated_balance | cred_ind | auth_ts | post_ts |
---|---|---|---|---|---|---|---|---|
-55 | 2277 | 0 | VIM | 2277 | 945 | Y | 2021-08-14 19:14:38 | 2021-08-14 19:14:38 |
55 | 2277 | 0 | BVM | 2277 | 1000 | Y | None | 2021-08-14 19:14:38 |
-55 | 2277 | 0 | VSM | 2277 | 945 | Y | 2021-08-14 19:14:38 | 2021-08-14 19:14:38 |