Skip to content

Commit b5393af

Browse files
author
Iulian Masar
committed
version bump 3.44.0
1 parent 13fe30d commit b5393af

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,26 @@
1+
## [3.44.0] - 2025-05-14
2+
### Added and refined
3+
4+
#### Hosted KYC/KYB endpoints
5+
6+
The following endpoints have been refined following the beta phase, and are now generally available:
7+
- [POST Create an IDV Session](https://docs.mangopay.com/api-reference/idv-sessions/create-idv-session) (no changes)
8+
- [GET View an IDV Session](https://docs.mangopay.com/api-reference/idv-sessions/view-idv-session) (includes `Checks` in response)
9+
- [GET List IDV Sessions for a User](https://docs.mangopay.com/api-reference/idv-sessions/list-idv-sessions-user) (new endpoint)
10+
11+
The previously available endpoint GET View Checks for an IDV Session has been removed (as Checks were integrated into the GET by ID).
12+
13+
See the [guide](https://docs.mangopay.com/guides/users/verification/hosted) for more details.
14+
15+
#### Recipients
16+
17+
The `Country` property has been added to [Recipients](https://docs.mangopay.com/guides/sca/recipients), as a required query parameter on [GET View the schema for a Recipient](https://docs.mangopay.com/api-reference/recipients/view-recipient-schema) and as a required body parameter on [POST Validate data for a Recipient](https://docs.mangopay.com/api-reference/recipients/validate-recipient-data) and [POST Create a Recipient](https://docs.mangopay.com/api-reference/recipients/create-recipient).
18+
19+
### Added
20+
21+
- [GET List Deposit Preauthorizations for a Card](https://docs.mangopay.com/api-reference/deposit-preauthorizations/list-deposit-preauthorizations-card)
22+
- [GET List Deposit Preauthorizations for a User](https://docs.mangopay.com/api-reference/deposit-preauthorizations/list-deposit-preauthorizations-user)
23+
124
## [3.43.0] - 2025-04-29
225
### Added
326

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
setup(
1212
name='mangopaysdk',
13-
version='3.43.0',
13+
version='3.44.0',
1414
description='A client library written in python to work with mangopay v2 api',
1515
long_description='This SDK is a client library for interacting with the Mangopay API.',
1616
url='https://github.com/Mangopay/mangopay2-python-sdk',

0 commit comments

Comments
 (0)