Finalize Onboarding
POST/api/partner/v1/onboarding/:ref/finalize
Validates data completeness and returns the hosted hand-off for one merchant onboarding. This is a read-only operation: it never advances the onboarding — personal acts (contact and identity verification, declarations such as PEP, agreement signing, verification transfer) are always completed by the merchant under next_action.url. It always responds 200, even when data is incomplete; missing[] lists the outstanding data-segment codes (empty array when the data is complete). Takes no request body. Requires scope onboarding:write.
Request
Responses
- 200
- 401
- 403
- 404
Completeness check result plus hosted hand-off.
Missing, malformed, revoked, or unusable partner API key.
The partner key lacks the onboarding:write scope.
No onboarding with this ref exists within the partner's channels.