Programs
A program is a card product definition. It sets the product type and currency for the cards issued under it.| Field | Values |
|---|---|
productType | DEBIT, PREPAID, CREDIT |
currency | ISO currency code, e.g. USD |
status | ACTIVE, PAUSED, CLOSED |
cURL
The underlying issuing rail is chosen and managed by Apocor. It is an implementation detail and never appears in your API responses.
Accounts
An account holds funds and backs the cards issued under a program. Create an account before issuing cards — card issuance referencesaccount_id and provisions issuer-side funding on first use.
cURL
Balances
Balances are reported in minor units (cents).available is what’s spendable after holds.
cURL
| Field | Meaning |
|---|---|
ledger | Settled balance |
held | Authorized but not yet cleared |
available | ledger − held |