Resolve Wix Payments onboarding name
<Info>This API is in beta. Endpoints, fields, and behavior may still change, so avoid depending on it in production.</Info>
Looks up the authenticated caller's first and last name from data Base44 already has, so Wix Payments onboarding doesn't have to ask the caller to type a name in. Checks the caller's saved profile first, then the billing name on their personal workspace.
The two names are returned together or not at all. A stored first name with no last name, or the reverse, counts as not found, with needs_full_name true and both name fields null.
get/api/payments/wix/resolve-name
Response
Successful Response
Example response
{
"first_name": "Jane",
"last_name": "Doe"
}Changes
Changed in 1 of the 14 revisions of this API.1
- ○
endpoint added
endpoint-added
- ○