Skip to content

Commit d9a1fb7

Browse files
author
Iulian Masar
committed
version bump 3.43.0
1 parent cf3b583 commit d9a1fb7

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
## [3.43.0] - 2025-04-29
2+
### Added
3+
4+
#### SCA on wallet access endpoints
5+
`ScaContext` query parameter added on wallet access endpoints for the [introduction of SCA](https://docs.mangopay.com/guides/sca/wallets):
6+
7+
- [GET View a Wallet](https://docs.mangopay.com/api-reference/wallets/view-wallet)
8+
- [GET List Wallets for a User](https://docs.mangopay.com/api-reference/wallets/list-wallets-user)
9+
- [GET List Transactions for a User](https://docs.mangopay.com/api-reference/transactions/list-transactions-user)
10+
- [GET List Transactions for a Wallet](https://docs.mangopay.com/api-reference/transactions/list-transactions-wallet)
11+
12+
If SCA is required, Mangopay responds with a 401 response code. The `PendingUserAction` `RedirectUrl` is in the dedicated `WWW-Authenticate` response header.
13+
14+
See the tests for examples on handling this error.
15+
16+
#### BLIK with code
17+
Support for [BLIK with code endpoint](https://docs.mangopay.com/api-reference/blik/create-blik-payin-with-code)
18+
119
## [3.42.0] - 2025-04-24
220
### Added
321

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.42.0',
13+
version='3.43.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)