Skip to main content
POST
Register a third-party banking user (companies only)

Authorizations

Authorization
string
header
required

Session JWT (from register/login) or API key (pk_...). X-API-Key: <token> is accepted as an alternative header.

Body

application/json
verification_id
string<uuid>
required

submission_id of an APPROVED third-party KYC/KYB verification.

type
enum<string>

Optional: must match the verification kind.

Available options:
INDIVIDUAL,
COMPANY
name
string

Optional: auto-fills from the verified profile.

email
string<email>

Optional: auto-fills from the verified profile.

country
string

Response

Third-party banking user created.

Last modified on July 18, 2026