ACH Repayment
The ACH repayment component allows to create Capital Partner ACH Repayments
ACH Repayment Component TEST MODE
Mobile
Desktop
Implementation
Web Components
Add the ACH Repayment Element to your app where you'd like it to be presented.
<unit-elements-ach-repayment
theme=""
fee="1.5"
customer-token=""
credit-account-id="1105561"
initial-stage-back-button="true"
final-stage-done-button="true"
></unit-elements-ach-repayment>
Inputs:
Name | Type | Required | Description |
---|---|---|---|
customer-token | string | Yes | A Unit Customer token. Required Scopes: customers accounts payments payments-write counterparties counterparties-write |
credit-account-id | string | No | Unit credit account id. The account from which money is being sent. |
fee | string ("1.5") | No | Bill your counterparty for his activity |
theme | string | No | A URL that specifies the UI configuration. |
language | string | No | A URL that specifies the language configuration. |
same-day | boolean string ("true" / "false") | No | Enables Same Day ACH |
plaid-account-filters | string "checking, savings" | No | Account subtypes to display in Link. If not specified, only checking subtype will be shown. |
plaid-link-customization-name | string | No | The name of the Link customization from the Plaid Dashboard to be applied to Link. If not specified, the default customization will be used. When using a Link customization, the language in the customization must match the language selected via the language parameter. |
initial-stage-back-button | boolean string ("true" / "false") | No | An action button at the first stage of the payment flow. Default "false" |
final-stage-done-button | boolean string ("true" / "false") | No | An action button at the final stage of the payment flow. Default "false" |
Events:
Event Name | Description | Detail |
---|---|---|
unitRepaymentCreated | Occurs when ACH repayment is created | Capital partner ACH repayment |
unitPaymentInitialStageBackButtonClicked | Occurs when the initial stage back button is clicked | |
unitPaymentFinalStageDoneButtonClicked | Occurs when the final stage done button is clicked |