Skip to main content
GET
Get onboarding V3

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Path Parameters

onboarding-id
string<uuid>
required

Response

id
string<uuid>
required
status
enum<string>
required
Available options:
PROCESSING,
AWAITING_DOCUMENTS,
AWAITING_SIGNING,
AWAITING_DOCUMENT_REVIEW,
AWAITING_CARD_CREATION,
COMPLETED,
REJECTED,
FAILED
cardType
enum<string>
required
Available options:
CREDIT,
DEBIT,
PREPAID
applicant
HttpApplicantResponse · object
required
company
HttpCompanyV3 · object
required
createdAt
string<date-time>
required
updatedAt
string<date-time>
required
onboardingType
string
required
Allowed value: "BUSINESS"
additionalInformation
CompletedOnboardingInformation · object
customerId
string<uuid>
metadata
Metadata · object

Key-value map. You can use metadata to store additional, structured information on an object. Max key length: 48 chars. Keys must not start with a digit. Max value length: 256 chars.