Skip to main content
GET
List account activities

Authorizations

x-api-key
string
header
required

Enter your API key

Query Parameters

page
integer
Required range: 1 <= x <= 9007199254740991
limit
integer
Required range: 1 <= x <= 100
type
enum<string>

Activity type to return.

Available options:
CHARGE,
REPAYMENT,
ADJUSTMENT,
REBATE,
INTEREST
status
enum<string>

Charge status to return. This filter only matches charges.

Available options:
PENDING,
CLEARED,
DECLINED,
VOIDED
cardId
string<uuid>

Card identifier to filter by.

Pattern: ^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$
from
string<date>

First createdAt date to include, as an inclusive UTC calendar date.

Pattern: ^(?:(?:\d\d[2468][048]|\d\d[13579][26]|\d\d0[48]|[02468][048]00|[13579][26]00)-02-29|\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\d|30)|(?:02)-(?:0[1-9]|1\d|2[0-8])))$
to
string<date>

Last createdAt date to include, as an inclusive UTC calendar date.

Pattern: ^(?:(?:\d\d[2468][048]|\d\d[13579][26]|\d\d0[48]|[02468][048]00|[13579][26]00)-02-29|\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\d|30)|(?:02)-(?:0[1-9]|1\d|2[0-8])))$

Response

items
object[]
required

Activities returned on this page.

meta
object
required

Pagination details for the result.