Skip to main content
PATCH
/
v1
/
recipients
/
{recipient_id}
/
onboardings
/
{onboarding_id}
Update Onboarding
curl --request PATCH \
  --url https://api-sandbox.y.uno/v1/recipients/{recipient_id}/onboardings/{onboarding_id} \
  --header 'Content-Type: application/json' \
  --data '
{
  "type": "<string>",
  "workflow": "<string>",
  "callback_url": "<string>",
  "provider": {
    "id": "<string>",
    "connection_id": "<string>",
    "recipient_id": "<string>",
    "recipient_type": "<string>"
  },
  "documentation": [
    {
      "file_name": "<string>",
      "content_type": "<string>",
      "content_category": "<string>",
      "content": "<string>"
    }
  ],
  "withdrawal_methods": [
    {}
  ],
  "legal_representatives": [
    {}
  ]
}
'
Updates an existing onboarding process. Use this to modify provider details, upload additional documentation, update withdrawal methods, or add legal representative information.

Path Parameters

recipient_id
string
required
The unique identifier of the recipient.
onboarding_id
string
required
The unique identifier of the onboarding process.

Request Body

All fields are optional. Include only the fields you want to update.
type
string
Onboarding type.Values: PREVIOUSLY_ONBOARDED, ONBOARD_ONTO_THE_PROVIDER
workflow
string
Workflow type.Values: HOSTED_BY_PROVIDER, DIRECT
callback_url
string
URL to redirect the recipient after provider-hosted onboarding.
provider
object
Updated provider details.
documentation
array
Updated or additional supporting documents.
withdrawal_methods
array
Updated bank account details for payouts.
Organization owners or beneficial owners information.