File tree Expand file tree Collapse file tree 2 files changed +27
-3
lines changed Expand file tree Collapse file tree 2 files changed +27
-3
lines changed Original file line number Diff line number Diff line change
1
+ ## [ 3.6.0] - 2022-10-06
2
+ ### Added
3
+
4
+ ** New country authorizations endpoints**
5
+
6
+ Country authorizations can now be viewed by using one of the following endpoints:
7
+
8
+ [ View a country's authorizations] ( https://docs.mangopay.com/endpoints/v2.01/regulatory#e1061_the-country-authorizations-object )
9
+ [ View all countries' authorizations] ( https://docs.mangopay.com/endpoints/v2.01/regulatory#e1061_the-country-authorizations-object )
10
+
11
+ With these calls, it is possible to check which countries have:
12
+
13
+ - Blocked user creation
14
+ - Blocked bank account creation
15
+ - Blocked payout creation
16
+
17
+ Please refer to the [ Restrictions by country] ( https://docs.mangopay.com/guide/restrictions-by-country ) article for more information.
18
+
19
+ ** New country authorization hook**
20
+
21
+ Country authorization updates can now be received by setting up a hook for the following EventType: COUNTRY_AUTHORIZATION_UPDATED
22
+
23
+ With this hook, it is possible to be notified when a country’s restrictions are updated.
24
+
1
25
## [ 3.5.0] - 2022-08-25
2
26
##Added
3
27
- It's now possible to fetch a Payconiq by ID
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.5 .0</Version >
10
- <AssemblyVersion >3.5 .0.0</AssemblyVersion >
11
- <FileVersion >3.5 .0.0</FileVersion >
9
+ <Version >3.6 .0</Version >
10
+ <AssemblyVersion >3.6 .0.0</AssemblyVersion >
11
+ <FileVersion >3.6 .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