Onboarding Web-Component

You can utilize our onboarding form component by specifying the pay-engine web component with type boarding and other necessary properties.

Refer to this doc for a walkthrough integration example of this component

Properties and Styling

Following are properties that can be set on this web-component. You can set the property via a Javascript object reference, or directly inline as an HTML tag attribute. See the example below:

Following is a list of applicable properties.

Class
Description

merchant-id

Merchant ID (generated by using create merchant API call)

hash

HMAC generated from merchant-id (see securing embedded UIs section)

css or css-override

<Style> HTML element id, or URL of CSS file (see Styling specs for this component)

Events

stepChange

Execute event while user navigates through onboarding steps

Example payload on stepChange event:

Possible step names:

  • BusinessType

  • BusinessDetails

  • YourDetails

  • CreditCardProcessing

  • ACHProcessing

  • BankDetails

  • DocumentAttachments

  • Submission

submitted

This event is triggered when user submits the application for review

Example payload on submitted event:

Last updated