Skip to main content
POST
Import a verified session

Authorizations

Authorization
string
header
required

API key sent in the Authorization header.

Path Parameters

customer_id
string<uuid>
required

The customer (child org) ID. Must belong to the caller's organization or a direct child.

Body

application/json

A verification session the partner already completed with the same provider, handed over as a share token they minted for us. No other field is accepted.

shareToken
string
required

The single-use, short-lived share token minted for the verified applicant, targeting Etherfuse's client id.

Example:

"_act-sbx-jwt-eyJhbGciOi..."

Response

The session was imported. requirements describes what is still outstanding.

The outcome of importing a verification session.

customerId
string<uuid>
required
status
enum<string>
required
Available options:
not_started,
in_progress,
submitted,
approved,
denied
requirements
object[]
required

What is still outstanding after the import: the same breakdown GET /ramp/customer/{customer_id}/kyc?requirements=true returns.