Bank Account Form

echeck-form Web Component

The <echeck-form> tag and provide the required properties:
Note: If you're using a JavaScript framework with dynamic data binding (e.g., React, Vue, Angular), follow the HTML example.
If not, use the vanilla JavaScript example to programmatically create the tag and bind the data.

πŸ”Ή Required Properties:

  • sessions: contains all the authorization sessions required for the web component. Do not alter/modify this object or build logic with itβ€”it may change frequently.
  • submit-success: Callback function to handle the generated oneTimeToken.
  • validation-error: Callback to handle validation errors.

πŸ”Ή Optional Properties:

  • isrequired (boolean, default true)