Verify Biometric
Process of checking customer data that has previously registered with related parties.
Partners will send data to Espay then Espay will respond with JSON format containing the results of the biometric scan.
Flow Message
Merchant -> Espay
Method
HTTP Post
API URL
Development : https://sandbox-api.espay.id/cdd/sijitu/biometric
Production : https://api.espay.id/cdd/sijitu/biometric
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 Espay application server when the message was sent |
sender_id | 32 | Yes | Merchant identity code registered on the Espay app |
user_id | 64 | Yes | E-mail registered at Sijitu |
organization_id | 32 | Yes | Merchant code registered at Sijitu |
nama_lengkap | 64 | Yes | Name to be verified |
nomor_identitas | 32 | Yes | KTP number to be verified |
address | 255 | No | KTP address to be verified |
birth_date | 32 | Yes | Date of birth according to identity in DD-MM-YY format such as (04-Jun-1965) |
birth_place | 32 | Yes | Place of birth according to identity |
photo_selfie | 64 | Yes | Selfie photo with type .png or .jpeg then convert to base64_encode. the value sent has been formed base64 encode |
signature | 64 | Yes | Signature that must be validated by Espay. Click this for details |
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 Espay application server when the message was sent |
error_code | 4 | Yes | Error code in web service, 0000 means success |
error_message | 32 | Yes | Error description |
nomor_identitas | 32 | Yes | KTP number to be verified |
nama_lengkap | 64 | Yes | Name to be verified |
verification_name | 64 | Yes | Name to be verified |
verification_birthdate | 64 | Yes | Birth date verification result |
verification_nik | 64 | Ya | Verification Result of NIK |
rate_selfie_photo | 64 | Yes | Verification result of selfie photo |
rate_liveness | 64 | Yes | Verification result of Liveness |
reason | 255 | Tidak | Reason Result Verify Biometric |