|
| 1 | +## [3.50.0] - 2025-10-01 |
| 2 | +### Added |
| 3 | +- [Verification of Payee (VOP)](https://docs.mangopay.com/guides/vop/recipients-payouts) API response fields (`RecipientVerificationOfPayee` and sub-properties) on the endpoints [GET View a Recipient](https://docs.mangopay.com/api-reference/recipients/view-recipient), [POST Create a Recipient](https://docs.mangopay.com/api-reference/recipients/create-recipient), [POST Create a Payout](https://docs.mangopay.com/api-reference/payouts/create-payout) ([API release note](https://docs.mangopay.com/release-notes/api/2025-09-30), #445) |
| 4 | +- Support for the [POST Cancel an Intent](https://docs.mangopay.com/api-reference/intents/cancel-intent) endpoint for [Echo](https://docs.mangopay.com/guides/echo), Mangopay's solution for platforms working with another third-party PSP for funds acquisition (#453) |
| 5 | +- Support for [POST Submit data for a PayPal PayIn](https://docs.mangopay.com/api-reference/paypal/submit-data-paypal-payin) endpoint (#450) |
| 6 | + |
| 7 | +## [3.49.4] - 2025-09-23 |
| 8 | +### Added |
| 9 | +- Webhook event types for [Echo](https://docs.mangopay.com/guides/echo), Mangopay's solution for third-party PSP integrations: `INTENT_AUTHORIZED`,`INTENT_CAPTURED`,`INTENT_REFUNDED`,`INTENT_REFUND_REVERSED`,`INTENT_DISPUTE_CREATED`,`INTENT_DISPUTE_DEFENDED`,`INTENT_DISPUTE_WON`,`INTENT_DISPUTE_LOST`,`INTENT_SETTLED_NOT_PAID`,`INTENT_PAID`,`SPLIT_CREATED`,`SPLIT_PENDING_FUNDS_RECEPTION`,`SPLIT_AVAILABLE`,`SPLIT_REJECTED`,`SPLIT_REVERSED` #448 |
| 10 | +- Support for `VirtualAccountPurpose` on Banking Alias object #451 |
| 11 | + |
| 12 | +## [3.49.3] - 2025-09-08 |
| 13 | +### Added |
| 14 | +- Support for `ProfilingAttemptReference` on all payment methods |
| 15 | + |
| 16 | +## [3.49.2] - 2025-09-03 |
| 17 | +### Added |
| 18 | +- Support for missing fields on TransferRefund #444 (thank you @obarahona10 #377) |
| 19 | + |
| 20 | +### Changed |
| 21 | +- Casing of 3 fields to harmonise on snake_case #443 ⚠️ **Breaking change** for Conversion `quote_Id`, Document(KYC) `processed_date`, and Ubo `is_active` (thanks @samitnuk #268) |
| 22 | +- OAuth token refresh buffer before expiry updated to 30s #446 |
| 23 | +- Updated testing library to pynose (thank you @nandoks #441) |
| 24 | + |
| 25 | +### Fixed |
| 26 | +- Tests |
| 27 | + |
| 28 | +## [3.49.1] - 2025-08-14 |
| 29 | +### Added |
| 30 | +- Support for [POST Create a Quoted Conversion between Client Wallets](https://docs.mangopay.com/api-reference/conversions/create-quoted-conversion-client-wallets) and [POST Create an Instant Conversion between Client Wallets](https://docs.mangopay.com/api-reference/conversions/create-instant-conversion-client-wallets) #437 |
| 31 | +- Support for [POST Create a Bank Wire to the Repudiation Wallet](https://docs.mangopay.com/api-reference/dispute-settlement/create-bank-wire-payin-to-repudiation-wallet) #438 |
| 32 | +- Support for [GET List Disputes pending settlement](https://docs.mangopay.com/api-reference/disputes/list-disputes-settlement) #439 |
| 33 | + |
| 34 | +## [3.49.0] - 2025-08-07 |
| 35 | +### Added |
| 36 | +Support for new Splits endpoints for Echo (#434, [API release note](https://docs.mangopay.com/release-notes/api/2025-07-16)): |
| 37 | +- [PUT Update a Split of an Intent](https://docs.mangopay.com/api-reference/intents/update-intent-split) |
| 38 | +- [POST Execute a Split of an Intent](https://docs.mangopay.com/api-reference/intents/execute-intent-split) |
| 39 | +- [POST Reverse the Split of an Intent](https://docs.mangopay.com/api-reference/intents/reverse-intent-split) |
| 40 | +- [GET View a Split of an Intent](https://docs.mangopay.com/api-reference/intents/view-intent-split) |
| 41 | + |
| 42 | +New `ReportTypes` for Echo (#435, [API release note](https://docs.mangopay.com/release-notes/api/2025-08-06))): |
| 43 | +- `ECHO_INTENT` |
| 44 | +- `ECHO_INTENT_ACTION` |
| 45 | +- `ECHO_SETTLEMENT` |
| 46 | +- `ECHO_SPLIT` |
| 47 | + |
| 48 | +## [3.48.1] - 2025-07-28 |
| 49 | +### Added |
| 50 | +- `Sku` parameter on LineItem, for [Klarna PayIns](https://docs.mangopay.com/api-reference/klarna/create-klarna-payin) |
| 51 | +- handle new endpoint [View supported banks for Pay by Bank](https://docs.mangopay.com/api-reference/pay-by-bank/view-supported-banks-pay-by-bank), to enable presentation of banks to user before Pay by Bank payment request |
| 52 | + |
| 53 | +## [3.48.0] - 2025-07-18 |
| 54 | +### Added |
| 55 | +Endpoints for [Mangopay Echo](https://docs.mangopay.com/guides/echo), a solution for platforms working with another third-party PSP for funds acquisition (including via the Mirakl Connector) #429 : |
| 56 | +- [POST Create an Intent](https://docs.mangopay.com/api-reference/intents/create-intent) |
| 57 | +- [GET View an Intent](https://docs.mangopay.com/api-reference/intents/view-intent) |
| 58 | +- [POST Create a Capture for an Intent](https://docs.mangopay.com/api-reference/intents/create-intent-capture) |
| 59 | +- [POST Create a Settlement](https://docs.mangopay.com/api-reference/settlements/create-settlement) |
| 60 | +- [PUT Update a Settlement](https://docs.mangopay.com/api-reference/settlements/update-settlement) |
| 61 | +- [GET View a Settlement](https://docs.mangopay.com/api-reference/settlements/view-settlement) |
| 62 | +- [POST Create a Split of an Intent](https://docs.mangopay.com/api-reference/intents/create-intent-split) |
| 63 | + |
| 64 | +## [3.47.0] - 2025-07-02 |
| 65 | +### Added |
| 66 | +- New endpoint [POST Create a Bizum PayIn](https://docs.mangopay.com/api-reference/bizum/create-bizum-payin) |
| 67 | +- New webhook event types for SCA enrollment ([API release note](https://docs.mangopay.com/release-notes/api/2025-06-23)), note that these are triggered on enrollment not authentication: |
| 68 | + - `SCA_ENROLLMENT_SUCCEEDED` |
| 69 | + - `SCA_ENROLLMENT_FAILED` |
| 70 | + - `SCA_ENROLLMENT_EXPIRED` |
| 71 | +- New webhook event types for `UserCategory` change ([API release note](https://docs.mangopay.com/release-notes/api/2025-06-23) ): |
| 72 | + - `USER_CATEGORY_UPDATED_TO_OWNER` |
| 73 | + - `USER_CATEGORY_UPDATED_TO_PAYER` |
| 74 | + - `USER_CATEGORY_UPDATED_TO_PLATFORM` |
| 75 | +- Support for `PLATFORM` value to `UserCategory` enum |
| 76 | +- Support for [GET List Transactions for a Card Fingerprint](https://docs.mangopay.com/api-reference/transactions/list-transactions-card-fingerprint) |
| 77 | +- Support for [GET List Transactions for a Dispute](https://docs.mangopay.com/api-reference/transactions/list-transactions-dispute) |
| 78 | + |
| 79 | +## [3.46.1] - 2025-06-16 |
| 80 | + |
| 81 | +### Added |
| 82 | +- [US and CA virtual accounts](https://docs.mangopay.com/release-notes/api/2025-06-12) for local pay-in collection |
| 83 | + |
| 84 | +## [3.46.0] - 2025-06-10 |
| 85 | +### Added |
| 86 | + |
| 87 | +Endpoints for [new Reporting Service](https://docs.mangopay.com/release-notes/api/2025-06-05) feature: |
| 88 | +- [POST Create a Report](https://docs.mangopay.com/api-reference/reporting/create-report) |
| 89 | +- [GET View a Report](https://docs.mangopay.com/api-reference/reporting/view-report) |
| 90 | +- [GET List all Reports](https://docs.mangopay.com/api-reference/reporting/list-reports) |
| 91 | + |
| 92 | +Webhook [event types](url) for new Reporting Service: |
| 93 | +- `REPORT_GENERATED` |
| 94 | +- `REPORT_FAILED` |
| 95 | + |
| 96 | +Support for [GET List Disputes for a PayIn](https://docs.mangopay.com/api-reference/disputes/list-disputes-payin) endpoint. |
| 97 | + |
| 98 | +## [3.45.1] - 2025-06-06 |
| 99 | +### Added |
| 100 | +- Support for `RecipientScope` query parameter on [GET List Recipients for a User](https://docs.mangopay.com/api-reference/recipients/list-recipients-user) |
| 101 | +- [POST Validate the format of User data](https://docs.mangopay.com/api-reference/user-data-format/validate-user-data-format) |
| 102 | + |
| 103 | +### Fixed |
| 104 | +- `Status` enum value on Identity Verification object changed from `OUTDATED` to `OUT_OF_DATE` |
| 105 | + |
| 106 | +## [3.45.0] - 2025-05-23 |
| 107 | +### Added |
| 108 | + |
| 109 | +Event types for [user account webhooks](https://docs.mangopay.com//webhooks/event-types#user-account), relevant to [SCA enrollment in user endpoints](https://docs.mangopay.com/guides/sca/users#user-status) and account closure: |
| 110 | +- `USER_ACCOUNT_VALIDATION_ASKED` |
| 111 | +- `USER_ACCOUNT_ACTIVATED` |
| 112 | +- `USER_ACCOUNT_CLOSED` |
| 113 | + |
| 114 | +Event types for [instant and quoted FX conversions](https://docs.mangopay.com//webhooks/event-types#fx-conversions): |
| 115 | +- `INSTANT_CONVERSION_CREATED` |
| 116 | +- `INSTANT_CONVERSION_SUCCEEDED` |
| 117 | +- `INSTANT_CONVERSION_FAILED` |
| 118 | +- `QUOTED_CONVERSION_CREATED` |
| 119 | +- `QUOTED_CONVERSION_SUCCEEDED` |
| 120 | +- `QUOTED_CONVERSION_FAILED` |
| 121 | + |
| 122 | +Support for [30-day deposit preauthorization](https://docs.mangopay.com/guides/payment-methods/card/deposit-preauthorization) features: |
| 123 | +- [POST Create a Deposit Preauthorized PayIn prior to complement](https://docs.mangopay.com/api-reference/deposit-preauthorizations/create-deposit-preauthorized-payin-prior-to-complement) |
| 124 | +- [POST Create a Deposit Preauthorized PayIn complement](https://docs.mangopay.com/api-reference/deposit-preauthorizations/create-deposit-preauthorized-payin-complement) |
| 125 | +- `NO_SHOW_REQUESTED` on `updateDeposit` method for [PUT Cancel a Deposit Preauthorization or request a no-show](https://docs.mangopay.com/api-reference/deposit-preauthorizations/cancel-deposit-preauthorization-request-no-show) |
| 126 | +- [GET View a PayIn (Deposit Preauthorized Card](https://docs.mangopay.com/api-reference/deposit-preauthorizations/view-payin-deposit-preauthorized) |
| 127 | +- [GET List Transactions for a Deposit Preauthorization](https://docs.mangopay.com/api-reference/transactions/list-transactions-deposit-preauthorization) |
| 128 | + |
| 129 | +### Fixed |
| 130 | + |
| 131 | +- Regression on User-Agent header SDK version number |
| 132 | + |
| 133 | +## [3.44.0] - 2025-05-14 |
| 134 | +### Added and refined |
| 135 | + |
| 136 | +#### Hosted KYC/KYB endpoints |
| 137 | + |
| 138 | +The following endpoints have been refined following the beta phase, and are now generally available: |
| 139 | +- [POST Create an IDV Session](https://docs.mangopay.com/api-reference/idv-sessions/create-idv-session) (no changes) |
| 140 | +- [GET View an IDV Session](https://docs.mangopay.com/api-reference/idv-sessions/view-idv-session) (includes `Checks` in response) |
| 141 | +- [GET List IDV Sessions for a User](https://docs.mangopay.com/api-reference/idv-sessions/list-idv-sessions-user) (new endpoint) |
| 142 | + |
| 143 | +The previously available endpoint GET View Checks for an IDV Session has been removed (as Checks were integrated into the GET by ID). |
| 144 | + |
| 145 | +See the [guide](https://docs.mangopay.com/guides/users/verification/hosted) for more details. |
| 146 | + |
| 147 | +#### Recipients |
| 148 | + |
| 149 | +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). |
| 150 | + |
| 151 | +### Added |
| 152 | + |
| 153 | +- [GET List Deposit Preauthorizations for a Card](https://docs.mangopay.com/api-reference/deposit-preauthorizations/list-deposit-preauthorizations-card) |
| 154 | +- [GET List Deposit Preauthorizations for a User](https://docs.mangopay.com/api-reference/deposit-preauthorizations/list-deposit-preauthorizations-user) |
| 155 | + |
1 | 156 | ## [3.43.0] - 2025-04-29 |
2 | 157 | ### Added |
3 | 158 |
|
|
0 commit comments