mangopay2-java-sdk icon indicating copy to clipboard operation
mangopay2-java-sdk copied to clipboard

Java SDK for MANGOPAY

Results 14 mangopay2-java-sdk issues
Sort by recently updated
recently updated
newest added

Hi Based on the documentation : `https://mangopay.com/docs/dev-tools/notifications/event-types` It seems that some events are missing on the JAVA SDK (2.36.0) enumeration class. Ex : _RECURRING_REGISTRATION_ENDED RECURRING_REGISTRATION_CREATED RECURRING_REGISTRATION_IN_PROGRESS RECURRING_REGISTRATION_AUTH_NEEDED LEGAL_COMPANY_NUMBER_VALIDATION_SUCCEEDED LEGAL_COMPANY_NUMBER_VALIDATION_FAILED_ Maybe...

In RestTool, make it possible to manage the proxy with HttpURLConnection by passing the proxy parameters (proxyEnable, proxyHost, and proxyPort) in the Configuration class

**Issue:** We receive a hook call for they KYC success, and when we pull the user via the API the status in the response is still "LIGHT". This does not...

while com.mangopay.core.RestTool#doRequest does set connection and readtimeout, doRequestList does not. we had the problem that one of our cronjobs to load open events was hanging while trying to read for...

Mangopay SDK Version 2.25.1 Hello, recently we got a event notification where the Country is in Kosovo Country Code XK as birthplace of an UBO. The country was therefore null,...

PR to fix issue #336. Add unserscore in ID pattern matcher to allow new ID format from mangopay and cast to the correct class

Since 26th march 2024, resource IDs have change format. **Previously** : “4659626451” **Now** : “po_b_02HMVJH4ZJWX9E5K66KTN9H118” In `IdempotencyApiImpl.java`, method `instantiateResourceObject` guess the resource class according to requested URL pattern matcher. However,...