Skip to main content

Integrate the embedded application form within partner registration

30 minutes

To embed the application form as part of your company's application flow (separately from the full banking experience), use the unit-elements-application-form component. This allows you to embed only the onboarding flow, sending the customer back to your application and not automatically transitioning to the customer view after application submission.

To embed the application form, use the unit-elements-application-form component with the jwt-token attribute:

<unit-elements-application-form jwt-token="{{JwtToken}}">
</unit-elements-application-form>

Key differences from unit-elements-white-label-app

  • Application-only focus: The unit-elements-application-form component keeps users on the application form and does not automatically transition to the customer banking view after application submission.
  • Simplified embedding: Only requires the jwt-token attribute.
  • Onboarding flow: Ideal for clients who want to embed only the onboarding/application process and handle post-application flows separately.