[Mifos-users] Please try again, your credentials are not valid.

2021-08-20 Thread Mnzava Simon
Hi everyone, I changed password from username: mifos to mypassword which I
normally use and I remember but after logout I can't login again, I get
this message
"Please try again, your credentials are not valid."
Please help, what I can do. Thank you

Regards.
Simon mzava
___
Mifos-users mailing list
Mifos-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mifos-users


Re: [Mifos-users] HI Dear. How to import large amounts of data loan? \The mifos x\

2021-08-20 Thread Francis Guchie
Hello Gemini,

Please use tools like
postman https://www.postman.com/  or  Mozilla RESTClient
https://addons.mozilla.org/en-US/firefox/addon/restclient/ etc etc

My Kind Regards

Francis Guchie Kirago
*Skype:* francisguchie
*Telegram: *232 79 19 44 07
*Whatsapp: *232 79 19 44 07
*LINKEDIN:* https://www.linkedin.com/in/francis-guchie-kirago-a4379617/
twitter: @FrancisGuchie









On Fri, Aug 20, 2021 at 1:58 AM Gemini  wrote:

>
> ___
> Mifos-users mailing list
> Mifos-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/mifos-users
>
___
Mifos-users mailing list
Mifos-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mifos-users


Re: [Mifos-users] [Mifos-developer] Integration Credit bureau with Mifos

2021-08-20 Thread dhiraj jadav
Thanks for your mail,

I will contact you soon.

On Fri, 20 Aug 2021, 7:55 pm sangamesh nadagoudar, <
sangameshintellig...@gmail.com> wrote:

> Hello Dhiraj,
>
> Greetings from Intelligrow!
>
> We would be able to do credit bureau integration, We have already done
> Cibil and Highmark integration for a few of customers.
>
> We also provide end to end services of Mifos i.e Customization, Training,
> Report design, API integrations.
>
> Please reach us at whatsapp +91-9535891298 or you could email us.
>
> Thanks,
> Sangamesh.N
> sangam...@intelligrow.co
> www.intelligrow.co
>
>
>
>
> On Fri, Aug 20, 2021 at 5:16 PM Bharath Gowda  wrote:
>
>> Hi Dhiraj,
>>
>> As far as I am aware Mifos currently does not support integration with
>> Credit Bureau out of the box.
>> Integrations need code-level changes ( efforts depend on each Credit
>> bureau design) and simply cannot be used by hooks.
>>
>> We have an ongoing effort to build the Credit bureau module( you can
>> check this
>> document)
>> however, developments have to be done to build connectors for each required
>> Credit bureaus.
>>
>> As Mifos/Fineract is an open-source community, you can raise your
>> enhancement request here
>> 
>>  which
>> would be prioritized and picked for development by volunteers/Contributors.
>>
>> you can also see what's coming in our roadmap and submit ideas for what
>> you'd like to see in the product here
>> 
>>
>>
>> Regards,
>> Bharath
>> Lead Implementation Analyst | Mifos Initiative
>> Skype: live:cbharath4| Mobile: +91.7019635592
>> http://mifos.org  
>> 
>>
>>
>> On Fri, Aug 20, 2021 at 3:52 AM dhiraj jadav 
>> wrote:
>>
>>> Anybody can help on below issue.
>>>
>>> On Wed, 18 Aug 2021, 11:02 am dhiraj jadav, 
>>> wrote:
>>>
>>> Dear Team we have  trying create hook for Equifax (Credit Bureau)
 integration using below request but i m not able to do anyone can Guide me
 how can integrate CREDIT BUREAU with Mifos



 >>>
 $curl = curl_init();

 curl_setopt_array($curl, array(
   CURLOPT_URL => 'https://52.220.107.255/fineract-provider/api/v1/hooks
 ',
   CURLOPT_RETURNTRANSFER => true,
   CURLOPT_ENCODING => '',
   CURLOPT_MAXREDIRS => 10,
   CURLOPT_TIMEOUT => 0,
   CURLOPT_FOLLOWLOCATION => true,
   CURLOPT_HTTP_VERSION => CURL_HTTP_VERSION_1_1,
   CURLOPT_CUSTOMREQUEST => 'POST',
   CURLOPT_POSTFIELDS =>'{
 "name": "Web",
 "isActive": true,
 "displayName": "equifax",
 "templateId": 1,
 "events": [{
 "actionName": "CREATE",
 "entityName": "equifax"
 },
 {
 "actionName": "UPDATE",
 "entityName": "equifax"
 }
 ],
 "config": {
 "Payload URL": "
 https://eportuat.equifax.co.in/cir360Report/cir360Report";,
 "Content Type": "json"
 }
 }',
   CURLOPT_HTTPHEADER => array(
 'Authorization: Basic bWlmb3M6cGFzc3dvcmQ=',
 'Content-Type: text/plain'
   ),
 ));

 $response = curl_exec($curl);

 curl_close($curl);
 echo $response;


 RESPONSE


 {
 "timestamp": 1629263094285,
 "status": 400,
 "error": "Bad Request",
 "message": "",
 "path": "/fineract-provider/api/v1/hooks"
 }

