post https://api-sandbox.y.uno/v1/recipients//onboardings//continue
This endpoint continues the onboarding process for a recipient, specifically executing the KYC (Know Your Customer) step in two-step onboarding flows. Use this when you need to complete KYC validation after account creation has been completed via Create Onboarding.
Prerequisites
This endpoint requires a prior Create Onboarding call with type: "TWO_STEP_ONBOARDING"
where the account creation step has been completed successfully. This is the second step in two-step onboarding flows for the split payments marketplace.
The continue process supports two workflow types:
- HOSTED_BY_PROVIDER: Returns a Yuno redirect URL that logs activity and redirects to the provider's KYC interface. Use
workflow: "HOSTED_BY_PROVIDER"
. - DIRECT: Processes KYC validation directly without external redirects. Use
workflow: "DIRECT"
.