Vortex
  1. Brazil
Vortex
  • General overview
  • Vortex Ramp Integration Guide
  • Vortex SDK
  • Quotes
    • Create a new quote
      POST
    • Get existing quote
      GET
  • Ramp
    • Register new ramp process
      POST
    • Get ramp status
      GET
    • Update ramp process
      POST
    • Start ramp process
      POST
  • Account Management
    • Brazil
      • Brazilian KYC Process Overview
      • Get user's remaining transaction limits
        GET
      • Get user information
        GET
      • Get status of the last ramp event for a user
        GET
      • Create user or retry KYC
        POST
      • Get user's KYC status
        GET
      • Start KYC level 2 process for a user
        POST
    • Europe
      • Coming soon...
  • Supported Payment Methods
    GET
  • Supported Cryptocurrencies
    GET
  1. Brazil

Start KYC level 2 process for a user

POST
/v1/brla/startKYC2
Requests document upload URLs for KYC level 2 verification.
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.vortexfinance.co/v1/brla/startKYC2' \
--header 'Content-Type: application/json' \
--data-raw '{
    "documentType": "RG",
    "taxId": "string"
}'
Response Response Example
200 - Example 1
{
    "uploadUrls": {
        "selfieUploadUrl": "string",
        "RGFrontUploadUrl": "string",
        "RGBackUploadUrl": "string",
        "CNHUploadUrl": "string"
    }
}

Request

Body Params application/json

Examples

Responses

🟢200OK
application/json
Successfully initiated KYC level 2 and retrieved upload URLs.
Status and errors can be fetched from /getKycStatus.
Body

🟠400Bad Request
🔴500Server Error
Modified at 2025-06-06 09:45:35
Previous
Get user's KYC status
Next
Coming soon...
Built with