You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+18Lines changed: 18 additions & 0 deletions
Original file line number
Diff line number
Diff 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)
0 commit comments