v1

latestOpenAPI 3.1.02026-07-263847150.4 KB
Callback

Partner Callback

This is API implemented in your system that we will call on completed submissions.

post/partner-callback-endpoint

Request body

submissionIdstring uuid

Unique identification of submission record

flowstring

Identification of submission type

userIdstring

User ID of the current session

userIdTypestring

Detailed name of the User ID

partnerSessionIdstring

Session ID used as correlation ID

status'COMPLETED' | 'IN_PROGRESS' | 'PARTIALLY_COMPLETED' | 'ERROR'

Status of the submission

result'VALID' | 'INVALID' | 'REJECTED'

Result of the document verification

processedAtstring date-time

Timestamp when the submission was processed

reasonCode'FRAUD_REJECT' | 'NOT_EKTP' | 'DUKCAPIL_REJECTED' | 'AETHER_VERIFICATION_FAILED' | 'LIVENESS_CHECK_FAILED' | 'EMAIL_HAS_BEEN_USED' | 'PHONE_HAS_BEEN_USED' | 'SYSTEM_ERROR'

Code indicating the reason of rejection

Example request

{
  "flow": "STANDALONE_IDENTITY_VERIFICATION"
}

Response

Callback processed successfully