e-KYC
Verifikasi pelanggan baru Anda secara aman sesuai dengan peraturan dengan menyematkan modul e-KYC kami ke dalam aplikasi Anda.
Upgrade Customer Account with OCR
This API is used for users to upgrade by using OCR system identify user ID by sending KTP photo data, selfie photos, and selfie photos holding KTP.
Endpoint
[POST]
https://{{hostname}}/pil-partner/ekyc-upgrade-premium-inquiry/
Response (Success)
Headers
Content-Type:application/json
Body
{
"code": 0,
"message": "Berhasil",
"data": {
"requestId": "16xxxxxxxx242",
"idCardNumber": "19xxxxxxxxxx001",
"name": "Dxxxx Pxxxx Pxxxxxx",
"religion": "Ixxxx",
"rtrw": "xxx/yyy",
"address": "JL. xxxxxx",
"province": "Kxxxxxxx Bxxxxx Bxxxxxxx",
"district": "Txxxxxx Pxxxxx",
"subDistrict": "Kxxxxxx Bxxxxxxx",
"occupation": "Pxxxxxxxxxxxxx",
"birthPlace": "Txxxxxxxxxxx",
"gender": "Pxxxxxxxxx",
"birthDate": "dd-mm-yyyy",
"idExpiredDate": "SEUMUR HIDUP",
"bloodType": "-",
"villageDistrict": "Pxxxxx Lxxxxxx",
"nationality": "WNI",
"maritalStatus": "xxxxxxxxx"
}
}
Response (Fail)
Headers
Content-Type:application/json
Body
{
"code": 110005,
"message": "Customer not found"
}
Upgrade Customer Account with Passport and SIM
This API is used for users to upgrade using the OCR system, identify the user’s ID (Passport or Driving License) by sending Passport or Driving License photo data, Selfie photos, and selfie photos holding a Passport or Driving License.
Endpoint
[POST]
https://{{hostname}}/pil-partner-ekyc-upgrade-premium/
Response (Success)
Headers
Content-Type:application/json
Body
{
data {"requestId": [string]},
"message": [string],
"code": [int]
}
Response (Fail)
Headers
Content-Type:application/json
Body
{
"reponseId": [string],
"code": [int],
"message": [string]
}