Skip to main content
GET
cURL

Authorizations

x-api-key
string
header
required

Query Parameters

subAccountId
string
required
from_date
string

Unix timestamp in milliseconds. This will return all transactions that occurred on or after the date passed in

to_date
string

Unix timestamp in milliseconds. This will return all transactions that occurred on or before the date passed in

status
enum<string>

Filter transactions by detailed status

Available options:
pending,
canceled,
failed,
settled,
declined,
refund,
reversed,
returned,
dispute
card_id
string

Filter transactions by card id

cursor
string

A cursor string to fetch the next page of results

Response

OK

items
object[]
metadata
object