Changes for page card-transaction

Last modified by David Persson on 2024/02/21 07:48
From version 58.1
edited by David Persson
on 2020/04/16 08:26
To version 59.1
edited by David Persson
on 2020/04/16 08:56
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -44,7 +44,9 @@
44 44   "type": "Purchase|Reversal|CashWithdrawal",
45 45   "pointOfSale": "Testshop",
46 46   "authorizationAmount": 300.0,
47 - "currency": "SEK"
47 + "currency": "SEK",
48 + "cardAuthenticationMethod": "ChipPin|ChipSign|PanCvcExpr|RecurringToken",
49 + "channel": "POS|UnattendedPOS|EcomĀ "
48 48  }
49 49  {{/code}}
50 50  
... ... @@ -88,6 +88,8 @@
88 88   "authorizationAmount": 300.0,
89 89   "remainingAmount" : 150.0,
90 90   "currency": "SEK",
93 + "cardAuthenticationMethod": "ChipPin|ChipSign|PanCvcExpr|RecurringToken",
94 + "channel": "POS|UnattendedPOS|EcomĀ ",
91 91   "@id": "/ledger/card-transaction/v1/XXX/authorizations/NNN",
92 92   "purchases": "/ledger/card-transaction/v1/XXX/purchases?authorizationId=123",
93 93   "cash-withdrawals": "/ledger/card-transaction/v1/XXX/cash-withdrawals?authorizationId=123",