A secured charge account (CHARGE_SECURED
) is a type of open-ended non-revolving credit account, secured by a customer’s own funds. This account type forms the basis of a Synctera Smart Card product.
CHARGE_SECURED
account first requires the existence of a security. This acts as a funding source for securing any credit transaction to be applied against the secured charge account: any change to the security’s available funds will also change the CHARGE_SECURED
account’s ability to spend.
CHECKING
or SAVING
account, refer to our guide here.CHECKING
account to serve as the linked deposit account allows the customer to adjust their CHARGE_SECURED
account’s spending ability, while still enabling them to move money out of their DDA if desired.
Although the linked deposit account in this case is simply a DDA, it must have certain characteristics for the linking to be successful:
Field | Value |
---|---|
account_type | Must be CHECKING or SAVING . |
relationships | The account holder for this account must be the intended account holder of the secured charge account. |
balance_ceiling | Must be null . |
balance_floor | Must be null . |
interest_product_id | This links to an interest product, to configure an interest rate on the deposit account. Refer to our interest guide for more details. |
is_ach_enabled | Must be true . |
is_p2p_enabled | Must be true . |
CHARGE_SECURED
account can be created.
CHARGE_SECURED
account templateCHARGE_SECURED
account templates, but a few specific attributes must be set for this account type:
Field | Value |
---|---|
template.account_type | Must be CHARGE_SECURED . |
template.minimum_payment | Must be set. Currently, only type FULL is supported. |
CHARGE_SECURED
accountField | Value |
---|---|
account_template_id | Set to the ID of the account template created in the last step. |
relationships | See guide here. If linking to a deposit account, the account holder must currently be the same customer as the linked account. |
security .linked_account_id | If using a linked deposit account as the security, this field is required. |
application_id | The linked application for a charge secured account. This field is not required, but if provided, the application must be approved. |
Account | Available (cents) | Balance (cents) |
---|---|---|
Security | 0 | 0 |
Secured Charge | 0 | 0 |
Account | Available (cents) | Balance (cents) |
---|---|---|
Security | 10000 | 10000 |
Secured Charge | 10000 | 0 |
Account | Available (cents) | Balance (cents) |
---|---|---|
Security | 8000 | 10000 |
Secured Charge | 8000 | 0 |
Account | Available (cents) | Balance (cents) |
---|---|---|
Security | 8000 | 10000 |
Secured Charge | 8000 | 2000 |
CHECKING
or SAVING
account, which is a debit account that expresses funds deposited in the account.It’s important to keep this distinction in mind when displaying these account balances to your customers.Account | Available (cents) | Balance (cents) |
---|---|---|
Security | 3000 | 5000 |
Secured Charge | 3000 | 2000 |
Account | Available (cents) | Balance (cents) |
---|---|---|
Security | 4000 | 5000 |
Secured Charge | 4000 | 1000 |
CHARGE_SECURED
account, the account holder will be given a due date for full repayment of the statement balance. If account holder opts-in to the autopay feature after acknowledging the proper autopay disclosure, Synctera system will automatically repay any outstanding statement balance using funds held in the security account when a statement is generated.
If we take our example scenario, we left an outstanding balance of $10 on the secured charge account. Assuming that the balance does not change by the time a statement is issued, and the account holder has opted in for autopay, once the statement is generated, the following scenario will occur:
Account | Available (cents) | Balance (cents) |
---|---|---|
Security | 4000 | 4000 |
Secured Charge | 4000 | 0 |