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 generatedoneTimeToken.validation-error: Callback to handle validation errors.
πΉ Optional Properties:
isrequired(boolean, defaulttrue)
Updated 5 months ago