>>> Mifos-developer mailing list
>>> mifos-develo...@lists.sourceforge.net
>>> Unsubscribe or change settings at:
>>> https://lists.sourceforge.net/lists/listinfo/mifos-developer
>>
>> Mifos-developer mailing list
>> mifos-develo...@lists.sourceforge.net
>> Unsubscribe or change settings at:
>> https://lists.sourceforge.net/lists/listinfo/mifos-developer
>
>
___
Mifos-users mailing list
Mifos-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mifos-users


Re: [Mifos-users] [Mifos-developer] Integration Credit bureau with Mifos

2021-08-20 Thread sangamesh nadagoudar
Hello Dhiraj,

Greetings from Intelligrow!

We would be able to do credit bureau integration, We have already done
Cibil and Highmark integration for a few of customers.

We also provide end to end services of Mifos i.e Customization, Training,
Report design, API integrations.

Please reach us at whatsapp +91-9535891298 or you could email us.

Thanks,
Sangamesh.N
sangam...@intelligrow.co
www.intelligrow.co




On Fri, Aug 20, 2021 at 5:16 PM Bharath Gowda  wrote:

> Hi Dhiraj,
>
> As far as I am aware Mifos currently does not support integration with
> Credit Bureau out of the box.
> Integrations need code-level changes ( efforts depend on each Credit
> bureau design) and simply cannot be used by hooks.
>
> We have an ongoing effort to build the Credit bureau module( you can check 
> this
>
> document)
> however, developments have to be done to build connectors for each required
> Credit bureaus.
>
> As Mifos/Fineract is an open-source community, you can raise your
> enhancement request here
> 
>  which
> would be prioritized and picked for development by volunteers/Contributors.
>
> you can also see what's coming in our roadmap and submit ideas for what
> you'd like to see in the product here
> 
>
>
> Regards,
> Bharath
> Lead Implementation Analyst | Mifos Initiative
> Skype: live:cbharath4| Mobile: +91.7019635592
> http://mifos.org  
> 
>
>
> On Fri, Aug 20, 2021 at 3:52 AM dhiraj jadav 
> wrote:
>
>> Anybody can help on below issue.
>>
>> On Wed, 18 Aug 2021, 11:02 am dhiraj jadav, 
>> wrote:
>>
>> Dear Team we have  trying create hook for Equifax (Credit Bureau)
>>> integration using below request but i m not able to do anyone can Guide me
>>> how can integrate CREDIT BUREAU with Mifos
>>>
>>>
>>>
>>> >>
>>> $curl = curl_init();
>>>
>>> curl_setopt_array($curl, array(
>>>   CURLOPT_URL => 'https://52.220.107.255/fineract-provider/api/v1/hooks
>>> ',
>>>   CURLOPT_RETURNTRANSFER => true,
>>>   CURLOPT_ENCODING => '',
>>>   CURLOPT_MAXREDIRS => 10,
>>>   CURLOPT_TIMEOUT => 0,
>>>   CURLOPT_FOLLOWLOCATION => true,
>>>   CURLOPT_HTTP_VERSION => CURL_HTTP_VERSION_1_1,
>>>   CURLOPT_CUSTOMREQUEST => 'POST',
>>>   CURLOPT_POSTFIELDS =>'{
>>> "name": "Web",
>>> "isActive": true,
>>> "displayName": "equifax",
>>> "templateId": 1,
>>> "events": [{
>>> "actionName": "CREATE",
>>> "entityName": "equifax"
>>> },
>>> {
>>> "actionName": "UPDATE",
>>> "entityName": "equifax"
>>> }
>>> ],
>>> "config": {
>>> "Payload URL": "https://eportuat.equifax.co.in/cir360Report/cir360Report
>>> ",
>>> "Content Type": "json"
>>> }
>>> }',
>>>   CURLOPT_HTTPHEADER => array(
>>> 'Authorization: Basic bWlmb3M6cGFzc3dvcmQ=',
>>> 'Content-Type: text/plain'
>>>   ),
>>> ));
>>>
>>> $response = curl_exec($curl);
>>>
>>> curl_close($curl);
>>> echo $response;
>>>
>>>
>>> RESPONSE
>>>
>>>
>>> {
>>> "timestamp": 1629263094285,
>>> "status": 400,
>>> "error": "Bad Request",
>>> "message": "",
>>> "path": "/fineract-provider/api/v1/hooks"
>>> }
>>>
>> Mifos-developer mailing list
>> mifos-develo...@lists.sourceforge.net
>> Unsubscribe or change settings at:
>> https://lists.sourceforge.net/lists/listinfo/mifos-developer
>
> Mifos-developer mailing list
> mifos-develo...@lists.sourceforge.net
> Unsubscribe or change settings at:
> https://lists.sourceforge.net/lists/listinfo/mifos-developer
___
Mifos-users mailing list
Mifos-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mifos-users


