Send Business Invite
POST/public-api/v1/kyb/invites
EndPoint Description :
This API is used to send an invitation to a business organization.
It supports inviting both new businesses and existing businesses using a single unified endpoint.
Invitation Flow :
-
Invite New Business
- If
taxIdNumberare NOT provided, the system treats the request as a new business invitation. - A new business invitation is created and sent to initiate onboarding.
- If
-
Invite Existing Business (KYB Invitation)
- If
taxIdNumberare provided, the system identifies the business as an existing organization. - An invitation is generated for the existing business to initiate or continue the KYB verification process.
- No new business entity is created.
- If
Details :
- The inviter organization identifier is captured for audit and tracking.
- The invitation status and details can be tracked using the returned invitation identifier.
Next Step :
- The invited business can accept the invitation and proceed with onboarding or KYB verification.
- Use the Get Business Invite by ID API to check invitation status and details.
Request
Responses
- 201
- 401
- 500
Business Invite Sent Successfully
Unauthorized – Invalid or missing token.
Internal Server Error