Skip to main content
POST

Authorizations

Authorization
string
header
required

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

Body

application/json
cardType
enum<string>
required
Available options:
CREDIT,
DEBIT,
PREPAID
applicant
HttpApplicantV2 · object
required
company
HttpCompanyV3 · object
required
redirectUrls
HttpRedirectUrls · object
required
onboardingType
string
required
Allowed value: "BUSINESS"
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.

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
createdAt
string<date-time>
required
additionalInformation
CompletedOnboardingInformation · object