Skip to main content
GET
Billable usage

Authorizations

Authorization
string
header
required

Authorization: Bearer ck_test_… or ck_live_…. There is no other auth scheme — no query-string keys, no request signing, no OAuth.

Query Parameters

from
string<date-time>

Inclusive start. Any Date-parseable string. Defaults to the first instant of the current UTC month.

to
string<date-time>

Exclusive end. Defaults to now.

Response

The summary for the window.

from
string<date-time>
required
to
string<date-time>
required
completedCheckouts
integer
required

The billable number.

byDay
object[]
required

Completed checkouts per UTC day, cut at UTC midnight to match from, to and every other timestamp the API returns — the bucket a checkout lands in never depends on the server's timezone or yours. Days with no completions are omitted, not zero-filled.

merchandiseVolume
Money · object[]
required

Gross merchandise volume by currency. Reporting only — billing is per completed checkout, not a percentage.