A Score Webhook

The Origin system will notify the caller once the A score generation is complete. Once the caller receives the notification it can initiate Get - A Score API to get the score data. It can also initiate the loan API post this.

The webhook structure is given below.

curl --request POST \
     --url https://example.com/api/ascore-confirmation \
     --header 'Authorization: Bearer xxxxxxxxxxxxxx' \
     --header 'accept: application/json' \
     --header 'content-type: application/json' \
     --data '
{
  "request_id":"TES0005-BUREAU-SCORECARD-V2-1671527486155",
  "status":"success"
}
'