For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Dashboard
DocsAPI Reference
DocsAPI Reference
    • End Points
  • PARTNER
    • GETGet Orders
    • GETGet Order By ID
    • GETGet Webhooks
    • POSTRefresh Access Token
    • POSTCreate Widget URL
  • COUNTRIES
    • GETGet Countries
  • CURRENCIES
    • GETGet Crypto Currencies
    • GETGet Fiat Currencies
    • GETGet Price
    • GETVerify Wallet Address
  • TRANSAK WHITELABEL API
    • End Points
      • POSTIdentity Details
      • POSTDocument Details
      • POSTBiometrics Details
Dashboard
LogoLogo
TRANSAK WHITELABEL APIKYC Reliance API

Biometrics Details

||View as Markdown|
POST
https://api-gateway-stg.transak.com/kyc/v2/reliance/biometrics
POST
/kyc/v2/reliance/biometrics
$curl -X POST https://api-gateway-stg.transak.com/kyc/v2/reliance/biometrics \
> -H "Content-Type: application/json" \
> -d '{
> "selfie": "data:image/jpeg;base64,/9j/4AAQSkZJRgABAQEASABIAAD/2wCEAAkGBxISEhUTEhIVFhUXFxgXFxgYFxcXFxgXFxgXFxgXFxgYHSggGBolHRcVITEhJSkrLi4uFx8zODMtNygtLisBCgoKDg0OGxAQGy0lICYtLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tL",
> "liveness": "data:video/mp4;base64,AAAAHGZ0eXBtcDQyAAAAAGlzb21tcDQyAAACAGlzb21pc28ybXA0MQAAABNtb292AAAAbG12aGQAAAAMAAAD6AAAB9AAAB9AAAB9AAAB9AAAB9AAAB9AAAB9AAAB9AAAB9AAAB9AAAB9AAAB9AAAB9AAAB9AAAB9AAAB9AAAB9AAAB9AA"
>}'
1{
2 "data": {
3 "status": "SUBMITTED",
4 "kycType": "STANDARD"
5 }
6}
Submit the user's biometric media for the KYC Reliance biometric step. At least one of **selfie** or **liveness** must be provided — both are accepted but neither is individually required. Complete the [Identity Details](/api/whitelabel/kyc-reliance-api/kyc-reliance-identity-details) and [Document Details](/api/whitelabel/kyc-reliance-api/kyc-reliance-document-details) steps before calling this endpoint. | Field | Required | Accepted formats | Max size | |-------|----------|------------------|----------| | **selfie** | At least one of selfie or liveness | `JPEG`, `PNG`, `WEBP` | Approximately **5 MB** after decoding | | **liveness** | At least one of selfie or liveness | `MP4` | Approximately **20 MB** after decoding |
Was this page helpful?
Previous

Document Details

Next

Create Order (Bank Transfer, Open Banking)

Built with

Submit the user’s biometric media for the KYC Reliance biometric step. At least one of selfie or liveness must be provided — both are accepted but neither is individually required.

Complete the Identity Details and Document Details steps before calling this endpoint.

FieldRequiredAccepted formatsMax size
selfieAt least one of selfie or livenessJPEG, PNG, WEBPApproximately 5 MB after decoding
livenessAt least one of selfie or livenessMP4Approximately 20 MB after decoding

Headers

x-access-tokenstringOptional

Your Partner Access Token. Please refer here for a tutorial on generating your access token.

Note: This is applicable only for Auth Reliance Flows

x-user-identifierstringOptional

our authenticated user Email Id address.

Note: This is applicable only for Auth Reliance Flows

authorizationstringOptional

Authorization token is the accessToken received from the API - api/v2/auth/verify

Note: This is not applicable for Auth Reliance Flows

Request

This endpoint expects an object.
selfiestringOptional

Selfie image as a base64-encoded data URI.
Supported formats: JPEG, PNG, WEBP.
Maximum size approximately 5 MB after decoding.

livenessstringOptional

Liveness video as a base64-encoded data URI.
Supported format: MP4 only.
Maximum size approximately 20 MB after decoding.

Response

Success — biometrics processed

dataobject

Errors

400
Bad Request Error
401
Unauthorized Error
404
Not Found Error