Get Onboarding Status
pop_onboarding_get_statusRetrieve the current onboarding state for an authenticated account using an onboarding token to check progress and determine next actions.
Instructions
Retrieve the current onboarding state for the authenticated account.
This is step 3 of 5 in the onboarding sequence (optional — use to poll state or check progress).
Returns: state, next_action, wizard_variant, wizard_completed, required_fields, step_visibility, integration_state.
Does NOT return configurations (field values). Use pop_onboarding_get_account_setup for those.
Key behaviours:
auth_source will be 'onboarding_token' confirming the token was accepted.
step_visibility.integration = false means SdI/Peppol toggles do not apply to this account (basic variant).
integration_state.ksef.status = 'not_supported_in_onboarding_yet' is correct — not an error.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| onboarding_token | Yes | Token returned by pop_onboarding_verify_otp. Expires 30 minutes after issue. |