Credit scoring Workflow

Credit Scoring Workflow

POST /https://gcpdfa.rahisi.co/api2/api/v1/partner/customer/scoring?shortCode=406441

The credit scoring endpoint evaluates customers eligibility for a loan.

Headers

Name
Value

Content-Type

application/json

Authorization

Bearer <accessToken>

Body

Name
Type
Description

customer_id

string

The unique identifier of the customer whose credit score is being evaluated

Body Request

{
  "customer_id": "e39d1a74-c232-4154-9545-78e12d28eb1b"
}

Response

{
  "can_take_loan": true,
  "date": "Sat, 09 Jul 2022 00:00:00 GMT",
  "loan_limit": 1000,
  "reason_for_rejection_code": null
}

Last updated