Re: [Mifos-users] [Mifos-developer] Integration Credit bureau with Mifos

2021-08-20 Thread Bharath Gowda
Hi Dhiraj,

As far as I am aware Mifos currently does not support integration with
Credit Bureau out of the box.
Integrations need code-level changes ( efforts depend on each Credit bureau
design) and simply cannot be used by hooks.

We have an ongoing effort to build the Credit bureau module( you can check this
document)
however, developments have to be done to build connectors for each required
Credit bureaus.

As Mifos/Fineract is an open-source community, you can raise your
enhancement request here

which
would be prioritized and picked for development by volunteers/Contributors.

you can also see what's coming in our roadmap and submit ideas for what
you'd like to see in the product here



Regards,
Bharath
Lead Implementation Analyst | Mifos Initiative
Skype: live:cbharath4| Mobile: +91.7019635592
http://mifos.org  



On Fri, Aug 20, 2021 at 3:52 AM dhiraj jadav  wrote:

> Anybody can help on below issue.
>
> On Wed, 18 Aug 2021, 11:02 am dhiraj jadav, 
> wrote:
>
> Dear Team we have  trying create hook for Equifax (Credit Bureau)
>> integration using below request but i m not able to do anyone can Guide me
>> how can integrate CREDIT BUREAU with Mifos
>>
>>
>>
>> >
>> $curl = curl_init();
>>
>> curl_setopt_array($curl, array(
>>   CURLOPT_URL => 'https://52.220.107.255/fineract-provider/api/v1/hooks',
>>   CURLOPT_RETURNTRANSFER => true,
>>   CURLOPT_ENCODING => '',
>>   CURLOPT_MAXREDIRS => 10,
>>   CURLOPT_TIMEOUT => 0,
>>   CURLOPT_FOLLOWLOCATION => true,
>>   CURLOPT_HTTP_VERSION => CURL_HTTP_VERSION_1_1,
>>   CURLOPT_CUSTOMREQUEST => 'POST',
>>   CURLOPT_POSTFIELDS =>'{
>> "name": "Web",
>> "isActive": true,
>> "displayName": "equifax",
>> "templateId": 1,
>> "events": [{
>> "actionName": "CREATE",
>> "entityName": "equifax"
>> },
>> {
>> "actionName": "UPDATE",
>> "entityName": "equifax"
>> }
>> ],
>> "config": {
>> "Payload URL": "https://eportuat.equifax.co.in/cir360Report/cir360Report
>> ",
>> "Content Type": "json"
>> }
>> }',
>>   CURLOPT_HTTPHEADER => array(
>> 'Authorization: Basic bWlmb3M6cGFzc3dvcmQ=',
>> 'Content-Type: text/plain'
>>   ),
>> ));
>>
>> $response = curl_exec($curl);
>>
>> curl_close($curl);
>> echo $response;
>>
>>
>> RESPONSE
>>
>>
>> {
>> "timestamp": 1629263094285,
>> "status": 400,
>> "error": "Bad Request",
>> "message": "",
>> "path": "/fineract-provider/api/v1/hooks"
>> }
>>
> Mifos-developer mailing list
> mifos-develo...@lists.sourceforge.net
> Unsubscribe or change settings at:
> https://lists.sourceforge.net/lists/listinfo/mifos-developer
___
Mifos-users mailing list
Mifos-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mifos-users