Skip to content

Releases: Mangopay/mangopay2-python-sdk

3.37.0

13 Dec 14:33
Compare
Choose a tag to compare

Added

  • New PaymentRef parameter for Payouts.

3.36.1

28 Nov 12:05
Compare
Choose a tag to compare

Updated

Added all relevant EVENT_TYPE_CHOICES for virtual accounts:

  • VIRTUAL_ACCOUNT_ACTIVE
  • VIRTUAL_ACCOUNT_BLOCKED
  • VIRTUAL_ACCOUNT_CLOSED
  • VIRTUAL_ACCOUNT_FAILED

3.36.0

22 Nov 13:56
Compare
Choose a tag to compare

Added

New endpoints for The Virtual Account object:

  • Create a Virtual Account
  • Deactivate a Virtual Account
  • View a Virtual Account
  • List Virtual Accounts for a Wallet
  • View Client Availabilities

3.35.1

03 Sep 09:37
Compare
Choose a tag to compare

Fixed

  • Add PreferredCardNetwork parameter to Direct Card PayIn object. (thank you @pmourlanne)

3.35.0

13 Aug 14:25
Compare
Choose a tag to compare

Added

3.34.3

09 Aug 16:29
Compare
Choose a tag to compare

Fixed

  • Disable truncatechars function that would truncate data if it's over 255 characters.

3.34.2

25 Jul 11:06
Compare
Choose a tag to compare

Added

3.34.1

12 Jun 10:52
Compare
Choose a tag to compare

3.34.0

31 May 10:55
Compare
Choose a tag to compare

Fixed

  • Usage of filters with ReportTransactions and the create() method
  • BIC is not required for iDeal

Added

  • New endpoint Add tracking to Paypal payin
  • New parameter SecureMode for Create card validation
  • New parameters for Paypal mean of payment : CancelURL & Category (sub-parameter of LineItems). And management of PaypalPayerID, BuyerCountry, BuyerFirstname, BuyerLastname, BuyerPhone, PaypalOrderID in the response.
  • New parameter PaymentCategory for Create card validation and two additional endpoints More info

3.33.2

24 May 11:19
Compare
Choose a tag to compare

Added