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

Document Details

||View as Markdown|
POST
https://api-gateway-stg.transak.com/kyc/v2/reliance/document-details
POST
/kyc/v2/reliance/document-details
$curl -X POST https://api-gateway-stg.transak.com/kyc/v2/reliance/document-details \
> -H "Content-Type: application/json" \
> -d '{
> "documentProof": {
> "idType": "PASSPORT",
> "idCountryCode": "US",
> "idNumber": "123456789",
> "frontImage": "data:image/jpeg;base64,SGVsbG8gV29ybGQ=",
> "backImage": "data:image/jpeg;base64,SGVsbG8gV29ybGQ="
> }
>}'
1{
2 "data": {
3 "status": "INITIALIZED",
4 "kycType": "STANDARD"
5 }
6}
Submit ID proof document images and metadata as part of the KYC Reliance flow. Call the [Identity Details API](/api/whitelabel/kyc-reliance-api/kyc-reliance-identity-details) first to initialize the KYC request, then use this endpoint to upload the user's document images. | Field | Required | Accepted formats | |-------|----------|------------------| | **frontImage** | Yes | `JPEG`, `PNG`, `WEBP` | | **backImage** | Only for two-sided documents | `JPEG`, `PNG`, `WEBP` | All images must be sent as base64-encoded data URIs.
Was this page helpful?
Previous

Identity Details

Next

Biometrics Details

Built with

Submit ID proof document images and metadata as part of the KYC Reliance flow.

Call the Identity Details API first to initialize the KYC request, then use this endpoint to upload the user’s document images.

FieldRequiredAccepted formats
frontImageYesJPEG, PNG, WEBP
backImageOnly for two-sided documentsJPEG, PNG, WEBP

All images must be sent as base64-encoded data URIs.

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.
documentProofobjectRequired

Response

Success — document step initialized

dataobject

Errors

400
Bad Request Error
401
Unauthorized Error
404
Not Found Error