Partner Management
{
"authTokenType":"policy",
"allowedKycAttributes":[
{
"attributeName":"fullName"
},
{
"attributeName":"gender"
},
{
"attributeName":"phone"
},
{
"attributeName":"email"
},
{
"attributeName":"dateOfBirth"
},
{
"attributeName":"city"
},
{
"attributeName":"face"
},
{
"attributeName":"addressLine1"
}
],
"allowedAuthTypes":[
{
"authSubType":"IRIS",
"authType":"bio",
"mandatory":false
},
{
"authSubType":"FINGER",
"authType":"bio",
"mandatory":false
},
{
"authSubType":"",
"authType":"otp",
"mandatory":false
},
{
"authSubType":"FACE",
"authType":"bio",
"mandatory":false
},
{
"authSubType":"",
"authType":"otp-request",
"mandatory":false
},
{
"authSubType":"",
"authType":"kycauth",
"mandatory":false
},
{
"authSubType":"",
"authType":"kycexchange",
"mandatory":false
},
{
"authSubType":"",
"authType":"wla",
"mandatory":false
}
]
}Appendix - Create, Retrieve and Update OIDC Client APIs
Last updated
Was this helpful?