Przejdź do głównej zawartości

Invite Representative Or Beneficial Owner

POST 

/api/partner/v1/onboarding/:ref/invitations

Invite a second person - a company representative or a beneficial owner - to complete the personal steps that cannot be done through the API. The person is identified only by first_name, last_name, email and phone (a 9-digit Polish mobile number, no country prefix); no account or login is created for them.

Only multi-person companies can invite people - individuals and sole traders return 422. Inviting a proxy representative (someone without their own signing rights) requires a power of attorney uploaded earlier via the documents endpoint, referenced here by power_of_attorney_document_id; the document must belong to this onboarding and be of the power-of-attorney type.

Supplying external_ref makes the call idempotent: repeating it with the same value for the same merchant returns the existing invitation with 200 and does not send a second e-mail/SMS. A brand-new invitation returns 201. The response carries the invitation's invitation_id (use it for resend/cancel) and its bearer-free hosted_url (the link the invited person opens). Responses never contain the invited person's personal data.

Requires scope onboarding:write.

Request

Responses

Existing invitation returned - idempotent match on external_ref. No new e-mail or SMS was sent.