post
https://api-{tenant}.stage2.tappbank.com/org/branches/public/v1/businessowner/invites/accept
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
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
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.
