Changes for page ../credit-account

Last modified by dap on 2022/08/11 10:52
From version 144.1
edited by dap
on 2020/09/25 08:59
To version 144.2
edited by dap
on 2020/09/25 09:13
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -733,7 +733,7 @@
733 733  ==== Create settings on an account ====
734 734  
735 735  (% class="wikigeneratedid" %)
736 -Execute http patch towards this resource to change how recurring payments should behave on the specified account
736 +Execute http **POST **towards this resource to create recurring payments configuration for specified account.
737 737  
738 738  {{code language="http" title="**Request**"}}
739 739  POST /ledger/credit-account/v1/XXX/accounts/NNN/recurring-payment-configuration HTTP/1.1
... ... @@ -751,7 +751,7 @@
751 751  Update settings on an account ====
752 752  
753 753  (% class="wikigeneratedid" %)
754 -Execute http patch towards this resource to change how recurring payments should behave on the specified account
754 +Execute http **PATCH** towards this resource to update the recurring payment configuration
755 755  
756 756  {{code language="http" title="**Request**"}}
757 757  PATCH /ledger/credit-account/v1/XXX/accounts/NNN/recurring-payment-configuration HTTP/1.1
... ... @@ -768,7 +768,7 @@
768 768  ==== Delete settings on an account ====
769 769  
770 770  (% class="wikigeneratedid" %)
771 -Execute http patch towards this resource to change how recurring payments should behave on the specified account
771 +Execute http **DELETE **to delete the recurring payment settings for the specified account. By deleting the settings, the account will not use the consent registered on the customer for recurring payments.
772 772  
773 773  {{code language="http" title="**Request**"}}
774 774  DELETE /ledger/credit-account/v1/XXX/accounts/NNN/recurring-payment-configuration HTTP/1.1