Changes for page card-transaction
Last modified by David Persson on 2024/02/21 07:48
From version 38.1
edited by David Persson
on 2020/03/04 15:40
on 2020/03/04 15:40
To version 38.2
edited by David Persson
on 2020/03/08 21:01
on 2020/03/08 21:01
Change comment: There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -119,6 +119,49 @@ 119 119 120 120 ---- 121 121 122 +== Cancellations == 123 + 124 +==== Post cancellations ==== 125 + 126 +{{code language="http" title="**Request**"}} 127 +POST /ledger/credit-account-acquiring/v1/XXX/authorizations/NNN/cancellations HTTP/1.1 128 +Host: - 129 +Authorization: Bearer <Token> 130 +Content-Type: application/json 131 +{{/code}} 132 + 133 +==== Get cancellations ==== 134 + 135 +{{code language="http" title="**Request**"}} 136 +GET /ledger/credit-account-acquiring/v1/XXX/authorizations/NNN/cancellations/NNN HTTP/1.1 137 +Host: - 138 +Authorization: Bearer <Token> 139 +Content-Type: application/json 140 + 141 +{{/code}} 142 + 143 +==== Resource cancellations ==== 144 + 145 +{{code language="http" title="**Response**"}} 146 +HTTP/1.1 200 OK 147 +Content-Type: application/json 148 + 149 +{ 150 + "cancellationDate" : "2019-11-20", 151 + "@id" : "/ledger/credit-account-acquiring/v1/XXX/authorizations/NNN/cancellations", 152 + "parentHREF" : "/ledger/credit-account-acquiring/v1/XXX/authorizations/NNN" 153 +} 154 +{{/code}} 155 + 156 +==== Resource properties cancellations ==== 157 + 158 +(% class="table-bordered table-striped" %) 159 +|=(% style="width: 215px;" %)Property|=(% style="width: 114px;" %)Data type|=(% style="width: 118px;" %)Format|=(% style="width: 586px;" %)Description 160 +|(% style="width:215px" %)@id |(% style="width:114px" %)string|(% style="width:118px" %)Uri|(% style="width:586px" %) 161 +|(% style="width:215px" %)cancellationDate|(% style="width:114px" %)date|(% style="width:118px" %)[[ISO 8601>>url:http://en.wikipedia.org/wiki/ISO_8601||rel="noreferrer" title="ISO8601 on Wikipedia"]]|(% style="width:586px" %) 162 + 163 +---- 164 + 122 122 == Purchases == 123 123 124 124 ==== Post purchases ====