Create Account
The create account component allows you to create a new account for your customers
Create Account Component TEST MODE
Mobile
Desktop
Implementation
Web Components
Add the Create Account Element to your app where you'd like it to be presented.
<unit-elements-create-account
theme=""
customer-token=""
fee="1.5"
deposit-product="checking"
tags='{"purpose": "checking"}'
></unit-elements-create-account>
Inputs:
| Name | Type | Required | Description |
|---|---|---|---|
| fee | string | Yes | Fee charged for creating the account, will be presented to the user. |
| deposit-product | string | Yes | The deposit product to create. |
| tags | string | No | Stringified JSON object of tags to be attached to the account. |
| customer-token | string | Yes | A Unit Customer token. Required Scopes: accounts-write |
| theme | string | No | A URL that specifies the UI configuration. |
| language | string | No | A URL that specifies the language configuration. |
| with-purpose-title | string | No | Show purpose title in case value is 'true'. |
| purpose | string | No | The purpose of the account. |
| style | string | No | The style of the account. |