List Scoring



process to get detailed SIJITU scoring list


The partner will send the data to Espay then Espay will respond in JSON format containing the Scoring List Details.


Message Flow

Merchant -> Espay

Metode

HTTP Post

API URL

Development : https://sandbox-api.espay.id/cdd/sijitu/listscoring
Production : https://api.espay.id/cdd/sijitu/listscoring



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
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


Request

POST /cdd/sijitu/listscoring HTTP/1.1 Content-Length: 240 Host: sandbox-api.espay.id Accept: */* Content-Type: application/x-www-form-urlencoded rq_uuid=LISTSCORINGTESTDEV0101002&rq_datetime=2022-07-20 10:12:35&sender_id=SALDOMU&user_id=test@sgo.co.id&organization_id=SSB001&signature=62615a2066b0d9e614371db4d63c6532cca3d12baf4240343dea3901e31ed061

Response

{ "rq_uuid": "LISTSCORINGTESTDEV0101002", "rs-datetime": "2022-07-20 14:06:57", "error_code": "0000", "error_message": "Success", "data": [ { "id": 1, "title": "Risk Scoring for Funder 10" }, { "id": 5, "title": "test scoring 1" }, { "id": 8, "title": "Ricky Jaya p2p" }, { "id": 10, "title": "POC Wallex" } ] }