Skip to main content
GET
Resolve Wix Payments onboarding name

Authorizations

api_key
string
header
required

Personal API key.

Response

Successful Response

needs_full_name
boolean
required

Whether onboarding still needs a first and last name.

Example:

false

first_name
string | null

Resolved first name, or null when a complete name could not be found. Defaults to null.

Example:

"Jane"

last_name
string | null

Resolved last name, or null when a complete name could not be found. Defaults to null.

Example:

"Doe"