[Mifos-developer] Integration Credit bureau with Mifos

74 views
Skip to first unread message

dhiraj jadav

unread,
Aug 18, 2021, 1:32:52 AM8/18/21
to Mifos software development
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


 
<?php

$curl = curl_init();

curl_setopt_array($curl, array(
  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": {
"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"
}

dhiraj jadav

unread,
Aug 18, 2021, 9:58:42 AM8/18/21
to Mifos software development
Can you please Guide me. 

dhiraj jadav

unread,
Aug 19, 2021, 12:50:51 AM8/19/21
to Mifos software development
Team,

I need your help on priority, can you please share me Equifax Credit Bureau integration details. 




On Wed, 18 Aug 2021, 11:02 am dhiraj jadav, <jadav....@gmail.com> wrote:

dhiraj jadav

unread,
Aug 19, 2021, 6:22:26 PM8/19/21
to Mifos software development
Anybody can help on below issue.

On Wed, 18 Aug 2021, 11:02 am dhiraj jadav, <jadav....@gmail.com> wrote:

Bharath Gowda

unread,
Aug 20, 2021, 7:45:02 AM8/20/21
to Mifos software development, A good place to start for users or folks new to Mifos.
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


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

sangamesh nadagoudar

unread,
Aug 20, 2021, 10:26:23 AM8/20/21
to jadav....@gmail.com, Mifos software development, A good place to start for users or folks new to Mifos.
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



dhiraj jadav

unread,
Aug 20, 2021, 10:45:51 AM8/20/21
to sangamesh nadagoudar, Mifos software development, A good place to start for users or folks new to Mifos.
Thanks for your mail, 

I will contact you soon. 
Reply all
Reply to author
Forward
0 new messages