Vortex
  1. Brazil
Vortex
  • General overview
  • Vortex Ramp Integration Guide
  • Vortex SDK
  • Sandbox Environment
  • Quotes
    • Get existing quote
      GET
    • Create a new quote
      POST
    • Create a quote for the best network
      POST
  • Vortex Widget
    • Widget parameters
    • Generate a widget URL (with quote refresh)
      POST
    • Generating widget URL (for existing quote)
      POST
  • Ramp
    • Get ramp status
      GET
    • Register new ramp process
      POST
    • 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...
  • Webhooks
    • Overview
    • Register Webhook
      POST
    • Delete Webhook
      DELETE
  • Public Key
    • Overview
    • Public Key
  • Supported Payment Methods
    GET
  • Supported Cryptocurrencies
    GET
  • Supported Countries
    GET
  • Supported Fiat Currencies
    GET
  1. Brazil

Start KYC level 2 process for a user

Production
https://api.vortexfinance.co
Production
https://api.vortexfinance.co
POST
/v1/brla/startKYC2
Requests document upload URLs for KYC level 2 verification.

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
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"
    }
}
Modified at 2025-06-06 09:45:35
Previous
Get user's KYC status
Next
Coming soon...
Built with