Skip to main content
GET
/
commerce
/
customer
/
accounts
/
{accountId}
/
transactions
Error
A valid request URL is required to generate request examples
[
  {
    "transactionId": "<string>",
    "visitId": "<string>",
    "transactionType": "<string>",
    "interactionType": "<string>",
    "amount": 123,
    "date": "2023-11-07T05:31:56Z",
    "currencyCode": "<string>"
  }
]

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme.

Path Parameters

accountId
integer<int32>
required

Query Parameters

responseFields
string

limits which fields are returned in the response body

Response

Success

transactionId
string | null
visitId
string | null
transactionType
string | null
interactionType
string | null
amount
number<double>
date
string<date-time>
currencyCode
string | null