Changes for page card-transaction

Last modified by David Persson on 2024/02/21 07:48
From version 22.1
edited by David Persson
on 2020/02/21 02:47
To version 23.1
edited by David Persson
on 2020/02/21 02:49
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -181,7 +181,7 @@
181 181   "@id": "/ledger/card-transaction/v1/XXX/purchases/YYY",
182 182   "operations": [
183 183   {
184 - "rel": "create-reversal",
184 + "rel": "create-correction",
185 185   "method": "post",
186 186   "href": "/ledger/card-transaction/v1/XXX/authorizations/NNN/purchases/YYY/corrections"
187 187   }
... ... @@ -364,7 +364,13 @@
364 364   "sourceReversalTransactionId" : "534312",
365 365   "amount": 200.0,
366 366   "@id" : "/ledger/card-transaction/v1/XXX/reversals/YYY",
367 - "operations" : []
367 + "operations" : [
368 + {
369 + "rel": "create-correction",
370 + "method": "post",
371 + "href": "/ledger/card-transaction/v1/XXX/reversals/YYY/corrections"
372 + }
373 + ]
368 368  }
369 369  {{/code}}
370 370