Skip to main content
POST
Submit a KYB business verification for a given tier

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

organizationId
string
required

ID of organization

Required string length: 36
Pattern: ^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$
Example:

"95b11417-f18f-457f-8804-68e361f9164f"

Body

application/json
tier
string
required

Tier slug defined in kybTiers.ts (e.g. "basic").

businessData
object

Business identity data forwarded to AI Prise. Not stored by Redcoast.

documentIds
string[]

AI Prise document ids returned by uploadKybDocument. Upload each document first, then reference its id here.

Maximum array length: 5
officers
object[]

Business officers/directors. Not stored by Redcoast — each entry registers a related person and starts their own KYC verification session.

Maximum array length: 50
additionalInfo
object[]

Officer PII and document references forwarded to AI Prise. Not stored by Redcoast.

Maximum array length: 5

Response

Verification submitted.

verificationSessionId
string
required
verificationResult
enum<string>
required
Available options:
APPROVED,
DECLINED,
DRAFT,
REVIEW,
PENDING,
REOPENED,
UNKNOWN
tier
string
required
Last modified on September 9, 2026