Home / Issuing / Issue Cards
You can display a virtual card in your application or website so the account holder can use their card or view their card information. You can use the following options for displaying a virtual card:
Use the following ViewPaymentCard
query to display a payment card:
Balances are held in a financial account's ledgers. You can display different ledger balances on your website or application so the account holder can monitor their account balance(s).
To display balances, you can use a FindAccount
query to retrieve all ledgers on a financial account. Using the data returned from this query, use the AVAILABLE_CASH
or AVAILABLE_CREDIT
ledgers to display the financial account's balance.
Use the following query to find a financial account and display a balance:
Prepaid and payroll card have the DIRECT_DEPOSIT
feature enabled by default. Financial accounts with the DIRECT_DEPOSIT
feature have an associated account and routing number that can be used to transfer funds into the account from outside Highnote.
To display the account and routing number in your website or application, you can fetch them from the API by generating a Client Token and using that token to view the restricted details. The following graphic shows an example of what fetching an account and routing number looks like:
Use the following query to view direct deposit information: