V_KYC
This action returns a url for video kyc. Please open the url inside a webview for the user to proceed with video kyc.
Use the following payload structure for payment via UPI
Request
payload: {
"userId": "2d77841e-d7cc-4f02-bd94-d00d6aabf0c6",
"device":{
"deviceType": "WebBrowser",
"deviceName": "Chrome 80",
"vendor": "Web",
"deviceInfo": "Operating System= Windows 10|core= 4"
}
}
Response
{
"waitPageUrl": "https://uat.videocx.io/openKYC/index.html?parentGrpId=173237&guestGrpId=175148&guestId=128919&token=0PZlE36VSrqMTutit-ArkajvYAWjHNl_plVp1Jvgmrd1jg9np4ADaFJ1YKd88BcUadXBj0usYeSDqYSVe9La8FC5K_qjGWrv12SOdUObrK7TOAWXOT2bSjBZhrghulGGe931WyvcflnBjJvrthq6XE3-yW8vxCQq4VhPQ1TIkg!2&orgId=138",
"trackingId": "609551539"
},
"statusCode": "OK",
"statusCodeValue": 200
}
Payload
Field | Type | Supported Values | Description |
---|---|---|---|
userId | String | User ID of the current user | |
device data | Json | It is constant just provide as it is , conveyed by SHIVALIK bank also |
Updated 11 months ago