Answer Scoring
The process for getting scoring results is by sending answers to questions that have been sent to the SIJITU system.
The partner will send data to Espay then Espay will respond in JSON format containing Detailed Answer Scoring.
Message Flow
Merchant -> Espay
Metode
HTTP Post
API URL
Development : https://sandbox-api.espay.id/cdd/sijitu/answerscoring
Production : https://api.espay.id/cdd/sijitu/answerscoring
Parameter Request:
Parameter Name | Max Length | Mandatory | Description |
rq_uuid | 64 | Ya | Request identifier. Unique id to identify this message with other messages |
rq_datetime | 19 | Ya | Date and time on the Espay application server when the message was sent |
sender_id | 32 | Ya | Merchant identity code registered in the Espay application |
user_id | 64 | Ya | email registered in Sijitu |
organization_id | 32 | Ya | Merchant code registered in Sijitu |
id_scoring | 11 | Ya | Scoring ID obtained from the List Scoring API |
name | 255 | Ya | The name you want to check scoring |
country | 6 | No | Country code based on ISO |
status_pep | 4 | No | if the status is pep then send PEP, if not then send NPEP |
data | 500 | Ya | Scoring answers are based on questions sent to the Question Scoring API |
signature | 64 | Ya | Signature that must be validated by Espay. Click here for details |
Parameter Response:
Parameter Name | Max Length | Mandatory | Description |
rq_uuid | 64 | Ya | Request identifier. Unique id to identify this message with other messages |
rs_datetime | 32 | Ya | Date and time on the Espay application server when the message was sent |
error_code | 4 | Ya | Error code in web service, 0000 its success |
error_message | 32 | Ya | Description error |
data | 500 | Ya | Data |