Skip to content

Commit 79603a9

Browse files
committed
Version Bump 3.3.0
1 parent 0f25e5c commit 79603a9

File tree

2 files changed

+31
-3
lines changed

2 files changed

+31
-3
lines changed

CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,31 @@
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+
129
## [3.2.0] - 2022.05.18
230
### Added
331

MangoPay.SDK/MangoPay.SDK.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
<Copyright>Copyright © 2022</Copyright>
77
<Description>.Net 6.0 for access to MANGOPAY API v2</Description>
88
<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>
1212
<PackageId>mangopay2-sdk</PackageId>
1313
</PropertyGroup>
1414
<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Debug|netstandard2.1|AnyCPU'">

0 commit comments

Comments
 (0)