Skip to main content
POST
/
v1
/
ramp
/
subaccount
/
{subaccountId}
/
kyb
Tier Two (Form)
curl --request POST \
  --url https://api.bullring.finance/v1/ramp/subaccount/{subaccountId}/kyb \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '{
  "verificationType": "individual"
}'
{
  "formUrl": "https://staging-verification.netlify.app/customer/94bb0a58-18cf-48f6-8c5a-44c621ae0c41"
}

Authorizations

x-api-key
string
header
required

Path Parameters

subaccountId
string<uuid>
required

The unique identifier of the subaccount

Example:

"6a0fd7af-181d-4c0f-b24b-b8cfb739d67a"

Body

application/json
verificationType
enum<string>
required

Type of verification to perform

Available options:
individual,
business
Example:

"individual"

Response

Verification process initiated successfully

formUrl
string<uri>
required

URL to the verification form where the user can complete their KYB/KYC verification