Parameter | Type | Required | Description |
---|---|---|---|
srcUrl | string | Yes | Base or full VKYC verification URL. |
oAuthToken | string | No | Pass this token for OTP-less flow. |
callback | function | Yes | Handles all SDK messages and responses. |
<div>
for the SDK container.
settings.gradle.kts
.
build.gradle.kts
.
Parameter | Description |
---|---|
kycUrl | VKYC video call URL |
token | Authentication token for VKYC |
Status | Description |
---|---|
TOKEN_EXPIRED | The OAuth token has expired. |
SRC_URL_MISSING | The srcUrl parameter isn’t provided. |
DIV_MISSING | The <div> with ID cf-vkyc-sdk is missing. |
CLOSE | The SDK session was closed by Cashfree. |
<div>
with ID cf-vkyc-sdk
exists in your HTML.