Changes for page card-transaction

Last modified by David Persson on 2024/02/21 07:48
From version 78.1
edited by David Persson
on 2020/05/19 08:56
To version 79.1
edited by David Persson
on 2020/05/19 14:52
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -17,6 +17,9 @@
17 17  
18 18  = Changelog =
19 19  
20 +2020-05-19
21 +PointOfSale property added to the resources **purchase, cash-withdrawal** and **reversal**
22 +
20 20  2020-05-14
21 21  Changed instructions of extracting AcquireBatchId from RKHA file
22 22  
... ... @@ -247,6 +247,7 @@
247 247   },
248 248   "amount": 200.0,
249 249   "date": "2019-11-28",
253 + "pointOfSale": "Testshop",
250 250   "offlineInfo" : {
251 251   "pointOfSale": "Testshop",
252 252   "cardToken": "5646735165",
... ... @@ -295,6 +295,7 @@
295 295   },
296 296   "amount": 200.0,
297 297   "date": "2019-11-28",
302 + "pointOfSale": "Testshop",
298 298   "offlineInfo" : {
299 299   "pointOfSale": "Testshop",
300 300   "cardToken": "5646735165",
... ... @@ -332,6 +332,7 @@
332 332  |(% style="width:337px" %)sellerReceiptId|(% style="width:121px" %)string|(% style="width:164px" %)Maxlength: 50|(% style="width:1156px" %)Equals field ”Retrieval reference number” position 333-344 in the RKHAS400 Original transaction
333 333  |(% style="width:337px" %)amount|(% style="width:121px" %)decimal|(% style="width:164px" %) |(% style="width:1156px" %)
334 334  |(% style="width:337px" %)date|(% style="width:121px" %)date|(% style="width:164px" %)[[ISO 8601>>url:http://en.wikipedia.org/wiki/ISO_8601||rel="noreferrer" title="ISO8601 on Wikipedia"]]|(% style="width:1156px" %)valuedate of the transaction
340 +|(% style="width:215px" %)pointOfSale|(% style="width:114px" %)string|(% style="width:118px" %)Maxlength: 50|(% style="width:586px" %)Name of the location/point/shop of sale
335 335  |(% style="width:337px" %)offlineInfo.pointOfSale|(% style="width:121px" %)string|(% style="width:164px" %)Maxlength: 50|(% style="width:1156px" %)Name of the location/point/shop of sale, will be returned in reservation resource
336 336  |(% style="width:337px" %)offlineInfo.cardToken|(% style="width:121px" %)string|(% style="width:164px" %) |(% style="width:1156px" %)Identifier of the card. The purchase will be made on the account that the card is linked to
337 337  |(% style="width:337px" %)offlineInfo.sellerNumber|(% style="width:121px" %)string|(% style="width:164px" %)Maxlength: 15|(% style="width:1156px" %)Identifier of the current seller/merchant
... ... @@ -378,7 +378,8 @@
378 378   "acquirerTransactionId" : "534313"
379 379   },
380 380   "amount": 200.0,
381 - "date": "2019-11-28"
387 + "date": "2019-11-28",
388 + "pointOfSale": "Testshop"
382 382  }
383 383  {{/code}}
384 384  
... ... @@ -419,6 +419,7 @@
419 419   },
420 420   "amount": 200.0,
421 421   "date": "2019-11-28",
429 + "pointOfSale": "Testshop",
422 422   "corrections": "/ledger/card-transaction/v1/XXX/cash-withdrawals/YYY/corrections",
423 423   "@id": "/ledger/card-transaction/v1/XXX/cash-withdrawals/YYY",
424 424   "operations": [
... ... @@ -448,6 +448,7 @@
448 448  |(% style="width:337px" %)sellerReceiptId|(% style="width:121px" %)string|(% style="width:164px" %)Maxlength: 50|(% style="width:1156px" %)
449 449  |(% style="width:337px" %)amount|(% style="width:121px" %)decimal|(% style="width:164px" %) |(% style="width:1156px" %)
450 450  |(% style="width:337px" %)date|(% style="width:121px" %)date|(% style="width:164px" %)[[ISO 8601>>url:http://en.wikipedia.org/wiki/ISO_8601||rel="noreferrer" title="ISO8601 on Wikipedia"]]|(% style="width:1156px" %)valuedate of the transaction
459 +|(% style="width:215px" %)pointOfSale|(% style="width:114px" %)string|(% style="width:118px" %)Maxlength: 50|(% style="width:586px" %)Name of the location/point/shop of sale
451 451  |(% style="width:337px" %)corrections|(% style="width:121px" %)string|(% style="width:164px" %)Uri|(% style="width:1156px" %)
452 452  
453 453  ----
... ... @@ -475,7 +475,8 @@
475 475   },
476 476   "sourceReversalTransactionId" : "534312",
477 477   "amount": 200.0,
478 - "date": "2019-11-28"
487 + "date": "2019-11-28",
488 + "pointOfSale": "Testshop"
479 479  }
480 480  {{/code}}
481 481  
... ... @@ -515,6 +515,7 @@
515 515   "sourceReversalTransactionId" : "534312",
516 516   "amount": 200.0,
517 517   "date": "2019-11-28",
528 + "pointOfSale": "Testshop",
518 518   "@id" : "/ledger/card-transaction/v1/XXX/reversals/YYY",
519 519   "operations" : [
520 520   {
... ... @@ -540,6 +540,7 @@
540 540  |(% style="width:215px" %)sourceReversalTransactionId|(% style="width:114px" %)string|(% style="width:118px" %)Maxlength: 50|(% style="width:586px" %)Unique identifier of the Reversal transaction
541 541  |(% style="width:215px" %)amount|(% style="width:114px" %)decimal|(% style="width:118px" %) |(% style="width:586px" %)
542 542  |(% style="width:337px" %)date|(% style="width:121px" %)date|(% style="width:164px" %)[[ISO 8601>>url:http://en.wikipedia.org/wiki/ISO_8601||rel="noreferrer" title="ISO8601 on Wikipedia"]]|(% style="width:1156px" %)valuedate of the transaction
554 +|(% style="width:215px" %)pointOfSale|(% style="width:114px" %)string|(% style="width:118px" %)Maxlength: 50|(% style="width:586px" %)Name of the location/point/shop of sale.
543 543  
544 544  === Corrections ===
545 545  
... ... @@ -666,7 +666,7 @@
666 666  = Mapping card-transaction to credit-account =
667 667  
668 668  |=(% style="width: 233px;" %)Card Transaction Api (this api)|=(% style="width: 134px;" %)Type|=(% style="width: 256px;" %)Credit Account Api|=(% style="width: 1043px;" %)Description
669 -|(% 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" %)##reservedAmount##" property>>https://developer.payex.com/xwiki/wiki/developer/view/Main/credit-account/api/credit-account/#HAccounts]](%%).
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" %)##reservedAmount##" property>>https://developer.payex.com/xwiki/wiki/developer/view/Main/credit-account/api/credit-account/#HAccounts]](%%).
670 670  |(% 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.
671 671  |(% 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" %)(((
672 672  [[../transactions>>https://developer.payex.com/xwiki/wiki/developer/view/Main/credit-account/api/credit-account/#HTransactions]] (% class="small" %)##**"type" : "purchase"**##