Releases: Mangopay/mangopay2-net-sdk
3.34.1
3.34.0
Added
Support for new Splits endpoints for Echo (#286, API release note):
- PUT Update a Split of an Intent
- POST Execute a Split of an Intent
- POST Reverse the Split of an Intent
- GET View a Split of an Intent
New ReportTypes
for Echo (#287, API release note)):
ECHO_INTENT
ECHO_INTENT_ACTION
ECHO_SETTLEMENT
ECHO_SPLIT
3.33.1
Added
Sku
parameter on LineItem, for Klarna PayIns- handle new endpoint View supported banks for Pay by Bank, to enable presentation of banks to user before Pay by Bank payment request
3.33.0
Added
Endpoints for Mangopay Echo, a solution for platforms working with another third-party PSP for funds acquisition (including via the Mirakl Connector) #281 :
3.32.0
Added
- New endpoint POST Create a Bizum PayIn
- New webhook event types for SCA enrollment (API release note), note that these are triggered on enrollment not authentication:
SCA_ENROLLMENT_SUCCEEDED
SCA_ENROLLMENT_FAILED
SCA_ENROLLMENT_EXPIRED
- New webhook event types for
UserCategory
change (API release note ):USER_CATEGORY_UPDATED_TO_OWNER
USER_CATEGORY_UPDATED_TO_PAYER
USER_CATEGORY_UPDATED_TO_PLATFORM
- Support for
PLATFORM
value toUserCategory
enum - Support for GET List Transactions for a Card Fingerprint
3.31.1
Added
- US and CA virtual accounts for local pay-in collection
3.31.0
Added
Endpoints for new Reporting Service feature:
Webhook event types for new Reporting Service:
REPORT_GENERATED
REPORT_FAILED
Support for GET List Disputes for a PayIn endpoint.
3.30.1
Added
- Support for
RecipientScope
query parameter on GET List Recipients for a User - POST Validate the format of User data
Fixed
Status
enum value on Identity Verification object changed fromOUTDATED
toOUT_OF_DATE
3.30.0
Added
Event types for user account webhooks, relevant to SCA enrollment in user endpoints and account closure:
USER_ACCOUNT_VALIDATION_ASKED
USER_ACCOUNT_ACTIVATED
USER_ACCOUNT_CLOSED
Event types for instant and quoted FX conversions:
INSTANT_CONVERSION_CREATED
INSTANT_CONVERSION_SUCCEEDED
INSTANT_CONVERSION_FAILED
QUOTED_CONVERSION_CREATED
QUOTED_CONVERSION_SUCCEEDED
QUOTED_CONVERSION_FAILED
Support for 30-day deposit preauthorization features:
- POST Create a Deposit Preauthorized PayIn prior to complement
- POST Create a Deposit Preauthorized PayIn complement
NO_SHOW_REQUESTED
onupdateDeposit
method for PUT Cancel a Deposit Preauthorization or request a no-show- GET View a PayIn (Deposit Preauthorized Card
- GET List Transactions for a Deposit Preauthorization
3.29.0
Added and refined
Hosted KYC/KYB endpoints
The following endpoints have been refined following the beta phase, and are now generally available:
- POST Create an IDV Session (no changes)
- GET View an IDV Session (includes
Checks
in response) - GET List IDV Sessions for a User (new endpoint)
The previously available endpoint GET View Checks for an IDV Session has been removed (as Checks were integrated into the GET by ID).
See the guide for more details.
Recipients
The Country
property has been added to Recipients, as a required query parameter on GET View the schema for a Recipient and as a required body parameter on POST Validate data for a Recipient and POST Create a Recipient.