Skip to main content
GET
/
api
/
partner
/
v2
/
kyb
/
details
cURL
curl --request GET \
  --url https://staging-api.capa.fi/api/partner/v2/kyb/details \
  --header 'partner-api-key: <partner-api-key>'
{
  "status": "ok",
  "data": {
    "verificationStatus": "<string>",
    "businessInfo": {
      "businessName": "<string>",
      "countryOfConstitution": "<string>",
      "taxId": "<string>"
    },
    "beneficialOwners": [
      {
        "fullName": "<string>",
        "ownershipPercent": 123
      }
    ],
    "verificationSessionId": "<string>",
    "createdAt": "<string>"
  }
}
Retrieves the latest KYB verification details for a business user.

Headers

partner-api-key
string
required

Api key for the affiliated partner that is performing the request

Query Parameters

userId
string
required

The user ID

Example:

"2a119021-ed39-4ab4-8690-db610c53f0fb"

Response

200 - application/json
status
string
Example:

"ok"

data
object