Skip to content

Commit

Permalink
version bump 3.39.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Iulian Masar committed Feb 25, 2025
1 parent ac83332 commit 49b5008
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,29 @@
## [3.39.0] - 2025-02-25
### Added

Endpoints and webhooks for [hosted KYC/B solution](https://docs.mangopay.com/guides/users/verification/hosted) (in beta)

- Endpoints
- [Create an IDV Session](https://docs.mangopay.com/api-reference/idv-sessions/create-idv-session)
- [View an IDV Session](https://docs.mangopay.com/api-reference/idv-sessions/view-idv-session)
- [View Checks for an IDV Session](https://mangopay-idv.mintlify.app/api-reference/idv-sessions/view-idv-session-checks)

- Event types
- `IDENTITY_VERIFICATION_VALIDATED`
- `IDENTITY_VERIFICATION_FAILED`
- `IDENTITY_VERIFICATION_INCONCLUSIVE`
- `IDENTITY_VERIFICATION_OUTDATED`

`CardInfo` added for [Apple Pay](https://docs.mangopay.com/api-reference/apple-pay/create-apple-pay-payin) and [Google Pay](https://docs.mangopay.com/api-reference/google-pay/create-google-pay-payin)

### Fixed

Test for KYC documents test_GetKycDocuments

Updating the UBO should not require the full object

Get User EMoney wrong output

## [3.38.0] - 2025-02-14
### Added

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

setup(
name='mangopaysdk',
version='3.38.0',
version='3.39.0',
description='A client library written in python to work with mangopay v2 api',
long_description='This SDK is a client library for interacting with the Mangopay API.',
url='https://github.com/Mangopay/mangopay2-python-sdk',
Expand Down

0 comments on commit 49b5008

Please sign in to comment.