Releases: Mangopay/mangopay2-ruby-sdk
Add client wallets, client info management, reports and various optims
v3.0.24.0 Merge pull request #56 from Mangopay/MPSDK-7-investigate-authorisatio…
Mangopay v2.01 with compiling fix
v3.0.21.1 bugfix
Mangopay v2.01 with Direct debits
- Direct debit payins
- Mandates
- Editing client info/uploading logo
- General updates and fixes
Mangopay API v2.01 with idempotency support
Idempotency support added; see https://docs.mangopay.com/api-references/idempotency-support/
Mangopay API v2.01 with Disputes
Disputes management added; see https://docs.mangopay.com/api-references/disputes/
Update to Mangopay API v2.01 - breaking release
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
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
MangoPay::KycDocument.create_page fixes
MangoPay v2
Added temporary calls to the v2 API for our migration project to allow users to move from v1 to v2.
MangoPay v2
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