Home / Issuing / Manage Credit
With Highnote’s secured deposit card product feature, you can offer secured card products as a counteroffer during the card product application process. Secured deposit offers provide an alternative card product offering for account holders who do not meet the creditworthiness requirements for your unsecured card product.
The secured deposit card product feature works as follows:
DENIED
.This flow is outlined in the following graphic:
The Highnote team must enable the secured deposit feature for your card product. Contact support@highnote.com for assistance with enabling the feature.
Once you have the secured deposit feature enabled for your card product, you can use the following query to view your card product feature settings:
During the application process, you can use the secured deposit feature to offer account holders a secured charge card counteroffer. If you are using collaborative application decisioning to offer counteroffers, see Respond with a counteroffer.
For information on opening an application, see Open an application.
When an account holder accepts a counter offer and receives approval, you can create a financial account for the account holder. The financial account includes the secured deposit feature.
Use the following mutation to issue a financial account to the account holder:
When an account holder is approved for a secured deposit card product, you collect funds in your external payment system and deposit them into the secured deposit product financial account. This account is used to send the secured deposit to account holders' financial accounts. In this transfer, the from
and to
financial accounts are as follows:
from
: Secured deposit product financial accountto
: Account holder financial accountUse the following query to find the product financial account with the secured deposit feature:
In the live environment, you must initiate the funds transfer to add funds to your secured deposit product financial account. Use the following mutation to simulate funding a product financial account using non-originated ACH in the test environment:
Use the following mutation to transfer a secured deposit from your product financial account to the account holder’s financial account. In the query, the from
and to
financial accounts are as follows:
from
: Secured deposit product financial accountto
: Account holder financial accountUse the purpose
input variable field as follows:
SECURED_DEPOSIT
valueIn the event you need to reverse a secure deposit fund distribution, use the following mutation. Reversing a secured deposit fund distribution is helpful if an error was made during the funds distribution process, or you need to return a deposit to an account holder when they graduate from a secured to unsecured charge card.
In the query, the from
and to
financial accounts are as follows:
from
: Account holder financial accountto
: Secured deposit product financial accountUse the purpose
input variable field as follows:
SECURED_DEPOSIT_REVERSAL
value