Skip to content

Commit 5436c55

Browse files
author
Iulian Masar
committed
version bump 3.6.0
1 parent f8ae5a2 commit 5436c55

File tree

2 files changed

+27
-3
lines changed

2 files changed

+27
-3
lines changed

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
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+
125
## [3.5.0] - 2022-08-25
226
##Added
327
- It's now possible to fetch a Payconiq by ID

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.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>
1212
<PackageId>mangopay2-sdk</PackageId>
1313
</PropertyGroup>
1414
<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Debug|netstandard2.1|AnyCPU'">

0 commit comments

Comments
 (0)