Changes for page card-transaction

Last modified by David Persson on 2024/02/21 07:48
From version 66.2
edited by Mikael Widström
on 2020/04/20 14:45
To version 67.1
edited by Mikael Widström
on 2020/04/20 14:51
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -28,7 +28,7 @@
28 28  
29 29  (% class="box successmessage" %)
30 30  (((
31 -The card transaction api is used for making card payments against credit-accounts, it uses card terminology. All card transactions ends up on a credit-account that maintains all balances.
31 +The card transaction api is used for making card payments against credit-accounts, it uses card terminology. All card transactions ends up on a credit-account that maintains all balances. [[Complete mapping of the card-transactions to the account>>https://developer.payex.com/xwiki/wiki/developer/view/Main/credit-account/api/card-transaction/#HMappingcard-transactiontocredit-account]].
32 32  )))
33 33  
34 34  The card transactions has two major concepts Authorizations and Financial Transactions.
... ... @@ -48,7 +48,7 @@
48 48  
49 49  ====== //Transaction flow// ======
50 50  
51 -Although most transactions follow the authorization > financial transaction flow, there are cases with financial transactions without corresponding authorizations. The most typical scenario is when a POS-Terminal loses connection with the internet. To prevent an all-stand-still at the point of sales, the cards can contain an offline-limit. The offline-limit restricts maximum amount of a purchase that can be made unauthorized. (% class="small" %)The offline-limit (if such exist) is regulated in the agreement between the card-issuer and the consumer.
51 +Most transactions follow the flow where a authorization is initially made and is later followed by a financial transaction, however there are cases with financial transactions without corresponding authorizations. The typical scenario is when a POS-Terminal loses connection with the internet. To prevent an all-stand-still at the point of sales, the cards can contain an offline-limit.The offline-limit restricts maximum amount of a purchase that can be made unauthorized. (% class="small" %)The offline-limit (if such exist) is regulated in the agreement between the card-issuer and the consumer.
52 52  
53 53  ===
54 54  Authorizations ===