Skip to content

Commit d7176be

Browse files
committed
Version bump 2.3.0
1 parent ee9b229 commit d7176be

File tree

2 files changed

+34
-3
lines changed

2 files changed

+34
-3
lines changed

CHANGELOG.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,34 @@
1+
## [2.3.0]
2+
3+
## Added
4+
5+
### On demand feature for 3DSv2
6+
7+
> **This on-demand feature is for testing purposes only and will not be available in production**
8+
9+
#### Request
10+
11+
We've added a new parameter `Requested3DSVersion` (not mandatory) that allows you to choose between versions of 3DS protocols (managed by the parameter `SecureMode`). Two values are available:
12+
* `V1`
13+
* `V2_1`
14+
15+
If nothing is sent, the flow will be 3DS V1.
16+
17+
The `Requested3DSVersion` may be included on all calls to the following endpoints:
18+
* `/preauthorizations/card/direct`
19+
* `/payins/card/direct`
20+
21+
#### Response
22+
23+
In the API response, the `Requested3DSVersion` will show the value you requested:
24+
* `V1`
25+
* `V2_1`
26+
* `null` – indicates that nothing was requested
27+
28+
The parameter `Applied3DSVersion` shows you the version of the 3DS protocol used. Two values are possible:
29+
* `V1`
30+
* `V2_1`
31+
132
## [2.2.0]
233
- 3DS2 integration with Shipping and Billing objects, including FirstName and LastName fields
334
The objects Billing and Shipping may be included on all calls to the following endpoints:

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 © 2020</Copyright>
77
<Description>.Net SDK and .NET Core SDK for access to MANGOPAY API v2</Description>
88
<Authors>MangoPay</Authors>
9-
<Version>2.2.0</Version>
10-
<AssemblyVersion>2.2.0.0</AssemblyVersion>
11-
<FileVersion>2.2.0.0</FileVersion>
9+
<Version>2.3.0</Version>
10+
<AssemblyVersion>2.3.0.0</AssemblyVersion>
11+
<FileVersion>2.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)