Search eKYB



namely the process of retrieving Company data


The partner will send the data to Sijitu, then Sijitu will respond with a JSON format and initiate the search process. The search results can be checked via the eKYB Result API.


Message Flow

Merchant -> Sijitu

Metode

HTTP Post

API URL

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



Parameter Request:
Parameter Name Max Length Mandatory Description
rq_uuid 64 Yes Request identifier. Unique id to identify this message with other messages
rq_datetime 19 Yes Date and time on the Sijitu application server when the message was sent
sender_id 32 Yes Merchant identity code registered in the Sijitu application
user_id 64 Yes email registered in Sijitu
organization_id 32 Yes Merchant code registered in Sijitu
company_name 250 Yes The name of the Company to be searched
signature 64 Yes Signature that must be validated by Sijitu. Klik Disini untuk detailnya


Parameter Response:
Parameter Name Max Length Mandatory Description
rq_uuid 64 Yes Request identifier. Unique id to identify this message with other messages
rs_datetime 32 Yes Date and time on the Sijitu application server when the message was sent
error_code 4 Yes Error code in web service, 0000 its success
error_message 32 Yes Description error
data 500 Yes Data


Request

POST /cdd/sijitu/verifyekyb HTTP/1.1 Content-Length: 240 Host: sandbox-api.espay.id Accept: */* Content-Type: application/x-www-form-urlencoded rq_uuid=ABCTEST123SIJITUCEKBALANCE010100019PROD01&rq_datetime=2020-11-26 16:15:[email protected]&organization_id=ORG001&company_name=Sumber Sejahtera Indotama&signature=62615a2066b0d9e614371db4d63c6532cca3d12baf4240343dea3901e31ed061

Response

{ "rq_uuid": "ABCTEST123SIJITUCEKBALANCE010100019PROD01", "rs_datetime": "2020-11-26 16:15:45", "error_code": "0000", "error_message": "Success", "data": [ { "company": "Sumber Sejahtera Indotama", "status": "pending", "ref_id": "37274feb-03a2-4d1d-b4ca-86ec811d406b" } ] }