Question
TCS
IN
Last activity: 13 Feb 2020 9:10 EST
Credit Score calculation using Service REST
I need to fetch credit score of a customer using a ServiceREST. I need to create that Service REST. Can you please let me know the logic for finding credit score or if there is a REST URI to directly connect?
***Edited by Moderator Marissa to move from Pega Academy to Pega Support Community; update platform capability tags***
If you're connecting to an external endpoint, you'd be looking into creating a Connect-REST, not a Service-REST. I don't know what rest services are provided by the credit bureau(s), but you would use the integration wizard to set up a Connect-REST rule that connects to their REST service.
https://community.pega.com/knowledgebase/integration-wizards
To clarify, A Service-REST rule would be the type of rule if you wanted to create a rest endpoint that allowed an application outside of your pega application to call that REST service and receive data from the Pega application.