Fetch transaction details for a specific card. Results can be paginated using limit and offset parameters.
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
id |
path | string |
yes | Unique identifier of the card. |
limit |
query | integer |
no | Maximum number of transactions to return. Default is 10. |
offset |
query | integer |
no | Offset from where to start returning transactions. Default is 0. |
Responses
| Status | Body | Description |
|---|---|---|
200 |
CardTransactionsResponse |
Successfully retrieved card transactions. |
Specification
This page is generated from the OpenAPI specification, which remains the authoritative machine-readable source.