Get customer's account
Returns the servicing snapshot for one of a customer’s card accounts: account status, credit limit and available credit, the amounts they owe, the statement due date, and the APR.
Every amount is a positive integer in the smallest currency unit and
represents what the customer owes. A customer who owes nothing — or who
is in credit — reads as 0 rather than a negative number.
Per-statement figures — the statement balance, the minimum due, and interest — are not on this response. Read them from the statements API.
Required scope: ACCOUNT_READ
Authorizations
Basic HTTP authentication. Allowed headers-- Authorization: Basic <base64(api_key_id:api_key_secret)>
Path Parameters
The unique identifier for the Imprint customer
"2EE24580-B97B-4949-A65C-929CCB9B9B8D"
The unique identifier for the account, as returned by list accounts
"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.
The unique identifier for the customer
"2EE24580-B97B-4949-A65C-929CCB9B9B8D"
The unique identifier for the account
"7C1F9A34-2D6B-4E58-8A03-B15E7D9C4620"
The lifecycle state of a customer's card account. INACTIVE is an
approved account whose card has not been activated yet.
OPEN, INACTIVE, CLOSED, REVOKED, CHARGE_OFF, SOLD "OPEN"
The 3-character currency code of the amount in ISO 4217 format (e.g., "USD")
"USD"
Amount in the smallest currency unit (e.g., cents for USD)
Amount in the smallest currency unit (e.g., cents for USD)
Everything posted to the account, including activity since the last statement closed.
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.
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.
"2026-06-15T00:00:00Z"
The purchase APR as a percentage
24.99