Skip to main content
GET
Get customer's account

Authorizations

Authorization
string
header
required

Basic HTTP authentication. Allowed headers-- Authorization: Basic <base64(api_key_id:api_key_secret)>

Path Parameters

customer_id
string
required

The unique identifier for the Imprint customer

Example:

"2EE24580-B97B-4949-A65C-929CCB9B9B8D"

account_id
string
required

The unique identifier for the account, as returned by list accounts

Example:

"7C1F9A34-2D6B-4E58-8A03-B15E7D9C4620"

Response

Customer account

A customer's card account as of now. Amounts are integers in the smallest currency unit and are always positive: they say what the customer owes, so a paid-off or in-credit account reads as 0.

Per-statement figures live in the statements API, not here.

customer_id
string
required

The unique identifier for the customer

Example:

"2EE24580-B97B-4949-A65C-929CCB9B9B8D"

account_id
string
required

The unique identifier for the account

Example:

"7C1F9A34-2D6B-4E58-8A03-B15E7D9C4620"

status
enum<string>
required

The lifecycle state of a customer's card account. INACTIVE is an approved account whose card has not been activated yet.

Available options:
OPEN,
INACTIVE,
CLOSED,
REVOKED,
CHARGE_OFF,
SOLD
Example:

"OPEN"

currency
string

The 3-character currency code of the amount in ISO 4217 format (e.g., "USD")

Example:

"USD"

credit_limit
integer

Amount in the smallest currency unit (e.g., cents for USD)

available_credit
integer

Amount in the smallest currency unit (e.g., cents for USD)

current_balance
integer

Everything posted to the account, including activity since the last statement closed.

overdue_amount
integer

The amount past due — a minimum payment that was not made by its due date and is still outstanding. Unlike the minimum due, this moves during the cycle: a payment brings it down. 0 on an account that is current.

statement_due_date
string

RFC-3339 timestamp when payment for the most recently closed statement is due. Absent on an account still in its first billing cycle, which has no closed statement yet.

Example:

"2026-06-15T00:00:00Z"

apr_percentage
number

The purchase APR as a percentage

Example:

24.99