Changes for page ../credit-account
Last modified by Helge Dahl on 2020/02/06 17:55
From version 82.1
edited by David Persson
on 2020/01/31 12:33
on 2020/01/31 12:33
To version 83.1
edited by David Persson
on 2020/01/31 13:06
on 2020/01/31 13:06
Change comment: There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -326,7 +326,7 @@ 326 326 327 327 === === 328 328 329 -=== recurring-payment- consent ===329 +=== recurring-payment-setting === 330 330 331 331 (% class="wikigeneratedid" %) 332 332 This resource contain information/settings related to how recurring payments should behave on this account. ... ... @@ -335,7 +335,7 @@ 335 335 Requesting the resource ===== 336 336 337 337 {{code language="http" title="**Request**"}} 338 -GET /ledger/credit-account/v1/XXX/accounts/NNN/recurring-payment- consent/ HTTP/1.1338 +GET /ledger/credit-account/v1/XXX/accounts/NNN/recurring-payment-setting/ HTTP/1.1 339 339 Host: - 340 340 Authorization: Bearer <Token> 341 341 Content-Type: application/json ... ... @@ -347,7 +347,7 @@ 347 347 Content-Type: application/json 348 348 349 349 { 350 - "@id" : "/ledger/credit-account/v1/XXX/accounts/NNN/recurring-payment- consent",350 + "@id" : "/ledger/credit-account/v1/XXX/accounts/NNN/recurring-payment-setting", 351 351 "recurringPaymentMethod" : "autogiro", 352 352 "recurringPaymentScope" : "fixedRecurring", 353 353 "fixedRecurringAmount" : 1500.00, ... ... @@ -368,7 +368,7 @@ 368 368 Execute http patch towards this resource to change how recurring payments should behave on the specified account 369 369 370 370 {{code language="http" title="**Request**"}} 371 -PATCH /ledger/credit-account/v1/XXX/accounts/NNN/recurring-payment- consent HTTP/1.1371 +PATCH /ledger/credit-account/v1/XXX/accounts/NNN/recurring-payment-setting HTTP/1.1 372 372 Host: - 373 373 Authorization: Bearer <Token> 374 374 Content-Type: application/json