Verification

Get session configuration

get/v1/verification/sessions/{sessionId}/config

Path parameters

sessionIdstring required

Response

Session configuration with document requirements

idstring required
organizationIdstring required
customerIdstring nullable required
associatedEntityIdstring nullable

Associated entity ID. Present when this is a UBO KYC session.

customerNamestring nullable

Customer/business name. Present when this is a UBO KYC session.

verificationSubtypestring required
countryCodestring required
emailstring required
namestring required
statusstring required
expiresAtstring required
completedAtstring nullable required
submittedAtstring nullable required
completedStepsstring[] required
requiredStepsstring[] required
estimatedCompletionTimeMinutesnumber nullable required
collectedDataobject required
providerDataobject nullable required
providerSessionIdstring nullable required
verificationUrlstring nullable required
metadataobject required
fillOnBehalfboolean required
createdAtstring required
updatedAtstring required
featureFlagsstring[] required

Feature flags enabled for the organization

bankPartnerAgreementsRequiredboolean required

Whether additional banking agreements must be accepted

Example response

{
  "associatedEntityId": "asp_abc123",
  "customerName": "Acme Corporation",
  "featureFlags": [
    "socuredocv",
    "advanced-reporting"
  ]
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.