Skip to main content

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 taxIdNumber are NOT provided, the system treats the request as a new business invitation.
    • A new business invitation is created and sent to initiate onboarding.
  • Invite Existing Business (KYB Invitation)

    • If taxIdNumber are 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.

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

Business Invite Sent Successfully