Skip to content

Releases: Mangopay/mangopay2-ruby-sdk

Add client wallets, client info management, reports and various optims

10 Oct 09:08
Compare
Choose a tag to compare
v3.0.24.0

Merge pull request #56 from Mangopay/MPSDK-7-investigate-authorisatio…

Mangopay v2.01 with compiling fix

20 Apr 14:04
Compare
Choose a tag to compare

Mangopay v2.01 with Direct debits

12 Apr 16:25
Compare
Choose a tag to compare
  • Direct debit payins
  • Mandates
  • Editing client info/uploading logo
  • General updates and fixes

Mangopay API v2.01 with idempotency support

25 Jan 10:30
Compare
Choose a tag to compare

Mangopay API v2.01 with Disputes

23 Oct 10:06
Compare
Choose a tag to compare

Update to Mangopay API v2.01 - breaking release

30 Jul 07:49
Compare
Choose a tag to compare

This new version of the SDK allows for the use of v2.01 of the Mangopay API, which predominantly is related to the address fields becoming an object instead of a string as they were previously - this is therefore a breaking change and you must update your application (creation/management of Bank Accounts and Users) before being able to use this version of the SDK. More information about the changes required: https://docs.mangopay.com/api-v2-01-overview/

Update to Mangopay API v2.01 - breaking release

29 Jul 09:23
Compare
Choose a tag to compare

This new version of the SDK allows for the use of v2.01 of the Mangopay API, which predominantly is related to the address fields becoming an object instead of a string as they were previously - this is therefore a breaking change and you must update your application (creation/management of Bank Accounts and Users) before being able to use this version of the SDK. More information about the changes required: https://docs.mangopay.com/api-v2-01-overview/

MangoPay v2

04 May 11:50
Compare
Choose a tag to compare

MangoPay::KycDocument.create_page fixes

MangoPay v2

27 Nov 11:57
Compare
Choose a tag to compare

Added temporary calls to the v2 API for our migration project to allow users to move from v1 to v2.

MangoPay v2

15 Sep 09:06
Compare
Choose a tag to compare

Official release for MangoPay API v2 (http://docs.mangopay.com/)

  • New pay-in type: MangoPay::PayIn::DirectDebit::Web
  • KYC docs lists: MangoPay::KycDocument.fetch_all
  • Sorting param added for lists fetching methods
  • RDocs slightly improved