Changes for page account

Last modified by David Persson on 2024/02/21 07:42
From version 10.1
edited by Rasmus Enekvist
on 2021/09/24 08:02
To version 11.1
edited by Rasmus Enekvist
on 2021/09/24 08:04
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -682,7 +682,7 @@
682 682  
683 683  
684 684  {{code language="http" title="**Request**"}}
685 -GET /ledger/credit-account/v1/XXX/accounts/NNN/recurring-payment-configuration/ HTTP/1.1
685 +GET /ledger/account/v1/XXX/accounts/NNN/recurring-payment-configuration/ HTTP/1.1
686 686  Host: -
687 687  Authorization: Bearer <Token>
688 688  Content-Type: application/json
... ... @@ -694,16 +694,16 @@
694 694  Content-Type: application/json
695 695  
696 696  {
697 - "@id" : "/ledger/credit-account/v1/XXX/accounts/NNN/recurring-payment-configurations",
697 + "@id" : "/ledger/account/v1/XXX/accounts/NNN/recurring-payment-configurations",
698 698   "paymentMethod" : "autogiro",
699 699   "paymentScope" : "fixedRecurring",
700 700   "fixedAmount" : 1500.00,
701 - "parentHREF": "/ledger/credit-account/v1/XXX/accounts/NNN",
701 + "parentHREF": "/ledger/account/v1/XXX/accounts/NNN",
702 702   "operation" : [
703 703   {
704 704   "rel" : "partially-update-recurring-payment-consent",
705 705   "method" : "patch",
706 - "href" : "/ledger/credit-account/v1/XXX/accounts/NNN/recurring-payment-consent"
706 + "href" : "/ledger/account/v1/XXX/accounts/NNN/recurring-payment-consent"
707 707   }
708 708   ]
709 709  }
... ... @@ -715,7 +715,7 @@
715 715  Execute http **POST **towards this resource to create recurring payments configuration for specified account.
716 716  
717 717  {{code language="http" title="**Request**"}}
718 -POST /ledger/credit-account/v1/XXX/accounts/NNN/recurring-payment-configuration HTTP/1.1
718 +POST /ledger/account/v1/XXX/accounts/NNN/recurring-payment-configuration HTTP/1.1
719 719  Host: -
720 720  Authorization: Bearer <Token>
721 721  Content-Type: application/json
... ... @@ -734,7 +734,7 @@
734 734  Execute http **PATCH** towards this resource to update the recurring payment configuration
735 735  
736 736  {{code language="http" title="**Request**"}}
737 -PATCH /ledger/credit-account/v1/XXX/accounts/NNN/recurring-payment-configuration HTTP/1.1
737 +PATCH /ledger/account/v1/XXX/accounts/NNN/recurring-payment-configuration HTTP/1.1
738 738  Host: -
739 739  Authorization: Bearer <Token>
740 740  Content-Type: application/json
... ... @@ -751,7 +751,7 @@
751 751  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.
752 752  
753 753  {{code language="http" title="**Request**"}}
754 -DELETE /ledger/credit-account/v1/XXX/accounts/NNN/recurring-payment-configuration HTTP/1.1
754 +DELETE /ledger/account/v1/XXX/accounts/NNN/recurring-payment-configuration HTTP/1.1
755 755  Host: -
756 756  Authorization: Bearer <Token>
757 757  Content-Type: application/json
... ... @@ -770,7 +770,7 @@
770 770  paymentScopes:
771 771  
772 772  * fixedRecurring (Fixed amount to debit monthly)
773 -* totalDebt (Total credit-account debt / used credit will be debited each month)
773 +* totalDebt (Total account debt / used credit will be debited each month)
774 774  * billedAmount (Only the //"minimum amount to pay"// will be debited each month)
775 775  )))
776 776  |(% style="width:337px" %)fixedAmount|(% style="width:205px" %)decimal|(% style="width:208px" %) |(% style="background-color:palegreen; width:58px" %) |(% style="width:1176px" %)amount to monthly debit end-customers bankaccount (Only valid if recurringPaymentScope is set to "fixedRecurring")