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 |

