Field | Type | Required | Description | Example |
---|---|---|---|---|
account_id |
str | ✔️ | ID of the account. | |
count |
Optional[int] | ➖ | Optional parameter to limit the number of results in the query. | 10 |
skip |
Optional[int] | ➖ | The number of items to offset before starting to collect the result set. | 10 |
start_date_time |
Optional[str] | ➖ | Optional date-time which inclusively filters all card transactions created after this date-time. | 2009-11-10T23:00:00Z |
end_date_time |
Optional[str] | ➖ | Optional date-time which exclusively filters all card transactions created before this date-time. | 2009-11-13T01:00:00Z |
issued_card_id |
Optional[str] | ➖ | Optional ID of the issued card to filter results. | ec7e1848-dc80-4ab0-8827-dd7fc0737b43 |