Changes for page card-transaction

Last modified by David Persson on 2024/02/21 07:48
From version 81.1
edited by David Persson
on 2020/05/19 21:50
To version 82.1
edited by David Persson
on 2020/06/08 22:50
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -81,7 +81,7 @@
81 81   "pointOfSale": "Testshop",
82 82   "authorizationAmount": 300.0,
83 83   "currency": "SEK",
84 - "cardAuthenticationMethod": "ChipPin|ChipSign|PanCvcExpr|RecurringToken",
84 + "cardAuthenticationMethod": "ChipPin|ChipSign|PanCvcExpr|RecurringToken|MagStripePin",
85 85   "channel": "POS|UnattendedPOS|Ecom "
86 86  }
87 87  {{/code}}
... ... @@ -126,7 +126,7 @@
126 126   "authorizationAmount": 300.0,
127 127   "remainingAmount" : 150.0,
128 128   "currency": "SEK",
129 - "cardAuthenticationMethod": "ChipPin|ChipSign|PanCvcExpr|RecurringToken",
129 + "cardAuthenticationMethod": "ChipPin|ChipSign|PanCvcExpr|RecurringToken|MagStripePin",
130 130   "channel": "POS|UnattendedPOS|Ecom ",
131 131   "@id": "/ledger/card-transaction/v1/XXX/authorizations/NNN",
132 132   "purchases": "/ledger/card-transaction/v1/XXX/purchases?authorizationId=123",
... ... @@ -170,6 +170,7 @@
170 170  * ChipSign// (Transaction made in a store / terminal where the buyer shows his identification and gives his signature)//
171 171  * PanCvcExpr// (E-com transaction. Transaction made online by entering the cards pan, cvc and expiredate)//
172 172  * RecurringToken
173 +* MagStripePin
173 173  )))
174 174  )))
175 175  |(% style="width:215px" %)channel|(% style="width:114px" %)string|(% style="width:118px" %) |(% style="width:586px" %)(((
... ... @@ -256,7 +256,7 @@
256 256   "cardToken": "5646735165",
257 257   "sellerNumber": "654",
258 258   "currency": "SEK",
259 - "cardAuthenticationMethod": "ChipPin|ChipSign|PanCvcExpr|RecurringToken",
260 + "cardAuthenticationMethod": "ChipPin|ChipSign|PanCvcExpr|RecurringToken|MagStripePin",
260 260   "channel": "POS|UnattendedPOS|Ecom "
261 261   }
262 262  }
... ... @@ -305,7 +305,7 @@
305 305   "cardToken": "5646735165",
306 306   "sellerNumber": "654",
307 307   "currency": "SEK",
308 - "cardAuthenticationMethod": "ChipPin|ChipSign|PanCvcExpr|RecurringToken",
309 + "cardAuthenticationMethod": "ChipPin|ChipSign|PanCvcExpr|RecurringToken|MagStripePin",
309 309   "channel": "POS|UnattendedPOS|Ecom "
310 310   },
311 311   "corrections": "/ledger/card-transaction/v1/XXX/purchases/YYY/corrections",
... ... @@ -350,6 +350,7 @@
350 350  * ChipSign// (Transaction made in a store / terminal where the buyer shows his identification and gives his signature)//
351 351  * PanCvcExpr// (E-com transaction. Transaction made online by entering the cards pan, cvc and expiredate)//
352 352  * RecurringToken
354 +* MagStripePin
353 353  )))
354 354  )))
355 355  |(% style="width:215px" %)offlineInfo.channel|(% style="width:114px" %)string|(% style="width:118px" %) |(% style="width:586px" %)(((
... ... @@ -678,7 +678,7 @@
678 678  = Mapping card-transaction to credit-account =
679 679  
680 680  |=(% style="width: 233px;" %)Card Transaction Api (this api)|=(% style="width: 134px;" %)Type|=(% style="width: 256px;" %)Credit Account Api|=(% style="width: 1043px;" %)Description
681 -|(% style="width:233px" %)[[../authorizations>>https://developer.payex.com/xwiki/wiki/developer/view/Main/credit-account/api/card-transaction/#HAuthorizations]]|(% style="width:134px" %)(% class="small" %)Authorization|(% style="width:256px" %)[[../reservations>>https://developer.payex.com/xwiki/wiki/developer/view/Main/credit-account/api/credit-account/#HReservations]]|(% style="width:1043px" %)(% class="small" %)Successful authorizations will end up as reservations in the credit-account api. The credit account/accounts api will also include a property with the total reservation amount that has not yet received a corresponding financial transaction in [[the "(% class="small small small small small small small small small small small small small small small small small small small small small small small small small" %)##reservedAmount##" property>>https://developer.payex.com/xwiki/wiki/developer/view/Main/credit-account/api/credit-account/#HAccounts]](%%).
683 +|(% style="width:233px" %)[[../authorizations>>https://developer.payex.com/xwiki/wiki/developer/view/Main/credit-account/api/card-transaction/#HAuthorizations]]|(% style="width:134px" %)(% class="small" %)Authorization|(% style="width:256px" %)[[../reservations>>https://developer.payex.com/xwiki/wiki/developer/view/Main/credit-account/api/credit-account/#HReservations]]|(% style="width:1043px" %)(% class="small" %)Successful authorizations will end up as reservations in the credit-account api. The credit account/accounts api will also include a property with the total reservation amount that has not yet received a corresponding financial transaction in [[the "(% class="small small small small small small small small small small small small small small small small small small small small small small small small small small small small small small" %)##reservedAmount##" property>>https://developer.payex.com/xwiki/wiki/developer/view/Main/credit-account/api/credit-account/#HAccounts]](%%).
682 682  |(% style="width:233px" %)[[../authorization/../cancellations>>https://developer.payex.com/xwiki/wiki/developer/view/Main/credit-account/api/card-transaction/#HCancellations]]|(% style="width:134px" %)(% class="small" %)Authorization|(% style="width:256px" %)n/a|(% style="width:1043px" %)(% class="small" %)Cancellations are used to free up authorizations/reservations, if the consumer of the api know that a financial transaction will not occur. Authorizations automatically times-out after a configurable time.
683 683  |(% style="width:233px" %)[[../purchases>>https://developer.payex.com/xwiki/wiki/developer/view/Main/credit-account/api/card-transaction/#HPurchases]]|(% style="width:134px" %)(% class="small" %)Financial Transaction|(% style="width:256px" %)(((
684 684  [[../transactions>>https://developer.payex.com/xwiki/wiki/developer/view/Main/credit-account/api/credit-account/#HTransactions]] (% class="small" %)##**"type" : "purchase"**##