Accept Invitation

Accepts the invitation and sets the Business Owner's password. Returns HTTP 403 on success (this is by design — not an error).

The response body contains data.temporaryAccessToken. Extract and store it for use in steps 4–9.

The meta.fields array lists remaining required steps:

  • "phoneNumber" — phone OTP steps (7–8) are required
  • "kyc" — KYB signup (step 9) is required
Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Activates the Business Owner's account. Pass the invitation token in the request body.

A 200 means the account is immediately active. A 403 means the account is created but additional onboarding steps (phone verification, KYB) are required — continue with Steps 4–9.

After this step, create a session using the customerUid from Step 1 and include X-Session-Id + X-Client-Id headers on all subsequent requests.

Body Params
string
required

Invite token from the email link

string
required

New password the Business Owner is setting

Responses

Language
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json