File tree Expand file tree Collapse file tree 2 files changed +31
-3
lines changed Expand file tree Collapse file tree 2 files changed +31
-3
lines changed Original file line number Diff line number Diff line change
1
+ ## [ 3.2.0] - 2022.05.20
2
+ ### Added
3
+
4
+ Users can now be differentiated depending on their MANGOPAY usage.
5
+
6
+ This is possible with the new UserCategory parameter, whose value can be set to:
7
+
8
+ - Payer – For users who are only using MANGOPAY to give money to other users (i.e., only pay).
9
+ - Owner – For users who are using MANGOPAY to receive funds (and who are therefore required to accept MANGOPAY’s terms and conditions).
10
+
11
+ Please note that the following parameters become required as soon as the UserCategory is set to “Owner”:
12
+ - HeadquartersAddress
13
+ - CompanyNumber (if the LegalPersonType is “Business”)
14
+ - TermsAndConditionsAccepted.
15
+
16
+ The documentation of user-related endpoints has been updated and reorganised to take into account the new parameter:
17
+
18
+ [ Create a Natural User (Payer)] ( https://docs.mangopay.com/endpoints/v2.01/users#e255_create-a-natural-user )
19
+ [ Create a Natural User (Owner)] ( https://docs.mangopay.com/endpoints/v2.01/users#e1059_create-natural-user-owner )
20
+ [ Update a Natural User] ( https://docs.mangopay.com/endpoints/v2.01/users#e260_update-a-natural-user )
21
+ [ Create a Legal User (Payer)] ( https://docs.mangopay.com/endpoints/v2.01/users#e259_create-a-legal-user )
22
+ [ Create a Legal User (Owner)] ( https://docs.mangopay.com/endpoints/v2.01/users#e1060_create-a-legal-user-owner )
23
+ [ Update a Legal User] ( https://docs.mangopay.com/endpoints/v2.01/users#e261_update-a-legal-user )
24
+ [ View a User] ( https://docs.mangopay.com/endpoints/v2.01/users#e256_view-a-user )
25
+ [ List all Users] ( https://docs.mangopay.com/endpoints/v2.01/users#e257_list-all-users )
26
+
27
+ Differentiating the platform users results in a smoother user experience for “Payers” as they will have less declarative data to provide.
28
+
1
29
## [ 3.2.0] - 2022.05.18
2
30
### Added
3
31
Original file line number Diff line number Diff line change 6
6
<Copyright >Copyright © 2022</Copyright >
7
7
<Description >.Net 6.0 for access to MANGOPAY API v2</Description >
8
8
<Authors >MangoPay</Authors >
9
- <Version >3.2 .0</Version >
10
- <AssemblyVersion >3.2 .0.0</AssemblyVersion >
11
- <FileVersion >3.2 .0.0</FileVersion >
9
+ <Version >3.3 .0</Version >
10
+ <AssemblyVersion >3.3 .0.0</AssemblyVersion >
11
+ <FileVersion >3.3 .0.0</FileVersion >
12
12
<PackageId >mangopay2-sdk</PackageId >
13
13
</PropertyGroup >
14
14
<PropertyGroup Condition =" '$(Configuration)|$(TargetFramework)|$(Platform)'=='Debug|netstandard2.1|AnyCPU'" >
You can’t perform that action at this time.
0 commit comments